Skip to content
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

Unable to boot uefi ipxe install #15

Open
assid2 opened this issue Jun 24, 2020 · 4 comments
Open

Unable to boot uefi ipxe install #15

assid2 opened this issue Jun 24, 2020 · 4 comments
Labels

Comments

@assid2
Copy link

assid2 commented Jun 24, 2020

I tried the following, but getting a kernel panic not syncing VFS unable to mount root fs on unknown block 0,0

:proxmox-install
echo Starting Proxmox Install 6.2.1
set base-url http://172.16.120.52/install/iso/extractedinstall/proxmox-ve_6.2-1
kernel ${base-url}/linux26
initrd ${base-url}/initrd.iso.img
#imgargs linux26 initrd=initrd.iso.img vga=791 video=vesafb:ywrap,mtrr ramdisk_size=166777216 linux ext4 maxroot=4 swapsize=4 splash=verbose || shell
boot || shell
goto start

@morph027
Copy link
Owner

Why did you comment the args?

@fulafisken
Copy link

I had this same message. I modified the script to not pipe any errors to dev/null, and then i found out my Arch installation did not have cpio:

Added iso, creating and compressing the new initrd...
pve-script.sh: line 59: cpio: command not found

So after installing that, and running the script again, then it works! :)
pacman -S cpio

@Exellent1988
Copy link

I didnt get it to work with different PVE Versions: this is my latest test:

:proxmox-64-efi
set base-url http://XXX.XXX.XXX.XXX/tools/proxmox
kernel ${base-url}/6.4/pxeboot/linux26
initrd ${base-url}/6.4/pxeboot/initrd.iso.img
imgargs linux26 initrd=initrd.iso.img vga=791 video=vesafb:ywrap,mtrr ramdisk_size=166777216 linux ext4 maxroot=4 swapsize=4 splash=verbose
boot || shell
goto start

I still get the kernel panic, but cant see any errors in the script. 🤷🏽

@Exellent1988
Copy link

Exellent1988 commented May 5, 2021

UPDATE: I got the 6.4 working like this:
:proxmox-6
set base-url http://SERVERIP/tools/proxmox
initrd ${base-url}/6.4/pxeboot/initrd.iso.img
kernel ${base-url}/6.4/pxeboot/linux26 iso vga=791 video=vesafb:ywrap,mtrr ramdisk_size=16777216 rw quiet splash=silent initrd=initrd.iso.img
boot || goto failed
goto start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants