1

I have tried several times in several days to install Ubuntu (from 12.04 to 14.04 versions) on VirtualBox, but in vail. The problem I encounter is shown on the following picture where everything stacks on that step for several hours (I have been waiting for 6 hours as the longest period of waiting).

My host machine runs Windows 7 and I have a 64 bit processor.

enter image description here

Installation is however successful when I use VMware Player. However, the password I type for my session is never recognized after the installation, so I have to use the guest session only.

Any help is appreciated.

EDIT

I just noticed that on VirtualBox, during the preparation for installation, it shows that my VM is not connected to the internet (while my host machine is connected).

1 Answers1

1

In order to properly install Ubuntu a working Internet connection is needed. In case the installer wants to download files it will stall in case it could not connect. When installing on bare metal the Ubuntu live session will already have drivers for most network adapters including wireless adapters to be able to connect.

This is different when installing in virtual machines, as these will make use of the host network for conntecting to the Internet. Therefore we will have to tell the virtual machine application to what network it should connect before we install Ubuntu. This is done in settings for a virtual machine we are about to create.

For Virtual Box this can be done from the Virtual Box Manager in the Network settings tab:

enter image description here Screenshot from: Wifi card on an virtualbox's ubuntu

  • Tick to enable networking

  • Choose the type of networking it is attached to (Bridged vs. NAT, or Host Only, see Which type of VirtualBox networking should I use?). Choose a bridged adapter when unsure.

  • Choose the name of the host network interface to connect to (e.g. ethX or wlanX).

Also see the follwing question for attaching to a wireless LAN:

Takkat
  • 144,580