grub2 error: out of disk
Posted
by Carl Smotricz
on Super User
See other posts from Super User
or by Carl Smotricz
Published on 2009-12-30T11:18:55Z
Indexed on
2010/06/16
16:13 UTC
Read the original article
Hit count: 227
I'm trying to make a 250G USB hard disk Ubuntu-bootable on a Compaq nc6220 laptop.
I've removed all other disks, so /dev/sda (the USB disk) is the only disk other than CDROM.
I installed Ubuntu 9.10 to this disk from the live CD, putting the bootloader on /dev/sda . The default system couldn't be booted, and nothing I did in the Grub menu/cmdline helped.
So I chrooted onto the disk and did grub-install /dev/sda
. That seemed to work fine, but Grub (1.97 beta 4) keeps coming up with
error: out of disk
Even when I drop to the command line to do something simple like ls
or help
, it's always the same error message.
Any hints for resolving this, please?
© Super User or respective owner