You are not logged in.

#1 2014-04-15 13:11:59

ar5007eg
Member
Registered: 2008-06-29
Posts: 45

Creating EFI boot entry

Hello,

I am able to boot my Linux instalation by booting into EFI Shell and typing the following:

     \EFI\Linux\kernel.efi root=/dev/sda4 ro initrd=\EFI\Linux\initrd.img

My EFI partition, containing the \EFI\Linux folder, is /dev/sda1.

Which command exactly do I have to type (using efibootmgr) to create this boot entry?

Offline

#2 2014-04-15 14:17:18

Gcool
Member
Registered: 2011-08-16
Posts: 1,456

Re: Creating EFI boot entry

Have a look at this (bottom of the article).


Burninate!

Offline

#3 2014-04-15 14:49:53

ar5007eg
Member
Registered: 2008-06-29
Posts: 45

Re: Creating EFI boot entry

Thanks, it worked. It wasn't at first because I was using backslashes on kernel line. The exact working command was:

efibootmgr -c -L "Linux" -l '\EFI\Linux\kernel.efi' -u 'root=/dev/sda4 ro initrd=/EFI/Linux/initrd.img'

Offline

Board footer

Powered by FluxBB