Skip to content

Instantly share code, notes, and snippets.

@dPacc
Created August 29, 2021 08:45
Show Gist options
  • Save dPacc/1e076a65e38f35e9b1816f821b7f017b to your computer and use it in GitHub Desktop.
Save dPacc/1e076a65e38f35e9b1816f821b7f017b to your computer and use it in GitHub Desktop.
Ubuntu Reinstall/Resize Partition Fix

Ubuntu Clone/Resize Partition Fix

Once you clone the OS, the boot time will be very slow as the UUID for the partitions and the GRUB bootloader would have changed.

Trouble Booting into Windows from GRUB menu

Boot time very slow

  • Create a Bootable Ubuntu USB -> Try Ubuntu for free -> CMD -> Install boot-repair utility and run the recommended repair
  • Now boot back into your Ubuntu and check if the UUID of swap in /etc/fstab matches that of the sudo blkid command
  • Check /etc/default/grub and set "GRUB_CMDLINE_LINUX_DEFAULT="quiet splash noresume"

Now Reboot, that should fix the problems

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment