Debian Installation :: Dual-boot Grub Rescue Says No Such Device

Feb 13, 2015

I'm inexperienced in Debian. I have a dual-boot machine (64-bit, Debian 7.3, Windows 7, legacy boot) and encouter a problem at boot ever since I completed the installation of Debian 7.3 alongside the exising Windows 7. This machine has six hard drives: two are intended for ntfs storage of general data (raided together by RAID1); two more are intended for ext4 storage of general data (also raided together by RAID1); the fifth contains the Windows OS files and the sixth contains the Debian OS files. The problem is that I arrive to the grub_rescue each time at boot, seeing the message:

GRUB loading.
Welcome to GRUB!

error: no such device: e081517b-3399-4067-9294-8f0686f753ca.
Entering rescue mode...
grub_rescue>

View 2 Replies


ADVERTISEMENT

Debian Installation :: No Dual Boot - Error: No Such Device And The Grub Rescue> Prompt

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

Ubuntu Installation :: Grub Rescue Mode - Error: Cannot Find A Device For /boot/grub (is /dev Mounted?)

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

Debian Installation :: Grub Rescue - Will Not Boot From Mdadm RAID - No Such Disk

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

Ubuntu Installation :: Updated From 9.10 - Grub Rescue (No Such Device)

Sep 23, 2010

Here is a brief history of my problem:

-Ran Windows XP Media Center for most of the life of this HP Pavilion notebook with 2 hard drives, C: and D:, no partitions except the default HP recovery partition

