Be aware that Microsoft defines the boot partition for the partition where
the operating system is installed, while the system partition is the first
primary active partition (where the boot sector resides)
What was the drive letter for the boot partition when you installed windows?
What is the file system for C:\ ? and for F:\ ? It's possible the pagefile
might be corrupt. You can overwrite the file from the recovery console.
Here's how to do it.
Create a zero byte text file named pagefile.txt say in the root of C:\
Then Control Panel|Admin Tools|Local Security Policy Recovery console:
"Allow floppy copy and access to all drives/folders" set to 'Enabled'
Then start the recovery console.
To start the Recovery Console, start the computer from the Windows 2000
Setup CD or the Windows 2000 Setup floppy disks. If you do not have Setup
floppy disks and your computer cannot start from the Windows 2000 Setup CD,
use another Windows 2000-based computer to create the Setup floppy disks. At
the "Welcome to Setup" screen. Press F10 or R to repair a Windows 2000
installation, and then press C to use the Recovery Console. The Recovery
Console then prompts you for the administrator password. If you do not have
the correct password, Recovery Console does not allow access to the
computer.
Then from the recovery console command line;
SET allowallpaths = TRUE
to gain access to all folders.
Then
copy C:\pagefile.txt C:\pagefile.sys
copy C:\pagefile.txt F:\pagefile.sys
Restart for effect.
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
:
| PagingFiles REG_MULTI_SZ c:\pagefile.sys 800 1440 f:\pagefile.sys 1440
1440
|
| The former value (800 1440) is from when I tried to increase the swap file
| size without realizing I was changing C:, not F:.
|
| The latter value (1440 1440) is when I set both F: values to the max.
|
| I haven't checked it, but I believe the boot partition is always on C: in
| both Windows and Linux.