Results 1 to 10 of 11
I am *completely* new to Linux.
I have recently added Suse 10.2 to my PC that was running Windows Xp Pro. Suse loads up just fine but when I try ...
- 01-02-2007 #1Just Joined!
- Join Date
- Jan 2007
- Location
- Austin, TX
- Posts
- 6
Windows boot error
I am *completely* new to Linux.
I have recently added Suse 10.2 to my PC that was running Windows Xp Pro. Suse loads up just fine but when I try to boot into Windows it gives me the error:
rootnoverify (hd0, 0)
chainloader (hd0, 0) +1
I've seen that others have had this problem but so far I have been unable to edit my Grub configuration file with any type of solutions.
I have two hard drives. The first has Windows and Linux on it, the second is just an empty data drive with no OS. The windows resides on dev/hda1 so in theory it should be the (hd0, 0) but it won't load.
Any help? I feel like it's just missing something stupid, but I have no clue how to fix it and I've read lots of articles but since I'm so new to Linux they are really over my head.
- 01-02-2007 #2
log in as root and edit menu.lst file. remove (hd0,0) in chainloader line.
in case, it doesn't work, post the output of 'fdisk -l' command.Code:chainloader +1
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-02-2007 #3Just Joined!
- Join Date
- Jan 2007
- Location
- Austin, TX
- Posts
- 6
I use YaST to edit the Boot Loader file. Every time I edit the configuration file it changes it but when I go to check to make sure it edited it, it shows the old info.... so I'm assuming it's actually NOT editing it even though it doesn't give me any type of error message.
- 01-02-2007 #4
edit it in terminal/konsole. you must be logged in as root OR in case, you are logged in as normal user, execute 'su' to gain root privileges.
Code:nano /boot/grub/menu.lst
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-02-2007 #5Just Joined!
- Join Date
- Jan 2007
- Location
- Austin, TX
- Posts
- 6
Ok I was able to edit it but now it gives me the error:
rootnoverify (hd0,0)
chainloader +1
- 01-02-2007 #6
try any other editor. gedit, kate or vi.
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-02-2007 #7Just Joined!
- Join Date
- Jan 2007
- Location
- Austin, TX
- Posts
- 6
I used kwrite and was able to edit it..
it just changed the error basically to
chainloader +1
- 01-02-2007 #8
are you sure windows is in first partition?
post the output of 'fdisk -l' here.
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-02-2007 #9Just Joined!
- Join Date
- Jan 2007
- Location
- Austin, TX
- Posts
- 6
Ok I'll do my best to post the results here because i can't get online in Suse so I have to read off the terminal and post it. I'm leaving some of the info out like the start/end and blocks.
I'm assuming the one with the star is the boot/root ?
/dev/hda1 * Id 7 HPFS/NTFS
/dev/hda2 Id f w95 Ext'd (LBA)
/dev/hda5 Id 82 Linux swap/ Solaris
/dev/hda6 Id 83 Linux
/dev/hda7 Id 83 Linux
/dev/hdb1 Id 7 HPFS/NTFS
By the way, I really appreciate your help! I'm fixing to go to bed but I will check this post tomorrow
- 01-02-2007 #10
/dev/hda1 is Windows boot partition.
edit menu.lst file again
delete rootnoverfiy line and add (hd0,0)+1 in chainloader line.
in case, it doesn't work, post the contents of menu.lst file.Code:title Windows XP Pro chainloader (hd0,0)+1
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote