-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modifications needed for iPXE to run #32
Comments
The example boot script should look like this:
|
just tried with latest ipxe and PVE 8.2, for me it still works without the quoting and just spaces like this:
|
@morph027 same setup with an uefi boote machine and proxmox-ve_8.2-2.iso but my zfs single disk manual installation is failing to complete with: popup in GUI:
and ctrl-alt-F2
|
I have been able to install 8.1-2 manually from the pve-iso-2-pxe generated files although the bootloader installation complains but it did install (with zfs). ymmv, with the embeded iso I had just had to type "exit" at the command line prompt. The machine will proceed to umount/reboot and is funtionnal after. |
I have no doubt that it would work in the event that your drivers are satisfied by the initrd and not whatever process the installer uses when it says: "installing additional hardware drivers". I noticed that part doesn't take place when you PXE boot the image.. which is what I was asking about. |
Thanks for the pve-iso-2-pxe script, which worked fine.
The iPXE bootscript would not run without two modifications:
set webserver http://192.168.1.1
set opts "?vga=791&video=vesafb:ywrap,mtrr&ramdisk_size=16777216&rw&quiet&initrd=initrd"
..
set kernel "${webserver}/proxmox/${pveversion}/linux26${opts}&splash=silent
Note the lack of spaces in the "set kernel" line.
Thanks again.
The text was updated successfully, but these errors were encountered: