When you boot theres a quick flash of an error, in this case SSD disks so too quick to read, and your presented with the GRUB menu.
Selecting the current kernel threw out :
Error: no argument specifiedAll the grub config files appeared correct.
Fix :
- apt-get remove grub-pc
- apt-get remove grub-common
- rm /boot/grub/grub.cfg
- apt-get install grub-common
- apt-get install grub-pc
- Install grub to the disk to contain MBR, in my case /dev/sda /
No comments:
Post a Comment