 |
Step 1:
Start the Virtual PC Console.
Double-click the selected virtual machine (or highlight it and click the
Start button).
The virtual machine will start up in a window.
Since the "hard disk" doesn't have an OS yet, nothing will boot.
Note the group of five icons in the lower-left corner of the window. The icons in this status bar
represent the virtual hard disk, the virtual CD, the virtual floppy drive, host-shared folders,
and the virtual network adapter.
"Inserting" the virtual floppy disk in the virtual floppy disk drive is as simple as using the
mouse to drag the win98sec.img image file from the desktop and drop it onto the floppy drive
icon in the lower-left status bar.
|
 |
Step 2:
Now that we've inserted the floppy disk, we need to reboot the vm.
Do not use Ctrl-Alt-Del, as the host machine will respond to that.
Instead click on the red 'X' in the upper right corner of the window, or choose
Action from the menu bar and select
Close .
|
 |
Step 3:
The option box asks whether we want to shut down the virtual machine or save the current state
of the machine (similar to hibernation).
We're rebooting, so select the Turn off option.
Click the OK button.
The vm will shut down and the window will close.
|
 |
Step 4:
Back at the Virtual PC Console, start the vm again. This time it will start up and "boot"
from the floppy disk.
When the floppy disk finishes booting, we will be left at the A:\> prompt.
Enter the fdisk command to start the fdisk program.
|
 |
Step 5:
We'll continue to use fdisk just as we would with a real hard disk.
|
 |
Step 6:
Use the fdisk menu options to create a DOS partition and make it active, using the entire hard
disk space (2 GB). We need to reboot the vm again so the disk will be recognized as "drive C:".
Repeat steps 2-3 to shut down the vm.
|
 |
Step 7:
Back at the Virtual PC Console, start the vm again. It will again boot
from the virtual floppy disk.
When the floppy disk finishes booting, we will be left at the A:\> prompt.
Enter the format c: command to format the virtual hard disk.
|