VMBuilder not compatible with Ubuntu Oneiric
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
VMBuilder |
New
|
Undecided
|
Unassigned |
Bug Description
I have been unable to build a functional Oneiric Virtual Machine using VMBuilder rev 470.
The command line:
./vmbuilder/
or:
./vmbuilder/
When the virtual machine is started either in VMware Server 2.0.2 or VMware Player 3.1.4/4.0.0, the VM is stuck at a black screen with a standing white cursor on the top left of the screen just after the boot post.
Below the configuration file used:
[DEFAULT]
arch = i386
mem = 256
part = /home/user/
ip = 192.168.15.161
gw = 192.168.15.254
bcast = 192.168.15.255
user = user
name = user
pass = pass
firstboot = /home/user/
[ubuntu]
suite = oneiric
components = main
flavour = virtual
[vmserver]
bridge = vmnet0
-Julien
Related branches
- Scott Moser: Pending requested
- VMBuilder: Pending requested
-
Diff: 1849 lines (+729/-243)26 files modifiedVMBuilder/contrib/cli.py (+35/-22)
VMBuilder/disk.py (+90/-39)
VMBuilder/distro.py (+23/-15)
VMBuilder/hypervisor.py (+33/-18)
VMBuilder/plugins/__init__.py (+3/-1)
VMBuilder/plugins/ec2/__init__.py (+11/-11)
VMBuilder/plugins/kvm/__init__.py (+1/-1)
VMBuilder/plugins/kvm/disk.py (+38/-0)
VMBuilder/plugins/kvm/qemu_nbd.py (+117/-0)
VMBuilder/plugins/kvm/vm.py (+4/-0)
VMBuilder/plugins/ubuntu/dapper.py (+138/-34)
VMBuilder/plugins/ubuntu/distro.py (+76/-59)
VMBuilder/plugins/ubuntu/intrepid.py (+1/-0)
VMBuilder/plugins/ubuntu/karmic.py (+1/-0)
VMBuilder/plugins/ubuntu/lucid.py (+29/-1)
VMBuilder/plugins/ubuntu/oneiric.py (+22/-1)
VMBuilder/plugins/ubuntu/precise.py (+22/-0)
VMBuilder/plugins/ubuntu/templates/Copy of devicemap.tmpl (+17/-0)
VMBuilder/plugins/ubuntu/templates/devicemap.tmpl (+9/-3)
VMBuilder/plugins/ubuntu/templates/grubcfg.tmpl (+8/-0)
VMBuilder/plugins/ubuntu/templates/loadcfg.tmpl (+3/-0)
VMBuilder/plugins/ubuntu/templates/sources.list.tmpl (+10/-0)
VMBuilder/tests/disk_tests.py (+7/-7)
VMBuilder/tests/plugin_tests.py (+28/-28)
VMBuilder/util.py (+1/-1)
VMBuilder/vm.py (+2/-2)
Same problem with KVM :
"SeaBIOS [...]
Booting from Hard Disk..."
CPU at 100%