sudo nano /boot/grub/menu.lst
## zacatek menu.lst
##sata 200Gb linux /dev/sda1/
# title Ubuntu, kernel 2.6.17-10-386
# root (hd0,0)
# kernel /boot/vmlinuz-2.6.17-10-386 root=/dev/sda1 ro locale=cs_CZ vga=0x318
# initrd /boot/initrd.img-2.6.17-10-386
# quiet
# savedefault
# boot
#
# title Ubuntu, kernel 2.6.17-10-386 (recovery mode)
# root (hd0,0)
# kernel /boot/vmlinuz-2.6.17-10-386 root=/dev/sda1 ro single
# initrd /boot/initrd.img-2.6.17-10-386
# boot
#
# title Ubuntu, memtest86+
# root (hd0,0)
# kernel /boot/memtest86+.bin
# quiet
# boot
default 0
timeout 5
color cyan/blue white/blue
hiddenmenu
title Ubuntu, kernel 2.6.17-10-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.17-10-generic root=/dev/sda1 ro locale=cs_CZ vga=0x318
initrd /boot/initrd.img-2.6.17-10-generic
quiet
savedefault
boot
title Ubuntu, kernel 2.6.17-10-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.17-10-generic root=/dev/sda1 ro single
initrd /boot/initrd.img-2.6.17-10-generic
boot
title Ubuntu, memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
quiet
boot
## ata 40GB win /dev/hdb1/
title Win$ XP
map (hd0) (hd1)
map (hd1) (hd0)
root (hd1,0)
rootnoverify (hd1,0)
makeactive
chainloader +1
## konec