beim Ausführen von apt-get upgrade vorhin folgende Meldungen in der Konsole:
Code: Alles auswählen
[...]
grub-install: Warnung: Diese GPT-Partitionsbezeichnung hat keine BIOS-Boot-Partition, Einbettung würde unmöglich sein.
grub-install: Warnung: Einbettung ist nicht möglich. GRUB kann in dieser Konfiguration nur mittels Blocklisten installiert werden. Blocklisten sind allerdings UNZUVERLÄSSIG und deren Verwendung wird daher nicht empfohlen..
installation beendet. Keine Fehler aufgetreten.
Generating grub configuration file ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-5.10.0-18-amd64
Found initrd image: /boot/initrd.img-5.10.0-18-amd64
Found linux image: /boot/vmlinuz-5.10.0-17-amd64
Found initrd image: /boot/initrd.img-5.10.0-17-amd64
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.
done
[...]
Habe ein legacy BIOS auf dem Rechner.
Debian-Version:
Code: Alles auswählen
cat /etc/debian_version
11.5
Code: Alles auswählen
fdisk -l /dev/sda
Disk /dev/sda: 465,76 GiB, 500107862016 bytes, 976773168 sectors
Disk model: ST500LT012-9WS14
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 5E2A789E-0EE8-4F53-BC45-5578848755AE
Device Start End Sectors Size Type
/dev/sda1 2048 585936895 585934848 279,4G Linux filesystem
/dev/sda2 585936896 765624319 179687424 85,7G Linux filesystem
/dev/sda3 765624320 781248511 15624192 7,5G Linux swap
Informationen über das vorhandene BIOS:
Code: Alles auswählen
biosdecode
# biosdecode 3.3
ACPI 2.0 present.
OEM Identifier: ACRSYS
RSD Table 32-bit Address: 0xAAFFE124
XSD Table 64-bit Address: 0x00000000AAFFE210
PNP BIOS 1.0 present.
Event Notification: Not Supported
Real Mode 16-bit Code Address: F000:B766
Real Mode 16-bit Data Address: 0040:0000
16-bit Protected Mode Code Address: 0x000FB771
16-bit Protected Mode Data Address: 0x00000400
OEM Device Identifier: SST2400
SMBIOS 2.7 present.
Structure Table Length: 1490 bytes
Structure Table Address: 0x000E7170
Number Of Structures: 23
Maximum Structure Size: 194 bytes
BIOS32 Service Directory present.
Revision: 0
Calling Interface Address: 0x000EF725
Intel Multiprocessor present.
Specification Revision: 1.4
Configuration Table Address: 0x000FEC60
Mode: Virtual Wire
PCI Interrupt Routing 1.0 present.
Router Device: 00:1f.0
Exclusive IRQs: None
Compatible Router: 8086:122e
Device: 00:01, on-board
Device: 00:02, on-board
Device: 00:04, on-board
Device: 00:06, on-board
Device: 02:00, on-board
Device: 03:00, on-board
Device: 00:16, on-board
Device: 00:18, on-board
Device: 00:19, on-board
Device: 00:1a, on-board
Device: 00:1b, on-board
Device: 00:1c, on-board
Device: 00:1d, on-board
Device: 00:1f, on-board
viewtopic.php?t=175219
Muss ich zwingend notwendigerweise hier eingreifen um die Ursache(n) für die o. g. grub-install-Meldungen zu beheben?
Oder kann die Konfiguration meines Rechners so bleiben, wie sie aktuell ist?