Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 20th October 2007, 09:44 PM
dustin0 Offline
Registered User
 
Join Date: Oct 2007
Posts: 21
Fedora newbie, windows problem, network problem

Okay i installed Fedora as a second OS because i wanted to learn linux. Install went fine and everything but afterwards when it boots up my Vista OS wasnt on the list of OS's to boot into. I logged in and everything and it detected the OS because it said like "140gb Volume" but i couldnt open it. I would like for me to be able to choose which OS i wana boot into.

Second my network, its hardwired, when i click activate on the network screen. Some problem like "SEULINUX" or something i think its the security thingymabob. I need help with this too

I hope to get this problem fixed in a few hours because my fiance from across the country will be getting on. And that is the only computer in the house at night. So any help would be very nice.

- Dustin
Reply With Quote
  #2  
Old 20th October 2007, 10:22 PM
marcrblevins's Avatar
marcrblevins Offline
Registered User
 
Join Date: Jun 2006
Location: Texas
Age: 42
Posts: 4,168
What does your menu says when you boot?

I believe most would be Kernel something and one entry with the word DOS. That DOS entry is your Vista. I don't use Vista, I used XP at the time.
Reply With Quote
  #3  
Old 20th October 2007, 10:36 PM
dustin0 Offline
Registered User
 
Join Date: Oct 2007
Posts: 21
It just says Fedora and the version and build etc.
Reply With Quote
  #4  
Old 20th October 2007, 10:43 PM
marcrblevins's Avatar
marcrblevins Offline
Registered User
 
Join Date: Jun 2006
Location: Texas
Age: 42
Posts: 4,168
That is strange.

Show us:
Code:
su -
cat /etc/grub.conf
Reply With Quote
  #5  
Old 20th October 2007, 10:48 PM
marcrblevins's Avatar
marcrblevins Offline
Registered User
 
Join Date: Jun 2006
Location: Texas
Age: 42
Posts: 4,168
Look under:
http://forums.fedoraforum.org/forum/...ght=Vista+boot

Expect you to show
grub.conf
fdisk -l
Reply With Quote
  #6  
Old 20th October 2007, 11:05 PM
dustin0 Offline
Registered User
 
Join Date: Oct 2007
Posts: 21
Ahh this should be fun to type up lol
(btw if i could get internet working on my laptop that might help a lot)

#boot=/dev/sda
default=0
timeout=5
splashimage(hd0,2)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.23-0.214.rc8.git2.fc8)
root(hd0,2)
kernel /boot/vmlinuz-2.6.23-0.214.rc8.git2.fc8 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.23-0.214.rc8.git2.fc8.img

okay and the fdisk -l doesnt work it says fdisk isnt a command.
Reply With Quote
  #7  
Old 20th October 2007, 11:06 PM
dustin0 Offline
Registered User
 
Join Date: Oct 2007
Posts: 21
but i know vista is on /dev/sda2
and fedora is on /dev/sda3
at least im pretty sure
Reply With Quote
  #8  
Old 20th October 2007, 11:43 PM
marcrblevins's Avatar
marcrblevins Offline
Registered User
 
Join Date: Jun 2006
Location: Texas
Age: 42
Posts: 4,168
You need root priv.
Code:
su -
fdisk -l
Reply With Quote
  #9  
Old 20th October 2007, 11:49 PM
dustin0 Offline
Registered User
 
Join Date: Oct 2007
Posts: 21
I have done that, it says Command not Found
Reply With Quote
  #10  
Old 21st October 2007, 12:01 AM
marcrblevins's Avatar
marcrblevins Offline
Registered User
 
Join Date: Jun 2006
Location: Texas
Age: 42
Posts: 4,168
Did you type in the dash after su?

su space dash Enter
Reply With Quote
  #11  
Old 21st October 2007, 12:07 AM
dustin0 Offline
Registered User
 
Join Date: Oct 2007
Posts: 21
ahh hehe that works
well its type this all out now

Device Boot Start End Blocks ID System
/dev/sda1 * 1 17021 136721151 7 HPFS/NTFS
/dev/sda2 18385 19457 8611840 7 HPFS/NTFS
/dev.sda3 17022 18292 10241437 83 LINUX
/dev/sda4 18322 18384 506047+ 5 Extended
/dev/sda5 18322 18384 506016 82 Linux Swap /SOLARIS

sorry for the mistake didnt see the dash there
Reply With Quote
  #12  
Old 21st October 2007, 12:16 AM
marcrblevins's Avatar
marcrblevins Offline
Registered User
 
Join Date: Jun 2006
Location: Texas
Age: 42
Posts: 4,168
Based on the link I gave you earlier.

At the end of your /etc/grub.conf file, add:
title Microsoft Windows
root (hd0,0)
savedefault
makeactive
chainloader +1

May sure you pressed Entered on that last chainloader line.
Boot the system and let us know if it works.
Reply With Quote
  #13  
Old 21st October 2007, 12:17 AM
pshi Offline
Registered User
 
Join Date: Aug 2007
Posts: 44
Quote:
Originally Posted by dustin0
Okay i installed Fedora as a second OS because i wanted to learn linux. Install went fine and everything but afterwards when it boots up my Vista OS wasnt on the list of OS's to boot into. I logged in and everything and it detected the OS because it said like "140gb Volume" but i couldnt open it. I would like for me to be able to choose which OS i wana boot into.

Second my network, its hardwired, when i click activate on the network screen. Some problem like "SEULINUX" or something i think its the security thingymabob. I need help with this too

I hope to get this problem fixed in a few hours because my fiance from across the country will be getting on. And that is the only computer in the house at night. So any help would be very nice.

- Dustin
As the boot loader appears on the screen, hit the return key before it counts down for default booting into F7. Then you should see vista.

This is what I do on my machine. Hope it is the same for yours.
Reply With Quote
  #14  
Old 21st October 2007, 12:42 AM
dustin0 Offline
Registered User
 
Join Date: Oct 2007
Posts: 21
am i suppose to add that via nano edit or text edit? or via the command prompt?
Reply With Quote
  #15  
Old 21st October 2007, 02:20 AM
dustin0 Offline
Registered User
 
Join Date: Oct 2007
Posts: 21
b-u-m-p
ergs i hope somebody replies soon only 2 hours left till shes on.
Reply With Quote
Reply

Tags
fedora, network, newbie, problem, windows

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows XP & Fedora 11 dual-boot problem (using Windows bootloader) zmdmw52 Installation and Live Media 7 9th August 2009 07:29 AM
grub problem: sda fedora, sbd windows --> can't boot windows hdc Using Fedora 7 24th January 2009 10:28 PM
problem with windows network aguntuk Servers & Networking 5 17th September 2008 10:59 PM


Current GMT-time: 08:30 (Monday, 20-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat