I have a very fast Sandisk Extreme Pro flash stick. I also have a Lenovo X1 Carbon G6 notebook which has 1TB Samsung NVME inside with Windows 10 installed taking the whole SSD. BIOS is configured with secure boot and Windows is installed on a single partition with BitLocker encryption.
I want to create on this USB stick multi-boot multi-os/utilties installation with should allow me to:
- Install Ubuntu on this USB and in other computers in the future - grub menu - install Ububnu or boot live CD (no persistence)
- Boot from Ubuntu installed on this USB with persistence - grub menu - boot Ubuntu
- Put Windows 10 and Windows 2019 installation options - grub menus - install windows 10/2019
- Boot extra tools, like partition management tools, etc.
On another computer that has Ubuntu installed, I downloaded Ubuntu 20.03 LTS ISO file and used mkusb to create a 'persistent' install option on the stick and fed ISO to it. After creating USB was completed, I looked at gparted and disks and see I that disk/partition information is displayed differently.
Anyway, I removed the USB stick, plugged at X1, pressed F12 to select the bootable device and booted from the USB stick. The boot was successful, and I was presented with the option to install or try ububntu.
I selected to install and went all the way to select where to install it. I was presented with three options - Install Ubuntu alongside with Windows Boot Manager, erase the disk and 'Something Else'. I selected the last option so to be able to select USB as a destination but the only option displayed was the existing NMVE internal drive, which is not what I want obviously.
So my questions from this experience are:
- what I've missed during the process of creating the USB stick with mkusb?
- should I use some other tool if mkusb is not the right one?
- why gparted and disks show disk/partition layout differently?
- Is it actually possible to install ubuntu on the same device you boot it from or you need different devices?
Just to reiterate - the internal 1TB nmve drive should be left untouched and all the modifications/installations need to be done on the USB drive itself. I should be able to boot ubuntu, install required apps/data on it and keep all that data on the USB stick. Plus, after that, I want to add an option to boot from additional ISO images.
Thanks in advance.