LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-02-2012, 11:58 AM   #1
jstopo
LQ Newbie
 
Registered: Aug 2010
Posts: 3

Rep: Reputation: 0
Windows Recovery - did this wipe Ubuntu?


Hello,

I am pretty new to Linux, and I am on a dual boot machine, Windows 7 (for games) and Ubuntu for everything else. About two weeks ago I was doing the kernel upgrade for Ubuntu, and when I went to reboot, my system hung. I eventually powered down, not knowing what else to do. When I tried to get back into Ubuntu, the option was entirely missing from GRUB - it was just Windows 7, and a Windows Disk recovery partition where my Linux should have been. I have since tried using a USB boot disk, and when I try to mount my former Linux partition, all that is there is the Windows recovery stuff. I can still boot into Windows normally.

My question - is my Linux partition toast? Is there anything I can do to save it (or at least some of the data on it. Some, but not all was backed up). Should I run the windows drive recovery, or will that entirely obliterate anything that might be left on the partition? I'm less concerned with saving the installation - if I can save my data, I might wipe Ubuntu anyway and put another distro on, but I'd love to save my data.

Thank you to anyone who is able to help me (I did a search, and I couldn't find this exact issue. My apologies if I missed something).
 
Old 07-02-2012, 12:14 PM   #2
honeybadger
Member
 
Registered: Aug 2007
Location: India
Distribution: Slackware (mainly) and then a lot of others...
Posts: 855

Rep: Reputation: Disabled
I do not think the linux partition is toast. Boot up with the ubuntu disk (I belive Ubuntu disks are live disks) and then you can mount the linux partition and back it up.
As far as upgrading the kernel is concerned I do not think that it should touch your bootloader (GRUB) in anyway. The standard practise is to keep the old kernel for sometime until you verify everything is alright with the new one.
As far as Windows reinstallation is concerned it is a bit dicry. It will wipe off GRUB for sure and there is not a lot that anyone can do about it.
There is also this rescue cd that has worked wonders for me many many times guess you need that as an easy solution to a complex problem.
Hope this helps.
 
Old 07-02-2012, 01:56 PM   #3
jstopo
LQ Newbie
 
Registered: Aug 2010
Posts: 3

Original Poster
Rep: Reputation: 0
Thank you - but as I mentioned, I tried entering linux with a (USB) boot disk, and mounting the drive. All I can find on what used to be my linux drive is a bunch of windows recovery stuff.
 
Old 07-02-2012, 02:04 PM   #4
Kustom42
Senior Member
 
Registered: Mar 2012
Distribution: Red Hat
Posts: 1,604

Rep: Reputation: 415Reputation: 415Reputation: 415Reputation: 415Reputation: 415
The recovery could nuke your partitions and would only try and rebuild the MBR for the Windows side. You should be able to boot into the recovery console or off a live USB/CD like knoppix and view your partitions to verify that it is still there, it may have a bad super-block or may need to have grub-install run on it.
 
Old 07-02-2012, 03:13 PM   #5
guyonearth
Member
 
Registered: Jun 2012
Location: USA
Distribution: Ubuntu
Posts: 424

Rep: Reputation: 83
It depends exactly what kind of "Windows restore" you're talking about. If it's the system restore built into Windows, it will only affect the Windows partition. If it's the restore from the start-up options, typically provided by the computer manufacturer, then it may format the entire hard disk (except for itself, of course). That's hard to predict. Normally a Windows installer will ignore a non-Windows partition. It's not clear to me how a system upgrade would toast a partition like that, unless the partition table was corrupted when you rebooted while the system was "hung". Are you sure it was hung, or just "working" on something in the background? If you reset it while it was writing to disk, the results are completely unpredictable. I suspect that the partition you think was your Linux partition was always there, and your Linux partition is no longer visible because the partition table is corrupted. You may have to delete all partitions and reformat the whole disk to get it to work properly again.

Last edited by guyonearth; 07-02-2012 at 03:58 PM.
 
Old 07-02-2012, 03:37 PM   #6
Kustom42
Senior Member
 
Registered: Mar 2012
Distribution: Red Hat
Posts: 1,604

Rep: Reputation: 415Reputation: 415Reputation: 415Reputation: 415Reputation: 415
Quote:
Originally Posted by guyonearth View Post
You may have to delete all partitions and reformat the whole disk to get tit to work properly again.
I've always wondered how to get those "tits" to work properly again.. lol
 
Old 07-02-2012, 05:12 PM   #7
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
possible plan of action

1) boot live cd
2) launch a terminal
3) run 'sudo su -' to get a root prompt
4) create a mount point
Code:
mkdir /recover
5) run -fdisk -l to determine if an ubuntu partition still exists
6) if the partition exists (it won't be the windows partition or the swap partition), mount the partition
Code:
mount /dev/{ubuntu partition} /recover
7) write this script into a prompt
Code:
for dir in {proc,sys,dev}
do
mount --bind /$dir /recover/$dir
done
8)run chroot
Code:
chroot /recover
9)if you are successful at this point you will be in an environment loaded from your hard drive, from this point it should be just a matter of reinstalling grub
Code:
grub-install {raw device} (the ubuntu partition minus the partition number)
update-grub (for good measure)
10) reboot and see if the grub menu pops up again

this is the 'manual' way of doing it, tedious perhaps but reliable.

Last edited by frieza; 07-02-2012 at 05:17 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How to make a recovery partition windows like of my root folder[ubuntu] silvyus_06 Linux - Newbie 14 01-04-2011 02:53 PM
GRUB won't boot into windows 7, and windows 7 recovery erases ubuntu... amiejay Linux - Newbie 2 01-03-2010 01:07 AM
Which Dell recovery partitions can I wipe? tompickles Linux - Laptop and Netbook 5 09-17-2008 11:44 AM
Windows Recovery with Ubuntu Live guardianfx Linux - Newbie 9 08-28-2008 02:22 PM
incomplete ubuntu uninstal, grub wont let windows run,XP CD recovery mode not working DJGCrusader Linux - Newbie 13 08-13-2007 03:37 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:21 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration