Both XP installations shown on Grub menu. The first (the one I want) fails to start with missing or corrupt hal.dll message. I have found several posts (including sticky) mentioning this problem but none that tell me how to fix it. The other windows installation does start ok (slave HD).
I have 2 HD, master had 2 partitions + free space before installing Kubuntu, 1st was windows, 2nd was swop for windows. Used the free space on master HD for root (created 1st) and swap (created 2nd). So master HD now has 4 partitions. The Kubuntu install works fine (posting from it now).
The problem looks like grub thinks the windows is hd0,1 rather than hd0,0? I would have tried this but am new to this and don't know how to change it. Hope someone can help,
Thanks
Here is an extract from menu.lst...
## ## End Default Options ##
title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,2)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=3ae36350-9f4f-410d-8a02-1df236c87c8d ro quiet splash
initrd /boot/initrd.img-2.6.22-14-generic
quiet
title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=3ae36350-9f4f-410d-8a02-1df236c87c8d ro single
initrd /boot/initrd.img-2.6.22-14-generic
title Ubuntu 7.10, memtest86+
root (hd0,2)
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda2
title Microsoft Windows XP Home Edition
root (hd0,1)
savedefault
makeactive
chainloader +1
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hdb1
title Microsoft Windows XP Home Edition
root (hd1,0)
savedefault
makeactive
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1
I have 2 HD, master had 2 partitions + free space before installing Kubuntu, 1st was windows, 2nd was swop for windows. Used the free space on master HD for root (created 1st) and swap (created 2nd). So master HD now has 4 partitions. The Kubuntu install works fine (posting from it now).
The problem looks like grub thinks the windows is hd0,1 rather than hd0,0? I would have tried this but am new to this and don't know how to change it. Hope someone can help,
Thanks
Here is an extract from menu.lst...
## ## End Default Options ##
title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,2)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=3ae36350-9f4f-410d-8a02-1df236c87c8d ro quiet splash
initrd /boot/initrd.img-2.6.22-14-generic
quiet
title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=3ae36350-9f4f-410d-8a02-1df236c87c8d ro single
initrd /boot/initrd.img-2.6.22-14-generic
title Ubuntu 7.10, memtest86+
root (hd0,2)
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda2
title Microsoft Windows XP Home Edition
root (hd0,1)
savedefault
makeactive
chainloader +1
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hdb1
title Microsoft Windows XP Home Edition
root (hd1,0)
savedefault
makeactive
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1
Comment