had this same issue worked out a fix know im a bit late but maybe can help others
install Kali 2.0 to ASUS t100t with efi bios
1. Rufus or choice usb iso tool the standard 64bit amd iso
2. open the usb /boot/efi.img on if doing from windows 7-zip can open as acrchive. inside will see a efi folder copy that to the USB /root
3. add bootia32.efi to USB /EFI/BOOT/
4. USB /boot/grub/ create a grub.cfg
add this:
Code:
# Config file for GRUB2 - The GNU GRand Unified Bootloader
# /boot/grub/grub.cfg
# DEVICE NAME CONVERSIONS
#
# Linux Grub
# -------------------------
# /dev/fd0 (fd0)
# /dev/sda (hd0)
# /dev/sdb2 (hd1,2)
# /dev/sda3 (hd0,3)
#
# root=UUID=dc08e5b0-e704-4573-b3f2-cfe41b73e62b persistent
set menu_color_normal=yellow/blue
set menu_color_highlight=blue/yellow
function load_video {
insmod efi_gop
insmod efi_uga
insmod video_bochs
insmod video_cirrus
insmod all_video
}
load_video
set gfxpayload=keep
# Timeout for menu
set timeout=15
# Set default boot entry as Entry 0
set default=0
set color_normal=yellow/blue
menuentry "Kali - Boot Non Persistent Mode" {
set root=(hd0,1)
linux /live/vmlinuz boot=live noconfig=sudo username=root hostname=kali
initrd /live/initrd.img
}
menuentry "Kali - Boot Persistent" {
set root=(hd0,1)
linux /live/vmlinuz boot=live noconfig=sudo username=root hostname=kali persistence
initrd /live/initrd.img
}
menuentry "Kali Failsafe" {
set root=(hd0,1)
linuxefi /live/vmlinuz boot=live config memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal
initrdefi /live/initrd.img
}
menuentry "Kali Forensics - No Drive or Swap Mount" {
set root=(hd0,1)
linuxefi /live/vmlinuz boot=live noconfig=sudo username=root hostname=kali noswap noautomount
initrdefi /live/initrd.img
}
menuentry "Kali Graphical Install" {
set root=(hd0,1)
linux /install/gtk/vmlinuz video=vesa:ywrap,mtrr vga=788
initrd /install/gtk/initrd.gz
}
menuentry "Kali Text Install" {
set root=(hd0,1)
linux /install/vmlinuz video=vesa:ywrap,mtrr vga=788
initrd /install/initrd.gz
}
5. make sure secure boot is disabled unfortunately the wifi isn't being recognized so will need a USB-RJ45 Ethernet adapter to be able to install grub in the final step of install
install update ( forgot to include could have been a issue with my location or even a isp hickup but grub install failed first attempt so i whent back one stage and picked use Mirror and then installed and is booting and working fine
finally )
on a side note just after all this i had to disassemble and pull battery reset seams that the 3-4 month break i took from attempting to make this work the battery discharged and is defective unable to hold charge so now i have to order and wait for a new battery ... -_- so i found out that the keyboard dock for some reason slowly drains the battery even shut down. So if you let your sit for any time separate dock and tablet.