Linux/Tipps: Unterschied zwischen den Versionen
keine Bearbeitungszusammenfassung
Thomas (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Thomas (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 4: | Zeile 4: | ||
====Boot-CD für BIOS-Flash==== | ====Boot-CD für BIOS-Flash==== | ||
http://freshrpms.net/docs/bios-flash/ | First or all, download this [http://www.freedos.org/ FreeDOS] [http://freshrpms.net/docs/bios-flash/fdboot.img.bz2 fdboot.img.bz2] compressed boot floppy image. Assuming you have your flash utility FLASH.EXE and BIOS image BIOS.IMG in your current directory, just execute these commands : | ||
bunzip2 -c fdboot.img.bz2 > fdboot.img | |||
mount -o loop -t msdos fdboot.img /mnt/floppy | |||
cp -a FLASH.EXE BIOS.IMG /mnt/floppy/ | |||
umount /mnt/floppy | |||
mkdir -p cdrom/boot | |||
mv fdboot.img cdrom/boot/boot.img | |||
mkisofs -r -b boot/boot.img -c boot/boot.catalog -o bootcd.iso cdrom/ | |||
cdrecord blank=fast | |||
cdrecord -dao -eject -v bootcd.iso | |||
Quelle: http://freshrpms.net/docs/bios-flash/ |