Plop Forum

General Category => Boot Managers => Topic started by: kry07 on November 25, 2014, 22:08:16 PM

Title: Plop in UEFI Mode
Post by: kry07 on November 25, 2014, 22:08:16 PM
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 (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 (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 (http://bedrocklinux.org/1.0alpha4/syslinux.html)
Title: Re: Plop in UEFI Mode
Post by: Elmar on November 26, 2014, 11:14:29 AM
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 (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 (http://bedrocklinux.org/1.0alpha4/syslinux.html)

thanks


best regards
elmar
Title: Re: Plop in UEFI Mode
Post by: kry07 on November 26, 2014, 18:20:06 PM
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
Title: Re: Plop in UEFI Mode
Post by: Elmar on November 26, 2014, 18:35:38 PM
its not working, because the boot manager is absolutely not compatible to uefi.