I need help /dev/mapper/pve-root does not exist

I didn't understand, i'm not an expert about these things, how can i access rescue mode?Just
You could boot from a Ubuntu or SystemrescueCD DVD/USB-Stick. Then mount the storage and chroot into the system. Then it's like you are inside your Proxmox installieren. There you can do "apt get update" and install a 6.5 kernel.
 
You could boot from a Ubuntu or SystemrescueCD DVD/USB-Stick. Then mount the storage and chroot into the system. Then it's like you are inside your Proxmox installieren. There you can do "apt get update" and install a 6.5 kernel.
I'm not an expert, how can i do that
 
Last edited:
Look here how to chroot: https://www.suse.com/de-de/support/kb/doc/?id=000018770
Then use the commands:
apt-get update
apt install proxmox-kernel-6.2
proxmox-boot-tool kernel pin 6.5.13-5-pve
proxmox-boot-tool refresh

exit and reboot from Harddisk.


At the end i found a solution

1. Boot into SystemRescue
2. run vgscan to see the name of the prinipal drive of proxmox (for me (deafult) was pve)
3. Continue with this guide https://pve.proxmox.com/wiki/Recover_From_Grub_Failure#Temporary_Workaround:~:text=and PVE 8.-,PVE 7.x,-This subsection applies

Thx for the help!