Starting undionly.efi or snponly.efi from the linux command
|
2018-10-17, 18:13
Post: #3
|
|||
|
|||
RE: Starting undionly.efi or snponly.efi from the linux command
(2018-10-16 07:13)NiKiZe Wrote: You can use ipxe.lkrn and start that from syslinux or grub in legacy mode yes. I was able to build bin-x86_64-efi/ipxe.efi with a custom script and install it on the EFI partition. I made it the first boot option with the command: sudo efibootmgr -c -w -I \\EFI\\ipxe\ipxe.efi -L "MyTest" -d /dev/sda BootOrder: 0002,0000,0001 Boot0000* ubuntu Boot0001* Syslinux Boot0002* MyTest The custom ipxe script is as follows: #!ipxe set user-class ipxetest echo ipxe started with user-class ${user-class} clear ip4 dhcp echo Chaining to tftp://${next-server}/${filename} sleep 15 chain tftp://${next-server}/${filename} I see the echo message. So I know that my ipxe.efi is being invoked, The dhcp command does not see that link is up on net0, tries the other interfaces but is not able bring up the network. The message on the console is: Waiting for link-up on net0 see http://ipxe.org/38086193 (same message for other interfaces). Just for testing I added a retry loop on the dhcp 5 times with a 5 second delay. Same problem from either warm start or a cold boot from a powered down state. My end goal is to contact a web server on the local network that will generate the final chain command. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Starting undionly.efi or snponly.efi from the linux command - ebruno - 2018-10-16, 00:51
RE: Starting undionly.efi or snponly.efi from the linux command - NiKiZe - 2018-10-16, 07:13
RE: Starting undionly.efi or snponly.efi from the linux command - ebruno - 2018-10-17 18:13
RE: Starting undionly.efi or snponly.efi from the linux command - NiKiZe - 2018-10-17, 19:47
RE: Starting undionly.efi or snponly.efi from the linux command - ebruno - 2018-10-17, 22:46
RE: Starting undionly.efi or snponly.efi from the linux command - NiKiZe - 2018-10-17, 22:57
RE: Starting undionly.efi or snponly.efi from the linux command - ebruno - 2018-10-17, 23:16
RE: Starting undionly.efi or snponly.efi from the linux command - ebruno - 2018-10-18, 00:24
|
User(s) browsing this thread: 6 Guest(s)