2 | | |
| 2 | |
| 3 | === Flashing the LV67-G bios === |
| 4 | |
| 5 | The LV67-G does not require an external video card. The on motherboard VGA header works and can be used to flash the bios. This version of the bios will also boot from a USB flash disk if it is attached by default. |
| 6 | |
| 7 | 1. Attach VGA cables, keyboard, etc.. |
| 8 | 2. Insert usb flash disk containing BIOS image. |
| 9 | * See [http://www.orbit-lab.org/wiki/Internal/USBBoot this page] for instructions on how to make a flash disk |
| 10 | * add the included [attachment:67G13.bin bin] file and the [attachment:fpt.exe FPT] flashing tool to this flash disk (the full file set in on the archive) |
| 11 | 3. Power on the node and let it boot into FreeDos. It may ask you to set the date and time, these can be safely ignored. |
| 12 | 4. At the C:\> prompt run: |
| 13 | {{{ |
| 14 | C:/>FPT -F 67G13.BIN |
| 15 | }}} |
| 16 | Note the flashing process may take a while. |
| 17 | 5. Once Flashing is done, reboot the node and enter the bios by hitting the delete key. You should press repeatedly immediately after the power reset because the window in which |
| 18 | this bios accepts the del-menu command is very short. If you hit the key within the window the post beep will sound different (2 beeps instead of one). |
| 19 | 6. Once in the menu you can enable the console redirection and set the boot order to try the pxe interfaces first. The options are a little different... |
| 20 | |
| 21 | TODO |
| 22 | * catalogue the exacty meu path |
| 23 | * use nvram tool |