Quantcast
Channel: Multimediaforum
Viewing all articles
Browse latest Browse all 4603

efibootmgr erstellt keine neuen Einträge

$
0
0
Moin,

hab hier ein Problemchen mit dem efibootmgr.
Ich kann Boot-Einträge löschen, ober keine neuen hinzufügen.

Code:

root@lenny ~ # efibootmgr
BootCurrent: 0005
Timeout: 1 seconds
BootOrder: 0005,0000,0006,0001,0002
Boot0000* Windows Boot Manager
Boot0001  CD/DVD Drive
Boot0002  Hard Drive
Boot0005* Fedora
Boot0006* UEFI: PIONEER BD-RW  BDR-208D

root@lenny ~ # efibootmgr -b 0001 -B
root@lenny ~ # efibootmgr
BootCurrent: 0005
Timeout: 1 seconds
BootOrder: 0005,0000,0006,0001,0002
Boot0000* Windows Boot Manager
Boot0002  Hard Drive
Boot0005* Fedora
Boot0006* UEFI: PIONEER BD-RW  BDR-208D

root@lenny ~ # efibootmgr --create --disk /dev/sda --part 1 --label "GRUB2" --loader \\EFI\\fedora\\grubx64.efi
root@lenny ~ # efibootmgr
BootCurrent: 0005
Timeout: 1 seconds
BootOrder: 0005,0000,0006,0001,0002
Boot0000* Windows Boot Manager
Boot0002  Hard Drive
Boot0005* Fedora
Boot0006* UEFI: PIONEER BD-RW  BDR-208D

BootOrder und einige andere Dinge funktionieren auch nicht.
Der Befehl wird immer ohne Fehlermeldung ausgeführt, bewirkt aber scheinbar gar nichts.

Vllt. noch als Hinweis: Ich habe 2 EFI-Partitionen.
Eine für Linux und eine für Windows, auf der jetzt noch Grub mit eingebunden werden soll.
Aber das sollte ja auch den efibootmgr keinen Einfluss haben... ich gebe ja auch immer die korrekte Partition an.

Hat noch jemand eine Idee?

Viewing all articles
Browse latest Browse all 4603