http://paste.ubuntu.com/1690610/
After doing a fresh install of Ubuntu 12.10 from a USB Thumb Drive, (Using UNetBootin to Copy the ISO to the Thumb Drive ... If that matters.) I installed Ubuntu onto my system.
I have these devices available to me.
P1: ASUS DVD/Blue Ray RW P2: Corsair 240GB SSD (Windows) P3: Corsair 240GB SSD (Ubuntu) P4: Western Digital 750 GB HDD (Data Drive) P5: Western Digital 80 GB HDD (Data Drive)
I installed Ubuntu onto P3, resulting in the system showing up on the /dev/sdc drive. I removed all of the old partitions on that drive, did a quick format of the file system using the installer, and left the drive empty. I then clicked on the drive, and hit next. The installer from the Live USB Drive complained that I did not have a SWAP volume, but I ignored that warning. About 5 minutes later, the install was done. Restarted the system, only to have the GRUB Rescue menu pop up.
I followed the guide found here ... https://help.ubuntu.com/community/Grub2/Troubleshooting ... and managed to get the system to boot. Thinking that was going to be the end of it, I installed all of the software I used and did the updates as normal. After it asked me to restart, I did and this time I got a GRUB prompt.
Following the guide above again, I used the configfile command and pointed it to the grub.cfg file and everything booted just fine again. Not wanting this problem to happen every time I wanted to boot, I followed the section Post-Boot Follow Up and got the following errors ...
dygear@Dygear-Ubuntu:~$ sudo update-grub
[sudo] password for dygear:
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.5.0-23-generic
Found initrd image: /boot/initrd.img-3.5.0-23-generic
Found linux image: /boot/vmlinuz-3.5.0-17-generic
Found initrd image: /boot/initrd.img-3.5.0-17-generic
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 (loader) on /dev/sdd1
/usr/sbin/grub-probe: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
/usr/sbin/grub-probe: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
/usr/sbin/grub-probe: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
/usr/sbin/grub-probe: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
/usr/sbin/grub-probe: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
/usr/sbin/grub-probe: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
done
This is the drive with my linux install on it.
dygear@Dygear-Ubuntu:~$ sudo fdisk -l /dev/sdc
Disk /dev/sdc: 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: 0x75a8b2f8
Device Boot Start End Blocks Id System
/dev/sdc1 2048 468860927 234429440 83 Linux
I've had little luck beyound this point, and I have no idea how to repair this problem when the tools provided don't seem to work.
It should be noted that I have an ASUS UEFI capable motherboard. Most of the commands that I was using in the GRUB recovery console pointed to an i386-pc path, where it should of been an x86_64-efi path. That might be part of the problem, I'm not sure.
dygear@Dygear-Ubuntu:~$ ls /boot/grub
fonts grub.cfg grub.efi grubenv locale x86_64-efi
Any ideas on how to fix this, or should I report this as a bug?
grub repair>screen on my next boot, and had to doset prefix=/grub_old,insmod normalthat gave me a colored prompt, then I didinsmod linux. From there I didlinux /vmlinuz root=/dev/sdc1 roandinitrd /initrd.imgfollowed bybootto get back into my system. – Mark Tomlin Feb 22 at 8:45