2

I have a Lenovo machine with 1TB (~1000GB) SSD - Unpartitioned. It contains roughly 100 GB of Windows OS and some local user files (the machine is new).

Are the following changes advised?

  1. Shrink the Windows partition to (say) 500 GB: This will result in a 500 GB unallocated partition (let's call it: UA).
  2. Format UA using Ubuntu installing process: Create a 4GB swap and the rest /home.
  3. Proceed to install Ubuntu 22.04 in UA.

I came across this related question, which is not about a fresh installation of Ubuntu, but the expansion of an existing Ubuntu partition.

Coder
  • 121

1 Answers1

3

Do like this:

  1. Shrink the windows partition from the windows disk utility
  • Now you will have some unallocated space
  1. Boot ubuntu and launch the installer
  2. Choose install ubuntu alongside windows

Done

P.s. If you want to install with manual partitioning create an ext4 partition on the unallocated space with the mount point / and install.

Don't make the swap partition, the new ubuntu installer automatically creates a swap file

nb52er
  • 1,686