The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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
I get stuck with the following output on booting:

Code:
ISOLINUX 6.03 20151222 ETCD Copyright (C) 1994-2014 H. Peter Anvin et al
iPXE ISO boot image
Loading ipxe.krn... ok

After that output nothing happens. The bootscript.pxe I use only contains these lines:
Code:
#!ipxe
echo Booting...

For some background: I use XUbuntu 16.04 LTS to compile.

I think I'm missing something here that I should do Smile

Thanks!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Booting from ISO with embedded script is not working - lycis - 2016-07-22 10:36



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