#External live usb with ubuntu not booting on surface pro

22 messages · Page 1 of 1 (latest)

astral latch
#

I downloaded ubuntu onto an external ssd which works on my desktop however it won’t boot on my laptop. google tells me my laptop is unable to boot an EXT4 file. Is there a way I can force my laptop to boot on the EXT4 file?

novel barn
#

You’ll have to select it to boot from usb.

queen mesa
# astral latch I downloaded ubuntu onto an external ssd which works on my desktop however it wo...

If you operate under the windows just download the Rufus portable. Prepare pendrive (all data will by losed). In the Rufus chose Ubuntu image and the pendrive. After doing that you can force you laptop to boot form the pendive using special key (you can find in the manual of your laptop or just guess. To do that after turning on laptop just press multiply times key (from F1 to F12 or Del) you newer know 🙂 If you fail to enter into Boot many just turn off and repeat until you do.

astral latch
astral latch
queen mesa
#

So this can by thing of secure boot. Try the oposit setting -> if it's turn on turn off.

astral latch
#

its already off

queen mesa
#

and the pendrive if visible in the boot menu?

astral latch
#

nope

#

never seen its name

astral latch
queen mesa
#

But it's working with your PC so it ok but not compatybile.. if this have sense. Any way in the Partition scheme in the rufus you can choose not a MBR but GPT... I'm not saying this will work but you can try

astral latch
#

I already selected it as GPT

queen mesa
#

So you probably are using other software then Rufus I had some issue with this live creators. Rufus or lili was the most reliable. To by fair I runned out of ideas you can read this article maybe you find something https://www.groovypost.com/howto/bios-uefi-setup-guide-boot-from-cd-dvd-usb-drive-sd-card/

groovyPost

Booting from a USB or CD/DVD drive can be tricky depending on your computer's BIOS / UEFI setup. In this guide, we'll break it down step-by-step.

queen mesa
#

So surface is not a 'normal' laptop 🙂 It's seem the UEFI is even simpler then usual. In this video is mentioned that usb should by formated as fat32 not NTFS https://www.youtube.com/watch?v=U7i6o8LLqHE

Here I cover how change the boot order on the Surface Pro 4 in order to boot from an operating system on a USB thumb drive.

Essentially the steps are to shutdown the Surface, plug in your bootable USB media, hold the volume-up button and then press the power button once while still holding the volume-up button. Keep holding the volume-up button...

▶ Play video
novel barn
#

Oh nm he’s booting ubuntu*

astral latch
#

Also i found a solution online from people with a similar problem and the solution seemed to work my only issue is I dont understand how to excecute it

#

these were the instructions:

The removable media (USB or SD) are given almost no attention in the tutorials anyway, so whatever the installer does, it typically needs to be fixed for the non-internal media. boot-repair might fix the "missing" bootloader but you can just copy bootloader into the right location, it's just a file copy under UEFI. Non-secure boot uses grubx64.efi, so that's the file to put into /EFI/Boot/bootx64.efi (on the FAT32 300MB EFI partition).

Now the next issue is the SD card install from a live USB -- the grub.cfg file's devices tend to get mixed up when extra devices (like the install media) get in the device enumeration (384633). Again, manually correct the first boot, then run sudo update-grub to fix the file.

Once you get the bootloader and grub.cfg file fixed on the SD card, you should be able to boot. Then you can think about optimizing the card for better performance, moving as much into ram as possible.