I bought a new samsung evo 870 ssd and wanted to clone my existing ubuntu partition from HDD.
After referring multiple articles I clonned it using gparted partition clonning and then the ubuntu boot is extremely slow.
Once the system is booted, it runs supper fast. I event checked the partition type and it was GPT and not MBR.
Can anyone help? I dont want to take the hassle of fresh installation.
sudo nano /etc/fstab
, check if ok withsudo mount -a
Some other settings: https://askubuntu.com/questions/1284302/is-it-possible-to-make-ubuntu-20-04-boot-faster – oldfred Mar 15 '21 at 16:02Did all changes as suggested for the
– Tarun Parswani Mar 16 '21 at 17:08sudo nano /etc/fstab
still the issue persists. Its only during the boot that it is extremely slow, once booted it runs super smoothsystemd-analyze
andsystemd-analyze blame
And boot log files for any process that is slow or long time. this may have many entries, some not really an issue:sudo egrep -i 'warn|error' /var/log/*g
or just review for any slow entry or multiple tries to load something. – oldfred Mar 16 '21 at 17:19