- Get the bios update iso
- Get 'geteltorito' and extract the boot image from the iso
$ wget 'http://www.uni-koblenz.de/~krienke/ftp/noarch/geteltorito/geteltorito.pl' $ perl geteltorito.pl biosupdate.iso > biosupdate.img
- Copy the image to the usb thumdrive
$ sudo dd if=biosupdate.img of=/dev/usbthumdrive bs=512K
No comments:
Post a Comment