On 27/01/10 09:56, [email protected] wrote: > It bombs before the kernel list. I've tried running: > > #grub-install /dev/sdc > Could not find device for /boot: Not found or not a block device. > > fdisk reports /dev/sdc as the drive that should boot.
Likely because you're running it from the live CD, and it's trying to find the block device for your ramdisk. Try this, or commands to this effect: $ mkdir /tmp/ubuntu $ mount -t ext3 /dev/sdc3 /tmp/ubuntu $ grub-install --recheck --root-directory=/tmp/ubuntu /dev/sdc $ umount /tmp/ubuntu Jeremy.
signature.asc
Description: OpenPGP digital signature
-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
