Ubuntu Installation :: 10.04.1 Install Fails To Boot -> Error: Out Of Disk, Grub Rescue
Jul 13, 2011
Downloaded Ubuntu 10.04.1 Desktop AMD64, tried to install it to a cleand HDD using the whole HDD, i.e. gave it permission to use the whole HDD. Installation process appeared to run OK but when it came to the restart it just fired up the message
error: out of disk
grub rescue>
I've searched this forum and found numerous references to these error messages but cannot make head nor tail of the diagnostic suggestions. Apart from anything else they suggest strings of command lines which I don't understand and can't enter anyway since they don't correspond to my keyboard layout (if I hit > or ) something completely different appears on the screen). Is there someone here who can provide a step-by-step solution in lay language ? Or is there such a thing as a bootable file which can be downloaded and inserted into my CD drive to correct this problem ?
View 3 Replies
ADVERTISEMENT
Feb 11, 2010
I am fresh to Ubuntu and am having trouble getting it to boot on my system. I normally run XP, but recently added a second internal hard drive and installed Ubuntu on it. The installation went fine and upon initial reboot I received -
GRUB loading. error: no such disk grub rescue>
I am wondering if there is an issue between two different operating systems upon boot. I am not familiar with GRUB commands.
View 4 Replies
View Related
Mar 9, 2010
i get this error when i try to boot from harddrive:
grub loading error: no such disk grub rescue>_
View 9 Replies
View Related
Dec 11, 2010
Trying to do a new install of ubuntu 10.10 to my laptop. Installation and all works fine, but upon rebooting, after the bios screen i get:
Code:
error: out of disk.
grub rescue>
I tried using following some instructions i found after googling for the problem:
Code:
ls (displays the partitions and devices Grub can see)
set prefix=(hdX,Y)/boot/grub
[Code]...
but after the 5th step, i get another "error: out of disk" message. The odd thing is that I had an install of 10.10 on this laptop a month ago, and it worked fine. As a side note, I installed fedora 14 after this happened, which worked fine. Reinstalled ubuntu, and it was back to the same problem. I also tried installing with a kubuntu cd I had, to make sure it wasnt the install media, and had the same problem.
View 2 Replies
View Related
Dec 27, 2010
Downloaded Ubuntu 10.04.1 Desktop AMD64, tried to install it to a cleand HDD using the whole HDD, i.e. gave it permission to use the whole HDD. Installation process appeared to run OK but when it came to the restart it just fired up the message
error: out of disk
grub rescue>
I've searched this forum and found numerous references to these error messages but cannot make head nor tail of the diagnostic suggestions. Apart from anything else they suggest strings of command lines which I don't understand and can't enter anyway since they don't correspond to my keyboard layout (if I hit > or ) something completely different appears on the screen). Is there someone here who can provide a step-by-step solution in lay language? Or is there such a thing as a bootable file which can be downloaded and inserted into my CD drive to correct this problem?
View 9 Replies
View Related
Feb 20, 2010
I accidently deleted my ubuntu partition, and when boot I get this message:GRUB loading.error:unknown filesystemgrub rescue>I can't get into my bios options either... I just see the MSI splash screen and it cuts right to this error message.
View 4 Replies
View Related
Dec 16, 2010
I updated yesterday and now when I start my laptop it goes in to grub rescue mode. I have booted from a 'live cd' and thought I could repair grub from there. In gparted however the partition with ubuntu (sda1) is seen as unknown file system, in terminal when I list the partition table it shows up as FAT16 type. When I try a grub-install it gives this error message:
[Code]....
View 9 Replies
View Related
Sep 19, 2014
I am running a 14 disk RAID 6 on mdadm behind 2 LSI SAS2008's in JBOD mode (no HW raid) on Debian 7 in BIOS legacy mode.
Grub2 is dropping to a rescue shell complaining that "no such device" exists for "mduuid/b1c40379914e5d18dddb893b4dc5a28f".
Output from mdadm:
Code: Select all # mdadm -D /dev/md0
/dev/md0:
Version : 1.2
Creation Time : Wed Nov 7 17:06:02 2012
Raid Level : raid6
Array Size : 35160446976 (33531.62 GiB 36004.30 GB)
Used Dev Size : 2930037248 (2794.30 GiB 3000.36 GB)
Raid Devices : 14
[Code] ....
Output from blkid:
Code: Select all # blkid
/dev/md0: UUID="2c61b08d-cb1f-4c2c-8ce0-eaea15af32fb" TYPE="xfs"
/dev/md/0: UUID="2c61b08d-cb1f-4c2c-8ce0-eaea15af32fb" TYPE="xfs"
/dev/sdd2: UUID="b1c40379-914e-5d18-dddb-893b4dc5a28f" UUID_SUB="09a00673-c9c1-dc15-b792-f0226016a8a6" LABEL="media:0" TYPE="linux_raid_member"
[Code] ....
The UUID for md0 is `2c61b08d-cb1f-4c2c-8ce0-eaea15af32fb` so I do not understand why grub insists on looking for `b1c40379914e5d18dddb893b4dc5a28f`.
**Here is the output from `bootinfoscript` 0.61. This contains alot of detailed information, and I couldn't find anything wrong with any of it: [URL] .....
During the grub rescue an `ls` shows the member disks and also shows `(md/0)` but if I try an `ls (md/0)` I get an unknown disk error. Trying an `ls` on any member device results in unknown filesystem. The filesystem on the md0 is XFS, and I assume the unknown filesystem is normal if its trying to read an individual disk instead of md0.
I have come close to losing my mind over this, I've tried uninstalling and reinstalling grub numerous times, `update-initramfs -u -k all` numerous times, `update-grub` numerous times, `grub-install` numerous times to all member disks without error, etc.
I even tried manually editing `grub.cfg` to replace all instances of `mduuid/b1c40379914e5d18dddb893b4dc5a28f` with `(md/0)` and then re-install grub, but the exact same error of no such device mduuid/b1c40379914e5d18dddb893b4dc5a28f still happened.
[URL] ....
One thing I noticed is it is only showing half the disks. I am not sure if this matters or is important or not, but one theory would be because there are two LSI cards physically in the machine.
This last screenshot was shown after I specifically altered grub.cfg to replace all instances of `mduuid/b1c40379914e5d18dddb893b4dc5a28f` with `mduuid/2c61b08d-cb1f-4c2c-8ce0-eaea15af32fb` and then re-ran grub-install on all member drives. Where it is getting this old b1c* address I have no clue.
I even tried installing a SATA drive on /dev/sda, outside of the array, and installing grub on it and booting from it. Still, same identical error.
View 14 Replies
View Related
May 11, 2011
error: unknown filesystem grub rescue>
Background: My mother's HP laptop had Ubuntu and Vista on it, Ubuntu my brother's doing. He decided he wanted to take off Ubuntu yesterday (he had forgotten the password), and deleted the partition that it was contained within. The computer now boots to this error.
Inventory: We no longer have the install disk for Windows Vista, he cannot tell me what version he used of Ubuntu, what partition it was on, any of the specs for the machine, or generally any information about the system. All I am aware of is that error on the boot-up screen. I have nothing else to work with.
I would like to remove Grub, and Ubuntu, and leave Windows intact (the request of the owner of the computer), but I have no idea what commands I could use to get rid of either when I can't access Windows, or how to properly remove them if I did access Windows.
View 10 Replies
View Related
Apr 10, 2010
I have a SONY VAIO CW26 laptop. I got a Windows-7 version prepacked with the laptop.I installed Ubuntu Karmic 9.10 over a new partition that i created using the inbuiltfacility in windows7. Both the operatings systems i.e windows7 and ubuntu karmic 9.1 were working nicely.Today i created 2 more partition within the partition inside windows.Once I rebooted after creation of the new partitions my laptop is just showing a black screen with following message.
GRUB loading.
error: unknown filesystem
grub rescue>_
[code]....
View 2 Replies
View Related
Apr 9, 2011
I attempted to upgrade from 10.04 to 10.10. Upon restarting, I was presented this message:
Code:
error: the symbol 'grub_xputs' not found.
grub rescue>
I poked around the forums and found several posts that would probably be helpful but... I am unable to boot from a USB nor can I burn a Live CD as my other computer is a netbook. I made USB first boot in BIOS, but no luck.
View 6 Replies
View Related
Jan 18, 2011
I had Ubuntu installed, i installed Debian and there was no dual boot. So i formated all the hard disk to install only Debian. It installed but at boot i get error: no such device and the grub rescue> prompt. i googled for a solution and nothing worked:
- i tryed reinstalling grub, not worked
- i did the windows cd fixmbr trick, not worked
- reinstalled debian with fixmbr the first step and nothing
- tryed deleting with dd the mbr, not worked
- reinstalled grub from debian rescue, not worked
what should i do? i can't access my computer? please tell me how should i fix it? the google guys will kill me because i put their servers on fire
View 14 Replies
View Related
Jul 18, 2010
I've installed Ubuntu Server V9.10 (64-bit) on a brand new server I built with no previous OS installed. The drives are two Hitachi 1 Tbyte hdd's configured as RAID1, an ASUS M4A78T-E motherboard with an AMD Phenom-II cpu with 8 Gbyte of memory. I updated the bios following building the computer. The Ubuntu 9.10 server installation appears to go without error. However, on reboot I get the message:
Grub loading
error: no such disk
grub rescue
I suspect the MBR is missing or Linux is not pointing to the correct drive in the grub.cfg.I've made sure the boot order is correct, but other than that I don't really know the commands or syntax to troubleshoot this problem. The only CD I have is the Ubuntu 9.10 server ISO I downloaded and burned to dvd.
View 1 Replies
View Related
Feb 1, 2010
I've installed Ubuntu Server V9.10 (64-bit) on a brand new server I built with no previous OS installed. The drives are two Hitachi 1 Tbyte hdd's configured as RAID1, an ASUS M4A78T-E motherboard with an AMD Phenom-II cpu with 8 Gbyte of memory. I updated the bios following building the computer.
The Ubuntu 9.10 server installation appears to go without error. However, on reboot I get the message:
Grub loading
error: no such disk
grub rescue
I suspect the MBR is missing or Linux is not pointing to the correct drive in the grub.cfg.
I'm a noob to Linux. I've made sure the boot order is correct, but other than that I don't really know the commands or syntax to troubleshoot this problem.
The only CD I have is the Ubuntu 9.10 server ISO I downloaded and burned to dvd.
View 1 Replies
View Related
Apr 30, 2010
After upgrading to 10.04 from 9.10 Win7 wouldn't startup any more. So I tried this HowTo: [URL] to restore Grub2. But now each time I boot up I get this two lines: error file not found grub rescue> I have NO idea what to do.
[Code]...
View 9 Replies
View Related
Feb 8, 2010
I've tried to be clever but as usual I didn't think before acting and missed a small detail.
I have recently installed karmic (dual booting with Vista) on my dell xps laptop. The install went fine, I'm very happy with my new OS.
I bought a new Seagate 500GB portable external HDD. I got a bit over-excited and installed karmic on the external drive. This worked fine and I got a lovely (but slow to appear) Grub2 menu showing my vista and both ubuntu options.
My problem is that now, when I unplug the external drive, Grub fails and I get a grub rescue> prompt. So I need the external drive to be plugged in if I want to boot.
It seems I have done something to the grub configuration. I have read around the subject but I am not confident about how best to proceed.
I understand there is an 'advanced' option in the installer which will allow me to choose where to install grub. Presumably I want it on the internal drive so that I can boot without the external one plugged in.
Am I right in thinking I can just pop in my install disk and redo the installation?
If I indicate I want to install Grub on the internal drive, which partition should I aim for?
Will I get a grub option for booting to the external drive?
Will I be able to plug the external drive into a different machine and boot from it?
I haven't done anything with the fresh install on the external drive so I don't mind losing that.
View 9 Replies
View Related
May 21, 2011
Ubuntu 9.10 was set up to handle the booting selection - previously I thought it was xp but Ubuntu 9.10 "did" it. The system started out as a xp / ubuntu 9.10 dual boot on a 400gb drive. xp has 210gb, ub has 80 and their is a 100gb shared storage. Xp was installed first and then I followed a guide over at linuxconfig.org to get ub installed so that I could select which OS was wanted at boot. Ubuntu manages the boot up menu (Went back to look at my notes from the original setup) The owner tried to update to ub 11.04 and afterall was said and done the machine now boots to the message
error file not found grub rescue I can't say if 11.04 was properly installed or not. Ask whatever you like and I'll give the best answer I can. I think the xp install is okay but I can't say for certain as I don't know how to boot it outside the bootmanager at startup. Data has been saved so if I have to blow it all away and start over I can but I'm hoping I won't have to.
View 29 Replies
View Related
Jul 8, 2010
then my computer starts black window opens error: no such partition grub rescue>
[Code]....
View 3 Replies
View Related
Sep 10, 2010
I just installed Ubuntu on a computer but it can't boot, it ends with a greb-rescue error.
What shall I do? Here's my fstab and my sudo blkid. I did an ubuntu side installation with xp.
Le FSTAB
# /etc/fstab: static file system information.
# Use 'blkid -o value -s UUID' to print the universally unique identifier for a device; this may be used with UUID= as a more robust way to name devices that works even if disks are added and removed. See fstab(5).
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda5 during installation
UUID=3a307ad3-99a9-4301-8ad0-f601ef9d157c / ext4 errors=remount-ro 0 1
# swap was on /dev/sda6 during installation
UUID=5b3ff501-f07c-4c2e-ac2d-a238b599cbe2 none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
SUDO BLKID:
/dev/sda1: LABEL="System" UUID="26AC3F75AC3F3E9D" TYPE="ntfs"
/dev/sda6: UUID="5b3ff501-f07c-4c2e-ac2d-a238b599cbe2" TYPE="swap"
/dev/loop0: TYPE="squashfs"
/dev/sda5: UUID="3a307ad3-99a9-4301-8ad0-f601ef9d157c" TYPE="ext4"
View 1 Replies
View Related
Dec 2, 2010
I have a netbook that dual-boots Win XP and Ubuntu 10.04 and accidentally hit the Win recovery mode in GRUB today, but quickly restarted without formatting or proceeding with any recovery. But upon reboot I just see: error: no such partition. grub rescue>
What I have tried so far: Boot to USB Live Disk... It won't, just goes straight to grub rescue.I do ls and it gives me (hd0) (hd0,4) (hd0,3) (hd0,2) (hd0,1) (fd0) error: fd0 cannot get C/H/S values.
set gives me
prefix=(hd0,5)/boot/grub
root=hd0,5
but if I try to boot it says unknown command so I figured I needed to find the right partition to boot from but I went through all of them with ls (hd0,4)/boot, ls (hd0,3)/boot etc. and every partition comes back "unknown filesystem".
View 3 Replies
View Related
Jul 4, 2011
I've setup raid to my primary partition by starting up from an USB. Array was up&working. Now starting up from my HDD's, I get: error: file not found. grub rescue> what should I do here?
View 1 Replies
View Related
May 9, 2011
My system has Windows XP Pro SP2 installed on /sda1 and originally a 10.04 on /sdb1-3, now upgraded to 11.04. The Ubuntu system works fine (teething troubles with nvidia drivers on upgrade but fixed now), and the Windows system shows up in the grub menu, but when it's selected, I just get `GRUB Hard Disk Error' and nothing else. Windows installed properly, and booted successfully until I installed Ubuntu in the first place. I can still access the files on that drive from within Ubuntu.
I've tried fixboot in the Win Recovery Console, which sounded like it did something, but didn't fix the problem. This problem isn't new to grub2, by the way - I just haven't needed Windows in a year.
View 9 Replies
View Related
Aug 9, 2010
My computer has become quite strange the last days, last week grub stopped working and just halted at the grub prompt.
I can manually start the system by writing
insmod /boot/grub/linux.mod
linux /vmlinuz root=/dev/sda1 ro
initrd /initrd.img
boot
[Code].....
Note:
The system is a Ubuntu 10.04 based system on a old HP laptop.
Related questions:
grub2 error: out of disk
View 1 Replies
View Related
Jun 26, 2010
Before I do a fresh install of opensuse 11.2, I am trying to mount my lvm partitions in rescue mode so I can do a full backup. How do I mount them?
View 3 Replies
View Related
Apr 15, 2010
I just installed Ubuntu 10.4 beta. The installation is fine, but grub2 isn't loading Linux. Instead of booting into the OS, I get the message: No such disk grub rescue >I have two hard drives: /dev/sda and /dev/sdb. Ubuntu is the only OS and is located on /dev/sda1. I ran the "boot info" script and include the results here. One problem I see is that I have grub2 on the MDRs of both /dev/sda and /dev/sdb. BTW: From the Live CD, I can select boot into hard drive and Ubuntu will start up just fine. I can also use "Super Grub" CD and everything loads fine.
View 7 Replies
View Related
Jan 27, 2010
I have a dual boot machine (Win XP + Ubuntu 9.10 on separate physical drives) which was working fine. I now want to replace the Ubuntu 9.10 with LinuxMCE which is based on Ubuntu 8.10. Using the LinuxMCE install disk, I did a fresh install of Ubuntu 8.10 over the top of Ubuntu 9.10 (repartitioning the whole drive). On reboot, I now get a Grub "no such disk" error. I have run the boot info script which produced the following RESULT.txt:
Code:
Boot Info Summary:
=> Grub 2 is installed in the MBR of /dev/sda and looks for
(UUID=6a59ab9e-041f-41e2-b27c-02b8ada4c1af)/boot/grub.
=> Grub 0.97 is installed in the MBR of /dev/sdb and looks on the same drive
in partition #1 for /boot/grub/stage2 and /boot/grub/menu.lst.
=> Windows is installed in the MBR of /dev/sdc
[Code]....
View 5 Replies
View Related
Mar 21, 2010
I have tried to upgrade to 10.4 LTS it crashed I use dual booting whenever I try to start the computer it goes in to grub rescue > I have used wubi to install the dul booting, now I can not get into my window nor ubuntu. what can I do ?
View 2 Replies
View Related
Mar 29, 2011
I just installed Ubuntu on a separate hard drive alongside Vista, and after restarting, my computer booted to a screen that said, "error: no such device: xxxxx-xxxx-xxxxx-xxxx (I don't remember exact number, if I need them I'll go back and write em down) grub rescue>"
After a bit of searching I found this thread: [URL].. I tried the first part twice which didn't change anything, so I tried the last part which was too fix the vista bootloader, which worked perfectly, and now I can get into at least one operating system. Would anyone please help me get a bootloader working so I can choose between Ubuntu and Vista? Also, is it worth mentioning that right before the computer shut down after installation, I had a huge list of I/O errors?
EDIT: After further searching I read that the I/O errors were commonly because of a faulty cd or it was spinning too fast. I think my problem with that was that it was spinning too fast, it was incredible loud and there was a huge amount of wind coming out of my computer XD. iirc I have to go to the BIOS to change disc speed?
EDIT2: I think all my problems stem from a faulty CD. I remember setting the burning speed too the highest setting when I burnt the live CD, I guess I thought faster was better.
View 9 Replies
View Related
Mar 31, 2011
i just installed ubuntu 10.10 x64 on my computer and removed the windows 7 partition and installed it on that one it installed as usual now as i booted it give me the following error
Code:
error:no such partition grub rescue> i tried one or too methods given to restore grub but it isnt working wht can be done ?
View 2 Replies
View Related
Aug 16, 2011
I installed ubuntu 11.04 on a usb hard drive which I created a 100 gig partition however when i try to boot from the usb drive I get the message error:no such partition grub rescue> when I boot from live dvd I can see the partition I created with all the files on it.
View 1 Replies
View Related