Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| dualboot_ubuntu_and_windows_with_encrypted_ubuntu_partition [01.04.2021 17:24] – Pascal Suter | dualboot_ubuntu_and_windows_with_encrypted_ubuntu_partition [01.04.2021 17:36] (current) – Pascal Suter | ||
|---|---|---|---|
| Line 35: | Line 35: | ||
| open a terminal | open a terminal | ||
| - | mount /dev/mapper/crypt2 | + | mount /dev/ubuntu-vg/root /mnt |
| mount PARTLABEL=boot /mnt/boot/ | mount PARTLABEL=boot /mnt/boot/ | ||
| Line 42: | Line 42: | ||
| chroot /mnt | chroot /mnt | ||
| + | |||
| + | blkid / | ||
| nano / | nano / | ||
| Line 57: | Line 59: | ||
| # | # | ||
| - | crypt PARTLABEL=crypt none luks, | + | crypt UUID=" |
| update-initramfs -k all -c | update-initramfs -k all -c | ||
| + | |||
| + | exit | ||
| reboot | reboot | ||