UbuntuBudgie / iso-builder

Debian Live configuration and scripts for generating ubuntu based images, forked from elementary OS Terraform
GNU General Public License v3.0
20 stars 26 forks source link

Critical: Check Installable on EFI laptops #2

Closed fossfreedom closed 8 years ago

fossfreedom commented 8 years ago

While I haven't managed to generate an ISO yet, need to test the ISO on an EFI laptop / virtualbox with EFI set.

When working with Pinguy there are changes known in xenial that prevents EFI based installs.

probably here https://github.com/budgie-remix/budgie-remix-iso-builder/blob/bfb55e39b7b4197f7062a33fb4efcc7f882571f1/etc/config/package-lists/desktop.list.chroot_live

Pinguybuilder has this to help - mokutil and libefivar0 are key

 if [ "$ARCH" = "amd64" ] ; then
    apt-get download b43-fwcutter bcmwl-kernel-source efibootmgr grub-common gru
b-efi grub-efi-amd64 grub-efi-amd64-bin grub-efi-amd64-signed grub-efi-ia32 grub
-efi-ia32-bin grub-pc-bin grub-pc grub2-common grub-gfxpayload-lists libefivar0 
mokutil secureboot-db shim shim-signed &> /dev/null
    else
    apt-get download b43-fwcutter bcmwl-kernel-source efibootmgr grub-common gru
b-efi grub-efi-ia32 grub-efi-ia32-bin grub-pc-bin grub-pc grub2-common grub-gfxp
ayload-lists libefivar0 mokutil secureboot-db &> /dev/null
    fi

EDIT: probably needs to be added to etc/config/package-lists/pool.list.binary

spottech commented 8 years ago

I will test on my son's computer

spottech commented 8 years ago

It's boot great, but I have not had the opportunity to test the installation

spottech commented 8 years ago

Actually boot well on a uefi pc/laptop but not on ufi virtualbox

fossfreedom commented 8 years ago

Did you have secure boot enabled on the laptop?

spottech commented 8 years ago

in my desktop computer yes, i'm not an laptop with uefi

fossfreedom commented 8 years ago

@spottech - on my testing all looks ok - installs correctly on uefi and non-uefi.

spottech commented 8 years ago

Are you test thé boot after installation on uefi?

fossfreedom commented 8 years ago

yep - works for me.

spottech commented 8 years ago

OK fine