怎样在深度系统上制作windows的U盘启动
Tofloor
poster avatar
c242253
deepin
2019-03-09 19:01
Author
家里闲置的电脑,感觉反应慢,就换了个深度系统,结果很多软件都不能使用,现在想换回win7.
试了好多方法都不行。
(暂时家里就只有一台深度系统的笔记本)
Reply Favorite View the author
All Replies
avatar
海鸥
deepin
2019-03-09 19:39
#1
用磁盘工具重分区,装好了!
Reply View the author
avatar
c242253
deepin
2019-03-09 20:00
#2
https://bbs.deepin.org/post/175362
用磁盘工具重分区,装好了!

steam 游戏也打不开
Reply View the author
avatar
c242253
deepin
2019-03-09 20:07
#3
https://bbs.deepin.org/post/175362
steam 游戏也打不开

显示错误为:Couldn't set up Steam data - please contact technical support
Reply View the author
avatar
jianguo922
deepin
2019-03-09 20:22
#4
楼主先了解linux应用和自己常用软件所需在安装,一般exe的很多在win下无法运行,需要wine
Reply View the author
avatar
neko
deepin
Ecological co-builder
Q&A Team
2019-03-09 20:25
#5
方法很多
1.电脑支持uefi
    1.1 创建一个fat32的分区
    1.2 Windows iso镜像解压进去
    1.3 重启电脑 进入BIOS启动uefi分区进行安装系统即可
2.电脑不支持uefi
    2.1 插入一个U盘
    2.2 打开linux终端
    2.3 输入:sudo fdisk -l 找到你的U盘所在分区
    2.4 输入:dd if=/镜像所在位置/windows.iso of = /dev/你的U盘分区
    2.5 回车等待,执行期间无显示,等待完成即可
    2.6 完成后重启到U盘进行安装


Reply View the author
avatar
c242253
deepin
2019-03-09 21:48
#6
https://bbs.deepin.org/post/175362
方法很多
1.电脑支持uefi
    1.1 创建一个fat32的分区

方法1:
用什么软件在哪里分区??
Reply View the author
avatar
neko
deepin
Ecological co-builder
Q&A Team
2019-03-10 03:06
#7
https://bbs.deepin.org/post/175362
方法1:
用什么软件在哪里分区??

可以用自带的磁盘工具或者系统自带的fdisk命令
Reply View the author