32bit Linux Host with UEFI
Posted: 16. Apr 2013, 13:02
I worked out virtualbox supports ia32 or 32bit efi
I've managed to install ubuntu 32bit using BIOS and installing ubuntu in sda2 using gpt partitioning scheme. using ubuntu live cd in BIOS mode I created fat32 EFI partition sda1. After installing ubuntu I booted using BIOS mode then I installed guest addons. ubuntu will not boot in UEFI if guest addons is not setup. Then I mounted /dev/sda1 to /mnt/efi and I copied grubia32.efi and grub.cfg from /boot to /mnt/efi/efi/boot
Now I have configured an initial 32-bit UEFI bootloader for ubuntu. I motherboard I enabled EFI and got efi shell. I loaded grubia32.efi
and ubuntu booted in EFI mode I then ran
and ran
this installed the bootloader properly from within the os.
I have issues, from F2 before the os boots I add a boot entry but this does not get saved.
also
and gives no output
Any ideas?
I've managed to install ubuntu 32bit using BIOS and installing ubuntu in sda2 using gpt partitioning scheme. using ubuntu live cd in BIOS mode I created fat32 EFI partition sda1. After installing ubuntu I booted using BIOS mode then I installed guest addons. ubuntu will not boot in UEFI if guest addons is not setup. Then I mounted /dev/sda1 to /mnt/efi and I copied grubia32.efi and grub.cfg from /boot to /mnt/efi/efi/boot
Now I have configured an initial 32-bit UEFI bootloader for ubuntu. I motherboard I enabled EFI and got efi shell. I loaded grubia32.efi
Code: Select all
blk3:
cd /efi/boot
grubia32.efiand ubuntu booted in EFI mode I then ran
Code: Select all
sudo apt-get install grub-efiCode: Select all
sudo grub-installI have issues, from F2 before the os boots I add a boot entry but this does not get saved.
also
Code: Select all
modprobe efivarsCode: Select all
efibootmgrAny ideas?