Mettre une disktte
shell faire:
cd /usr/share/grub/i386-redhat(ou autre)
puis:
dd if=stage1 of=/dev/fd0 bs=512 count=1
puis:
dd if=stage2 of=/dev/fd0 bs=512 seek=1
pour booter de la dsktte:
linux:
grub> root ( hdx,y) ( part boot)
kernel /vmlinuz-... root=/dev/hd. ( part root)
initrd /initrd-.....img
boot
win:
grub> rootnoverify ( hdx,y)
chainloader +1
makeactive
boot