Autor |
Nachricht |
|
Titel: grub error
Verfasst am: 04.04.2020, 18:33 Uhr
|
|
Anmeldung: 14. Feb 2014
Beiträge: 8
|
|
Hallo
I just installed the 64bit lxde extra.
When booting (no other os present) from hard drive I get this:
error: symbol 'grub_file_filters_all' not found.
grub rescue>_
Please help
Danke |
|
|
|
|
|
|
Titel:
Verfasst am: 05.04.2020, 08:33 Uhr
|
|
Anmeldung: 20. Jul 2010
Beiträge: 115
|
|
Hi,
if you´ve got boot problems, it is always important to post, whether your system boots via (U)EFI or not.
To solve your problem you may try to use the "supergrubdisk2" https://www.supergrubdisk.org/super-grub2-disk/.
You may burn it to a cd or use rufus https://rufus.ie/ to create a live usb stick.
It´s a mini-Iso (< 20 MB!) that helps you to boot into your installed system.
It tries to detect your grub configuration. After booting into your installed system via systemgrubdisk2 you have to do as root:
Code:
grub-install && sleep 5 && sync && sleep 1
. Then reboot.
If this doesn´t work and you understand German, have a look at this:
https://wiki.debianforum.de/Grub_reparieren |
|
|
|
|
|
|
Titel:
Verfasst am: 05.04.2020, 10:06 Uhr
|
|
Anmeldung: 17. Dez 2003
Beiträge: 16790
|
|
GRUB errors are very rare these days, could happen only with very old hardware (bad BIOS) with larger HDs. Need to see these outputs from live mode:
Code:
sudo fdisk -l /dev/sd?
Code:
infobash -v3
|
|
|
|
|
|
|
Titel:
Verfasst am: 05.04.2020, 10:50 Uhr
|
|
Anmeldung: 14. Feb 2014
Beiträge: 8
|
|
|
|
|
|
Titel:
Verfasst am: 26.02.2021, 05:38 Uhr
|
|
Anmeldung: 26. Feb 2021
Beiträge: 1
|
|
|
|
|
|
|
|