dualboot_ubuntu_and_windows_with_encrypted_ubuntu_partition

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revisionBoth sides next revision
dualboot_ubuntu_and_windows_with_encrypted_ubuntu_partition [01.04.2021 16:14] Pascal Suterdualboot_ubuntu_and_windows_with_encrypted_ubuntu_partition [01.04.2021 17:24] Pascal Suter
Line 15: Line 15:
 cryptsetup open /dev/nvme0n1p6 crypt cryptsetup open /dev/nvme0n1p6 crypt
  
-{{dualboot_ubuntu_and_windows_with_encrypted_ubuntu_partition:pasted_20210401-154550.png}}+pvcreate /dev/mapper/crypt
  
-choose the /dev/mapper/crypt "device" and click on "New Partition Table".+vgcreate ubuntu-vg /dev/mapper/crypt
  
-create swap partition at the end of the free space:+lvcreate -L 8G -n swap ubuntu-vg
  
-{{dualboot_ubuntu_and_windows_with_encrypted_ubuntu_partition:pasted_20210401-154853.png}}+lvcreate -l 100%FREE -n root ubuntu-vg
  
-next, create your root volume occupying the rest of the free space: +{{dualboot_ubuntu_and_windows_with_encrypted_ubuntu_partition:pasted_20210401-154550.png}}
- +
-{{dualboot_ubuntu_and_windows_with_encrypted_ubuntu_partition:pasted_20210401-154946.png}} +
- +
-rsult:+
  
-{{dualboot_ubuntu_and_windows_with_encrypted_ubuntu_partition:pasted_20210401-155123.png}}+{{dualboot_ubuntu_and_windows_with_encrypted_ubuntu_partition:pasted_20210401-172014.png}}
  
-now find our boot partition, in our case /dev/nvme0n1p5, slelect it and click "Change"+{{dualboot_ubuntu_and_windows_with_encrypted_ubuntu_partition:pasted_20210401-172049.png}}
  
-{{dualboot_ubuntu_and_windows_with_encrypted_ubuntu_partition:pasted_20210401-155232.png}}+{{dualboot_ubuntu_and_windows_with_encrypted_ubuntu_partition:pasted_20210401-172335.png}}
  
 next, click on "Install Now" to proceed with the installation.. from now on just do whatever you do to install ubuntu, but when you are done, don't reboot yet, click on "Continue Testing" next, click on "Install Now" to proceed with the installation.. from now on just do whatever you do to install ubuntu, but when you are done, don't reboot yet, click on "Continue Testing"
  • dualboot_ubuntu_and_windows_with_encrypted_ubuntu_partition.txt
  • Last modified: 01.04.2021 17:36
  • by Pascal Suter