To resolve this problem, remove the
nodefaultdriveletter attribute from the affected volume. To do this, use one of the following methods, as appropriate for your situation.
Method 1: For an existing Windows installation
If Windows is already installed, follow these steps:
- Start the computer by using the Windows Server 2003 SP1 Windows Preinstallation Environment (Windows PE) for Itanium-based systems installation disc.
- At a command prompt, type diskpart, and then press ENTER.
- Type select volume volumenumber, and then press ENTER to select the particular volume that you want to modify. For example, type select volume 3.
- Type attributes volume clear nodefaultdriveletter, and then press ENTER.
- Type exit, and then press ENTER to exit the diskpart tool.
Method 2: For a new Windows installation
If you are performing a clean installation of Windows, you can remove the attribute when you configure the volume. To do this, follow these steps.
Important These steps remove all the data from the volume that you select.
- Start the computer by using the Windows Server 2003 SP1 Windows PE for Itanium-based systems installation disc.
- Type the following commands at the command prompt to initialize the hard disk. Press ENTER after each command.
Note These commands initialize the hard disk according to the instructions in the OEM Pre-installation Kit (OPK). diskpart.exe
select disk 0
clean
convert GPT
create partition EFI size=512
assign letter z
create partition MSR size=128
create partition primary size=20000
assign letter c
exit
- Follow the steps in the "Method 1: For an existing Windows installation" section to remove the nodefaultdriveletter attribute from the volume.
- Format the Extended Firmware Interface (EFI) and the main partition. To do this, type the following commands at the command prompt. Press ENTER after each command.
format z: /fs:FAT32 /q
format c: /fs:NTFS /q
- Start the installation process from the operating system image on drive D. To do this, type the following command at the command prompt, and then press ENTER.
winnt32.exe /tempdrive:c
- Exit Windows PE.
- Restart the computer, and then continue the installation process.
- When you are prompted to select the drive for the OS, select drive C (the drive that you formatted in step 4).
- Restart the computer after the operating system is installed.
- Start the computer by using the Windows Server 2003 SP1 Windows PE for Itanium-based systems installation disc, and then start Recovery Console.