| Grub |
August 03 2004 m |
Secteur de boot windows avec grub
grub-install --no-floppy /dev/hda7
dd if=/dev/hda7 of=/tmp/linux.bin bs=512 count=1
Copier le fichier linux.bin sous c:
attrib -R -S -H C:oot.ini
c:linux.bin="Linux"
attrib +R +S +H C:oot.ini |
|
|---|
#boot=/dev/hda2
default=0
timeout=10
splashimage=(hd0,1)/grub/splash.xpm.gz
title Red Hat Linux (2.4.7-10)
root (hd0,1)
kernel /vmlinuz-2.4.7-10 ro root=/dev/hda3 hdc=ide-scsi
initrd /initrd-2.4.7-10.img
title Windows 2000
rootnoverify (hd0,0)
chainloader +1
#/boot/grub/device.map
(hd0) /dev/hda
ln -s /etc/grub.conf /boot/grub/menu.lst
http://www.geocities.com/epark/linux/grub-w2k-HOWTO.html# |
|