![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Linux Support Linux - Operating Systems and Applications Support |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
|
Having a hard time getting Grub to load Windows. It doesn't find it when I pick that option.
I can load either by changing the boot drive in BIOS, but thats just a PITA. Here's the basics: HD1 (IDE) = FC5 (grub here) HD2 (SATA) = Windows (MBR here, and I'd rather not mess with that this time.... )Code:
#boot=/dev/hda default=0 timeout=8 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title Fedora Core (2.6.16-1.2080_FC5) root (hd0,0) title Windows rootnoverify (hd1,0) chainloader +1 FC5 shows as /dev/hda (with it's assorted partitions) Windows shows as /dev/sda1 /dev/sda2 is a data partition, and I'll deal with it later. Note that sda1 and sda2 are 2 partitions off the SATA drive I think the Code:
rootnoverify (hd1,0) Last edited by Ballistic; 03-31-2006 at 05:37 PM. |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Asst. Manager, Alternative Computing Forums
|
I don't have anything with a SATA drive to work with here, but I think I would try configuring so the windows drive is looked for as rootnoverify (sda1,0) Especially as you indicated it is detected as such in LVM. The command has to seek something detected.
__________________
It's better to know me and not need me than to need me and not know me. B. While users are never under any obligation, if you feel the urge please feel free to visit our donation page. Every little bit helps. And we thank you for your support. Microsoft free Registered Linux user 397458 |
|
|
|
|
|
#4 (permalink) | ||
|
Registered User
|
Quote:
Quote:
|
||
|
|
|
|
|
#5 (permalink) |
|
Registered User
|
Well, it was worth a shot...It's not liking something, though.
I get a new error when picking the windows option. Code:
rootnoverify (sda1,0) Error 23: could not parse number Code:
# grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00 # initrd /initrd-version.img #boot=/dev/hda default=0 timeout=8 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title Fedora Core (2.6.16-1.2080_FC5) root (hd0,0) kernel /vmlinuz-2.6.16-1.2080_FC5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet initrd /initrd-2.6.16-1.2080_FC5.img #title Fedora Core (2.6.15-1.2054_FC5) # root (hd0,0) # kernel /vmlinuz-2.6.15-1.2054_FC5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet # initrd /initrd-2.6.15-1.2054_FC5.img title Windows rootnoverify (sda1,0) chainloader +1 All give the same error. Any ideas? |
|
|
|
![]() |
| Thread Tools | |
|
|