Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


ubuntu_18_usb_ssd

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
ubuntu_18_usb_ssd [2019/04/20 14:22] – [Ubuntu 18 Bionic Beaver LTS on removable SSD] adminubuntu_18_usb_ssd [2019/04/20 14:26] admin
Line 10: Line 10:
 ====Perpare SSD==== ====Perpare SSD====
   * First unmount (auto)mounted partitions.   * First unmount (auto)mounted partitions.
-  * Partition the SSD. Start at sector 65535, for correct alignment of my SSD. Create a 512MiB UEFI ESP and 32GiB partition for Ubuntu.<code>parted --script /dev/sdX              \+  * Partition the SSD. Start at sector 65535, for correct alignment of my SSD drive. Create a 512MiB UEFI ESP and 32GiB partition for Ubuntu.<code>parted --script /dev/sdX              \
     mklabel gpt                       \     mklabel gpt                       \
     mkpart ESP fat32 65535s 1114095s  \     mkpart ESP fat32 65535s 1114095s  \
Line 38: Line 38:
   * Add root and boot filesystem to /etc/fstab:<code>   * Add root and boot filesystem to /etc/fstab:<code>
 # Lookup UUID's: # Lookup UUID's:
-#     blkid /dev/sdb1 +#     blkid /dev/sdb1    # ESP 
-#     bliid /dev/sdb2+#     lsblk -f /dev/sdb2    # run from outside chroot, this is the UUID of the / ext4 partition, not LUKS!
  
 /etc/fstab /etc/fstab
ubuntu_18_usb_ssd.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1