search for: 75c06e3e46ae

Displaying 1 result from an estimated 1 matches for "75c06e3e46ae".

2015 Dec 19
0
Syslinux EFI x64
.../efi/EFI/extlinux/ However, this step needs to be "self made", copy the kernel and initramfs image to efi root dir - Syslinux proximity. # cp /boot/{vmlinuz,initramfs}-4* /boot/efi/ Let's find out what is the root partition uuid ... # cat /etc/fstab ... UUID=5af9ee8f-0553-4ca0-ab4f-75c06e3e46ae / ... ... for the necessary boot loader configuration file, /boot/efi/EFI/extlinux/extlinux.conf ui menu.c32 menu title Syslinux efi64 timeout 50 label Rawhide 4.4.0-0.rc5.git0.1.fc24.x86_64 kernel /vmlinuz-4.4.0-0.rc5.git0.1.fc24.x86_64 append root=UUID=5af9ee8f-0553-4ca0-ab4f-75c06e3e46ae...