[Tutorials] (已解决)求助,如何安装到虚拟磁盘
Tofloor
poster avatar
fdd_ds
deepin
2022-01-11 02:47
Author

请问如何安装deepin到vhd/vdi等虚拟磁盘,并启动?

折腾几天终于解决!启动成功并更新!yeah

Reply Favorite View the author
All Replies
Maicss
deepin
2022-01-11 04:11
#1

直接在虚拟机安装不行吗

Reply View the author
fdd_ds
deepin
2022-01-11 04:49
#2
Maicss

直接在虚拟机安装不行吗

虚拟机和实机的性能差距不是一点半点呀!

Reply View the author
fdd_ds
deepin
2022-01-11 04:49
#3
Maicss

直接在虚拟机安装不行吗

虚拟机和实机的性能差距不是一点半点呀!

Reply View the author
fdd_ds
deepin
2022-01-11 05:19
#4

Reply View the author
fdd_ds
deepin
2022-01-11 05:22
#5

Grub2用下面的菜单可启动到上面的界面

menuentry "Deepin_x64-20.2.4 VHD"{
set vhdfile="/Deepin_x64.vhd"
search -f -n -s $vhdfile
search -f -n --set=aabbcc $vhdfile
probe -u --set=ddeeff ${aabbcc}
vhd vhd0 $vhdfile
linux (vhd0,2)/boot/vmlinuz-5.10.60-amd64-desktop root=UUID=​{ddeeff} vloop=vhdfile vlooppart=p2 quiet splash
initrd (vhd0,2)/boot/initrd.img-5.10.60-amd64-desktop
boot
}

Reply View the author
广雅居士
deepin
2022-01-12 03:06
#6

http://bbs.wuyou.net/forum.php?mod=forumdisplay&fid=69&mobile=2http://bbs.wuyou.net/forum.php?mod=forumdisplay&fid=69&mobile=2

你去这里找找,反正很麻烦。

Reply View the author
浪云
deepin
2023-04-02 02:35
#7
fdd_ds

Grub2用下面的菜单可启动到上面的界面

menuentry "Deepin_x64-20.2.4 VHD"{
set vhdfile="/Deepin_x64.vhd"
search -f -n -s $vhdfile
search -f -n --set=aabbcc $vhdfile
probe -u --set=ddeeff ${aabbcc}
vhd vhd0 $vhdfile
linux (vhd0,2)/boot/vmlinuz-5.10.60-amd64-desktop root=UUID=​{ddeeff} vloop=vhdfile vlooppart=p2 quiet splash
initrd (vhd0,2)/boot/initrd.img-5.10.60-amd64-desktop
boot
}

如果win本来是双系统10和8.1,

能修改菜单到一级菜单跟deepin同列吗?

不用再进去子菜单

Reply View the author