远景:我在VMware,Windows 7主机下运行一台ubuntu 10.4机器。我越来越多地使用它作为我的主要机器,并且现在希望我将它安装为双启动系统,因为虚拟机的迟缓是一种持续的刺激。那么 - 有可能以某种方式将ubuntu系统转换为原生运行吗?
如果没有,是否有任何工具可以帮助我将所有文件和设置传输到新的双启动Ubuntu系统?
答案 0 :(得分:1)
嗯....你可以使用qemu-img来提取文件系统的原始图像。
我会这样做:
1) Booting a live cd with qemu-img tool 2) Dump vmware image into a external usb hard-drive in raw format. 3) Shrink NTFS partition to make room for the ubuntu image and swap (or more, if you want) 4) Create a new ext3 partition and swap partition to fill in the new free space 5) Dump the raw image to the new ext3 6) [resizefs if partition > size(raw image)] 7) chroot to the new ext3 partition 8) execute grub-install to (hd0) 9) test if works
之前我做了类似的事情并且有效