Ubuntu :: Unable To Rescue Files In Root Partition(Karmic)?

Mar 9, 2011

I'm unable to boot from hard disk. when booting from hard disk it says

Code:
Loading Grub.
File not found.

[code]...

View 2 Replies


ADVERTISEMENT

Red Hat :: Unable To Boot RHEL 5.2 And Unable To Mount Root File System In Rescue Mode

Jan 28, 2010

Environment: A 32-bit kernel RHEL5.3 system running on a virtual machine. The root(/) filesystem is on an LV.

Issue: Unable to resize the FS after extending the root LV since it is mounted. After extending the LV, online resizing of the FS was not supported and the root filesystem could not be unmounted while it was in use. On rebooting, I got a kernel panic error. In runlevel 1, I couldn't run chroot, couldn't find the /etc/fstab, root FS could not be mounted, fsck did not run (tried block 31 for second copy of superblock using dd count=1 bs=4k skip=31 seek=1 if=/dev/sda2 of=/dev/sda2), couldn't find any rpm on installation media to install unix-utils rpm. On running commands in runlevel 1,

I got the following output.

View 5 Replies View Related

Ubuntu Installation :: Grub Rescue When Upgrading From Karmic To Lucid?

Jun 7, 2010

I had a nicely working karmic 64bit/windows XP install, but the "upgrade" button to 10.04 has finally got the better of me. Now, when the PC boots up, the following failure occurs:Memory CheckPCI device listingVerifying DMI Pool Data ......error: no such device:e9eb88c2-67f2-47a7-bf9d-50b77b2d3480grub rescue>_Some more information.linux is on sdb1when I type "ls" I get: "(hd0) (hd1) (fd0)"however, I've not managed to get "ls (hd1,1)" or similar to do anything, the best I get is "error: no such partition".the command "find /boot/grub/grub.conf" results in the error "Unknown command 'find'"I've tried swapping the boot order in the bios from hd0 to hd1 but that has made no difference.There is no grub loader, no linux, no windows, no operating system of anykind, just the "grub rescue>" prompt.

View 9 Replies View Related

Ubuntu Installation :: Grub2 - Dual Boot Karmic / Unable To Boot Into Archlinux Partition

Feb 15, 2010

After installing karmic with Grub2 I am unable to boot into Archlinux partition. Grub2 has removed the last line of the Archlinux boot stanza! It used to read:-

[Code]....

Following the Grub2 tutorials I have tried editing /etc/grub.d/40_custom as follows:-

[Code]....

But no luck. Only way into Archlinux is to get into the edit shell and manually add the missing line and remove other stuff not needed. I have spent hours trying to resolve this issue and I am fairly p----d off

View 2 Replies View Related

Ubuntu :: Unable To Mount Partition Without Root Privilegies / Whats Wrong With It?

Apr 14, 2010

Code...

whats wrong with it? 'man mount' says that any can mount partition if it contains option 'user' or 'users' in /etc/fstab ?

View 7 Replies View Related

Ubuntu :: Mount FAT32 Partition Without Being The Files Owned By Root?

Jan 27, 2010

I want to mount my FAT32 partition automatically on startup. It gets mounted but the problem is that all the files in the FAT32 partition are shown as owned by root. Because of that I can't paste files or write to this partition. This is my fstab file

Code:
# /etc/fstab: static file system information.
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda5 during installation

[Code]....

View 4 Replies View Related

OpenSUSE Hardware :: Root Partition Full Even After Deleting Files

Apr 15, 2011

i built a rpm package, which i figured out later that i wont be needing, so i deleted the rpm file and also the build package put together they were abt 5.8 GB... but my system monitor shows that only 700MB of space is available the 5.8 GB is not visible but its gone

View 9 Replies View Related

Ubuntu :: Unable To Find Partition Where All Files Are Store

Feb 28, 2011

I recently installed Ubuntu 10.10 on my computer from Windows 7. Originally my Hard Drive was Split into two separate partitions. One was for the OS and the other was basically a storage drive. During the install of Ubuntu I deleted the OS Partition, Installed Ubuntu in that Partition, and used my Storage partition as a Swap.

