My old laptop, Asus Aspire 4920, with Linux Mint “Cindy” installed, was loading slowly on booting. There’s error related to SVIDEO. I don’t know what is that. Just googling and found a suggestion. Add below parameter into booting parameter.
video=SVIDEO-1:d
You can edit file /boot/grub/grub.cfg as root.
sudo xed /boot/grub/grub.cfg
xed is a text editor. Change a line in that file into something like this:
GRUB_CMDLINE_LINUX_DEFAULT="quite splash video=SVIDEO-1:d"
Save the file and do this command to make sure the changes is applied.
sudo update-grub
That’s all, the first note in this blog ;D .