menu.lst

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Lolo Uila
Level 5
Level 5
Posts: 575
Joined: Thu Mar 15, 2007 3:40 am
Location: Kapolei, Hawaii

Post by Lolo Uila »

If the Dell recovery partition is the first partition (hd0,0), then your Windows boot partition is probably (hd0,1).

If I'm reading your description right, I see:

hd0,0 = Dell recovery partition
hd0,1 = Windows boot (C: drive)
hd0,2 = Windows data (D: drive)
hd0,3 = Linux

So your Windows entry should look something like this:

title Windows XP
root (hd0,1)
chainloader +1


Aloha, Tim
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Lolo Uila
Level 5
Level 5
Posts: 575
Joined: Thu Mar 15, 2007 3:40 am
Location: Kapolei, Hawaii

Post by Lolo Uila »

Which root device is the bootable Linux partition?
Lolo Uila
Level 5
Level 5
Posts: 575
Joined: Thu Mar 15, 2007 3:40 am
Location: Kapolei, Hawaii

Post by Lolo Uila »

That's really odd... hd0,1 should be Windows.

I really don't know what to suggest here, other than reinstalling grub. I wonder if Dell was running some kind of funky BIOS overlay or proprietary boot manager in their boot sector? Dell does some really odd stuff sometimes.

If you want to post your menu.lst file I'll take a look at it.

Aloha, Tim
User avatar
merlwiz79
Level 8
Level 8
Posts: 2418
Joined: Wed Apr 04, 2007 1:50 pm
Location: Here again :)

Post by merlwiz79 »

What Happens if you try this for you menu.lst.

Code: Select all

title		Microsoft Windows XP Professional
root		(hd0,1)
savedefault
map		(hd0) (hd0,1)
map		(hd0,1) (hd0)
chainloader	+1
Image
Locked

Return to “Installation & Boot”