hello dear community,
while trying to access GRUB 2 Menu i get the following message:
invalid Recovery AreaGRUB loading.
Wellcome to GRUB!
error: unknown fileysystem.
Entering rescue mode…
grub rescue
in earlier times i was able to get the GRUB Menu
why cannot i get there -
tsu2
September 12, 2016, 4:02pm
2
See if anything displays by querying for critical events (or worse) within your last boot (assume you’re able to successfully boot into rescue mode).
journalctl -p crit -b
The full range of events you can filter by priority are
0: emerg
1: alert
2: crit
3: err
4: warning
5: notice
6: info
7: debug
TSU
dilbertone:
why cannot i get there -
You have bootloader that does not match your configuration - it does not include driver for filesystem where /boot/grub2 is located. How it happened is impossible to say with so little information. What did you do before that started?
tsu2:
journalctl -p crit -b
He cannot get as far as bootloader menu and you suggest using journalctl …
dilbertone:
hello dear community,
while trying to access GRUB 2 Menu i get the following message:
invalid Recovery AreaGRUB loading.
Wellcome to GRUB!
error: unknown fileysystem.
Entering rescue mode…
grub rescue
in earlier times i was able to get the GRUB Menu
why cannot i get there -
… you could try the Rescue system off the install disk, chroot, mkinitrd, grub2-mkconfig, & grub2-install …
I believe you know how, but if you need more details, let us know.