Proxmox 7.4 update with kernel 6.2 Emergency mode

furmansk

Member
Jul 28, 2021
21
1
8
Updated to Proxmox 7.4-3 on 5.15 kernel. Then wanted to try 6.2 kernel since I have an Intel Arc Card. It boots into emergency mode

Here's the kernel log if anyone can help. I had to reboot into 5.15 kernel to get back to operation.

System is HP Z640 tower with two Intel Xeon CPU E5-2678 v3 and 128GB ram.

Thanks.
 

Attachments

Figured it out.... my usb external drive for some reason changed from /dev/sdc1 to /dev/sde1 and I had it in the /etc/fstab to mount at startup cause thats where I backup my VM's.
 
  • Like
Reactions: leesteken
Figured it out.... my usb external drive for some reason changed from /dev/sdc1 to /dev/sde1 and I had it in the /etc/fstab to mount at startup cause thats where I backup my VM's.
/dev/sd* are not stable and can change all the time. Please use /dev/disk/by-id/... or one of the other stable paths.