
cassimirinho
(usa Ubuntu)
Enviado em 24/02/2009 - 12:51h
Um exemplo aqui do vol mesmo com linux como boot primeiro:
## ## End Default Options ##
title Debian GNU/Linux, kernel 2.6.18-5-686
root (hd0,5)
kernel /boot/vmlinuz-2.6.18-5-686 root=/dev/sda6 ro
initrd /boot/initrd.img-2.6.18-5-686
savedefault
title Debian GNU/Linux, kernel 2.6.18-5-686 (single-user mode)
root (hd0,5)
kernel /boot/vmlinuz-2.6.18-5-686 root=/dev/sda6 ro single
initrd /boot/initrd.img-2.6.18-5-686
savedefault
### 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/sda1
title Microsoft Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader 0
#################################################################
Com o boot windows primeiro, bastando tirá-lo do final e colocá-lo antes do linux:
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Microsoft Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader 0
## ## End Default Options ##
title Debian GNU/Linux, kernel 2.6.18-5-686
root (hd0,5)
kernel /boot/vmlinuz-2.6.18-5-686 root=/dev/sda6 ro
initrd /boot/initrd.img-2.6.18-5-686
savedefault
title Debian GNU/Linux, kernel 2.6.18-5-686 (single-user mode)
root (hd0,5)
kernel /boot/vmlinuz-2.6.18-5-686 root=/dev/sda6 ro single
initrd /boot/initrd.img-2.6.18-5-686
savedefault
### 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