Install the VirtualBox Additions
From the Devices menu, click “Install Guest Additions”
Get the Missing Network Driver
Microsoft decided to not include the network driver that VirtualBox
uses in Vista, so you will have to install it yourself. (Doesn’t
Microsoft claim that Windows has better driver support than Linux
….. ?)
cd ~/install_files
wget http://www.amd.com/us-en/assets/content_type/utilities/V4.51.zip
unzip V4.51.zip -d driver
mkisofs -o driver.iso -R -J driver
In the VirtualBox window, mount driver.iso . Then go to:
Control Panel > Hardware and Sound > Device Manager. Right click
on Ethernet Controller > Update Driver Software > Browser my
computer…
Navigate to the CDROM drive, and click ok.
Wait a minute… and congratulations, you have installed Vista
2 comments:
You can also change the network adaptor in the VM settings to the Intel Pro/1000. Vista has the drivers for this.
Post a Comment