Nun...
parted im chroot sagt:
partition table: gpt
Disk Flags:
Code: Alles auswählen
Number (...) Size File System Name Flags
1 537MB fat32 boot,esp
2 1978GB ext4
3 21,5GB swap swap
Sollte also passen.
mount gibt aus:
Code: Alles auswählen
/dev/nvme0n1p2 on / type ext4 (rw,relatime)
none on /proc type proc (rw,relatime)
none on /sys type sysfs (rw,relatime)
none on /run type tmpfs (rw,nosuid,relatime,size=1614932,mode=775)
/dev/nvme0n1p1 on /boot/efi type vfat (rw,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro)
grub-install sagt:
Code: Alles auswählen
Installing for x86_64-efi platform.
grub-install: warning: EFI variables cannot be set on this system.
grub-install: warning: You will have to complete the GRUB setup manually.
Installation finished. No errors reported.
Gerade die 2. Warnung beunruhigt mich.
System booted nicht von der Platte.
EDIT: Es ist eine "Verwirrung", die der Hersteller des Notebooks mitverursacht hat. Mit einem Lösungshinweis von ihm kam ich jetzt *teilweise* zum Ziel:
Im BIOS wählen Sie bitte "Boot From File" aus und navigieren dann ins EFI-Bootverzeichnis, es müsste eine Art "GRUB... .efi" geben, diese müssen Sie auswählen.
Im Betriebsystem wieder angekommen, bitte
sudo update-grub
update-grub meldet dann:
Code: Alles auswählen
Generating grub configuration file ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-6.8.12-amd64
Found initrd image: /boot/initrd.img-6.8.12-amd64
Found linux image: /boot/vmlinuz-6.6.15-amd64
Found initrd image: /boot/initrd.img-6.6.15-amd64
Found memtest86+ 64bit EFI image: /boot/memtest86+x64.efi
Found memtest86+ 32bit EFI image: /boot/memtest86+ia32.efi
Found memtest86+ 64bit image: /boot/memtest86+x64.bin
Found memtest86+ 32bit image: /boot/memtest86+ia32.bin
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Sieht für mich unauffällig aus, oder?
Wenn ich das so mache, booted die Kiste zwar, aber beim nächsten reboot ist das wieder notwendig. Die Datei, die ich auswählen soll, ist <EFI>/Debian/grubx64.efi.
Es stehen noch andere Dateien zur Auswahl: shimx64.efi, mmx64.efi, fbx64.efi. Nach dieser Aktion steht die Platte trotzdem nicht im BIOS-Bootmanager als Option zur Verfügung.