It’s been 3 evenings trying different approaches to get to install Antergos minimal on my tablet with intel Z3735. Studied tons of documentations and ended up with that that bootloader systemd-boot doesn’t work with UEFI32bit. What does work is GRUB. And actually managed to get GRUB working on a tablet (boot from USB to GRUB commandline via bootia32.efi file). But I couldn’t manage to get installation process start. Anyone can help me or point what should I do? Below grub.cnf file I’ve prepared, but seems not even showing menus, not mentioning booting anything… (I managed to run manually kernel from grub)
menuentry 'Antergos x86_64' --class arch --class gnu-linux --class os {
set root=(hd0,msdos1)
linux /arch/boot/vmlinuz archisobasedir=arch archisolabel=ANTERGOS modules-load=loop rd.modules-load=loop udev.log-priority=crit rd.udev.log-priority=crit quiet splash
initrd /arch/boot/intel_ucode.img
initrd /arch/boot/archiso.img
boot
}
menuentry "Antergos x86_64 (Non-Graphical Fallback)" --class arch --class gnu-linux --class os {
set root=(hd0,msdos1)
linux /arch/boot/vmlinuz archisobasedir=arch archisolabel=ANTERGOS modules-load=loop rd.modules-load=loop udev.log-priority=crit rd.udev.log-priority=crit systemd.unit=multi-user.target
initrd /arch/boot/intel_ucode.img
initrd /arch/boot/archiso.img
boot
}
menuentry "Firmware setup" {
fwsetup
}
I want to get rid of Windows from that tablet:
MEDION AKOYA E123xT, Intel(R) Atom(TM) CPU Z3735F @ 1.33GHz, 1329 MHz, BIOS MEDION B5CN18WW, 2014-10-29