Hi everyone,
I would like to install OpenSUSE 13.2 on my new Asus Transformer book t100ta (windows 8.1 takes 20GB/32GB of hdd).
Studing lots of posts about installing linux, especially Ubuntu, on this machine and after several tests I understand (maybe, i’m not entirely sure) that it has a 32-bit UEFI implementation, and so i need a 32-bit UEFI install image.
How can I create this?
I found this guide about create bootia32.efi on Ubuntu, how can i do the same in OpenSUSE?
$ sudo apt-get install git bison libopts25 libselinux1-dev autogen m4 autoconf help2man libopts25-dev flex libfont-freetype-perl automake autotools-dev libfreetype6-dev texinfo
$ git clone git://git.savannah.gnu.org/grub.git
$ cd grub
$ ./autogen.sh
$ export EFI_ARCH=i386
$ ./configure --with-platform=efi --target=${EFI_ARCH} --program-prefix=""
$ make
$ cd grub-core
$ …/grub-mkimage -d . -o bootia32.efi -O i386-efi -p /boot/grub ntfs hfs appleldr boot cat efi_gop efi_uga elf fat hfsplus iso9660 linux keylayouts memdisk minicmd part_apple ext2 extcmd xfs xnu part_bsd part_gpt search search_fs_file chain btrfs loadbios loadenv lvm minix minix2 reiserfs memrw mmap msdospart scsi loopback normal configfile gzio all_video efi_gop efi_uga gfxterm gettext echo boot chain eval
thanks,
il_timpo