My ubuntu 16.04 is booting really slowly. I had windows and ubuntu dual booted (ubuntu grub) and everything was just fine. I installed kali (and kept kali grub), and windows and kali booted just fine, but ubuntu turned really slow. I eventually retrieved ubuntu grub using this then entirely uninstalled kali using this (i opted for the virtual machine), but it's still booting really slowly, and windows is still fine. How can I fix this?
Asked
Active
Viewed 97 times
/etc/fstab
has entries for a non-existing partition; which your Ubuntu tries to use/mount as it was told to. It thus waits for the device to wake up (slowing boot), eventually giving up (due timeout) and the slow boot completes. Fix this and my guess is problem solved. (this is only one possible cause) – guiverc Jul 03 '18 at 00:04/etc/fstab
incorrect... Check you have swap on; if it's not this will be the change needed to your fstab... – guiverc Jul 03 '18 at 00:29