Search This Blog

Monday 20 February 2012

Linux Clonezilla "Error: no argument specified"

Ubuntu 10.04 LTS cloned from an identical friend using Clonezilla.

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 specified
All the grub config files appeared correct.

Fix :

  1. apt-get remove grub-pc
  2. apt-get remove grub-common
  3. rm /boot/grub/grub.cfg
  4. apt-get install grub-common
  5. apt-get install grub-pc
    • Install grub to the disk to contain MBR, in my case /dev/sda / 


No comments:

Post a Comment