LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
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 10-05-2010, 04:48 AM   #1
iamsarahji
LQ Newbie
 
Registered: Oct 2010
Posts: 6

Rep: Reputation: 0
Hi


Hi Namskar!
I am Sarah.
I installed Fedora13.But my Windows is Gone.I followed Next-->Next and completed installation after 1 hour.When i restarted the system,isaw blue screen something called grub and windows is not listed.

I had important data in it where did it go?

Please some one tell me what happened

Last edited by iamsarahji; 10-06-2010 at 04:52 AM.
 
Old 10-05-2010, 06:40 AM   #2
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
GRUB is a bootloader and it allows you to boot multiple operating systems. It might just be that Windows hasn't been added to GRUB's configuration file, so you don't see an entry for it in the list. Hopefully that's the case and that you didn't overwrite your Windows partition. Can you please do the following:

1. Boot Fedora and log in.
2. Open a terminal (I'm assuming you're using a graphical interface here). If you don't know where to find a terminal, look around in the menu.
3. Run the command "su" (without quotes) and enter your root password (you should have been prompted for one during installation) when prompted.
4. Run the command "fdisk -l" (that last character is a lowercase L) and post the output here. This will allow us to see which partitions are on the disks in your machine.

We'll go from there..

Edit: also, in future, please use descriptive thread titles (i.e. ones that say something about your question/problem). You are told to choose good thread titles when you post a thread.

Last edited by Nylex; 10-05-2010 at 06:44 AM.
 
Old 10-06-2010, 04:57 AM   #3
iamsarahji
LQ Newbie
 
Registered: Oct 2010
Posts: 6

Original Poster
Rep: Reputation: 0
Thankyou Nylex,

I have opened the terminal after so much of struggle.
When I run fdisk -l
it gives me output like this----------

Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xab8bab8b

Device Boot Start End Blocks Id System
/dev/sda1 * 1 64 512000 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 64 38914 312057856 8e Linux LVM


Can any body tell me what is $ and #

This i noticed when I used su
and what is su
There are somany concepts to learn.I find it difficult.Ho will I learn?
 
Old 10-06-2010, 05:02 AM   #4
prayag_pjs
Senior Member
 
Registered: Feb 2008
Location: Pune - India
Distribution: RHEL/Ubuntu/Debian/Fedora/Centos/K3OS
Posts: 1,159
Blog Entries: 4

Rep: Reputation: 149Reputation: 149
Hi,
From your fdisk ouput we can see that you don't have windows partition.
$--is normal user prompt(with less privileges) and
#--is super user prompt with all the privileges.
su -- run a shell with substitute user and group IDs
 
1 members found this post helpful.
Old 10-06-2010, 05:04 AM   #5
iamsarahji
LQ Newbie
 
Registered: Oct 2010
Posts: 6

Original Poster
Rep: Reputation: 0
Thank you
i had important data in it.what to do now?
I need my partition back
please some body help me
 
Old 10-06-2010, 05:44 AM   #6
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
I'm not sure there's anything you can really do, given that it looks like the Windows partition has been overwritten. Do you have a backup? Is there only one disk in the machine?
 
Old 10-06-2010, 09:35 AM   #7
bsat
Member
 
Registered: Feb 2009
Posts: 347

Rep: Reputation: 72
from the output of fdisk it looks as if you have completely wiped your windows out.
If you have a windows recovery cd that you might have got with the system, or if you have created any recovery disks you can try recovering.
 
Old 10-06-2010, 09:52 AM   #8
eyemole80
Member
 
Registered: Jun 2004
Distribution: Fedora Core 1
Posts: 47
Blog Entries: 1

Rep: Reputation: 16
From fdisk output, it looks like your whole data is lost now.
 
Old 10-06-2010, 10:01 AM   #9
jlavik
LQ Newbie
 
Registered: Aug 2010
Location: St. Paul, Minnesota
Posts: 15

Rep: Reputation: 0
Hey Sarah,

The same thing happened to me when I tried to install Ubuntu linux on my home Windows box. When the install was done, I couldn't get either Linux or Windows to boot. It turned out to be a bug in Grub2 (I think). I was able to recover my Windows by following the links in this post where it talks about repairing or recovering the MBR (Master Boot Record). That is in Post #9 by BCBC.

Before you do anything else, check out this link. http://ubuntu-ky.ubuntuforums.org/sh....php?t=1471315

GOOD LUCK!
 
Old 10-06-2010, 11:28 PM   #10
iamsarahji
LQ Newbie
 
Registered: Oct 2010
Posts: 6

Original Poster
Rep: Reputation: 0
At last I have decided to go for recovery software.Do they really work?Can you suggest some?Trying recovery software like http://www.cgsecurity.org/wiki/PhotoRec Is it good?

Last edited by iamsarahji; 10-06-2010 at 11:32 PM.
 
Old 10-06-2010, 11:33 PM   #11
prayag_pjs
Senior Member
 
Registered: Feb 2008
Location: Pune - India
Distribution: RHEL/Ubuntu/Debian/Fedora/Centos/K3OS
Posts: 1,159
Blog Entries: 4

Rep: Reputation: 149Reputation: 149
Some of the softwares that may help you are

http://lifehacker.com/5237503/five-b...recovery-tools
 
1 members found this post helpful.
Old 10-14-2010, 11:35 PM   #12
iamsarahji
LQ Newbie
 
Registered: Oct 2010
Posts: 6

Original Poster
Rep: Reputation: 0
Hi guys and gals why you all are not helping me?
 
Old 10-15-2010, 12:31 AM   #13
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by iamsarahji View Post
Hi guys and gals why you all are not helping me?
What do you mean? People have provided links to software that might be useful. If the data has been overwritten and can't be retrieved, what do you expect us to do? Create regular backups..
 
Old 10-15-2010, 02:30 AM   #14
aries_baluyot
Member
 
Registered: Oct 2010
Location: India
Distribution: Mandriva, Suse, Ubuntu, Centos, Maemo, Omnia Xp
Posts: 86

Rep: Reputation: -11
Quote:
Originally Posted by iamsarahji View Post
Hi Namskar!
I am Sarah.
I installed Fedora13.But my Windows is Gone.I followed Next-->Next and completed installation after 1 hour.When i restarted the system,isaw blue screen something called grub and windows is not listed.

I had important data in it where did it go?

Please some one tell me what happened
it is in your home
try to connect your hard disk to another computer
then look for the folder home
see in home the guest and your account
then back up it


aries
text me sara 09301845168
 
Old 10-15-2010, 02:33 AM   #15
kindofabuzz
Member
 
Registered: Mar 2010
Location: There
Distribution: Linux Mint 17.1
Posts: 237

Rep: Reputation: 46
Your Windows is gone due to your own fault. Be happy.
 
  


Reply



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



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

All times are GMT -5. The time now is 05:02 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