On Tue, Mar 12, 2019 at 1:36 AM Mittal, Anuj <[email protected]> wrote: > > > I've been trying to make UEFI - image for intel-core2-32 - machine. > > When trying to boot the image with UEFI only enabled doesn't work and if I > > enable > > legacy support from BIOS it says that the boot disk is not valid. > > > > What is the error that you get when you try using UEFI? Can you try cleaning > your image and build/deploy again? That's the thing. There is no error. It just goes back to BIOS setup. If I have the UEFI/Legacy boot filter selected it tries to boot but says that: "Insert Boot media in a selected boot device..."
I tried installing Ubuntu on that device and it booted just fine with UEFI only boot setup suggesting that image I created is missing something. > > In intel-core2-32.conf there is: > > > > MACHINE_FEATURES += "pcbios efi" > > > > and in the wks - file I'm using I have this: > > > > part /boot --source bootimg-efi --sourceparams="loader=grub-efi" > > --ondisk sda --label msdos --active --align 1024 --use-uuid > > > > Is there still something that is needed for UEFI - image to work? > > Nothing else should be needed. Is systemd-boot loader working for you? I changed the --sourceparams to loader=systemd-boot (if that's what you meant) and made clean build from scratch and no difference. -Teemu > > Thanks, > > Anuj -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
