Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Making a Boot Disk for Windows NT/2000/XP- Info

Status
Not open for further replies.

mikecx

Technical User
Jul 9, 2002
215
US
Making a Boot Disk for Windows NT/2000/XP

The primary purpose of an MS-DOS boot disk is to boot for such procedures as upgrading your system ROM. If you need to boot into Windows XP (or 2000), you need a startup floppy disk. This kind of disk is only good for booting into XP/2000 when you have a damaged NTdetect file, or something of that nature.

To create this type of floppy, format the floppy in NT4/2000/XP. Copy Ntldr and Ntdetect.com to the floppy. Now, add a boot.ini file such as the one shown here.

[boot loader]

timeout=30

Default= multi(0)disk(0)rdisk(0)partition(1)\windows

[operating systems]

multi(0)disk(0)rdisk(0)partition(1)\windows="Windows XP"

If you're using NT or 2000, modify the lines appropriately. In NT and 2000, you need to change the default partition and the operating systems to Winnt.

If you want to view an NTFS volume, without actually booting into Windows, you'll need to get a copy of NTFDOS from Sysinternals at
Using Windows XP (or Windows 98), format a system floppy. Extract the NTFSDOS files to the floppy and then create an autoexec to run the program. All you need in the autoexec.bat file is the single line ntfsdos.

When you boot with this disk, you can read the NTFS disks on your system. You cannot copy files to the disks, but you can copy files from the NTFS disks to the floppy, or to any FAT 16 hard disks that you might have in your system. You might be able to copy to a FAT 32.

If you need to copy files to an NTFS disk, you can purchase NTFSDOS Professional for $299. This utility will allow you to both read and write NTFS disks from your floppy disk boot.
 
Why not make this an FAQ - otherwise it'll just drop down the list as other questions get asked and posted in this forum. In a few days, this will have vanished - and I'm sure this would be useful to many.

:) CitrixEngineer@yahoo.co.uk
 
good idea :). Posted it as a tip, because i forgot about FAQ's :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top