#Ubuntu USB

1 messages · Page 1 of 1 (latest)

vestal belfry
#

Moving the EFI files isn't sufficent to get this to work correctly. You also need to modify which EFI partition gets mounted in the fstab

#

I'm not 100% sure what else may need to be done, but that would be at minimum part of the issue.

ivory cloak
# vestal belfry Moving the EFI files isn't sufficent to get this to work correctly. You also nee...

At first I want to say, that I am very new to new to all of this Ubuntu stuff... So sry for stupid questions.
My fstab looks like this:

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sdb5 during installation
UUID=35c88e1b-6856-42ba-845e-f0ee43ef6d22 /               ext2    errors=remoun>
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=124B-C954  /boot/efi       vfat    umask=0077      0       1
#

So what should I do now?

vestal belfry
#

the UUID=124B-C954 should be the UUID of the EFI partition on the USB.

ivory cloak
#

ohh okay

vestal belfry
#

lsblk -o+uuid will assist in that.

ivory cloak
#

I think I know where I can find that

ivory cloak
#

Oh boy thank you soo much!