Canoeboot 20241031 release
Signed-off-by: Leah Rowe <info@minifree.org>master 20241031
parent
86f2c6cf53
commit
cc843552df
|
@ -32,6 +32,26 @@ Canoeboot currently supports the following systems:
|
|||
- [Intel D510MO and D410PT motherboards](d510mo.md)
|
||||
- [Apple iMac 5,2](imac52.md)
|
||||
- [Intel D945GCLF](d945gclf.md)
|
||||
- Dell OptiPlex 780 USFF and MT variants (no install guide yet)
|
||||
|
||||
NOTE: To flash the 780 OptiPlex, just short the service mode jumper at boot.
|
||||
Then flash one of the `_truncate` release images, region-by-region, in this
|
||||
order:
|
||||
|
||||
flashprog -p internal --ifd -i fd canoeboot.rom
|
||||
flashprog -p internal --ifd -i gbe canoeboot.rom
|
||||
flashprog -p internal --ifd -i bios canoeboot.rom
|
||||
|
||||
You *must* use the `_truncate` images on first install, because these target
|
||||
only the first 6MB of the flash, which is accessible. After you have it flashed,
|
||||
you can re-flash the full image which makes use of all of the flash.
|
||||
|
||||
The `_truncate` image must be padded. Just do this:
|
||||
|
||||
dd if=/dev/zero of=2mb.bin bs=2M count=1
|
||||
cat canoeboot_6mb.rom 2mb.bin > canoeboot.rom
|
||||
|
||||
External flashing is also possible, if you wish.
|
||||
|
||||
### Laptops (Intel, x86)
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
canoeboot20241031.md
|
||||
audit2.md
|
||||
canoeboot20240612.md
|
||||
audit1.md
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue