Opened 15 years ago
Closed 8 years ago
#4897 closed defect (obsolete)
Linux guest/OSX host with createrawvmdk: "unrecognized partition table"
Reported by: | Eric Drechsel | Owned by: | |
---|---|---|---|
Component: | virtual disk | Version: | VirtualBox 3.0.4 |
Keywords: | createarawvmdk osx linux | Cc: | |
Guest type: | Linux | Host type: | other |
Description (last modified by )
I have a MBP with rEFIt and a working Ubuntu Jaunty amd64 on partition 3, with partition 4 swap. I request a vmdk file to provide guest access to these physical partitions:
chgrp admin /dev/disk0s3 /dev/disk0s4 chmod g+w /dev/disk0s3 /dev/disk0s4 cd ~/Library/VirtualBox/Machines/ VBoxManage internalcommands createrawvmdk -filename rawdisk.vmdk -rawdisk /dev/disk0 -partitions 3,4 -register
Afterwards, grub (on partition 3) runs, and I am able to see and access the partitions from grub (using cat, etc). Ubuntu initramfs, however, gives the error "unrecognized partition table", and doesn't register any partitions.
Any ideas for what could be causing this behavior?
Some context is in the last few comments on #1461, however that bug is fixed.
Change History (2)
comment:1 by , 15 years ago
comment:2 by , 8 years ago
Description: | modified (diff) |
---|---|
Resolution: | → obsolete |
Status: | new → closed |
Please reopen if still relevant with a recent VirtualBox release.
subscribe