TechTablets › Forums › Jumper Discussion › EZBook series › Running Linux on the EZBook 2? › Reply To: Running Linux on the EZBook 2?
July 8, 2017 at 3:43 pm
#68931
It only works with USB UEFI boot and I wouldn’t trust Rufus…
I remember that I used dd command to make a UEFI bootable ubuntu iso
sudo umount /dev/sdX
sudo dd if=/path/to/ubuntu.iso of=/dev/sdX bs=4M && syncwhere sdX is your usb device (this can be verified with lsblk).
The sync bit is important as dd can return before the write operation finishes.
Thank you so much for helping!
IT WORKS! WiFi, trackpad work. Just booted it from the usb and it is very fast.
Tell me if there is something you’d like me to try 🙂

