So, I did an update today. But sadly I lose power in the middle of it and then I can’t boot. So, I followed this post
[HowTo] Recovering from an interrupted update/upgrade
at update-grub
i get:
Generating grub configuration file ...
Found theme: /usr/share/grub/themes/manjaro/theme.txt
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
grub-probe: error: cannot find a GRUB drive for /dev/sdb1. Check your device.map.
grub-probe: error: cannot find a GRUB drive for /dev/sdb1. Check your device.map.
Adding boot menu entry for UEFI Firmware Settings ...
Root filesystem isn't btrfs
If you think an error has occurred, please file a bug report at "https://github.com/Antynea/grub-btrfs"
Found memtest86+ image: /boot/memtest86+/memtest.bin
Found memtest86+ EFI image: /boot/memtest86+/memtest.efi
done
Here’s the output of lsblk --fs
, I thought this will be relevant:
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
loop0
loop1
loop2
loop3
sda
|-sda1 42.3G 39% /
|-sda2
|-sda3
|-sda5
|-sda6
`-sda7
sdb
|-sdb1
`-sdb2
and output from df -Th
:
Filesystem Type Size Used Avail Use% Mounted on
/dev/sda1 ext4 76G 30G 43G 42% /
udev devtmpfs 3.4G 0 3.4G 0% /dev
shm tmpfs 3.5G 0 3.5G 0% /dev/shm
run tmpfs 3.5G 8.0K 3.5G 1% /run
tmp tmpfs 3.5G 0 3.5G 0% /tmp
overlay overlay 5.2G 359M 4.8G 7% /etc/resolv.conf
I exit, and rebooted. But, now it boots up to memtest
instead to Manjaro. There is no options either.
Sorry in advance if my english is less than ideal.
Edit: formatting