-Yesterday, installed Ubuntu 9.10 through Wubi on D: from an ISO (because the CD drive doesn't work). I assigned it 30gb on D:, which I assume created a 30gb FAT32 partition on this secondary drive.

-Dual booted successfully from Grub between XP and Ubuntu, so I thought, "Mission accomplished" and started making friends with GNOME. Got a pretty good score in Tetris.

-Was asked if I would like to update to the latest Ubuntu (10.04 I think?) which struck me as a good idea. Everything went smoothly until it asked me to reboot.

-Reboot brought me to a command-line that says "grub rescue>" and above it says "error: no such device: e76e00f3-........" (there's more, I can write it out if that helps)

-Rebooted several more times (cause that usually fixes things) but just got back to "error: no such device: ..." and "grub rescue>"

And that's where I am now. I have almost no experience with how Linux (UNIX?) works differently than Windows or how to use the command line. I know that the hard drives are (hd0), (hd1) instead of C: and D: and that everything important seems to start with "sudo" and that's about it. I was going to ease myself into the whole thing gradually, picking up little bits as I go along. But now I'm just stuck in command line limbo and none of my usual troubleshooting strategies apply here, not even yelling rude things about the computer's manufacturer.

View 9 Replies View Related

Ubuntu Installation :: Error: No Such Device, Grub Rescue

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

Ubuntu Installation :: Device Not Found, Grub Rescue, Post-Installation Error

May 19, 2010

I just (for the first time ever) installed a version of Ubuntu. It is 10.04. I installed off of the Live Disk. I was having a great time until the first time I went to boot into it and I got the message
"Error: No such device: "long number" Grub Rescue> "

[Code]...

View 3 Replies View Related

Ubuntu Installation :: Lucid: Restoring Grub2 (dual Boot) - Error "error File Not Found Grub Rescue"

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

Ubuntu :: Installation - Error: No Such Device: F8b79a59-3c13-408a-b332-dd5e9dc37729 Grub Rescue

Jul 6, 2010

I already had windows 7 installed on my raid. So I figured that I would install Ubuntu on my 250gb external. I burn it, boot to CD, and tell it to wipe and install the external hdd. After installation it prompts me to take out the CD, then press enter for it to restart. It restarts, gets all the way through and then says:

Error: no such device: f8b79a59-3c13-408a-b332-dd5e9dc37729. Grub rescue>

I am unfamiliar with this issue, and would have looked for a fix on my windows side, but now I am unable to boot into my windows side at all.

View 6 Replies View Related

Ubuntu :: Won't Boot After Update - Error "No Such Device - Grub Rescue"

Nov 10, 2010

I installed Xubuntu 10.04, and it was working somewhat smoothly(little drivers, but I could see and hear). Ran the update(as of 3 hours ago), and started up the machine. Here is what greeted me. Insyde ACPI BIOS Version 1.50.00 Date: 11/01/02 Copyright (c) 2002 Insyde Software, Inc. All Rights Reserved Attempting to boot a Hard Drive... error: no such device: 6a7820b6-708d-4c44-a057-a2aff1467203 grub rescue> I am not too sure how this happened, or what to do. The machine is a Kohjinsha SA1F00B AMD Geode LX 512mb and 80gb Hitachi HD.

View 1 Replies View Related

Debian Installation :: UEFI GRUB Broken - Dual Boot 7.7 And Win 8.1

Dec 23, 2014

My Toshiba Satellite C870-198 has Debian 7.7 installed in UEFI mode alongside Windows 8.1. The GRUB menu no longer displays, but the machine boots straight into Windows.

I can boot into Debian or Windows from rEFInd installed on a USB stick. The rEFInd menu has the following entries:

The Debian entry actually launches the GRUB menu which was installed with Debian.

Code: Select allBoot Microsoft EFI boot (Boot Repair backup) from Basic data partition.
Boot supposed Microsoft EFI boot (probably GRUB) from Basic data partition.
Boot EFIubuntugrubx64.efi from Basic data partition.
Boot EFIdebiangrubx64.efi from Basic data partition.
Boot bootootx64.efi from Basic data partition.
Boot vmlinuz-3.2.0-4-amd64 from boot.

In an attempt to fix GRUB I executed the commands in the 'Reinstalling grub-efi on your hard drive' section of: [URL] ....

Code: Select allmount /dev/sda1 /boot/efi
... surprisingly returned:
Code: Select all$LogFile version 2.0 is not supported.  (This driver supports version 1.1 only.)
$LogFile version 2.0 is not supported.  (This driver supports version 1.1 only.)
Did not find any restart pages in $LogFile and it was not empty.
The file system wasn't safely closed on Windows. Fixing.
Code: Select all[ -d /sys/firmware/efi ] && echo "EFI boot on HDD" || echo "Legacy boot on HDD"

... returned "EFI boot on HDD".

[Code] ....

... Where is Debian?

FULL HISTORY ....
=============================

The laptop came with Windows 8 preinstalled. I switched off Secure Boot and installed Ubuntu for UEFI dual boot. I recall having to use Boot Repair to get the GRUB boot manager working properly for both systems.

Recently I decided to replace Ubuntu with Debian 7.7 and first cloned the entire hard drive to a USB drive (The Clone Drive). This drive successfully boots into Ubuntu in UEFI mode.

Following this I took the opportunity to update Windows to 8.1, which broke GRUB as expected, so that the machine would only boot straight into Windows.

I installed Debian from a live USB stick in the mistaken belief that it would be bootable in UEFI mode. It did boot OK in legacy mode.

I then burned the full Debian 'DVD' image to a USB stick, booted it in UEFI mode and reinstalled Debian. In UEFI mode GRUB allowed me to boot into both Debian and Windows.

At this point I tested The Clone Drive. It was still able to boot into Ubuntu as previously, but after powering down, unplugging The Clone Drive and rebooting, the GRUB menu failed to appear and the machine booted straight into Windows. This is its current state.

View 13 Replies View Related

Debian Installation :: 8.3 And Windows 10 Dual Boot GRUB EFI Removed

Feb 3, 2016

I've been using Debian for a few years but always on dedicated boxes and/or VMs.

Finally decided to dual boot Debian and Windows on my main Desktop PC.

Installed as I normally would using, however this time using a seperate drive (one for the existing Windows 10 install and the other for Debian), Debian install detects that windows has an EFI partition and sticks an entry in there, which is fair enough, and everything working fine. Then I spent some time configuring all my software and set it all up just the way I like it. I've rebooted Debian a few times to check it's working correctly and it is.

The issue arrives when I reboot and load into Windows 10. It boots fine.

However after a further reboot GRUB no longer loads... and the machine just boots directly into Windows 10.

After doing some further digging into my EFI partition (and reinstalling various times) it would appear that after a reboot Windows 10 deletes the entry GRUB creates in my EFI partition after EVERY reboot.

Done some googling and most people advise turning off 'fast boot' in Windows as it locks certain partitions to facilitate the machine going into hibernation, only to find that it's always been turned off on my machine (I recall due to a driver issue with my graphics card this had to be turned off when I installed Windows 10).

I've found this article on the Ubuntu forums : [URL] .... however I've tried their steps and windows is still doing a hostile takeover of my EFI partion after a reboot!

Any way to stop Windows 10 from interfering with my EFI files after a reboot? (without doing the obvious thing and kill Windows off).

View 4 Replies View Related

General :: Broken Dual Boot - Xp / Ub - Error: Error File Not Found - Grub Rescue

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

Ubuntu :: Dual Boot With Vista - Error "no Such Partition Exists And Then Grub Rescue"

Dec 23, 2010

I dual booted ubuntu with vista a while back, but I was running out of space on both partitions. So I thought I'd install ubuntu on another slightly smaller HDD from an old laptop. I thought all the ubuntu and grub stuff were on that one partition, so I thought if I just deleted it, all would be good. I isn't. Now when I boot up, I get a message saying 'Error, no such partition exists' and then 'Grub rescue:' and an input. So what I want now, is well, basically to be able to boot windows. I'm guessing I either have to remove grub, or just make it forget I ever had Ubuntu.

View 6 Replies View Related

Debian Installation :: Dual Boot UEFI - Grub Not Recognizing Drive

Mar 24, 2015

I've set up a dual boot system with Debian and Windows 8, both installed on their own drive, with their own boot partition. I installed eveything in UEFI-Mode with fast- and secure boot turned off. Both installations are working, as I can access them by changing the boot priority in the Bios. What I cannot achieve is to let grub boot my windows installation.

This is the output of parted -l:

Code: Select allModel: ATA Samsung SSD 840 (scsi)
Disk /dev/sda: 128GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt

Number  Start   End    Size    File system     Name  Flags
 1      1049kB  512MB  511MB   fat32                 boot
 2      512MB   111GB  111GB   ext4
 3      111GB   128GB  17,0GB  linux-swap(v1)

[Code] .... 

As you can see, my linux install is on sda, my windows install on sdc (sdb beeing a data disk). This is the entry I made in the 40_custom file in etc/grub.d:

Code: Select allmenuentry "Windows 8.1" {
insmod part_gpt
insmod chain
set root='(hd2,gpt2)'
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
boot
}

I think this should be fine, but if I choose the windows entry wehen grub is booting, it says: error: no such partition. It's my first debian installation, and I am stuck here. Not too much of Linux experience in general.

View 12 Replies View Related

Debian Installation :: Recover Grub On A Dual Boot Machine With Encrypted LVM

Oct 16, 2015

My laptop setup is:

sda1: W7
sda2: FAT16
sda3: /boot
sda4: encrypted LVM with debian (everything besides /boot)

now I've re-installed W7 so grub was overwritten. I've tried the procedure which worked for me previously:booting with the netinst usb in rescue mode, choosing a root partition to mount, using grub-install to reinstall the grub:

Code: Select allmount /dev/sda3 /boot
grub-install /dev/sda

Now I'm on Jessie (stable), and this time this fails, and I am able to mount only sda3.grub-install doesn't exit so I'm assuming it has been replaced by `grub-installer'. also '/boot' doesnt exist so I created it manually.

Code: Select allmount /dev/sda3 /boot
grub-installer /dev/sda

The latter fails with
Code: Select all/dev/sda/proc not a directory

View 6 Replies View Related

Debian Installation :: Squeeze- Grub Can't Dual Boot -ntoskrnl.exe Error

Jun 7, 2010

I cannot count how many times I have re-installed squeeze, and do all kinds of fixes to grub, but no joy. Every time, there is this ntoskrnl.exe error, and to re-install it. I thought my WIN XP may be corrupted, so I reinstalled it, and updated it with sp3 and all updates. Then I re-installed squeeze (reformatting all partitions). At the end, the installer ask if I want to install grub to mbr. I replied yes. After reboot, only the 2.6.32.3-amd64 and the recovery kernels show up on the grub screen, no winxp.OK, I booted into squeeze kernel and looked at the /boot/grub/grub.cfg file, and there winxp is not included in /etc/grub.d/30_os-prober section. In terminal, I typed

#os-propber and it found winxp in /dev/sda1
then I typed
#update-grub

and now /etc/grub.d/30_os-prober now show winxp.I rebooted, and winxp shows on the grub screen, and I chose winxp.It came back with "ntoskrnl.exe ...error... re-install ntoskrnl..."Here are the details:

fdisk -l
root@SHUM-AMD64:/home/shum# fdisk -l
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders

[code]....

View 14 Replies View Related

Debian :: System Doesn't Boot Anymore - Grub Rescue

Feb 18, 2012

My system doesn't boot anymore, when I turn on the laptop, instead of the normal grub screen, i get the following:

"error: file not found
Entering rescue mode...
grub rescue> _"

I tried also to make a bootable usb w/ unetbootin but all the distros failed to load w/ a syslinux boot error message so I really need to fix the existing debian installation to get access to my files i need for the university, it's debian stable (6.0.4) on hp mini 210 ....

View 12 Replies View Related

Fedora Installation :: Dual Booting Debian-12 / Edit /boot/grub/menu

Feb 18, 2010

Debian if my first OS and i want to dual boot Fedora12.Ok i installed Fedora12 and choose not to install the bootloader(gonna use the one Debian installed)What i'm tring to do in Debain is edit my /boot/grub/menu.lst
Here is what i have

Code:
title Debian GNU/Linux, kernel 2.6.26-1-686
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-1-686 root=/dev/hda1 ro quiet
initrd /boot/initrd.img-2.6.26-1-686
code....

View 4 Replies View Related

Ubuntu Installation :: System Lock Up - Error: No Such Device: 6937cabe-f115-455b-a248-6f8d46f80682.' Prompt Showing Is 'grub Rescue'

Dec 26, 2010

Have installed ubuntu on a separate partition on single hard disk and system initially worked on a dual boot basis with windows xp. However after installing most recent series of updates computer is failing to boot.

Error message is 'error : no such device : 6937cabe-f115-455b-a248-6f8d46f80682.' prompt showing is 'grub rescue>' am now unable to access either windows or ubuntu.

View 3 Replies View Related

Ubuntu Installation :: How To Boot From 'grub Rescue'

Jun 5, 2010

I've got Ubuntu 10.04 installed on one partition, and Windows Vista on another. I was messing around with my partitions, and now I can't boot to either one. I just get an error when I boot up on GRUB which says "error: no such partition", and then a prompt saying 'grub rescue>'. I've read up on other people's posts, and they said that I should reinstall GRUB from a livecd, but that doesn't look like it does anything. It seems that GRUB is trying to boot from hd0,8, and that doesn't exist anymore. I can change the 'root' and 'prefix' variables to the right partitions, but the 'boot' or 'chainloader' command doesn't work. You should be able to boot from 'grub rescue>', because that's what it's for, right?

I just want to be able to boot into Ubuntu, not Windows.

PS: Sorry if I'm specifying way too much information(or not enough), I'm fairly new to forums.

View 6 Replies View Related

Fedora Installation :: Boot Into Rescue Mode From GRUB?

Feb 5, 2009

I'm experimenting a bit with my fedora, so I need to enter rescue mode very often. Every time I want to enter rescue mode, I need to insert fedora DVD Is there a way to install rescue mode on my hard drive so I could boot into rescue mode from GRUB?

View 4 Replies View Related

Ubuntu Installation :: Can't Boot Anything / Grub Rescue Prompt

Jun 19, 2010

So I had Ubuntu Server installed and I decided to make some new partitions using gparted via a live usb of Ubuntu desktop. And so I think messed up pretty badly. Ubuntu Server won't boot and I get the following error followed by a grub rescue promt:

Code:Diskette drive 0 seek failure
error: file not found grub rescue >
To me, it seems like some boot files may be missing if not the whole system. After I made the partitions, the live USB of Ubuntu was still working fine until I rebooted.So here is the bigger issue, I figured I would just reinstall everything all over again, but instead I can't.

View 6 Replies View Related

Ubuntu Installation :: Grub Rescue Preventing USB Boot

Dec 15, 2010

So earlier today I was running out of space on my regular Windows 7 partition and I played around with extending it. I ended up somehow deleting grub and messing up my entire system. I've spent the last 2 hours looking for the answer to this and everyone has been saying to boot from a live disk and fix it that way.

Well, I've tried everything, the only way I can boot right now is via USB and it will NOT allow me to. I checked on other computers and even re-installed and formatted by external hard drive to try and get it to work and it refuses. I've changed my BIOS to boot from USB so I have no idea as to why this is happening. Also, I've tried using the "ls" command to find my partition via "ls (hdX,Y)/" and all of them come up as unknown filesystems.

View 9 Replies View Related

Ubuntu Installation :: Error "no Such Device" And Goes Into The Grub Rescue Command Prompt Screen - 11.04

May 16, 2011

I was dual-booting Ubuntu 11.04 just fine for about the last week but then ran into some issues and decided to reinstall Ubuntu. Now after the install I get this error: error: nu such device: d38af2a9-740e-4d3c-b267-2a3848e5d319 and it goes into the grub rescue command prompt screen. I have tried to reinstall Ubuntu about 6 times now, complete installs. I have tried changing boot priority multiple times. I installed off a thumb drive and left the thumb drive in after install, took it out after install.

View 9 Replies View Related

Ubuntu Installation :: Dual Boot With Debian - Write /dev/sda1 To The Bootloader Rather Than /dev/hda1 Using Grub-mkconfig?

Aug 19, 2010

I installed Debian on my PC and then installed Ubuntu. This worked fine and I could dual boot between the two. The PATA disk was /dev/hda on debian and (I think) /dev/sda on Ubuntu. I copied the entire disk to a sata disk using dd from knoppix and put the PATA one to one side. Now the Ubuntu comes up fine but when I boot debian, it complains about references to /dev/hda1, which is present in grub - root=/dev/hda1. Debian now expects sda references rather than hda references. How do I persuade Ubuntu to write /dev/sda1 to the bootloader rather than /dev/hda1 using grub-mkconfig?

View 1 Replies View Related

Ubuntu Installation :: Grub Rescue And Error Reading Boot CD?

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

Ubuntu :: Full Installation But 10.04 Wont Boot Grub Rescue?

May 24, 2010

I just did a full installation of lucid erasing karmic. installation is completed but when I boot I get grub rescue. I also have WIN7 installed.

View 1 Replies View Related

Ubuntu Installation :: Boot From Flash Drive 10.10 Grub Rescue?

Oct 24, 2010

First time poster and recent Ubuntu adopter. I recently installed 10.10 on my main HD alongside a separate windows (xp) partition (it worked perfectly). Then I decided to get fancy and installed 10.10 to a flash drive directly from a live cd. I attempted to boot from the flash drive, and got a black screen with a blinking underscore for about 10 minutes, then I forcefully rebooted. Now, whenever I attempt to boot at all from my main HD I get "error: no such device and a ton of misc numbers. And the flash drive will not allow me to boot from it. Currently, I'm working within the Live CD.

I have a few projects I need to complete with Dreamweaver inside XP, so recovering it completely would be nice.

Code:
Boot Info Script 0.55 dated February 15th, 2010
============================= Boot Info Summary: ==============================
=> Grub 2 is installed in the MBR of /dev/sda and looks on the same drive in partition #1 for (,msdos1)/boot/grub.
=> No boot loader is installed in the MBR of /dev/sdf

[Code].....

View 9 Replies View Related

Ubuntu Installation :: Deleted Partition - Get Grub Rescue When Boot

Jan 17, 2011

I set up my Dell Inspiron Laptop as Dual Boot -> Xp / Ubuntu 10.04. - all worked well. I had 2 installations of XP on this machine and I removed one - all worked well. I then went into XP and deleted the partion (4) that the old XP had resided on (using Easeus Partition Master) All NOT working well !! Now when booting the machine I get grub rescue> I did ls and got ....

[Code]...

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved