0

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?

  • Did you create new partitions for the installation of kali? or change partitioning to make room to create the partitions?. My guess is you've changed some partitioning & thus your /etc/fstabhas 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
  • The partition change may have been a reformat of swap space, giving it a new UUID thus making the one in /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
  • @guiverc I did make some new partitions but I didn't modify an ubuntu ones, I took from my windows partition. Either way I'll look into that as soon as I get home from class and update you. – Mauricio Martinez Jul 03 '18 at 02:30
  • If you used UUID's to refer to partitions; taking from windoze won't have impacted, however if you used /dev/sdxy names then you may have changed things (depending on bios...). – guiverc Jul 03 '18 at 03:04

0 Answers0