1

After forcibly rebooting my OpenStack compute & block storage node, it no longer boots; how can I fix this or recover its data?

Gave up waiting for root file system device. common problems:
 -Boot args (cat /proc/cmdline)
  - check rootdelay= (did the system wait long enough?)
 - Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/mapper/ubuntu--vg-ubuntu--lv does not exist. Dropping to a shell!

BusyBox v1.30.1 (Ubuntu 1:1.30.1-4ubuntu6.3) built-in shell (ash) Enter 'help' for a list of built-in commands.

(initramfs)

jun50
  • 11

2 Answers2

0

Was self resolved.

# guestmount -a /dev/mapper/cinder--volumes-volume--NAME -i --rw /mnt

https://docs.openstack.org/image-guide/modify-images.html#guestmount

jun50
  • 11
0

My system couldn't boot after an update and wasn't prompting me to enter my LUKS passphrase for my root partition. However, I was able to boot after a manual unlock.

Note: Change /dev/vda3 to your root partition that contains Ubuntu.

(initramfs) cryptsetup luksOpen /dev/vda3 ubuntu
            Enter passphrase: *****
(initramfs) exit

The system boots.