将虚拟机转换为本机/双启动

发布于 2024-09-09 18:17:06 字数 192 浏览 3 评论 0原文

远景:我在 VMware、Windows 7 主机下运行 ubuntu 10.4 机器。我越来越多地使用它作为我的主要计算机,并且现在希望我已将其安装为双引导系统,因为虚拟机的缓慢状态一直令人烦恼。那么——是否有可能以某种方式将 ubuntu 系统转换为本地运行?

如果没有,是否有任何工具可以帮助我将所有文件和设置转移到新的双引导 Ubuntu 系统?

Long shot: I run an ubuntu 10.4 machine under VMware, Windows 7 host. I use it more and more as my primary machine, and wish now that I had installed it as a dual boot system, since the sluggishness of the vm is a continual irritation. So -- is it possible somehow to convert the ubuntu system to run natively?

If not, are there any tools to help me transfer all my files and settings to a new dual-boot Ubuntu system?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

_蜘蛛 2024-09-16 18:17:06

好吧....您可以使用 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

我以前做过类似的事情并且它有效

Well.... you can use qemu-img to extract the raw image of the filesystem.

I would do this:

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

I made a similar thing before and it worked

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文