1. Load the Nutanix driver into VM (source : https://next.nutanix.com/prism-infrastructure-management-26/booting-vm-to-cd-no-drives-present-31800)
- Mount Windows setup ISO as the first CD/DVD.
- Mount NutanixVirtIO as the second CD/DVD.
- Once it loads into the Windows Server 2012 setup, select the language/keyboard and press Next.
- It will give you the option to repair or install. Press on "Install". (Once again, it doesn't make sense right now, but continue with these steps. We actually won't be installing Windows, but need to navigate that way for a specific step)
- It'll say "Setup is starting" and then give you the option to select the OS. Select the OS that is currently installed already that you want to repair and press "Next".
- Accept the terms and conditions and press next.
- Now this is the step that is important. You can see right now that the hard drives are not being recognized. We will use this step to load the drivers, for us to be able to go into the repair mode.
- Click on Load Driver and you will get a popup.
- Navigate to the Windows Server 2012 R2 folder in NutanixVirtIO drive, and then select AMD64 subfolder if original OS is 64 bit, or x86 if 32bit OS (this step is written off the top of my head).
- It will now give you few drivers. You can select the SCSI driver and press Next. (If you also want network drivers, you can press "Load Driver" again, and follow the steps, but select the Network Driver) and press the "Next". The popup will close and now you should see the drives are being recognized.
- At this point, you will hit the "X" button on top right and it will ask you to cancel the installation. You allow it.
- It will now take you back to the main page where it will ask you if you want to install Windows or repair. You will click on "Repair Your Computer".
- You can now open up Command Prompt, and it will recognize the drives.
- Select “Repair your computer”
- Under Choose and option, click on “Troubleshoot”.
- Under Advanced options, click “Command Prompt”.
- At the command prompt, run the following commands:
d: (check the drive mount the current installed windows)
cd windows\system32
ren Utilman.exe Utilman.exe.old
copy cmd.exe Utilman.exe - Close the command prompt and then click “Continue”.
- The server should now boot and present the logon screen. Here click Windows Key + U.
- At the prompt you can now change the password, by typing the following command:
net user administrator Password123
This will set the password for the Administrator user to be Password123 (case sensitive). - Closing the command prompt, you should now be able to log back onto the server using the password you have provided in the last step.
0 comments:
Post a Comment