I have a Thinkpad X1 Carbon 9 that came with Ubuntu 20.04 (no other OS) preinstalled. Having tried KDE with the package `kubuntu-standard` and being quite happy with it, I'd like to clean-replace my Ubuntu 20.04 installation with Kubuntu 22.04.
I have downloaded the iso image of Kubuntu 22.04 and prepared a bootable USB with usb-creator-gtk. Managed to boot from the USB and just try Kubuntu, everything seems fine. So I'd like to properly install it.
So I restarted and booted from the USB and chose the `Install` option. The steps from Language to Software went fine. Now I'm at Disk Setup, and here's my question:
My SSD `nvme0n1` has three partitions. Here are the relevant lines from `sudo fdisk -l`:
Device Start End Sectors Size Type
/dev/nvme0n1p1 34 1050781 1050748 513.1M EFI System
/dev/nvme0n1p2 1050782 9768967 8718186 4.2G Microsoft basic data
/dev/nvme0n1p3 9771008 2000408575 1990637568 949.2G Linux filesystem
I imagine that the first two are the boot partition and a recovery-disk/factory-state partition (why does it mention "Microsoft"?), and the third is where Ubuntu is. I imagine the first partition should not be touched, and the second can be useful to keep in case I mess things up. So I would like to install Kubuntu in the third partition, without touching the first two.
However, the Istallation type section in the installation USB only give me these four options + a manual one:
* Guided - resize /dev/nvme0n1p3 and use freed space
* Guided - use entire disk
* Guided - use entire disk and set up LVM
* Guided - use entire disk and set up encrypted LVM
* Manual
If I choose the first option, I see that the 3rd partition is divided equally between Ubuntu and Kubuntu. I see I can move the division line do reduce the Ubuntu size, but not to zero.
The second option seems to eliminate the other two partitions, so it doesn't look right.
The "manual" option leads me to a screen where I can add, change, delete partitions. I find it a little scary because I'm very ignorant about partitions, filesystems, mount points, and such. I have read the DiskSpace pages at helpubuntu, but I am not sure I understand it fully.
So how can I install Kubuntu 22.04 in place of Ubuntu 22.04?
Cheers!
I have downloaded the iso image of Kubuntu 22.04 and prepared a bootable USB with usb-creator-gtk. Managed to boot from the USB and just try Kubuntu, everything seems fine. So I'd like to properly install it.
So I restarted and booted from the USB and chose the `Install` option. The steps from Language to Software went fine. Now I'm at Disk Setup, and here's my question:
My SSD `nvme0n1` has three partitions. Here are the relevant lines from `sudo fdisk -l`:
Device Start End Sectors Size Type
/dev/nvme0n1p1 34 1050781 1050748 513.1M EFI System
/dev/nvme0n1p2 1050782 9768967 8718186 4.2G Microsoft basic data
/dev/nvme0n1p3 9771008 2000408575 1990637568 949.2G Linux filesystem
I imagine that the first two are the boot partition and a recovery-disk/factory-state partition (why does it mention "Microsoft"?), and the third is where Ubuntu is. I imagine the first partition should not be touched, and the second can be useful to keep in case I mess things up. So I would like to install Kubuntu in the third partition, without touching the first two.
However, the Istallation type section in the installation USB only give me these four options + a manual one:
* Guided - resize /dev/nvme0n1p3 and use freed space
* Guided - use entire disk
* Guided - use entire disk and set up LVM
* Guided - use entire disk and set up encrypted LVM
* Manual
If I choose the first option, I see that the 3rd partition is divided equally between Ubuntu and Kubuntu. I see I can move the division line do reduce the Ubuntu size, but not to zero.
The second option seems to eliminate the other two partitions, so it doesn't look right.
The "manual" option leads me to a screen where I can add, change, delete partitions. I find it a little scary because I'm very ignorant about partitions, filesystems, mount points, and such. I have read the DiskSpace pages at helpubuntu, but I am not sure I understand it fully.
So how can I install Kubuntu 22.04 in place of Ubuntu 22.04?
Cheers!
Comment