also @ TechSpot: Windows on ARM: desktop mode confirmed, sans legacy apps
Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Sign up or Login to participate.

Go Back   TechSpot OpenBoards > TechSpot Community > Guides and Tutorials

Collaborate in the cloud with Office, Exchange, SharePoint, and Lync

HOW TO: Install Windows 2000 (or XP perhaps) from DOS without a bootable CDROM

Reply
Page 1 of 3 1 23
Thread Tools Search this Thread
  #1  
Old 07-14-2004
Rick's Avatar
TechSpot Special Forces
 
Location: Los Angeles, CA
Member since: Feb 2002, 5,596 posts
HOW TO: Install Windows 2000 (or XP perhaps) from DOS without a bootable CDROM

I figured this might deserve its own thread since I've been asked / heard this question a number of times.

This post has been created in response to this thread: http://www.techspot.com/vb/showthrea...9103#post99103

*WARNING: The following instructions delete all data on the hard drive. They may be modified to retain data, but I take no responsibility for data loss.

*KNOWN LIMITATIONS:
  1. Using DOS requires that the drive be formatted in FAT32. It is possible to convert to NTFS later on, but I'll leave that decision up to you. ;)
  2. Your system must bet set to boot from the floppy drive.
A QUICK NOTE: Many users can avoid installation from DOS by using the bootable floppy diskettes provided by Microsoft. You can find them here: http://www.microsoft.com/downloads/d...DisplayLang=en


The information given will allow the following to happen:
1.) Install Windows 2000 (XP?) if you do not have a bootable CD-ROM.
2.) Install Windows 2000 (XP?) from DOS
3.) Install Windows 2000 (XP?) if you have a swappable floppy / CD-ROM laptop, but cannot boot from a CD

[size=3]How to install Windows 2000 from DOS without a bootable CDROM[/size]

1.) Obtain a Windows 98SE startup / emergency boot diskette
  1. Download this self-extracting image and insert a blank floppy disk into your disk drive
    http://bootdisk.com/bootdisk.htm
    OR
    Alternative ways to make boot disks in Windows and DOS:
    http://support.microsoft.com/default...32&Product=w98
2.) Preparing for your Windows 2000 installation - Make the hard drive bootable and add CD-ROM support
  1. Insert your Windows 98 startup diskette and start/restart your computer
  2. Your computer will boot into DOS. When prompted for CD-ROM support, this is not necessary. Please continue.
  3. Command prompt will appear.
  4. Enter the command fdisk followed by [ENTER] key. Use this utility to delete all partitions on the disk drive. (Helps ensure this goes smoothly)
    The following link provides more information on how to use the FDISK utility: http://support.microsoft.com/default...67&Product=w98
  5. Use the FDISK utility to partition the drive (You must create at least one Primary partition. FDISK will ask if you would like to make this partition active - YES!)
  6. Restart the computer with the floppy disk inserted.
  7. The computer will boot into DOS again.
  8. Select "Enable CD-ROM support" when available
  9. At the prompt, type format C: /s . This will format the new system partition and copy the necessary system files to make the drive bootable without the need of a floppy or CD-ROM
  10. Enter the command copy D:\mscdex.exe C: .
  11. Enter the command copy A:\oakcdrom.sys C:
  12. Enter edit C:\autoexec.bat. A blank, blue window should appear.
  13. Type C:\MSCDEX.EXE /D:MSCD001
  14. Press ALT and F keys at the same time to bring up a menu and use the arrows keys to select save. Repeat the ALT and F keys again to bring up the File menu, but this time exit.
  15. Enter the command edit C:\config.sys
  16. Type the following: DEVICE=C:\OAKCDROM.SYS /D:MSCD001
  17. Save and exit as you did before
  18. Remove your floppy disk, insert the Windows CD and restart the computer. If you have a swappable floppy/CD-ROM, exchange the floppy for the CD drive and insert the Windows 2000 or XP CD. Restart. In order for DOS to detect the CD-ROM, it is very important that you have the CD in before your computer boots next time.
  19. Your hard drive is now bootable and will now have CD-ROM support

3.) Getting the Windows 2000 / XP setup started
  1. The Windows 98 logo will appear. Your computer should now boot into DOS at command prompt again. (C:)
  2. You will now have CD-ROM access (D:)
  3. Enter the command D:\i386\winnt.exe

