Hi Tomas, denke es wuerde helfen erstmal einen Ueberblick zu bekommen mit dem iso hier mit von usb booten (Ventoy ist gut fuer mehrere isos auf einem Stick). https://www.supergrubdisk.org/super-grub2-disk/ LG Holger
PS: Das hast du bestimmt schon irgendwo gefunden aber ich habs mir mal so notiert. Mit usb-live-system in chroot grub neu installieren und konfigurieren (als root).
fdisk -l, lsblk chroot /mnt /bin/bash
Z.B. so (je nach dem, aber hier mal fuer ein uefi system): mount /dev/sda1 /mnt/boot mount /dev/sda2 /mnt/boot/efi mount /dev/sda3 /mnt
mount --bind /dev /mnt/dev mount --bind /proc /mnt/proc mount --bind /sys /mnt/sys chroot /mnt /bin/bash
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=debian grub-mkconfig -o /boot/grub/grub.cfg exit reboot (stick entnehmen)
On 4/16/25 11:52, tomas@tuxteam.de wrote:
On Wed, Apr 16, 2025 at 11:22:35AM +0200, ctux@dismail.de wrote:
Hallo Flugies,
diesmal hat es mein Notebook getroffen: Ein Grub Update ging schief: Slot 0 opened Error: symbol grub-is-cli-auth-need-auth not found Entering rescue mode...
kommt ziemlich sofort, ohne Menu
Uh-oh. Gerade im Job, deshalb etwas eingeschränkt.
Ja, sieht aus, als ob Grub etwas fehlt (ein Modul?). Wie Christian sagt, Grub "irgendwie draufkriegen", entweder mit rescue-boot, oder mit einem Tool oder mit chroot.
Wir sehen uns heute abend :)
lg