Difference between revisions of "IPXE"
Jump to navigation
Jump to search
PaulePanter (talk | contribs) (Use official spelling, add nouns, use … as ellipse sign, use sentences) |
PaulePanter (talk | contribs) (→Building: Update `cbfstool` command to reflect recent changes) |
||
Line 62: | Line 62: | ||
Add the iPXE option rom: | Add the iPXE option rom: | ||
./build/cbfstool ./build/coreboot.rom print | ./build/cbfstool ./build/coreboot.rom print | ||
./build/cbfstool ./build/coreboot.rom add ../ipxe/src/bin/168c0029.rom pci168c,0029.rom raw | ./build/cbfstool ./build/coreboot.rom add -f ../ipxe/src/bin/168c0029.rom -n pci168c,0029.rom -t raw | ||
./build/cbfstool ./build/coreboot.rom print | ./build/cbfstool ./build/coreboot.rom print | ||
=== Booting === | === Booting === | ||
* Keep pressing Ctrl + b while booting. | * Keep pressing Ctrl + b while booting. |