Linux Mint PXE boot with preseed, cant get it to work #1823
Unanswered
nzbtuxnews
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I made a small ipxe menu that successfully boots a live Mint ISO and it works flawlessly. Now I'd like to have an unattended deployment via preseed. I looked at the example on this Git repo but its structured differently than my menu (maybe why mine doesnt work!??). Gemini has been useless so far as it keeps changing back & forth the parameters and I end up either with a PXE boot that doesnt work (root FS not mounted), squashfs not retrieved and mounted, etc.
The best I could come up with is this menu which, as I said, works perfectly to load the live ISO and dump me to the Desktop (as if I was running it from a USB thumbdrive).
With this block, the preseed is ignored because its path (URL) is parsed as "http://preseed/url" and I am brought to the desktop however its in install mode (Install as superuser)...
I tried using "url=${usr_ent_pre}" its even worst the OS cant even boot as if its trying to wget the preseed as the squashfs and I end up with BusyBox rescue shell....
Anybody can help me get over this issue? Sure I can be that far but again I tried pretty much everything and documentation on the web is very sparse....
All reactions