Xubuntu 18.04.3-64bit - Issue with update-initramfs -u
by madmax25 from LinuxQuestions.org on (#4QABG)
I've got a multi boot laptop with the following 64 bit systems:
Win 10 Pro
Bodhi 5.0
Xubuntu 18.04.3
While running Xubuntu, I tried to remove the wifi driver rtl8812au by using these commands:
Code:locate 8812auto find all locations to remove.
Then I did...
Code:sudo update clean
sudo depmod -a
sudo update-initramfs -u
sudo updatedbBut when I did...
Code:sudo update-initramfs -u...I got this message:
Code:update-initramfs: Generating /boot/initrd.img-5.0.0-27-generic
I: The initramfs will attempt to resume from /dev/sda6
I: (UUID=d99e76f2-4226-402a-bc3e-c4f8628404e9)
I: Set the RESUME variable to override this.The path /dev/sda6 is my swap-partition.
How come and how can I fix this, please?


Win 10 Pro
Bodhi 5.0
Xubuntu 18.04.3
While running Xubuntu, I tried to remove the wifi driver rtl8812au by using these commands:
Code:locate 8812auto find all locations to remove.
Then I did...
Code:sudo update clean
sudo depmod -a
sudo update-initramfs -u
sudo updatedbBut when I did...
Code:sudo update-initramfs -u...I got this message:
Code:update-initramfs: Generating /boot/initrd.img-5.0.0-27-generic
I: The initramfs will attempt to resume from /dev/sda6
I: (UUID=d99e76f2-4226-402a-bc3e-c4f8628404e9)
I: Set the RESUME variable to override this.The path /dev/sda6 is my swap-partition.
How come and how can I fix this, please?