Booting from ISO with embedded script is not working
|
2016-07-22, 10:36
Post: #1
|
|||
|
|||
Booting from ISO with embedded script is not working
Hi,
I searched the forums and the web for my issue but I could not find any working advice, so I'm posting my issue here. Maybe some of you folks are able to help me: I'm compiling iPXE into an ISO that I use for booting a Virtualbox VM. When I compile without an embedded script everything works fine and iPXE starts and I can also enter the interactive console. As soon as I compile with Code: make bin/pxe.iso EMBED=bootscript.pxe Code: ISOLINUX 6.03 20151222 ETCD Copyright (C) 1994-2014 H. Peter Anvin et al After that output nothing happens. The bootscript.pxe I use only contains these lines: Code: #!ipxe For some background: I use XUbuntu 16.04 LTS to compile. I think I'm missing something here that I should do Thanks! |
|||
2016-08-02, 18:50
Post: #2
|
|||
|
|||
RE: Booting from ISO with embedded script is not working
(2016-07-22 10:36)lycis Wrote: The bootscript.pxe I use only contains these lines: Are you absolutely sure there is no char in the beginin, such as BOM or similar. you can test building with Code: make bin/pxe.iso EMBED=bootscript.pxe DEBUG=script Which should tell you what the script does. Use GitHub Discussions VRAM bin |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)