*Instructions edited to exclude CD copy, although you may if you wish

Now Windows 2000 setup will begin.. It will also perhaps nag you about smartdrive not being installed. Just ignore it and continue setup anyway. I'd tell you how, but it would make this thing even more complicated. :)

It may also ask you about the location of the setup files. The default path is D:, which should be correct. Simply press [ENTER] if it asks.

Last edited by Rick; 07-19-2004 at 12:20 AM..
  #2  
Old 07-15-2004
TechSpot Evangelist
 
Location: has left the building
Member since: Aug 2003, 8,165 posts
Nice job, Rick.
Turn it into a "Sticky".
  #3  
Old 07-15-2004
Rick's Avatar
TechSpot Special Forces
 
Location: Los Angeles, CA
Member since: Feb 2002, 5,596 posts
Not sure if it deserves a sticky... It's an answer to a fairly specific question.
  #4  
Old 07-15-2004
Nodsu's Avatar
TechSpot Evangelist
 
Location: Estonia
Member since: Feb 2002, 9,431 posts
System specs
Hm..

Doesn't W2k/XP setup need files from the subfolders in \i386? "copy *.*" does not take subdirs with it.

There is also no need to make the HD bootable or to install the CDROM drivers manually.

My way:

1. Download custom Windows 98SE bootdisk from www.bootdisk.com

2. Make the floppy

3. Boot from the floppy.

4. Create and format a partition for w2k setup. It should be 600MB+ is you skip point 7, 1.2GB+ if not. All the tools you need are on the floppy.

5. Reboot from the floppy

6. Run smartdrv from the floppy to make things go faster

7. (Optional) use the xcopy command to transfer the i386 folder to the HD. /E switch is for transferring subdirectories.

8. Run winnt.exe from the CD (or HD if you did the copy thing)
  #5  
Old 07-16-2004
Mudshark's Avatar
TechSpot Member
 
Location: Dallas, Texas
Member since: Feb 2002, 143 posts
My W2K Pro CD has a directory containing the
programs and files required to extract to
floppy and create the “boot disks” all 4 of them….
With instructions. (like NT used)
The Directory is called “MAKEBOOT”
And the program called “makeboot.exe” run it and
Follow the instructions.
It will create the 4 boot disk set. To install the OS just
Put disk 1 into the floppy drive set your PC to boot from
Floppy and reboot then follow the instructions.
It'll take you through the install but copy the initial driver
pool from the floppies then load the CD after it is done
with them.

Last edited by Mudshark; 07-16-2004 at 11:16 PM..
  #6  
Old 07-18-2004
Mudshark's Avatar
TechSpot Member
 
Location: Dallas, Texas
Member since: Feb 2002, 143 posts
Here is a link to the M$ XP "Setup Disks for Floppy Boot Install" instructions
and Download:
http://www.microsoft.com/downloads/d...DisplayLang=en
  #7  
Old 07-18-2004
Rick's Avatar
TechSpot Special Forces
 
Location: Los Angeles, CA
Member since: Feb 2002, 5,596 posts
Keep in mind the 2K/XP boot disks will work for most situations, but not if you have a swappable drive bay in a laptop that only accepts either or a floppy/CDROM.
  #8  
Old 07-18-2004
Mudshark's Avatar
TechSpot Member
 
Location: Dallas, Texas
Member since: Feb 2002, 143 posts
Very true Rick.... sorry I thought the topic said "without a bootable CDROM" I didnt get that it was an either / or thing
  #9  
Old 07-19-2004
Rick's Avatar
TechSpot Special Forces
 
Location: Los Angeles, CA
Member since: Feb 2002, 5,596 posts
That's fine. I wanted to mention that to, but I think I neglected that in my original post. So I might add the bootable diskettes in there too.
  #10  
Old 08-29-2005
Samstoned's Avatar
TechSpot Paladin
 
Location: the pitts
Member since: May 2004, 2,582 posts
System specs
has anyone tried to install the w2k disc in cdrom drive install the 98 floppy in the floppy drive run the floppy using add cdrom support when you get back to the a prompt remove the floppy hotswap with the cdrom enter your d: or what ever
and load setup files.
I don't know if hotswapping will work?
  #11  
Old 08-29-2005
Nodsu's Avatar
TechSpot Evangelist
 
Location: Estonia
Member since: Feb 2002, 9,431 posts
System specs
Hotswap? You mean unplug the removable floppy drive and replace it with a removable CD-ROM drive on a laptop? No, that won't work since the CD-ROM drivers will not detect a CDROM drive if it is disconnected.

May have better luck with a bootable DOS CD like UBCD: www.ultimatebootcd.com
  #12  
Old 10-21-2005
Newcomer, in training
 
Member since: Oct 2005, 4 posts
I need more info on how to do this. How dose smartdrv & xcopy work.

Thanks in advance, sam

Last edited by Surfer Sam; 10-21-2005 at 07:21 PM..
  #13  
Old 10-21-2005
Tedster's Avatar
Techspot old timer.....
 
Location: Petersburg, VA
Member since: Feb 2005, 10,005 posts
System specs
I have never heard of this being possible. Windows is put on CDs for copy protection.
  #14  
Old 10-03-2006
Newcomer, in training
 
Member since: Oct 2006, 2 posts
I have followed your instructions and the computer hasnt worked. the install asks for the EULA for windows. Is there a way to copy this file so the setup will run??
  #15  
Old 10-04-2006
TechSpot Booster
 
Member since: Oct 2005, 540 posts
Quote:
j - Enter the command copy D:\mscdex.exe C: .
k - Enter the command copy A:\oakcdrom.sys C:
is D: the ram drive?
if the boot disk doesn't install the ram drive, step j would not work. i also have prescribed this scenario many times to users to get access to a machine. but option k (oakcdrom.sys is not always on 98 bootdisk).

Last edited by alidabiri; 10-04-2006 at 02:32 PM..
  #16  
Old 10-12-2006
Newcomer, in training
 
Member since: Oct 2006, 2 posts
no the drive isnt a RAM drive. The Program ran ok but the file didn't copy. after trying Three time this work. Thanks for the help
  #17  
Old 01-30-2007
Newcomer, in training
 
Member since: Jan 2007, 2 posts
Installing W2k from DOS without a bootable CDROM

I tried the steps in the instructions and eventually got this to work using only part of the information. The problem I ran into was formatting my c: /s so I could boot to the hard drive without a cd or floppy. Whenever I tried the command format c: /s I received an error about having insufficient memory or resources. Got any idea why I'd get that?
  #18  
Old 01-30-2007
TechSpot Booster
 
Member since: Oct 2005, 540 posts
go here www.bootdisk.com and get a win98 boot disk
start machine with this boot disk with cdrom support option on the menu
do an fdisk to display/delete/create a partition
do a format
install os from cd.
  #19  
Old 01-30-2007
TechSpot Enthusiast
 
Location: Oregon, USA
Member since: Dec 2006, 267 posts
If it works then it at least deserves to be preserved as a guide somewhere, if not a sticky, thats a very specific walkthrough.
  #20  
Old 01-30-2007
Tmagic650's Avatar
TechSpot Ambassador
 
Location: "The Treasure State" USA
Member since: Aug 2006, 14,693 posts
System specs
Boot your computer using a Window 98 boot disk. You may need to add Smartdrv.sys to the floppy, to use on older systems. You can find Smartdrv.sys in the TOOLS, OLDDOS directory of a Windows 98 install disk

At the A prompt type FDISK, follow instructions to delete an existing partition, or create a partition.

At the A prompt type FORMAT C, follow instructions

At the A prompt type Smartdrv, press enter

At the A prompt type CD E: where E: is the CD ROM

Place the OS install CD in the CD Drive

At the A prompt type CD i386, press enter

At the A prompt type winnt, press enter, follow on screen instructions


That's it!

Heaven forbid if you have to install any Microsoft OS using floppy disks. I remember installing Windows 95 from floppies. What a pain!

Last edited by Tmagic650; 01-30-2007 at 04:05 PM..
Reply
Page 1 of 3 1 23

Similar Topics
Topic Replies Forum
Can I install Windows Vista upgrade if my DVD drive isn't bootable? 11 Windows OS
Create a windows 2000 bootable cd 10 Software Apps
Install windows from floppy with swapable cdrom 2 Windows OS
Can I install fresh Windows on pc with no cdrom by using usb cd? 2 Windows OS
Cannot get Windows to install 2000 or XP 4 Windows OS

Thread Tools Search this Thread
Search this Thread:

Advanced Search
All times are GMT -4. The time now is 09:38 PM.