moka5

Windows Vista RC2 Ethernet Driver

Maybe someone has already posted this issue but without a search facility it is hard to find :-(...
I have just created a Windows Vista RC2 LivePC however the install did not install an ethernet driver. What driver should I be using and where can I find it?

Hi,

Hi,

Click to configure your Vista LivePC, and add the following line to the VMX section:

ethernet0.virtualDev = "e1000"

This will make the Ethernet device look like an e1000 device, which Vista includes a default driver for on the install DVD.

For performance, you also want to be sure that the guest OS type is Vista:

guestos = "longhorn"

Also, make sure USB is not present or Vista will crash on shutdown.

usb.present = "false"

-John

Thanks. This worked well. So

Thanks. This worked well. So what you are saying then is that you cannot use a USB with Vista? Damn...

regards,
Michael Brunker

No, in the current version

No, in the current version you cannot hook USB devices to a Vista guest. It's just a bug in the current release - I'm sure it will be fixed by the next release...

-John