After the install was complete Ubuntu loaded great and works just fine, the only issue is I can't find the other Partition where all my files were stored. Is there any way to locate this partition and access it as you would with Windows Computer>D:>etc or is there some other way to go about this?

View 9 Replies View Related

Fedora :: Unable To Edit The Files Under Root Directory Of Apache?

Jun 12, 2011

why i m unable to edit the files under root directory of apache ?and how to fix that plz tell me ?

View 3 Replies View Related

Ubuntu :: No Such Partition Grub Rescue ?

Jul 28, 2011

I own a Sony Vaio VPCEB3AFM. It came with pre-installed Windows 7 Home Premium 64bit, no disks or anything. The product key is on the back of the laptop. I later installed Ubuntu, as I was beginning to take an interest in the potential of computers and began to explore with different Operating Systems. I installed it along side Windows 7. THEN, me being the dumbass I am, installed BackTrack 5 also. I then called Sony in attempt to restore my computer to factory defaults and just have Windows 7 as my only operating system. I shut my computer down and then hit F10 until the Vaio Rescue shows up. It was in the process of Restoring when it restarted and an error message came up. It reads, Error: No Such Partition Grub Rescue>. I have no idea what to do none of the OS boot up when I start it. I have no disks, I have only Ubuntu on a USB drive which I boot up by changing the BIOS blah blah. But when I do not have it in, the error message occurs.

View 7 Replies View Related

CentOS 5 :: Unable To Recover Deleted Files From Ext3 Partition?

Feb 10, 2011

I am using CentOS 5.5.I suppose this is an oft repeated question. I accidentally deleted, using rm command, 2 wmv files. The files were in a single ext3 1Tb drive, with just 1 partition --- the ext3 one. Each file is 600 - 800mb. The 1Tb drive has only about 20Gb data.Immediately after deleting the files i unmounted the drive (/dev/sdc1). Thereafter i searched the the net and came to know of the recovery tools foremost and photorec. I have installed both of them. I am currently running both of them as root --- foremost is just showing a lot of * signs on the terminal and photorec has managed to find some txt and png files --- but no wmv.For foremost i used: /usr/sbin/foremost -t wmv -i /dev/sdc1For photorec i followed some instructions available on the web.

In the meantime, based on some post on the net i ran debugfs as root, then cd into the directory where the files were deleted. Then on typing ls -d i managed to get the inodes of the 2 deleted files and the names of the deleted files are also correct. The instructions on the net http://www.theavidcoder.com/?p=3 tell me to run fsstat and dls both of which i am unable to find in /bin, /usr/bin, /usr/sbin and /sbin. So i am unable to proceed further.

View 5 Replies View Related

Ubuntu :: Error - No Such Partition Grub Rescue

Sep 28, 2010

I know this is a common error, but my situation is a little different than previous threads on this issue and I just want to make sure I get the correct solution.

Basically, I had Ubuntu 10.04 and Windows 7 on my netbook and wanted to try a more lightweight version of Ubuntu. After settling on LXDE for a desktop, I decided to install Lubuntu 10.04. I chose not to install LXDE over regular Ubuntu because I wanted to eventually end up with an Ubuntu distro with either GNOME or LXDE, but not both. So rather than put myself through the hassle of uninstalling all the GNOME or LXDE packages, I decided to keep them each on separate partitions.

In the end I decided to just stick with regular Ubuntu and deleted the Lubuntu partitions. Now I get the GRUB error written in the title of this thread.

View 4 Replies View Related

Ubuntu :: Partition Not Found Grub Rescue

Dec 3, 2010

I uninstalled ubuntu from my main HDD, and its now on a different HDD. when I turn on my computer I get:

Partition not found
Grub Rescue

I've used my windows disk and repaired my mbr and boot (bootrec /fixmbr bootrec /fix mbr) multiple times, yet I always get this problem.

Only way I can boot windows is if I leave my install disk in my drive. It will say press any key to boot from cd / dvd I just wait a couple seconds, and it boots into windows. Without the disk, I get the grub problem. I have only 1 partition on my HDD, and that is my windows 7 partition, nothing else.

