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 08-24-2004, 09:47 PM   #1
Enfer Singe
Member
 
Registered: Jul 2004
Distribution: Mandrake 10.1 & WinXP
Posts: 62

Rep: Reputation: 15
Formatting Windows, With Linux Installed


I want to reformat windows, and just wanted to make sure that in doing so, I would not touch linux. Also some questions about how I do it. I have formated before, but never with linux installed. I will boot up with my windows disk and go through everything, but will that have any effect on the linux bootloader? Any comments on the process welcome. Thanks guys!
 
Old 08-24-2004, 09:51 PM   #2
max_sipos
Member
 
Registered: Jul 2004
Posts: 96

Rep: Reputation: 15
Most probably yes (I don't know if there is a way to make windows install NOT install the bootloader). Have a boot disk of any sort available to load linux, and run lilo to replace the windows bootloader.

--
Max
 
Old 08-24-2004, 10:07 PM   #3
bruno buys
Senior Member
 
Registered: Sep 2003
Location: Rio
Distribution: Debian
Posts: 1,512

Rep: Reputation: 46
If your win partition is bootable, and depending on your bootloader, yes, it can mess the bootloader. I saw this happening before.
Just to make sure: download, install and create a boot floppy with smart boot manager. This way you will be able to boot your linux no matter what happens with your hd bootloader. Smart boot manager is a piece of art, and its free software:
http://btmgr.sourceforge.net/3.7/
You can format your win partition from linux, which is, I think, safer than doing with win tools. Then you can reinstall or reconfigure your boot loader. If you use grub, its just a matter of editing the /boot/grub/menu.lst file, very easy.
 
Old 08-24-2004, 10:11 PM   #4
Enfer Singe
Member
 
Registered: Jul 2004
Distribution: Mandrake 10.1 & WinXP
Posts: 62

Original Poster
Rep: Reputation: 15
Which should I download from that page?
 
Old 08-25-2004, 03:55 AM   #5
bruno buys
Senior Member
 
Registered: Sep 2003
Location: Rio
Distribution: Debian
Posts: 1,512

Rep: Reputation: 46
For Mandrake, you should download and install btmgr-3.7-1.i386.rpm (320k). Sbminst.exe should be choosed for a win machine. Both will produce the same thing: a bootable floppy that will let you choose and boot any bootable partition on your harddisks.
It seems some mess happened to this project's page at sourceforge. When hitting btmgr.sourceforge.net, a index.html page was supposed to appear, but instead, there is a dir listing. But it's no problem: hit http://btmgr.sourceforge.net/ and then open the about.html to take a look at this project and know what smart boot manager can do.
 
Old 09-04-2004, 12:30 AM   #6
Enfer Singe
Member
 
Registered: Jul 2004
Distribution: Mandrake 10.1 & WinXP
Posts: 62

Original Poster
Rep: Reputation: 15
sorry to bring this thread back after so long, but I am probably going to be formatting soon. I was wondering about this formatting windows through linux that you talked about, how can I do this. The only thing I am concerned with is that I dont have the actual xp disc, but rather the recovery discs that came with my computer, so I will not be able to do a complete re-install of windows. Another thing is how do I create that floppy disc. I downloaded the windows version, but what do I do? Thanks for all the help!
 
Old 09-04-2004, 10:56 AM   #7
Enfer Singe
Member
 
Registered: Jul 2004
Distribution: Mandrake 10.1 & WinXP
Posts: 62

Original Poster
Rep: Reputation: 15
Sorry for double post, but anyone got any information on this?
 
Old 09-04-2004, 11:19 AM   #8
bruno buys
Senior Member
 
Registered: Sep 2003
Location: Rio
Distribution: Debian
Posts: 1,512

Rep: Reputation: 46
Another thing is how do I create that floppy disc. I downloaded the windows version, but what do I do?

If you are referring to smart boot manager, run the win program and insert a floppy in the computer. Smart boot manager will create a boot floppy with which you can boot your computer wthout need to have grub/lilo properly configured.
 
Old 09-04-2004, 11:23 AM   #9
Enfer Singe
Member
 
Registered: Jul 2004
Distribution: Mandrake 10.1 & WinXP
Posts: 62

Original Poster
Rep: Reputation: 15
I tried that, but when I run it, the dos wondow comes ip for about 1 second, says a bunch of stuff that I cant read because it is so fast, and then goes away.....am I doing something wrong?
 
Old 09-04-2004, 12:37 PM   #10
bruno buys
Senior Member
 
Registered: Sep 2003
Location: Rio
Distribution: Debian
Posts: 1,512

Rep: Reputation: 46
Post here the name of the file you downloaded from btmgr.sourceforge.net.
 
Old 09-04-2004, 01:12 PM   #11
Enfer Singe
Member
 
Registered: Jul 2004
Distribution: Mandrake 10.1 & WinXP
Posts: 62

Original Poster
Rep: Reputation: 15
sbminst.exe is what I downloaded. I was also wondering about the formatting through linux that you mentioned. Will that remove everything, because like I said, all I have are the recovery discs, and not the windows installation discs. Thanks for your help.
 
Old 09-04-2004, 02:19 PM   #12
bruno buys
Senior Member
 
Registered: Sep 2003
Location: Rio
Distribution: Debian
Posts: 1,512

Rep: Reputation: 46
Hi,
Took a while, I was doing a bit of research on it.
Here it is:
sbminst.exe is correct. But you have to run it from the command prompt of your windows. "cd" to the dir where it is and do "sbminst.exe -d a:". This shall write a bootdisk for you. Optionally, do a sbminst.exe without arguments, to see the help. when you get to the first screen of your bootdisk, hit F1 to see the options.

Smart boot manager is the ideal utility in case youi have more than one bootable partition on your system, and you are in the works of editing/experimenting with diff tools or OSes. With btmgr you can detect and save new bootable partitions on your floppy, without messing the mbr of your hard disk. I like it very much. And I tested it against my brother's winxp, and it can boot it ok.


Formatting through linux is possible. The formatting utility will format only what you explicitly tell it to, so, I guess its no problem. But take care with it...

Regarding the recovery partition, honestly, I don't know. I read a bit about it, but I have no idea how it works. You'd better post on a win-specific forum about it.

Last edited by bruno buys; 09-04-2004 at 02:22 PM.
 
  


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
formatting an already installed USB hard drive g_jakes Linux - Hardware 4 05-27-2005 09:38 PM
Formatting new hd for windows-linux samba network use? matsgl Linux - Hardware 4 03-01-2005 05:04 PM
Fat32 formatting under linux corrupting under windows? sausagejohnson Linux - Hardware 17 11-21-2004 09:31 PM
linux grub deleted during formatting windows ashutosh_singh Linux - Newbie 1 09-11-2004 12:39 PM
formatting my HD to get rid of Linux and go to Windows 98 Zeke General 16 09-03-2003 11:51 PM

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

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