[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: grub



* Quoting Klaus Becker:

> Nun habe ich /usr/share/grub-disk/grub-0.93-i386-pc.iso.gz,
> ich weiss aber nicht, wie ich die Datei lesen soll, geht weder
> mit man noch mit info.

Die Datei ist AFAIK für CDs gedacht. Folgendes sollte für eine Floppy
funktionieren:

$ gunzip /usr/share/grub-disk/grub-0.93-i386-pc.ext2fs.gz
$ dd if=/usr/share/grub-disk/grub-0.93-i386-pc.ext2fs of=/dev/fd0
$ mount -t ext2 /dev/fd0 /floppy
$ cp /boot/grub/menu.lst /floppy/boot/grub/menu.lst
$ umount /floppy
$ reboot


HTH,
Meinolf
-- 
GPG KeyID: 0x48754778



Reply to: