Advertisement
RulerOf

iPXE -> G4D -> iPXE -> WDO

Jan 20th, 2014
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. #!ipxe
  2. dhcp
  3. set boot-url http://192.168.1.68
  4. set cat &&
  5. initrd ${boot-url}/ipxe.iso
  6. kernel ${boot-url}/grub.exe --config-file="find /Program\ Files ${cat} kernel (rd)/ipxe.krn dhcp \&\& chain ${boot-url}/er/wdo/x86.ipxe; find /Program\ Files\ (x86) ${cat} kernel (rd)/ipxe.krn dhcp \&\& chain ${boot-url}/er/wdo/amd64.ipxe"
  7. boot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement