Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
|
becki:linux:slack_initrd_efi [2018-01-16 13:15] becki created |
becki:linux:slack_initrd_efi [2018-01-16 13:43] (aktuell) becki |
||
|---|---|---|---|
| Zeile 52: | Zeile 52: | ||
| append="root=/dev/nvme0n1p3 vga=normal ro" | append="root=/dev/nvme0n1p3 vga=normal ro" | ||
| }}} | }}} | ||
| + | |||
| + | Now we check with {{{efibootmgr}}} the current {{{BootOrder}}} and under {{{BootCurrent}}} the currently running system. | ||
| + | Then we tell the UEFI system that we have a new boot opiton: | ||
| + | |||
| + | {{{ | ||
| + | efibootmgr -c -d /dev/nvme0n1 -p 1 -l "\\EFI\\SlackInitrd\\elilo.efi" -L "SlackInitrd" | ||
| + | }}} | ||
| + | |||
| + | After that we make sure that it worked and check{{{BootOrder}}} again with {{{efibootmgr}}} | ||
| + | |||
| + | FIXME How can a timeout be set? | ||
| {{tag>slackware initrd uefi}} | {{tag>slackware initrd uefi}} | ||