boot command hangs
|
2019-08-27, 04:09
(This post was last modified: 2019-08-27 04:10 by obie.)
Post: #1
|
|||
|
|||
boot command hangs
I'm on the latest master of ipxe and am able to get a script running pulling from a public version of Centos. Here's what runs successfully for me:
Code: #!ipxe This works great but now I want to iterate on pulling from a https url. I changed the url and enabled HTTPS by adding the #define for DOWNLOAD_PROTO_HTTPS in config/general.h. This is the script as it looks now: Code: #!ipxe When I run this script, I can see HTTPS in the enabled protocols so I believe I did that right. And on the kernel, initrd calls I get URL ... ok so I believe I'm pulling those down correctly. Unfortunately, the script hangs on boot after printing 'Booting now...'. I tried swapping the order of the initrd and kernel calls as well as adding a sleep as recommended in an another thread but I'm still seeing the same hanging. I'm running this from a usb image using bin/ipxe.usb EMBED=my_file. Any ideas as to what may be going on? Any debug flags I can set? I'm on the latest ipxe but if there's any other information I can provide, I'd be very happy to. I'm new to ipxe so there may be something I fundamentally am misunderstanding. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
boot command hangs - obie - 2019-08-27 04:09
RE: boot command hangs - NiKiZe - 2019-08-27, 04:34
RE: boot command hangs - obie - 2019-08-27, 22:10
RE: boot command hangs - NiKiZe - 2019-08-27, 23:43
|
User(s) browsing this thread: 1 Guest(s)