Previously I have a Ubuntu 16.04 live USB. Now I have a new computer with Windows 10 installed. Since it uses UEFI firmware, I also have to install Ubuntu in UEFI mode.
Do I need an UEFI bootable Ubuntu 16.04 live USB? Is my previous live USB not UEFI bootable?
Boot configurations:
Boot\CSM (Compatibility Support Module)
Boot from storage devices = UEFI driver first
Boot device control = UEFI and Legacy OPROM
Fast Boot = disabled
Boot sequence
option 1 = UEFI SanDisk blablabla (This is the Ubuntu 16.04 .iso USB.)
option 2 = blablabla (This is Windows 10.)
option 3 = disabled
option 4 = disabled
Boot from storage Devices = UEFI driver first; Boot Device Control = UEFI and Legacy OPROM; Fast Boot = disabled; 4.Boot
Sequere Boot option 1 = UEFI SanDisk blablabla(This is the Ubuntu1604 iso USB) option 2 = blablabla(This is Windows10) option 3 = disabled option 4 = disabled
– Y.S. Dec 21 '17 at 11:30This is why I try to make a UEFI bootable USB
– Y.S. Dec 21 '17 at 11:35gnome-disks
andmkusb
can clone from the iso file to a USB pendrive. In Windows you can use Win32DiskImager or Rufus (in dd mode). – sudodus Dec 16 '18 at 13:40