LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 01-17-2006, 06:31 AM   #1
LazarousUK
LQ Newbie
 
Registered: Jan 2006
Posts: 3

Rep: Reputation: 0
Windows & Linux removal


Hi All,

I recently bought a base unit which came with Suse installed. I've used PC's for many years, dabbling between Mac OS and Windows, and therefore want to install Windows XP.

I thought i would be able to boot from the Windows installation disk, install the OS and that would be done - but obviously not. Now the PC still boots into LInux and asks whether i would like to run "Linux" or "Failsafe", which i assume is the equivelent to Windows or "safe mode", however if i pick either the PC crashes.

Quite cunningly, the base unit did not come with a Linux manual or installation disk. so am unable to re-install or configure Suse.

From what i can gather the hard disk has been partitioned, the, windows section holding 10GB, the remainder with Linux.

I am only able to access MS DOS and the linux text mode interface.

I would be very very grateful if someone could help me solve this problem, either through redistribution of the partitions, or removing the Linux partition.

I appreciate that this is a Linux site, but would really appreciate any help you can offer.

Tris
 
Old 01-17-2006, 06:42 AM   #2
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
We are quite willing to help you install the wrong OS--it will help you learn the merits of Linux.......
Windows should have prompted you to make new partitions---thereby destroying the old---and it should have automatically installed its own bootloader.

What you might need to to do is "wipe" the drive first. Use a utility such as Darik's boot and nuke.
 
Old 01-17-2006, 07:01 AM   #3
LazarousUK
LQ Newbie
 
Registered: Jan 2006
Posts: 3

Original Poster
Rep: Reputation: 0
THanks for that - still got a major issue though, I can't get into Linux or Windows at the moment, so cannot run any programs through the main OS's.

I need to wipe the hard rive using MS DOS or te Linux Equivelent, and i must be able to access either of these from startup. I can access MS DOS using the Windows installation CD.

Any further ideas?
 
Old 01-17-2006, 07:49 AM   #4
pstoddard
LQ Newbie
 
Registered: Apr 2004
Location: Lexington, KY
Distribution: Knoppix HDD Install
Posts: 13

Rep: Reputation: 0
If you boot to the Widows XP CD there is an option available to partition your hard drive just follow the directions it gives you and delete all the partitions that are there then create a new (or two) partition and install Windows onto that partition.
 
Old 01-17-2006, 05:51 PM   #5
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
I'm aware that Windows seems to have some issues with disks that have linux partitions on them. I don't understand why but the number of people who come in here whinging, well... they can't all be liars

There is a simple solution, using either DOS or the linux command line (it doesn't matter), start fdisk and you'll be able to use it to remove all your partitions and start again. fdisk is essentially the same program across operating systems, it has a different interface betweem DOS and linux but they're both reasonably self explainatory, just read whats on your screen carefull and you should be fine
 
Old 01-17-2006, 11:41 PM   #6
h2gofast
Member
 
Registered: Dec 2002
Distribution: Debian
Posts: 154

Rep: Reputation: 30
Quote:
I thought i would be able to boot from the Windows installation disk, install the OS and that would be done - but obviously not. Now the PC still boots into LInux and asks whether i would like to run "Linux" or "Failsafe",
Sounds like the bios is not set to boot from the cdrom. If you put a bootable cdrom e.g. windows install cd, and reboot the install cd should fire up. If not your box isn't booting from the cd.
When the computer starts up, you will see a prompt somewhere on the screen that says "press F2 to enter setup" or something like that. press what it asks you to press to enter bios find the option to boot from cdrom first, save to bios and reboot with windows cdrom in the cdrom.
Linux isn't for everyone, but you should give it more of a chance. If you have the time try knoppix or ubuntu.
 
Old 01-18-2006, 03:32 AM   #7
LazarousUK
LQ Newbie
 
Registered: Jan 2006
Posts: 3

Original Poster
Rep: Reputation: 0
Windows & Linux Removal

Hi,

Thanks for all the info given yesterday, this was all great. 1 more question, How can i access fdisk through the Linux line command?

Thanks in advance

Tris
 
Old 01-18-2006, 04:32 AM   #8
kwacka
Member
 
Registered: Dec 2003
Posts: 77

Rep: Reputation: 15
fdisk device name (probably fdisk /dev/hda)

or an easier version cfdisk /dev/hda
 
Old 01-18-2006, 05:07 AM   #9
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by LazarousUK
Hi,

Thanks for all the info given yesterday, this was all great. 1 more question, How can i access fdisk through the Linux line command?

Thanks in advance

Tris
Jargon: "Command Line" or "Command Line Interface (CLI)"---The interface mode where you type commands instead of clicking on icons.
The CLI is in a terminal window if you are running a graphical interface. Otherwise, the whole screen is a CLI.
At the blinking prompt, simply type a command---just like you did on your Apple II.
 
Old 01-18-2006, 05:48 AM   #10
saikee
Senior Member
 
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Blog Entries: 1

Rep: Reputation: 113Reputation: 113
just click terminal or console icon at a desktop and you will be given a Window with command prompt.

You need to preceed a system-related command with "sudo" if you have not log in as the root user and therefore have no privilege to those commands.

so instead of
Code:
fdisk /dev/hda
you need
Code:
sudo fdisk /dev/hda
Generally you find "cfdisk" is easier to work with than "fdisk" in Linux but
Code:
fdisk -l
is a must for any user wanting to know the partitioning scheme of all the hard disks in the box. The "l" in above is a small "L"!
 
Old 01-18-2006, 06:05 AM   #11
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Moderator Note: We don't need the same ongoing discussion in two threads, both threads have been merged.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Trojan removal on windows greygoose80 General 7 01-19-2005 09:05 PM
Linux as server to xp continued........ mikejbrod Linux - Software 1 10-18-2003 01:38 PM
SDL -1.2.5-1 and previous versions. (installation & removal) Mr Guk Linux - Software 1 11-07-2002 01:29 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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