View 9 Replies View Related

Ubuntu :: Partition Changes Failed - Grub Rescue

Feb 25, 2011

I running a dual boot of 10.4 and windows 7 and was trying to add a free disc space to one of the partitions using gparted and the window 7 tool. On restart I get this DOS-like message:
Code:
Error: file not found.
grub rescue>

From what I have gathered, from other posts I should
1. Go here [URL]
2. Reboot and run ubuntu from the live CD
3. Create a results.txt file

Here is the results data:
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 #5 for /boot/grub.
=> No boot loader is installed in the MBR of /dev/sdc .....
Devices which don't seem to have a corresponding hard drive
sdb

View 1 Replies View Related

Ubuntu :: Grub Rescue/no Partition Found?

Aug 11, 2011

A friend gave me Ubuntu 9-10 and I have been using it in my netbook for some time. Bthe other day we did an update and now a black screen is up and states: Error: no such partition Grub rescue>_ I am operating dual O'S with Windows XP and Ubuntu The only thing I have been able to do after searching hours on the Internet is the following: When I type set it gives me the following information:

Prefix=(hd0,5)/boot/grub
Root=hd0,5
Grub rescue>_

I understand that the hard drive is 0 meaning the only one I have and 5 means the location of the grub in the partition. Other than that I can get no further!

View 7 Replies View Related

Ubuntu :: Boot - Error: No Such Partition: Rescue Grub?

Jul 8, 2010

then my computer starts black window opens error: no such partition grub rescue>

[Code]....

View 3 Replies View Related

Ubuntu Installation :: Deleted Partition Now Getting Grub Rescue

Sep 10, 2010

I have ubuntu in sda7. sda6 had bt4, sda3 had Win7. From Win7 I removed sda6. Now when I start my computer I get grub rescue. How can I tell grub that ubuntu in sda6 and not in sda7 anymore or how can I create sda6 again so ubuntu goes sda7.

View 1 Replies View Related

Ubuntu :: No More Win7 After Deleting Partition - Grub Rescue

Oct 16, 2010

I have a major problem with Windows 7's MBR. I deleted Ubuntu's partition last night, and when I restarted, I saw:
Code:
error: no such partition
grub rescue>
I looked it up, put some code into a LiveCD terminal, and I thought it worked. But now, I says that I definitely need to put in a Windows 7 CD and do that MBR fix method. I did not own a Windows 7 CD; my laptop came with it pre-installed, and I have no recovery partition anymore.

View 9 Replies View Related

Ubuntu Installation :: 10.10 And XP - No Partition Found (Grub Rescue)

Feb 9, 2011

I am new to ubuntu OS, I am having quiet a hard time solving out certain problems. I have Ubuntu 10.10 and Win Xp installed on the same hard drive partition i.e. C drive. Now yesterday accidentally I deleted a folder from C while I was logged in to Windows. Now today when I restarted my pc I got this error message :
error : No partition found
grub rescue>

Then somehow I managed to reinstall the Grub loader. Now whenever I restart my PC I get this error message :
GNU GRUB version 1.98+20100804-5ubuntu3
Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists possible device or file completions.
grub>

View 1 Replies View Related

Ubuntu Installation :: Error:no Such Partition Grub Rescue>

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

Ubuntu :: Formatted Partition - Grub Rescue Error

Apr 13, 2011

