Can't install any guest
Posted: 6. Nov 2010, 17:27
Hi,
I'm missing something silly. I'm running Ubuntu 10.04 LTS and use VBox 3.2.10. As far as I can see the VBox install went okay, had some missing packages but these dependencies were solved.
Now I try to make new virtual machines using the following sequence:
- VBoxManage createvm -name “<name>” -register
- VBoxManage modifyvm “<name>” --memory 512 --acpi on --boot1 dvd --nic1 nat
- VBoxManage createhd --filename "<name>.vdi" --size 10000 --remember
- VBoxManage storagectl "<name>" --add ide --name 'IDE Controller'
- VBoxManage modifyvm "<name>" --hda <name>.vdi
- VBoxManage storageattach "<name>" --storagectl "IDE Controller" --port 1 --device 0 --type dvddrive --medium /usr/iso-file
So far no problem, so I issue:
VBoxHeadless -startvm "<name>" &
(where <name> is the name I gave the VBox). I can connect to the vm on port 3389 using remote desktop under windows and can see the virtual machine. I get a debian or ubuntu setup procedure (depending on the mounted iso). I can enter timezone, keyboard, it detects network fine. The problem in both cases (ubuntu 10.04 and debian) start when it starts to install the base system. Both simply quit at 6%. At that time the windows remote desktop stops responding. If I look on the linux machine with ssh I can see the process VBoxHeadless is killed.
What am I missing.. ? Harddisk of my host has 114GB free, server has 4GB physical mem, load avg is 0.
Thanks,
lleto
I'm missing something silly. I'm running Ubuntu 10.04 LTS and use VBox 3.2.10. As far as I can see the VBox install went okay, had some missing packages but these dependencies were solved.
Now I try to make new virtual machines using the following sequence:
- VBoxManage createvm -name “<name>” -register
- VBoxManage modifyvm “<name>” --memory 512 --acpi on --boot1 dvd --nic1 nat
- VBoxManage createhd --filename "<name>.vdi" --size 10000 --remember
- VBoxManage storagectl "<name>" --add ide --name 'IDE Controller'
- VBoxManage modifyvm "<name>" --hda <name>.vdi
- VBoxManage storageattach "<name>" --storagectl "IDE Controller" --port 1 --device 0 --type dvddrive --medium /usr/iso-file
So far no problem, so I issue:
VBoxHeadless -startvm "<name>" &
(where <name> is the name I gave the VBox). I can connect to the vm on port 3389 using remote desktop under windows and can see the virtual machine. I get a debian or ubuntu setup procedure (depending on the mounted iso). I can enter timezone, keyboard, it detects network fine. The problem in both cases (ubuntu 10.04 and debian) start when it starts to install the base system. Both simply quit at 6%. At that time the windows remote desktop stops responding. If I look on the linux machine with ssh I can see the process VBoxHeadless is killed.
What am I missing.. ? Harddisk of my host has 114GB free, server has 4GB physical mem, load avg is 0.
Thanks,
lleto