Bootloader grub with Windows and Linux
by
Wyden Silvan
—
last modified
03.02.2010 21:10
the bootloader is located in /boot/grub/menu.lst:
title Windows XP
root (hd0,0)
makeactive
chainloader +1
title Debian GNU/Linux
root (hd0,1)
kernel /boot/vmlinuz-2.6.26-2-686 root/dev/sda2 ro
initrd /boot/initrd.img-2.6.26-2.686
