Plop in UEFI Mode

Started by kry07, November 25, 2014, 22:08:16 PM

Previous topic - Next topic

kry07

Hello :D
Yesterday and today i was trying to get my USB to boot efi and mbr.

how to boot efi64
make a bootable FAT32 (LBA) Partition -> like in http://www.plop.at/en/ploplinux/usb.html

cp -rva /path_to/ploplinux-4.2.2/* /path_to/usb
cp -vi /usr/lib/syslinux/efi64/* /path_to/usb/syslinux/
efibootmgr -c -d /dev/sdX -p 1 -l \\syslinux\\syslinux.efi -L "Plop efi64"

done

Now i can see plop menu, but i cant run anything...
-? Is it because the plop binarys are 32bit
-? Is there a possibility to make a efi32 and efi64 usb

tips for mbr boot http://www.plop.at/en/ploplinux/usb.html
if you dont have lilo installed, this can help.

dd bs=440 count=1 conv=notrunc if=/usr/lib/syslinux/bios/mbr.bin of=/dev/sdX


extlinux tutorial http://bedrocklinux.org/1.0alpha4/syslinux.html

Elmar

hello,

Quote from: kry07 on November 25, 2014, 22:08:16 PM
Now i can see plop menu, but i cant run anything...

do you mean the syslinux entry or the plop boot manager menu?


Quote from: kry07 on November 25, 2014, 22:08:16 PM
-? Is it because the plop binarys are 32bit

the plop boot manager is 16bit ;)

Quote from: kry07 on November 25, 2014, 22:08:16 PM
-? Is there a possibility to make a efi32 and efi64 usb

see section boot manager: http://www.plop.at/en/plans.html

Quote from: kry07 on November 25, 2014, 22:08:16 PM
tips for mbr boot http://www.plop.at/en/ploplinux/usb.html
if you dont have lilo installed, this can help.

dd bs=440 count=1 conv=notrunc if=/usr/lib/syslinux/bios/mbr.bin of=/dev/sdX


extlinux tutorial http://bedrocklinux.org/1.0alpha4/syslinux.html

thanks


best regards
elmar

kry07

Quote from: Elmar on November 26, 2014, 11:14:29 AM
do you mean the syslinux entry or the plop boot manager menu?

I meant the syslinux entry -
It would be awesome to get also plop to run under efi.
Where can i find the source code - i don't understand why its not working ...
i would like to try and maybe i can get it to work  :P

Elmar

its not working, because the boot manager is absolutely not compatible to uefi.