Hello all,
we have two ways here for us PXE Grubconfig to install Proxmox Server (EFI). The old way:
this is working, but need about 3-5 minutes to boot.
The new way. Did not work, but should be a lot of faster. Other machines like Ubuntu do this that way.
Here we get the error Message:
After that is kernel panic. So what i'am doing wrong?
Very Thanks.
we have two ways here for us PXE Grubconfig to install Proxmox Server (EFI). The old way:
Code:
menuentry 'Proxmox 6.2' --id proxmox62 {
linuxefi /proxmox62/linux26 vga=791 video=vesafb:ywrap,mtrr ramdisk_size=2000000 linux ext4 maxroot=60 swapsize=16 splash=verbose
initrdefi /proxmox62/initrd.iso.img
}
The new way. Did not work, but should be a lot of faster. Other machines like Ubuntu do this that way.
Code:
menuentry 'Proxmox 6.2 Faster' --id proxmox62-ftp {
linuxefi /proxmox62/linux26 vga=791 video=vesafb:ywrap,mtrr ramdisk_size=2000000 linux ext4 maxroot=60 swapsize=16 splash=verbose
initrdefi url=ftp://data.tux.lan/pxe-iso/proxmox/initrd.iso.img
}
Code:
Error File not found.
.... Press any key to continue
After that is kernel panic. So what i'am doing wrong?
Very Thanks.
Last edited: