Skip to content

troubleshooting

Nicholas edited this page Jun 11, 2023 · 12 revisions

HELP, i followed your guide and the VM cannot see the GPU!!!

Don't panic; what I need you to do is reboot the host/remove the devices (excluding the GPU) from the VM that you've passed through; usually your mice and keyboard, next I would need you to add display spice, channel spice and usb redirector.

Next i need you to boot into the VM with the GPU still passed though and to check windows update, it should find the GPU automatically, afterwards remove usb redirector, display spice, channel spice (doesn't have to be in order).

After that you should be good to go.

HELP!! My VM is not booting, it bsod's instantly!

Strange... did you try host-model mode in cpu configurations?

Proton has failed to start

Try setting your client to beta and restart, it should work then, if you'd want you may switch it back.

Existing installation from a NTFS drive

If you ever want to use an exisitng installation on your NTFS drive you'll need to do the following

  • Rename the Steam folder to Steam-old, create a new Steam folder
  • Open steam
  • Point the new steam install directory to your "new" install directory on the old drive
  • Close Steam
  • Delete the Steam folder DO NOT DELETE THE STEAM-OLD FOLDER
  • Rename the steam-old folder to Steam
  • ???
  • Profit

Write issues

There could be issues with NTFS; firstly see if you can verify the steam files, if this doesn't work then you'll have to run chkdsk with windows in recovery mode; you should know how to pass a phyical drive by now.

Here's an article on how to do so

for chkdsk you'll need to run diskpart to figure out the drive and then list volume

then for example: chkdsk G: /F /R

you may also need to defrag the drive.

Clone this wiki locally