在 VirtualBox 中的原始磁盘映像上安装 Windows,然后将其用作 Linux 的双启动

在 VirtualBox 中的原始磁盘映像上安装 Windows,然后将其用作 Linux 的双启动

我目前有一台装有 Linux 的笔记本电脑。我想用它安装 Windows 7 进行双启动,但我想知道是否可以在 VirtualBox 中创建原始磁盘映像,在其中安装 Windows(从我的 Linux 客户机),然后将其用于 Linux 双启动(在相应更新 grub 之后)。

这样做安全吗?有人这样做过吗?

答案1

这取决于 VirtualBox 如何启动。如果你通过其他可启动方法(而不是 grub)启动,你可能会失败。我不确定,我考虑过。

答案2

更好的是,你可以在 virtualbox 中使用原始磁盘(参见:http://www.serverwatch.com/server-tutorials/using-a-physical-hard-drive-with-a-virtualbox-vm.html

对于 Linux:VBoxManage internalcommands createrawvmdk -filename ".vmdk" -rawdisk /dev/sda

那应该可行。

但要小心,不要在 Windows 安装程序中删除 Linux 分区。

当然,要有备份;-)

相关内容