Windows recovery media may not always see the VPS disk straight away. If Command Prompt, Windows Setup, or recovery tools only show the installer ISO and not the installed Windows drive, load the VirtIO storage drivers from the driver ISO.

This is commonly needed when you boot a Windows VPS from recovery media to repair startup problems, reset a local Administrator password, or work with the installed Windows files outside the running operating system.

These steps assume you are using Windows Server 2025 recovery media. If you use a different Windows version, choose the matching driver folder on the VirtIO ISO.

 

Mount both ISOs

  1. Open your VPS service from the client area.
  2. Open the VPS control panel.
  3. Open the VPS you want to repair.
  4. Click Settings.
  5. Click VPS Configuration.
  6. Set Select ISO to the Windows Server recovery or installer ISO, for example WindowsServer2025.iso.
  7. Set ISO for secondary CDROM to virtio-win.iso.
  8. Set the boot order so CDROM1 is above DISK1, then click Submit.

    VPS Configuration showing WindowsServer2025 ISO selected with CDROM1 first in boot order

If you need a general ISO mounting walkthrough, use How to add and mount an ISO on your VPS.

 

Open recovery Command Prompt

  1. Open the VPS console or VNC so you can see the boot screen: How to use the VPS console or VNC.
  2. Restart the VPS.
  3. If prompted to boot from CD or DVD, press a key quickly.
  4. When the Windows Setup screen appears, press Shift + F10. This opens Command Prompt before the installed copy of Windows starts.

    Windows Server recovery Command Prompt opened with Shift F10

 

Check whether the disk is visible

  1. Run DiskPart from Command Prompt:
    diskpart
    list volume
  2. If you can already see the Windows partition, note its drive letter and exit DiskPart:
    exit
  3. If you only see the Windows ISO and the VirtIO ISO, load the storage drivers in the next section.

 

Load the VirtIO storage drivers

  1. In the examples below, the VirtIO ISO is mounted as E:. If your list volume output shows a different letter for virtio-win, use that letter instead.
  2. For Windows Server 2025, load the drivers from E:\amd64\2k25:
    drvload E:\amd64\2k25\viostor.inf
    drvload E:\amd64\2k25\vioscsi.inf
  3. Check the volumes again:
    diskpart
    list volume
    exit

    The installed Windows disk should now appear. In this example it appears as C:.

    Windows recovery Command Prompt showing VirtIO drivers loaded and the Windows disk visible as C

 

After you finish recovery work

  1. Return to VPS Configuration.
  2. Set Select ISO to None.
  3. Set ISO for secondary CDROM to None.
  4. Set the boot order back to DISK1.
  5. Click Submit, then restart the VPS normally.

Do not leave recovery or driver ISOs mounted after you finish. If the VPS keeps booting back into Windows Setup, remove the ISO and restart again.

  • 0 משתמשים שמצאו מאמר זה מועיל
?האם התשובה שקיבלתם הייתה מועילה

מאמרים קשורים

Installing SteamCMD on your Windows VPS

SteamCMD is Valve's command-line tool for downloading and updating dedicated server files...

How to change your Windows VPS Administrator password

You can change the main Windows VPS login password from the VPS control panel. This is useful if...

How to open Windows Firewall ports on your VPS

Windows Firewall controls which inbound connections are allowed into your Windows VPS. If you...

How to open and use PowerShell on a Windows VPS

PowerShell is the main command-line tool for managing a Windows VPS. You can use it to install...

How to connect to a Windows VPS with Remote Desktop

Remote Desktop is the normal way to manage a Windows VPS. It opens a desktop session so you can...