Is initrd.img (grub's "Loading initial ramdisk ...") slowing down my boot?

Solution 1:

I don't think defragging is your problem, but you could do this...

In terminal...

  • type man update-initramfs # to learn more about this command.

  • then type sudo update-initramfs -c # to create a new file from scratch.

  • then type reboot