Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iPXE fails to boot anything
2013-02-21, 23:34
Post: #5
RE: iPXE fails to boot anything
My parted magic looks like this

Code:
:parted-magic
set base-url ${boot-url}/parted-magic
cpuid --ext 29 && set arch bzImage64 || set arch bzImage
kernel  ${base-url}/${arch}
initrd  ${base-url}/initrd.img
imgargs ${arch} edd=off noapic load_ramdisk=1 prompt_ramdisk=0 rw vga=791 sleep=0 loglevel=0 keymap=us
boot || goto failed
goto start

I started from Robins excellent bootstrap.ipxe and menu.ipxe https://gist.github.com/robinsmidsrod/2234639
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
iPXE fails to boot anything - AyrA - 2013-02-18, 10:43
RE: iPXE fails to boot anything - ArneLovius - 2013-02-21 23:34



User(s) browsing this thread: 1 Guest(s)