Postado originalmente por tombs
Eu realmente nao estou conseguindo fazer isso.
Nessa maquina que estou agora por exemplo, tbem tenho a mesma situacao. Dois hds, e um OS em casa um. O dual boot 'e feito normalmente pelo grub, e meu menu.lst
eh esse:
## ## End Default Options ##
title Debian GNU/Linux, kernel 2.6.15-1-k7
root (hd0,0)
kernel /vmlinuz-2.6.15-1-k7 root=/dev/hda8 ro
initrd /initrd.img-2.6.15-1-k7
savedefault
boot
title Debian GNU/Linux, kernel 2.6.15-1-k7 (recovery mode)
root (hd0,0)
kernel /vmlinuz-2.6.15-1-k7 root=/dev/hda8 ro single
initrd /initrd.img-2.6.15-1-k7
savedefault
boot
title Debian GNU/Linux, kernel 2.6.12-1-k7
root (hd0,0)
kernel /vmlinuz-2.6.12-1-k7 root=/dev/hda8 ro
initrd /initrd.img-2.6.12-1-k7
savedefault
boot
title Debian GNU/Linux, kernel 2.6.12-1-k7 (recovery mode)
root (hd0,0)
kernel /vmlinuz-2.6.12-1-k7 root=/dev/hda8 ro single
initrd /initrd.img-2.6.12-1-k7
savedefault
boot
### 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/hdb1
title Microsoft Windows XP Professional
root (hd1,0)
savedefault
makeactive
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1
Acontece que tentei assim e nao consegui.
Jampeando os dois hds acho que vai ser mais complicado. (ACHO).
Queria encontrar uma solucao no grub mesmo.
Obrigado pelas respostas!