I have two ubuntu system installed. Parititioned my disk into 4 partitions
- nvme0n1p1 /boot
- nvme0n1p2 / (encrypted)
- nvme0n1p3 /boot
- nvme0n1p4 / (encrypted)
But I am able to boot only into one system, the second does not show in the grub menu.
I tried restore-grub
and boot using
linux (hd0,gpt1)/vmlinuz-xxx root=/dev/nvme0n1p2
initrd initrd.imb-xxx
boot
but with no luck.
I get into initramfs and kernel panic
mount: mounting /sys on /root/sys failed: No sch file or director
mount: mounting /proc on /root/proc filled: no such file or directory
Kernel panic - ....
...
Any idea, what can i do? thanks