Results 1 to 7 of 7
I installed a new Debian Squeeze (from a NetInst I found in my house) on my Thinkpad T40, but GRUB failed to install. So I used the NetInst's rescue mode ...
- 02-23-2010 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 34
GRUB error: out of disk.
I installed a new Debian Squeeze (from a NetInst I found in my house) on my Thinkpad T40, but GRUB failed to install. So I used the NetInst's rescue mode shell to install GRUB via the instructions for LFS. When I booted the Computer, GRUB gave me a nice "error: out of disk." message. I tried to use various online instructions to boot the computer from rescue mode, but GRUB gives me the OOD error message every time I try to access /boot.
My computer has a single partition+swap: /dev/hda1+/dev/hda5 on /dev/hda. Any help?
- 02-23-2010 #2
Boot up from LiveCD of any Linux distro and post the output of fdisk -l command here.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-24-2010 #3
at the boot menu press "e" and delete the following line from the menu entry:
then press CTRL+x to boot into your install.Code:if [ -n \${have_grubenv} ]; then save_env recordfail; fi
open your 10_linux script with a text editor (using root permissions):
find the following section and comment out the line you removed at boot like this:Code:# vim /etc/grub.d/10_linux
save the file and exit, then run update-grub:Code:menuentry "$1" { recordfail=1 # if [ -n \${have_grubenv} ]; then save_env recordfail; fi
you should now be able to boot normally.Code:# update-grub
- 02-24-2010 #4
GRUB installation has been failed and I think problem is in disk structure only.
if thread starter has installed GRUB Legacy instead of GRUB2 then there wont be any grub.d folder in /etc.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-24-2010 #5
- 02-25-2010 #6
Thread starter has installed GRUB through LFS manual only and I don't think instructions for GRUB2 installation are available there. I might be wrong though.
Last edited by devils casper; 02-25-2010 at 12:55 AM.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-25-2010 #7


Reply With Quote

