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:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to use script when chainloading from UEFI GRUB
2016-01-08, 20:39
Post: #1
How to use script when chainloading from UEFI GRUB
Greetings,

I have a UEFI bootable USB stick which I want to use to load iPXE and run a custom script.
Here is the GRUB2 entry:

menuentry "iPXE"{
search --no-floppy --set=root -f /live/ipxe.efi
chainloader /live/ipxe.efi + 1
}

I have placed a plain text file script at /live/script.ipxe but it doesn't see the script. What do I have to do?

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


Messages In This Thread
How to use script when chainloading from UEFI GRUB - dthatcher - 2016-01-08 20:39



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