Results 1 to 10 of 10
&
I am a total n00b on fedora 10 well the whole linux system,
I am trying to uninstall this and go back to windows xp pro
I am a ...
- 06-08-2009 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 4
uninstall ferdora 10
&
I am a total n00b on fedora 10 well the whole linux system,
I am trying to uninstall this and go back to windows xp pro
I am a total n00b on this subject I have had fedora for about 3 weeks now and without much help and reading i am not able to do a lot with this OS,
please help,
I've been advised the below
Here's your steps:
1) Backup any data/documents you need from fedora.
2) Obtain a Windows CD (XP, Vista Windows 7)
3) Boot from the Windows CD
4) Format entire drive
5) Follow on-screen prompts.
If you need more detail, ask away.
I have tried to boot from the Windows Xp disk, how ever when i hit any key to go into the windows installer this doesn't do anything, but when i place in the fedora os disk in this will boot up,
4) Format entire drive
I have tried this with the fedora cd to do an uninstall which works,
then i have placed the windows cd in and restart the machine and the install of windows doesn't work...
which stats something about a grub:...
Please help...
- 06-08-2009 #2Linux User
- Join Date
- May 2009
- Location
- Big River, Sask, Canada
- Posts
- 342
Go into Fedora via live cd and format entire drive fat 32. The peoblem is that Windows "interoperability" doesn't exist and it can't recognize foreign file formats. XP will recognize fat32 and reformat for ntfs when it installs.
Registered Linux User #420832
- 06-08-2009 #3
What's your exact grub message ? Can you post it here?
What's are all things you wish do Fedora ?If you list those options , we may help you to pick up correct Linux distro.And also I would suggest you to have a dual OS. First install Windows but leave 10GB free space for linux.Then install Linux ,now you have both windows and linux. You can easily switch between these OS.I am a total n00b on this subject I have had fedora for about 3 weeks now and without much help and reading i am not able to do a lot with this OS- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------
- 06-08-2009 #4Just Joined!
- Join Date
- Jun 2009
- Posts
- 4
The Grub message stated something about no bootable information
I am unable to listen to MP3's,
I am also not able to view any video files on the internet, ( Flash doesn't want to be updated )
there is no where that I can get torrents that i am aware of... Lime wire and Azure don’t work,
- 06-08-2009 #5
For completely new users, Ubuntu is an easier choice. With 5 clicks you will have codecs for everything as well as flash.
You just go here and click the link that says"Click here to install the ubuntu-restricted-extras package".
Or install VLC media player, which will play anything you can find.
Fedora is great but not for the completely beginner.
- 06-08-2009 #6forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,093
Welcome to the forums!
If you want to wipe the drive of all content and start from scratch, go to a terminal in Linux, su to root, and then issue the following command:
You'll need to replace /dev/sda with your actual device name such as /dev/hda.Code:dd if=/dev/zero of=/dev/sda bs=512 count=1
Using the dd command above will write zeros to the entire drive giving you a totally fresh start, and your windows installation disk should then work properly again.
If needed, you can use the fdisk -l command to determine your device name:
Let us know how it goes.Code:fdisk -l
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 06-08-2009 #7Just Joined!
- Join Date
- Jun 2009
- Posts
- 4
You'll need to replace /dev/sda with your actual device name such as /dev/hda.
Using the dd command above will write zeros to the entire drive giving you a totally fresh start, and your windows installation disk should then work properly again.
If needed, you can use the fdisk -l command to determine your device name:
What is this code that you are talking about as i have stated that I am a total n00b at this can you help a little better?
- 06-09-2009 #8forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,093
The code given above containing the dd command will write zeros to the hard drive making it as if you just installed a new drive. If you want to know more about using the dd command, run man dd at the command line to see the options available to you.
The fdisk command given above will give you a list of your current devices and any partitions and types that they contain. You can run man fdisk at the command line for more on using fdisk.
The /dev part mentioned above is the hardware device. You'll need to enter the correct device in the command in order to wipe the drive.
You can reach the command line by running the terminal application, or konsole. Look for it in your applications menu, or an icon for it on one of the panels. You can gain root permissions by using the su (switch user) command on the command line. Some commands require root permissions to execute them.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 06-09-2009 #9Just Joined!
- Join Date
- Jun 2009
- Posts
- 4
how do i get into doing to fdisk command, I know that I can push F8 with windows to get into a command prop, is there something simmular with fedora?
- 06-09-2009 #10Linux User
- Join Date
- May 2009
- Location
- Big River, Sask, Canada
- Posts
- 342
The last paragraph of Ozars post tells how to do it.
Registered Linux User #420832


Reply With Quote
