How to change "system disk" to non-system disk?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have 2 OS in my computer. Drive c: is windows XP in english, drive d: is
windows XP in chinese. Now I want to format d: drive to get rid of
everything, but when I try to format it, it saids it is system drive, and not
allow me to format it. How can I do the formating in this case? Can any one
help? Thanks.

Wilson Chu
 
I have 2 OS in my computer. Drive c: is windows XP in english, drive d: is
windows XP in chinese. Now I want to format d: drive to get rid of
everything, but when I try to format it, it saids it is system drive, and not
allow me to format it. How can I do the formating in this case? Can any one
help? Thanks.

Wilson Chu

Use Notepad to edit the "Boot.ini" in the root of drive C and remove the reference to the D
drive partition. Reboot, and the D drive will be free to format.
 
I search the file name boot.ini in drive c: using the "search" in start, but
there is no such file found. I check the hidden files icon, but still
nothing. Where is the boot.ini?

Wilson Chu
 
Boot.ini is a text file located at the root of the system partition,
typically c:\boot.ini. It stores boot options for computers with BIOS
firmware, namely, computers with x86 and x64-based processors.

When the computer starts, the Windows boot loader (Ntldr) reads the boot.ini
file and displays the entries for each operating system in the boot menu.
Then Ntldr loads the selected operating system in accordance with settings
in the boot.ini file.

When more than one operating system is installed on a computer, a startup
menu appears. If only one operating system is installed, Ntldr does not
display a startup menu. Instead, the system starts immediately.

Paste into Start | Run and click OK...

c:\boot.ini

and

d:\boot.ini

1. Right-click My Computer, and then click Properties.
-or-
Click Start, click Run, type sysdm.cpl, and then click OK.
2. On the Advanced tab, click Settings under Startup and Recovery.
3. Under System Startup, click Edit.

boot.ini is missing

See if you have a file called boot.ini.backup in %windir%\pss. If you do,
copy it, change the name of the file to boot.ini and move it to C:

HOW TO: Edit the Boot.ini File in Windows XP
http://support.microsoft.com/default.aspx?scid=kb;EN-US;289022

The Purpose of the Boot.ini File in Windows XP
http://support.microsoft.com/default.aspx?scid=kb;en-us;314081

BOOT.INI and ARC Path Naming Conventions and Usage
http://support.microsoft.com/default.aspx?scid=kb;EN-US;102873

One Installed Operating System Is Missing from the Startup Menu in a
Multiple-Boot Computer
http://support.microsoft.com/default.aspx?scid=kb;en-us;307061

Purpose of the BOOT.INI File in Windows 2000 or Windows NT
http://support.microsoft.com/default.aspx?scid=kb;EN-US;99743

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
hi everyone,

i have a very similar problem. i bought a new laptop and it came with the
OS installed on the 2nd partition. i wanted to rearrange, reformat, and
re-partition, so i did that, then restored from a backup image. but i
restored it to the 1st partition, and so it failed to boot. i realized the
problem and restored to the 2nd partition, and that works. but i want the
system partition to be the 1st partition. i tried modifying the boot.ini
file (where ever i saw "partition(2)" i changed it to "partition(1)") but no
luck, it still wouldn't boot from the 1st partition. (i accomplished all of
this by restoring the original backup image to the 2nd partition, modifying
boot.ini, making a new backup image, then restoring the new backup image to
the 1st partition).

can anyone offer some advice on how i can restore my backup image to the 1st
partition and make it boot from the 1st partition?

many thanks in advance for your guidance,
ryan
 
It helps. But still how do I know it is drive c: or d:? Here is the one
that I have the c: dive in boot only because I reformat the whole computer
again.

