Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
bootubuntuafterrestore [2021/03/27 15:19] – created homer | bootubuntuafterrestore [2021/07/18 18:08] (aktuell) – [Make Ubuntu Boot Again!] homer | ||
---|---|---|---|
Zeile 65: | Zeile 65: | ||
(compare: https:// | (compare: https:// | ||
+ | |||
+ | As I realized after a while that my setup didn't make use of the 5G big swap partition at / | ||
+ | |||
+ | </ | ||
+ | sudo swapoff / | ||
+ | sudo mkswap / | ||
+ | sudo swapon / | ||
+ | </ | ||
+ | and `htop` as like as `swapon -s` showed me that now the far bigger 5G partition was used as swap. | ||
+ | To get that persistent even after an update of the kernel I had also to | ||
+ | |||
+ | </ | ||
+ | lsblk -o NAME,UUID ## to get the correct UUID of the swap partition | ||
+ | sudo <your editor> / | ||
+ | sudo update-initramfs -k all -u # to update all the kernel variants that could be booted from grub | ||
+ | sudo update-grup ## to update grub :-) | ||
+ | </ | ||
+ | And important thread that helped was https:// | ||
+ | |||
</ | </ | ||
+ | n> |