LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 12-10-2008, 08:47 AM   #1
Xmas777
LQ Newbie
 
Registered: Dec 2008
Posts: 2

Rep: Reputation: 0
Question Recover partition table?


hello every one

I wanted to install dual system (xp,red hat 5) on my laptop so i installed red hat enterprise 5 and the whole hard disk become a partition for Linux after that i discovered i must install windows first (this the first time i deal with Linux)

so now i want uninstall red hat 5 and install windows then red hat 5 but i cant

i tried to boot from windows but it doesn't understand the partition table i think it just goes black without doing anything i cant even reach the level of the first welcome screen

i try to boot from red hat Dvd and type commands like fdisk but it says kernel cant find image

so what can i do

i don't have a bootable Cd with partition magic on it and i don't have a floppy drive to make rescue disks if that's what you gonna advice

please help

thanks
 
Old 12-10-2008, 08:50 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
This is not urgent for anyone of our members, so please do not mark it as such. instead you should have used in intelligent and informative thread titles which actually gives a clue as to what you're having issues with.
 
Old 12-10-2008, 09:53 AM   #3
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by Xmas777 View Post
hello every one

I wanted to install dual system (xp,red hat 5) on my laptop so i installed red hat enterprise 5 and the whole hard disk become a partition for Linux after that i discovered i must install windows first (this the first time i deal with Linux)

so now i want uninstall red hat 5 and install windows then red hat 5 but i cant

i tried to boot from windows but it doesn't understand the partition table i think it just goes black without doing anything i cant even reach the level of the first welcome screen

i try to boot from red hat Dvd and type commands like fdisk but it says kernel cant find image

so what can i do

i don't have a bootable Cd with partition magic on it and i don't have a floppy drive to make rescue disks if that's what you gonna advice
Nope...not urgent for me. Please take acid_kewpie's comment to heart.


What you can do is simple...get your Windows CD/DVD and boot from it. Do a fresh, clean install of Windows. Then load Linux.

Anything else we can help you with?
 
Old 12-10-2008, 09:57 AM   #4
thorkelljarl
Senior Member
 
Registered: Jun 2008
Posts: 1,820

Rep: Reputation: 229Reputation: 229Reputation: 229
Burn a copy of Parted Magic or GPartedLiveCd and see if you can pick up your partition. Did you run the command fdisk -l as root?

Try to edit your post to change its title from "urgent" to something more descriptive of the problem, and therefore more encouraging of a reply.

Last edited by thorkelljarl; 12-10-2008 at 02:49 PM. Reason: grammar
 
Old 12-10-2008, 10:01 AM   #5
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
When you boot from the DVD you are normally given an option to select a boot option. If one of those options is something like "rescue an installed system," select that. If not, enter the command "linux rescue" as the boot option.

If you get the "unable to find an image" message after the DVD boots, then just ignore it. If it happens as the DVD is booting, you've got a bad DVD. (Since you're going to blow away the RH 5 installation, you don't care if the DVD can't find a boot image on the HD.)

If the "rescue" mode offers to mount your RH drive, don't do it. You're going in to "rescue" to change the partition table on the drive, and the drive can't be mounted when you do that.

At this point you should be logged in as "root" from the DVD. So all you need to do is free all the partitions on the HD. (If there are no partitions defined on the HD, XP should treat it like a new drive when you install XP.)

To free the partitions, enter the command "parted /dev/sda" to start the partition editor on the first ("a") hard drive.
At the next prompt, you can enter "help" to see a list of available commands.

Specifically, "print" should list the partitions on the drive, and "rm <number>" should remove a partition.

Remove all partition on the drive, save the changes, and reboot with the XP install disk in the drive and you should be "golden."

P.S.: You'll keep Chris happier if you follow the posting guidelines in the future. And also avoid double posts.

Last edited by PTrenholme; 12-10-2008 at 10:02 AM.
 
Old 12-10-2008, 10:10 AM   #6
NVRAM
LQ Newbie
 
Registered: Oct 2004
Location: Western USA
Distribution: Fedora,Suse,Redhat,Puppy,etc.
Posts: 13

Rep: Reputation: 1
Quote:
Originally Posted by Xmas777 View Post
i tried to boot from windows but it doesn't understand the partition table i think it just goes black without doing anything i cant even reach the level of the first welcome screen

i try to boot from red hat Dvd and type commands like fdisk but it says kernel cant find image
I'll reiterate the same advice: Use a meaningful title. I typically skip non-informative "Please Help" or "Urgent" articles.

That said, if you're seeing black screen just after the "Setup is inspecting your computer..." then you've had the [mis]fortune of Micro$oft's attempt to get you to disable your Linux Partitions.

If the following doesn't work, download a LiveCD and use it, since I haven't used RH for years. But if they operate as they used to:
- Boot to the RH5 DVD,
- Tell it language, keyboard, etc., BUT...
- When it offers installation options (fresh, etc.), STOP.
- Press Ctrl-Alt-F2 (or Ctrl-Alt-F1, -F3, can't recall) to get a shell prompt.
- Run "fdisk /dev/hda" or "fdisk /dev/sda".

Delete the partitions in the partition table, and then WXP should install okay.

Hope that helps.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Need to recover lost partition table business_kid Linux - General 4 03-24-2008 10:42 AM
Partition Table Lost...how to recover rhb327 Slackware 5 07-08-2007 08:17 PM
how to recover partition table ariadneN Linux - General 3 07-26-2006 02:13 PM
Recover partition table djib Linux - Software 2 05-14-2005 07:07 AM
Recover the partition table yogeshwar_s Linux - Hardware 1 09-22-2004 02:02 AM

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

All times are GMT -5. The time now is 09:37 AM.

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