My Ubuntu installation does not boot when I remove a non relevant HDD (sda) from my system. Instead I am stuck in initramfs. However if it is connected it starts up just fine from sdb3.
- sda unallocated - the hdd required to boot for whatever reason
- sdb3
/
- sdb5 swap
- sdb6
home
It might be worth mentioning that I tried to clone sdb as is to sda using clonezilla live which failed. So sda has no partitions, but if I boot from sda grub rescue appears.
UUIDs of blkid -l
match those of fstab
initramfs-tool/conf.d/resume
points to sdb5
GRUB and initramfs were updated several times
fsck.ext4 /dev/sdb3
was run several times from live with no errors
Any help would be appreciated since this is my main driver and the problem doesn't seem too severe.
ALERT! /dev/sdb3 does not exist. Dropping to shell!
It's pretty much the same scenario like here except for the fact i can'tcryptsetup
. However my/etc/crypttab
is empty. – maxwhere Aug 29 '18 at 18:32