Error: VERR_PDM_DEVICE_NOT_FOUND
Posted: 27. Jul 2009, 16:21
Ok, for starters, this was probably really retarded of me, but I'm not afraid to try new things and so I tried to forward the NAT from host to guest. Here's the details.
The host is Windows Vista Basic and the guest is Ubuntu 9.0.4-desktop-i386, I have VirtualBox 3.0.2
What I did was I typed into the command promt: VBoxManage setextradata Ubuntu "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/Protocol" TCP
VBoxManage setextradata Ubuntu "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/GuestPort" 22
VBoxManage setextradata Ubuntu "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/HostPort" 2222
I restarted VirtualBox and Ubuntu to check if everything was ok, but the command didn't seem to work and then I discovered that my driver was in fact pcnet32, so I went back to the command prompt: VBoxManage setextradata Ubuntu "VBoxInternal/Devices/pcnet32/0/LUN#0/Config/guestssh/Protocol" TCP
VBoxManage setextradata Ubuntu "VBoxInternal/Devices/pcnet32/0/LUN#0/Config/guestssh/GuestPort" 22
VBoxManage setextradata Ubuntu "VBoxInternal/Devices/pcnet32/0/LUN#0/Config/guestssh/HostPort" 2222
Then I tried to start Ubuntu and I got this error message: Failed to start the virtual machine Ubuntu
Unknown error creating VM (VERR_PDM_DEVICE_NOT_FOUND)
From there I tried to undo the damage by typing: VBoxManage setextradata Ubuntu "VBoxInternal/Devices/pcnet32/0/LUN#0/Config/guestssh/Protocol"
VBoxManage setextradata Ubuntu "VBoxInternal/Devices/pcnet32/0/LUN#0/Config/guestssh/GuestPort"
VBoxManage setextradata Ubuntu "VBoxInternal/Devices/pcnet32/0/LUN#0/Config/guestssh/HostPort"
But I still get the same error message and I'm pretty upset since everything was working perfect until I srewed it up. Do I have to reinstall Ubuntu? Isn't there some kind of magical command I can type into the command prompt to make all my troubles just disapear?
The host is Windows Vista Basic and the guest is Ubuntu 9.0.4-desktop-i386, I have VirtualBox 3.0.2
What I did was I typed into the command promt: VBoxManage setextradata Ubuntu "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/Protocol" TCP
VBoxManage setextradata Ubuntu "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/GuestPort" 22
VBoxManage setextradata Ubuntu "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/HostPort" 2222
I restarted VirtualBox and Ubuntu to check if everything was ok, but the command didn't seem to work and then I discovered that my driver was in fact pcnet32, so I went back to the command prompt: VBoxManage setextradata Ubuntu "VBoxInternal/Devices/pcnet32/0/LUN#0/Config/guestssh/Protocol" TCP
VBoxManage setextradata Ubuntu "VBoxInternal/Devices/pcnet32/0/LUN#0/Config/guestssh/GuestPort" 22
VBoxManage setextradata Ubuntu "VBoxInternal/Devices/pcnet32/0/LUN#0/Config/guestssh/HostPort" 2222
Then I tried to start Ubuntu and I got this error message: Failed to start the virtual machine Ubuntu
Unknown error creating VM (VERR_PDM_DEVICE_NOT_FOUND)
From there I tried to undo the damage by typing: VBoxManage setextradata Ubuntu "VBoxInternal/Devices/pcnet32/0/LUN#0/Config/guestssh/Protocol"
VBoxManage setextradata Ubuntu "VBoxInternal/Devices/pcnet32/0/LUN#0/Config/guestssh/GuestPort"
VBoxManage setextradata Ubuntu "VBoxInternal/Devices/pcnet32/0/LUN#0/Config/guestssh/HostPort"
But I still get the same error message and I'm pretty upset since everything was working perfect until I srewed it up. Do I have to reinstall Ubuntu? Isn't there some kind of magical command I can type into the command prompt to make all my troubles just disapear?