我决定从头开始重新安装系统以删除任何旧的残留物,因为我在升级后也遇到了一些其他问题。然而,这个问题一直存在。
在全新安装中,选择使用“加密主页”进行安装会导致加密交换配置损坏。
我修复了 cfdisk 抱怨的分区顺序,但他的问题仍然存在。交换现在在 /dev/sda6 上,我可以按如下方式启动并运行它:
~$ sudo mkswap /dev/sda6
Setting up swapspace version 1, size = 7998460 KiB
no label, UUID=18881d0f-d9ec-43be-a23f-0cbd78ea6d22
$sudo nano /etc/crypttab # Update crypttad with new UUID
$ sudo /etc/init.d/cryptdisks reload
* Stopping remaining crypto disks...
* cryptswap1 (stopped)... [ OK ]
* Starting remaining crypto disks...
* cryptswap1 (starting)..
* cryptswap1 (started)... [ OK ]
$ sudo swapon -a
$ls -l /dev/disk/by-uuid/
total 0
lrwxrwxrwx 1 root root 10 May …Run Code Online (Sandbox Code Playgroud) 我有一个与缺乏对 Thunderbolt 通道绑定的支持相关的问题,我认为该问题已在内核 5.5 中修复,有什么方法可以知道它何时在 20.04 中可用? https://www.phoronix.com/scan.php?page=news_item&px=Linux-5.5-Thunderbolt-Changes
如果可能的话,我不想在安装主线内核版本和定期更新过程中纠结
14.04 ×1
cryptswap ×1
encryption ×1
kernel ×1
partitioning ×1
swap ×1
thunderbolt ×1
updates ×1