2

Hello i have a little problem with my pc i have ubuntu system 23.04, last night everything was fine , i turned on my pc today there is initramfs prompt appears and when i type "exit" command it display this

(initramfs) exit
Gave up waiting for root file system device. Common problems:
- Boot args (cat /proc/emdline)
 - Check rootdelay= (did the system wait long enough?)
- Missing modules (cat /proc/modules: Is /dev)
ALERT! ZFS=rpool/ROOT/ubuntu_sk17cr does not exist. Dropping to a shell!
BusyBox v1.35.0 (Ubuntu 1:1.35.0-4ubuntu1) built-in shell (ash)
Enter "help"  for a list of built-in commands.

can you help me solve this problem thank you i am ready to provide all the information to solve these problems. Thanks

Аwer
  • 21
  • 1

1 Answers1

0

I experienced something similar because my initramfs didn't include ZFS.

If you have another working kernel, boot to that using the "Advanced" option in GRUB. Make sure zfs-dkms and zfs-initramfs are installed.

Run dkms status. Check that zfs/VERSION is installed for the kernel you're trying to boot.

Try sudo update-initramfs -c -k NEWKERNELVERSION, and if that works, try rebooting.

Adam Monsen
  • 2,161