
Originally Posted by
elliott6
Hey Superm...
Thanks for your help thus far.
I was able to partition and rsync the drive over to the newer, larger drive. However, when I ran the sudo grub-install /dev/sda command, I was greeted with the following message - "Probing devices to guess BIOS drivers. This may take a long time.
"Could not find device for /boot. Not found or not a block device."
When I reboot with the live disk, all seems well. When I reboot to hard drive, it does allow me to go into the grub menu, but upon trying to load, I get stuck at the Mythbuntu splash screen, with but a sliver on the progress bar. This hangs for quite some time.
Any thoughts as to what I might have hosed up? Hope you don't mind me coming to the source. I have read up a bunch on partitioning and rsync. Now I am looking to grub installs. Just want to stay the course and get this solved (and learn along the way). Thanks!
Yeah.
You will need to find the UUID for your partitions on the new drive. Boot back up the live disk. Mount your new drive.
Check out the UUIDs. For example, this is what I see:
Code:
supermario@portablemario:/dev/disk$ ls -alh /dev/disk/by-uuid/
total 0
drwxr-xr-x 2 root root 100 2007-10-31 08:36 .
drwxr-xr-x 5 root root 100 2007-10-31 08:36 ..
lrwxrwxrwx 1 root root 10 2007-10-31 08:36 356a8625-426a-457e-9174-b2b05585abfb -> ../../sda1
lrwxrwxrwx 1 root root 10 2007-10-31 08:36 c5da5eee-0fff-4e15-92a7-057696bf493f -> ../../sda2
lrwxrwxrwx 1 root root 10 2007-10-31 08:36 ce17be0d-2cbf-4cb6-b729-30998993f938 -> ../../sda3
Edit /etc/fstab
There will be a UUID=some_long_number_letters
Replace that with the proper UUID that is that you found in /dev/disk/by-uuid.
Edit /boot/grub/menu.lst
The root partition's UUID needs to be replaced here too.
Bookmarks