I had 3 partitions on my hard dive, Windows 7, Ubuntu, and just junk on the other. I installed Ubuntu in a way where it went to the GRUB filesystem? first, where it ask me to start in linux kernel 2.38.6 (can't really remember the kernel exact name) which was ubuntu, some other options, recovery mode, and at the very bottom was the one to go to Windows 7. I was in Windows and I wanted to get rid of my junk partition but I formatted the Ubuntu partition by mistake.

Now when it boots up it saying:
Error: unknown filesystem. grub rescue>
I hope there is a way to save my files on Windows. I tried to reinstall Windows 7 back on my computer but it wouldn't go through since the grub startup thing is the main one, not the windows one.

View 9 Replies View Related

Ubuntu Installation :: Error: No Such Partition Grub Rescue

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

OpenSUSE Install :: Delete "vmkd" Files - Root Partition Full - Why

Feb 1, 2010

I had been copying "vmkd" files all of which are very large (11gig) each and later deleted them and it appears some I had deleted using "root" I reached a point when it couldn't do it and it said it couldn't because trash bin was full. Sure enough I found my root partition (20gigs) was full. I went root and emptied its trash bin which freed up about (4gigs) of space. I just set up a new system (11.2) on another drive and have setup it up with exactly the same programs as the system I'm having a problem with and the new systems root partition only has (6gigs) in the root partition. Question; how do I clean out my problem root partition?

View 6 Replies View Related

Ubuntu :: Restore Access To Thinkpad Rescue And Recovery Partition?

Jan 7, 2010

I have a brand new Lenovo Thinkpad T400. Lenovo claims that it should boot into recovery mode if the blue 'ThinkVantage' button is pressed during boot. However, this does not happen after I have installed Ubuntu (Koala). First of all, nothing happens when I press the blue button, and no recovery partition is visible in GRUB boot menu. However, the partition itself is still there. The question is how to boot from it?

I found some tips from [URL], however, they are for GRUB, but my Ubuntu comes with GRUB2. I tried to adapt their instructions to my case. I added this to /etc/grub.d/40_custom:

Code:
menuentry "Rescue and Recovery" {
insmod ntfs
set root=(hd0,3)

[Code].....

That, however results in message about bootmgr missing at startup.

One option would be to start Windows and reinstall Windows MBR, but this would nuke my GRUB, and things could quickly go downhill from there as I am using full disc encryption for my Ubuntu partitions.

View 1 Replies View Related

Ubuntu :: Usb Drive Partition File System Rescue - Messed Up

Mar 12, 2010

Last night I was making a boot usb drive with usb startup creator onto a USB external well I, messed up and lost the partition table for 2 USB drives: my 500 gb hard drive was pluged in whilst i was doing this silly i know it was partitioned 251 gb its now showing as 500 gb but the data is still on drive it seems the file system is gone or damaged

View 2 Replies View Related

Ubuntu :: Grub Rescue Error: No Such Partition And Can't Boot To Live CD/USB!

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

Ubuntu :: Remove Partition - Error - Grub Rescue Shows Up

Dec 25, 2010

in windows 7 i extended the partitioning to remove ubuntu but now when i try to log on i get an error and the grub rescue shows up

View 3 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

Ubuntu :: Accidentally Deleted Partition - Now Stuck At Grub Rescue

May 26, 2011

Deleted the Ubuntu partition by accident. Now at a loss as how to get Windows working again. I had all my files saved, and did a full format and reinstall to Windows. Thinking that it would just overwrite grub but this thing is like a virus.. I cant do **** at the grub rescure command prompt... it just sits there with a cursor... Even stuff like reboot and quit or exit don't even work... what the hell? So I pop my Win7 install cd in and I find that for some reason I have no recovery console... just the option to install. I install but no grub, the little virus is still there and I just wasted an hour of my life while Win7 installed again because I still cant view it.

I deleted all the partitions and wiped the entire disc and grub is still there.. I was thinking that Windows would just replace grub automatically. Heh the Bootsector always seems to get owned on Windows and I expected grub to be just as useless but in it's own way, it's worse.

View 9 Replies View Related

Ubuntu :: Stuck At The Grub Rescue Screen Error: No Such Partition

Jun 7, 2011

I recently partitioned my hard drive so that I could have Linux in addition to Windows Seven on my laptop. For some reason, at boot it it showed not only Linux, a Recovery mode for Linux, and a Windows 7 OS, but also a Windows Vista OS that I never installed. Yesterday, A friend of mine borrowed my computer and chose to open Vista. Since then my computer has been stuck at the grub rescue screen with nothing other than the message: error: no such partition grub rescue>

View 9 Replies View Related







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