Easy way:
Boot off the Windows ME CD and type in:
sys C:
It will say "System Transfered" and then reboot off the HDD.
Hard way (I'm hesitant to suggest this as your HDD size issue may come into play, but for others it's fine):
1. If the drive is blank (or in this case, you have no data on it you need), boot off the Windows ME CD and run Fdisk to create the partition (or, use Free Fdisk off the UBCD).
2. Reboot per Fdisk/Free Fdisk's instruction, and boot off the Windows ME CD.
3. When the ME CD boots, type in format C: /s /q and this will format the drive as FAT32 and add the command.com prompt to it.
4. Use this command at C:\ to make a Windows install folder (so you'll never need the CD again for drivers, etc):
mkdir WMEsetup
5. Go to E:\WinME and
copy *.* C:\WMEsetup
This will copy all of the installation files needed.
6. Reboot, now you'll be loading off your HDD, go to WMEsetup and type in setup, and that should be be it.
|