Recently I have cloned my Ubuntu installation from one drive to another using clonezilla, parted magic. It seems that the clonezilla has put its own bootloader into the target drive.
Before cloning, My computer would boot really quick into Ubuntu without any grub or grub2 splash screens.
Now when I boot, first I get a blak splash screen:
Then, immediately it goes into the normal purple grub2 splash screen:
My inital guess is that somehow I ended up having both grub and grub2 bootloader! I would like to know how can I get rid of the first one, because I use the second one now to also choose to boot in windows sometimes.
Also what can I do about that error message of grub? I hope I can get rid of the first one because it delays my boot time for about 5 seconds.
Here is my "fdisk -l" result if usefull!
Disk /dev/mmcblk0: 8052 MB, 8052015104 bytes
255 heads, 63 sectors/track, 978 cylinders, total 15726592 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x4f20b187
Device Boot Start End Blocks Id System
/dev/mmcblk0p1 * 2048 15726591 7862272 b W95 FAT32
Disk /dev/sda: 240.1 GB, 240057409536 bytes
255 heads, 63 sectors/track, 29185 cylinders, total 468862128 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00076d7a
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 458702847 229350400 83 Linux
/dev/sda2 458702848 468860927 5079040 82 Linux swap / Solaris
Disk /dev/sdb: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x5a82a995
Device Boot Start End Blocks Id System
/dev/sdb1 * 2048 1026047 512000 7 HPFS/NTFS/exFAT
/dev/sdb2 1026048 234438655 116706304 7 HPFS/NTFS/exFAT

