-
Notifications
You must be signed in to change notification settings - Fork 43
VirtualBox failing #115
Comments
Could you upload the corresponding logfile or try again with It's not tested on sid yet, btw. Only wheezy. |
here is log with --debug Loaded provider
|
Argg, previous insertion lost formating, sending file as attachement 2013/12/5 Anders Ingemann [email protected]
gpg key id: 4096R/326D8438 (keyring.debian.org) Key fingerprint = 5FB4 6F83 D3B9 5204 6335 D26D 78DC 68DB 326D 8438 |
Attachment not working, here is a gist link to log: |
I have tested on wheezy in a virtualbox (to generate a virtualbox :-) ), and it works. |
Grub install fails however on Wheezy with error: Executing: /usr/sbin/chroot /target/af963f8b/root /usr/sbin/grub-install /dev/dm-0 /usr/sbin/grub-setup: warn: Your embedding area is unusually small. core.img won't fit in it.. /usr/sbin/grub-setup: error: embedding is not possible, but this is required for cross-disk install. Debug log at: https://gist.github.com/osallou/7805556 My manifest: I copied the VirtualBox example, just replacing vdi by raw. |
So this is the actual error:
You should create another issue for the grub problem. |
For info, I tried a reboot of the server, just in case..., but this is the same. |
Are you still seeing this error? |
did'nt test it with latest. I will test next week and let you know |
Hi,
I tried to create an image with the raw backing volume and it creates an error on parted:
Partitioning the volume
Command '/sbin/parted --script --align none /dev/loop2 -- mkpart primary 1MiB 33MiB' returned non-zero exit status 1
Traceback (most recent call last):
File "/home/osallou/build-debian-cloud/base/main.py", line 40, in run
tasklist.run(info=bootstrap_info, dry_run=args.dry_run)
File "/home/osallou/build-debian-cloud/base/tasklist.py", line 30, in run
task.run(info)
File "/home/osallou/build-debian-cloud/common/tasks/partitioning.py", line 12, in run
info.volume.partition_map.create(info.volume)
File "/home/osallou/build-debian-cloud/base/fs/partitionmaps/abstract.py", line 28, in create
self.fsm.create(volume=volume)
File "/usr/local/lib/python2.7/dist-packages/fysom/init.py", line 131, in fn
if self._before_event(e) is False:
File "/usr/local/lib/python2.7/dist-packages/fysom/init.py", line 151, in _before_event
return getattr(self, fnname)(e)
File "/home/osallou/build-debian-cloud/base/fs/partitionmaps/mbr.py", line 31, in _before_create
partition.create(volume)
File "/home/osallou/build-debian-cloud/base/fs/partitions/base.py", line 22, in create
self.fsm.create(volume=volume)
File "/usr/local/lib/python2.7/dist-packages/fysom/init.py", line 131, in fn
if self._before_event(e) is False:
File "/usr/local/lib/python2.7/dist-packages/fysom/init.py", line 151, in _before_event
return getattr(self, fnname)(e)
File "/home/osallou/build-debian-cloud/base/fs/partitions/mbr.py", line 19, in _before_create
'--', parted_command])
File "/home/osallou/build-debian-cloud/common/tools.py", line 7, in log_check_call
raise CalledProcessError(status, ' '.join(command), '\n'.join(stderr))
CalledProcessError: Command '/sbin/parted --script --align none /dev/loop2 -- mkpart primary 1MiB 33MiB' returned non-zero exit status 1
Rolling back
My server is using sid.
The text was updated successfully, but these errors were encountered: