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:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* 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
Go Back   Tech Support Forum > Alternative Computing > Linux Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Linux Support Linux - Operating Systems and Applications Support

Reply
 
LinkBack Thread Tools
Old 03-31-2006, 05:35 PM   #1 (permalink)
Registered User
 
Ballistic's Avatar
 
Join Date: Dec 2004
Location: Atlantic Canada
Posts: 117
OS: Currently Ubuntu, XP Pro...Various flavors of *Nix


Send a message via AIM to Ballistic
Question Grub: FC5 on primary IDE

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
When I go to LVM:
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)
would be fine except that for that to work, SATA drive would need to be showing as hdb, no?

Last edited by Ballistic; 03-31-2006 at 05:37 PM.
Ballistic is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
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

Old 04-01-2006, 10:48 PM   #2 (permalink)
Asst. Manager, Alternative Computing Forums
 
batty_professor's Avatar
 
Join Date: Jul 2004
Location: Hooterville Il 45 mi. east of St. Louis mo
Posts: 2,608
OS: Fedora Core 5 for now


Send a message via AIM to batty_professor Send a message via MSN to batty_professor Send a message via Yahoo to batty_professor
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
batty_professor is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-02-2006, 08:59 AM   #3 (permalink)
Be Free
 
LoneWolf071's Avatar
 
Join Date: Nov 2004
Location: Texas
Posts: 840
OS: Windows XP, Linux


Send a message via AIM to LoneWolf071
linux see's SATA's as sda, not hda, because SATA is serial/usb as linux see's is, so it will put it as sda1
__________________
Suicide Command in Linux : rm -rf / ;)
AIM:TheLoneWolf071@aim.com--If You Need Help, Don't Hesitate...
LoneWolf071 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-02-2006, 09:58 AM   #4 (permalink)
Registered User
 
Ballistic's Avatar
 
Join Date: Dec 2004
Location: Atlantic Canada
Posts: 117
OS: Currently Ubuntu, XP Pro...Various flavors of *Nix


Send a message via AIM to Ballistic
Exclamation

Quote:
Originally Posted by batty_professor
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.
ok, that makes (obvious) sense...wish that had occured to me before....

Quote:
Originally Posted by LoneWolf071
linux see's SATA's as sda, not hda, because SATA is serial/usb as linux see's is, so it will put it as sda1
And now the lighbulb just clicked....that explains a few things...
Ballistic is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-02-2006, 10:40 AM   #5 (permalink)
Registered User
 
Ballistic's Avatar
 
Join Date: Dec 2004
Location: Atlantic Canada
Posts: 117
OS: Currently Ubuntu, XP Pro...Various flavors of *Nix


Send a message via AIM to Ballistic
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
I must be missing something stupid in grub.conf, so here's the entire file:
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
And out of curiosity, I tried with "rootnoverify (sda1,0)", "rootnoverify (sda0,0)" and "rootnoverify (/dev/sda1,0)".

All give the same error. Any ideas?
Ballistic is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 02:09 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85