[SOLVED] proxmox-ve_8.1-2 new install ventoy initramfs hangs

ExoNos

New Member
May 6, 2024
2
0
1
Hi
I am posting this for people experiencing this as i have read the accepted solutions and none address this.
Condition:
New Install version proxmox-ve_8.1-2, installed via ventoy usb. Install completes normally however system fails to boot past "loading initramfs" and hangs the system.
Attempting to boot recovery option results in system hanging around this error "Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)"

Solution/Condition confirmation:
-boot proxmox from install medium (ventoy flash) using the "rescue boot" option
-login to root using the password you created at your origional installation
-create a mount point: mkdir /mnt/pve
-mount root mapper partition: mount /dev/mapper/pve-root /mnt/pve
-open grub.conf: vi /mnt/pve/boot/grub/grub.cfg
-search for lines that look like this:

echo 'Loading Linux 6.8.4-2-pve ...'
linux /boot/vmlinuz-6.8.4-2-pve root=/dev/mapper/pve-root ro rdinit=/vtoy/vtoy quiet

-comment out or delete the "rdinit=/vtoy/vtoy quiet" part
-mine had 3 seperate entries i commented out
- write and reboot

It should boot up now.
 
Thank you for reporting. Have you checked /etc for additional/other vtoy entries (grep -ri vtoy /etc)? You may need to delete them too in order to not run into the problem after the next update again.
 
  • Like
Reactions: ExoNos
After checking i can confirm there is also a similar "rdinit=/vtoy/vtoy quiet" entry located in "/etc/default/grub.d/installer.cfg"
Thanks for the heads up, and thanks for introducing me to the power of "grep" wow! what an amazing tool I never new it could be used that way.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!