morph027 / pve-iso-2-pxe

Create PXE bootable Proxmox installation
MIT License
408 stars 91 forks source link

works on 7.3 #36

Closed yzguy closed 1 year ago

yzguy commented 1 year ago

Works on 7.3! No issues

morph027 commented 1 year ago

Thank you for your contribution!

bartengine27 commented 1 year ago

@yzguy did you use ipxe? "only" 6.4 works in my case

yzguy commented 1 year ago

Yes I used iPXE @bartengine27

#!ipxe

set base-url {{ firmware_server }}

kernel ${base-url}/proxmox/7.3/linux26 initrd=initrd vga=791 video=vesafb:ywrap,mtrr ramdisk_size=16777216 rw quiet splash=silent
initrd ${base-url}/proxmox/7.3/initrd