Hi all,
I have some problem with grub. I have installed one Ubuntu distro (/dev/hdb1) and two Windows XP (/dev/hda1 and /dev/hdb5). Ubuntu boots fine, but if i want to boot one of the Windows it hangs with "Loading..." message. And if I put Windows XP installation CD into drive, don't press any key (so the installation program won't run), it normally boot the Windows (with windows selection menu).
fdisk -l
menu.lst (shortened)Code:Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylindry of 16065 * 512 = 8225280 bytes
Zařízení Boot Start End Blocks Id System
/dev/hda1 * 1 9728 78140128+ 7 HPFS/NTFS
/dev/hda4 1 1 0 10 OPUS
Partition 4 does not end on cylinder boundary.
Diskové oddíly jsou chybně seřazeny
omitting empty partition (5)
Disk /dev/hdb: 400.0 GB, 400088457216 bytes
255 heads, 63 sectors/track, 48641 cylinders
Units = cylindry of 16065 * 512 = 8225280 bytes
Zařízení Boot Start End Blocks Id System
/dev/hdb1 * 1 10199 81923436 83 Linux
/dev/hdb2 10200 10352 1228972+ 82 Linux swap / Solaris
/dev/hdb3 10353 48641 307556392+ 5 Rozšířený
/dev/hdb4 20551 48641 225640926 b W95 FAT32
/dev/hdb5 * 10353 20550 81915372 7 HPFS/NTFS
I want to have all settings in grub and boot each system ONLY with selecting the item in grub (don't want any Windows selection menu). Please helpCode:title Windows XP Professional
# also don't work with rootnoverify (hd0,0)
rootnoverify (hd0,3)
savedefault
makeactive
chainloader +1
title Linux systems:
root
title Ubuntu, kernel 2.6.20-16-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-16-generic root=/dev/hdb1 ro quiet resume=/dev/hdb2
initrd /boot/initrd.img-2.6.20-16-generic
quiet
savedefault
title Ubuntu, kernel 2.6.20-16-generic (recovery)
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-16-generic root=/dev/hdb1 ro single
initrd /boot/initrd.img-2.6.20-16-generic
