PVE 8.0 startup stuck

zach888

New Member
Jul 23, 2023
1
0
1
After a power loss, my server cannot boot anymore, the progress will stuck at mounting sys-fs-fuse-connections.mount for hours. Any solution? Thank you so much!IMG_3582.jpeg
 
Boot from some Linux live ISO and run fsck on your root filesystem to check for and repair any corruption. Power loss may have damaged system files
 
same issue here after upgrading to pve8 from pve7. I didn't lose any power
 
Last edited:
At the GRUB prompt, interrupt the boot process and edit the command line. Add systemd.unit=rescue.target and then continue booting. This will hopefully get you to a point where you can inspect the system and manually start systemd targets. Depending on what exactly failed, this could take a bit of effort to sort out.

If this approach still doesn't help, break=bottom would give you another useful entry point into the boot process. When you start this way, you will find yourself in the initramfs, and you can access your root filesystem that is attached to /root. You can try to run fsck or edit whatever is broken. chroot can be a very helpful tool in this situation, if you need to run commands that aren't present in the initramfs. That might or might not require temporarily bind-mounting the pseudo filesystems /proc, /dev, and /sys.

If break=bottom doesn't work, then try break=premount or even break=top.

Good luck.
 

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!