Code: Alles auswählen
### BEGIN /etc/grub.d/30_uefi-firmware ###
menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' {
fwsetup
}
### END /etc/grub.d/30_uefi-firmware ###
Gruß KH
Code: Alles auswählen
### BEGIN /etc/grub.d/30_uefi-firmware ###
menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' {
fwsetup
}
### END /etc/grub.d/30_uefi-firmware ###
Code: Alles auswählen
systemctl reboot --firmware-setup
Code: Alles auswählen
systemctl reboot --firmware-setup
cu KHSolution 3: Using the fwsetup Command
At the grub> prompt, type fwsetup and press enter. The fwsetup command is designed to access your firmware setup (UEFI or BIOS configuration screen).
This command should take you to the UEFI or BIOS setup screen, where you can rearrange the boot order or fix boot files.
Versteh ich das richtig und auch den Satz aus dem zitierten Artikeltowo hat geschrieben:16.08.2023 21:38:29Der Eintrag ist genau dafür da, um ins Firmware Setup (formaly known as BIOS) zu booten.
Es wird DIREKT ins UEFI/BIOS gebooten, nicht in GRUB!?The fwsetup command is designed to access your firmware setup (UEFI or BIOS configuration screen).
Code: Alles auswählen
noname@test:~$ efibootmgr
BootCurrent: 0000
Timeout: 1 seconds
BootOrder: 0000,0002,0001,0003,0004
Boot0000* debian
Boot0001* UEFI:CD/DVD Drive
Boot0002* debian
Boot0003* UEFI:Removable Device
Boot0004* UEFI:Network Device
Code: Alles auswählen
root@test:~# fdisk -l
Disk /dev/sda: 111.79 GiB, 120034123776 bytes, 234441648 sectors
Disk model: Intenso SSD
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 42162E73-93BA-4839-9115-B72CA9EF8CD3
Device Start End Sectors Size Type
/dev/sda1 2048 1050623 1048576 512M EFI System
/dev/sda2 1050624 59643903 58593280 27.9G Linux filesystem
/dev/sda3 59643904 61644799 2000896 977M Linux swap
/dev/sda4 61644800 234440703 172795904 82.4G Linux filesystem
Code: Alles auswählen
noname@test:~$ systemctl reboot --firmware-setup
Cannot indicate to EFI to boot into setup mode: Firmware does not support boot into firmware.
root@test:~# systemctl reboot --firmware-setup
Cannot indicate to EFI to boot into setup mode: Firmware does not support boot into firmware.
Code: Alles auswählen
grub> fwsetup
fwsetup geht glaube ich nur, wenn auchkalle123 hat geschrieben:17.08.2023 10:41:54Stoppe ich das GRUB Menu mit 'c' und gebe folgendes Kommando einerscheint die Fehlermeldung error: can't find 'fwsetup'Code: Alles auswählen
grub> fwsetup
Code: Alles auswählen
/sys/firmware/efi/efivars/OsIndicationsSupported-8be4df61-93ca-11d2-aa0d-00e098032b8c
Code: Alles auswählen
$ ls -l /sys/firmware/efi/efivars/OsIndicationsSupported-8be4df61-93ca-11d2-aa0d-00e098032b8c
-rw-r--r-- 1 root root 12 17. Aug 11:16 /sys/firmware/efi/efivars/OsIndicationsSupported-8be4df61-93ca-11d2-aa0d-00e098032b8c
... und ich hab absolut nix dazu gefunden. Das B450 board ist neu, aber das X370 hab ich schon ein paar Jahre und ich würde fast drauf wetten, dass das mal funktioniert hat. Da ist ein alter Ryzen drin und ich werde da mal einen Versuch mit einem alten BIOS machen.Es scheint wohl Mainboard-Hersteller zu geben, deren Firmware diese Funktion nicht unterstützt.
So, hab das X370 in 2019 erworben mit BIOS Version 5204. Aktuelle Version drauf ist 6203.kalle123 hat geschrieben:17.08.2023 11:44:06... aber das X370 hab ich schon ein paar Jahre und ich würde fast drauf wetten, dass das mal funktioniert hat. Da ist ein alter Ryzen drin und ich werde da mal einen Versuch mit einem alten BIOS machen.
Beim X370 ist das aktuelle BIOS die 6203, damit funktioniert das nicht, aber mit 5204! und beim B450 aktuell 4202 (geht nicht) aber mit dem 3810 geht es dann doch.rhHeini hat geschrieben:17.08.2023 19:43:00Bei meinem Prime X570-Pro funktionierts wie vorgesehen, kriege nach einem Reboot den gleichen Bios-Bildschirm wie nach einem DEL während des Boots. Und das mit dem vorletzten Bios.
Quelle: https://www.asus.com/support/FAQ/1029957/Confirm the updated BIOS file is too old. For example, if the motherboard BIOS file version is 2103 and you want to update to 1003 version, it will show this picture.
Note: It means that it doesn't support to downgrade the BIOS