[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="Microsoft Windows XP
Professional" /fastdetect /NoExecute=OptIn

Wilson Chu
 
I have 2 OS in my computer. Drive c: is windows XP in english, drive d: is
windows XP in chinese. Now I want to format d: drive to get rid of
everything, but when I try to format it, it saids it is system drive, and not
allow me to format it. How can I do the formating in this case? Can any one
help? Thanks.
In Windows terminology, the system drive is the active primary
partition that the computer was booted off of. Are drives C and D two
physical disks, or are they two partitions on one disk? It it's the
latter, formatting it will prevent you from booting the computer.
 
Boot.ini is a text file located at the root of the system partition,
typically c:\boot.ini.

Paste into Start | Run and click OK...

c:\boot.ini

and

d:\boot.ini

Which one actually opened?
---

Open Disk Management and see what is what with C: and D:...

Right click My Computer | Manage | Computer Management (Local) | Storage |
Disk Management | Look at C: and D:

In the list and graphical views, the system, active, and boot partitions are
marked as System, Active, or Boot, respectively.

system partition
The partition that contains the hardware-specific files needed to load
Windows (for example, Ntldr, Osloader, Boot.ini, Ntdetect.com). The system
partition can be, but does not have to be, the same as the boot partition.

system volume
The volume that contains the hardware-specific files that are needed to load
Windows on x86-based computers with a BIOS. The system volume can be, but
does not have to be, the same volume as the boot volume.

active partition
A partition from which an x86-based computer starts up. The active partition
must be a primary partition on a basic disk. If you use Windows exclusively,
the active partition can be the same as the system volume.

active volume
The volume from which the computer starts up. The active volume must be a
simple volume on a dynamic disk. You cannot mark an existing dynamic volume
as the active volume, but you can upgrade a basic disk containing the active
partition to a dynamic disk. Once the disk is upgraded to dynamic, the
partition becomes a simple volume that is active.

boot partition
The partition that contains the Windows operating system and its support
files. The boot partition can be, but does not have to be, the same as the
system partition.

boot volume
The volume that contains the Windows operating system and its support files.
The boot volume can be, but does not have to be, the same as the system
volume.

partition
A portion of a physical disk that functions as though it were a physically
separate disk. After you create a partition, you must format it and assign
it a drive letter before you can store data on it.
On basic disks, partitions are known as basic volumes, which include primary
partitions and logical drives. On dynamic disks, partitions are known as
dynamic volumes, which include simple, striped, spanned, mirrored, and
RAID-5 volumes.

volume
An area of storage on a hard disk. A volume is formatted by using a file
system, such as FAT or NTFS, and has a drive letter assigned to it. You can
view the contents of a volume by clicking its icon in Windows Explorer or in
My Computer. A single hard disk can have multiple volumes, and volumes can
also span multiple disks.


--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
Wilson said:
It helps. But still how do I know it is drive c: or d:? Here is the one
that I have the c: dive in boot only because I reformat the whole computer
again.

[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="Microsoft Windows XP
Professional" /fastdetect /NoExecute=OptIn

Wilson Chu

Wesley Vogel said:
Boot.ini is a text file located at the root of the system partition,
typically c:\boot.ini. It stores boot options for computers with BIOS
firmware, namely, computers with x86 and x64-based processors.

When the computer starts, the Windows boot loader (Ntldr) reads the
boot.ini file and displays the entries for each operating system in the
boot menu. Then Ntldr loads the selected operating system in accordance
with settings in the boot.ini file.

When more than one operating system is installed on a computer, a startup
menu appears. If only one operating system is installed, Ntldr does not
display a startup menu. Instead, the system starts immediately.

Paste into Start | Run and click OK...

c:\boot.ini

and

d:\boot.ini

1. Right-click My Computer, and then click Properties.
-or-
Click Start, click Run, type sysdm.cpl, and then click OK.
2. On the Advanced tab, click Settings under Startup and Recovery.
3. Under System Startup, click Edit.

boot.ini is missing

See if you have a file called boot.ini.backup in %windir%\pss. If you
do, copy it, change the name of the file to boot.ini and move it to C:

HOW TO: Edit the Boot.ini File in Windows XP
http://support.microsoft.com/default.aspx?scid=kb;EN-US;289022

The Purpose of the Boot.ini File in Windows XP
http://support.microsoft.com/default.aspx?scid=kb;en-us;314081

BOOT.INI and ARC Path Naming Conventions and Usage
http://support.microsoft.com/default.aspx?scid=kb;EN-US;102873

One Installed Operating System Is Missing from the Startup Menu in a
Multiple-Boot Computer
http://support.microsoft.com/default.aspx?scid=kb;en-us;307061

Purpose of the BOOT.INI File in Windows 2000 or Windows NT
http://support.microsoft.com/default.aspx?scid=kb;EN-US;99743

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top