You are not logged in.

#1 2022-09-10 08:55:54

satsuki
Member
Registered: 2020-04-16
Posts: 4

EFISTUB problem

hi, i'm trying to boot Arch with efistub option but there is no enough source and i ran into problems like this :
https://gcdnb.pbrd.co/images/qRr1rkDtjqsn.png
https://gcdnb.pbrd.co/images/7Ag7RRo95mx8.png

i did this code but should i replace the root with my

'root='

path or what?

 efibootmgr --disk /dev/sdX --part 1 --create --label "Arch Linux" --loader /vmlinuz-linux --unicode 'root=UUID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX rw initrd=\initramfs-linux.img' 

fstab:
https://gcdnb.pbrd.co/images/fSGAedN72HJF.png
efibootmgr:
https://gcdnb.pbrd.co/images/RNXXLsVninUP.png
Thanks


Mod Edit - Replaced oversized images with links.
CoC - Pasting pictures and code

Last edited by Slithery (2022-09-10 09:45:31)

Offline

#2 2022-09-10 10:32:45

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,466

Online

#3 2022-09-13 12:22:30

eliohann
Member
Registered: 2017-09-21
Posts: 5

Re: EFISTUB problem

You need to find the PARTUUID of your root part.
ls -l /dev/disk/by-partuuid/
Been in the same issue yesterday.
Once you've find the correct UUID, launch the command efibootmgr where you've replace XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX by the UUID you've find.

Offline

Board footer

Powered by FluxBB