Dear Community,
I made a simple mistake (thought I was writing in a container as root but it turned out it was proxmox host) and typed
with
.
Right now after host reboot I am not able to boot, I get error ->
System is encrypted ZFS, installed on Nvme . Then my HDD storage is luks encrypted.
I am only able to boot into Debug mode from Proxmox ISO.
Current pve kernel is 5.13.19-1. and this is the only one available ( I checked with proxmox-boot-tool kernel list ).
When typed
there is missing file initrd.img-5.13.19-1-pve, the rest of flies (4) are there (system.map, config, vmlinuz, grub). I recreated initrd.img with command ->
When I try command
I get an error /etc/kernel/proxmox-boot-uuids doest not exist.
Trying to mount and init nvme ->
but I get E: '/dev/nvme0n1p3" has wrong partition type (same error for my other disc).
Command
says EFI variables are not supported.
When I check
I have only file unicode.pf2, the grub.conf is missing. So naturally update-grub gets failed to get canonical path of 'none'. I only have file /etc/default/grub.conf
Another command
gives Couldn't find EFI system.... Not booted with EFI.
I tried to to reconfigure kernel ->
and got message debconf: unable to initialize frontend: Dialog,............... Then package "pve-kernel-5.13.19-1-pve" is not installed and no information.
Would really appreciate any help / ideas how to solve this problem... How can I install fresh kernel through Debug Mode? What are my other options? This is disaster...
I made a simple mistake (thought I was writing in a container as root but it turned out it was proxmox host) and typed
Code:
apt update && apt-dist upgrade
Code:
apt autoremove
Right now after host reboot I am not able to boot, I get error ->
Code:
efi stub loaded initrd from command line option
System is encrypted ZFS, installed on Nvme . Then my HDD storage is luks encrypted.
I am only able to boot into Debug mode from Proxmox ISO.
Current pve kernel is 5.13.19-1. and this is the only one available ( I checked with proxmox-boot-tool kernel list ).
When typed
Code:
ls /boot/
Code:
update-initramfs -c -k 5.13.19-1-pve
When I try command
Code:
proxmox-boot-tool status
Trying to mount and init nvme ->
Code:
proxmox-boot-tool init /dev/nvme0n1p3
Command
Code:
efibootmgr
When I check
Code:
ls /boot/grub/
Another command
Code:
bootctl status
I tried to to reconfigure kernel ->
Code:
dpkg-reconfigure pve-kernel-5.13.19-1-pve
Would really appreciate any help / ideas how to solve this problem... How can I install fresh kernel through Debug Mode? What are my other options? This is disaster...