[新手教程]在Linux下制作LinuxDeepin启动U盘
Tofloor
poster avatar
tuhaihe
deepin
2013-05-07 19:10
Author
方式一:使用“启动盘创建器”制作 Linux Deepin 启动 U 盘

Linux Deepin 12.12正式版本已经移除了该工具,可打开软件中心搜索“usb-creator-gtk”进行安装,或者打开终端,使用下面命令进行安装:
  1. sudo apt-get install usb-creator-gtk
Copy the Code

然后打开“启动盘创建器”,如图所示。
usb-1.png

下面一步一步来讲解。
  
  ①:选择要制作的系统镜像文件

  该工具会自动检测可用的系统镜像文件,如果列表中没有出现您需要制作的ISO,则点击“其它”进行选择即可。

  ②:格式化磁盘

  提示:在格式化U盘前,需要先备份U盘中的重要数据。

  ③:点击“制作启动盘”,开始制作即可。

##############################

方法二:使用 dd 命令制作 Linux Deepin 启动 U 盘
  1. sudo dd if=deepin_12.12_beta_i386.iso  of=/dev/sdb conv=fsync bs=8M
Copy the Code

  其中,deepin_12.12_beta_i386.iso 为已经下载的 Linux Deepin ISO 文件名称;
  /dev/sdb 为 U 盘设备名,可打开“磁盘实用工具”来查看您电脑上的 U 盘设备名;
提示,一定要注意 /dev/sdb 替换为正确的 U 盘设备名,别搞成硬盘设备了!
  bs=8M,为一次读写的比特数为 8M;
  

链接:
新手教程:手把手教你在Windows下制作LinuxDeepin启动U盘
Reply Favorite View the author
All Replies
AA0 Jeff
deepin
2013-05-07 20:41
#1
我已经用这个方法好久了,很实用!!!
Reply View the author
bareye
deepin
2013-05-10 16:52
#2
非常好,貌似很多工具linux下已经有了,只是我们不知道罢了,希望多多介绍一些新手有时侯必须要用到的一些工具。
ps:坑爹,搞了半天,原来系统已经自带了(启动盘创建器),之前为了从11.12,更新到12.12更新,还专门跑到一台win PC上制作启动盘
Reply View the author
xliang9550
deepin
2013-05-15 22:28
#3
新手用dd好像比较危险,容易把设备文件弄错。
例如,不小心将镜像写入到/dev/sda……
Reply View the author
face2wind
deepin
2013-05-25 18:54
#4
新手用dd好像比较危险,容易把设备文件弄错。
例如,不小心将镜像写入到/dev/sda……
昨晚一不小心,我真的写入到sda了,杯了个具啊……
Reply View the author
刀锋
deepin
2013-05-28 16:46
#5
两种方式都无法顺利安装

http://www.linuxdeepin.com/forum/25/13794
Reply View the author
wsjcy
deepin
2013-06-08 06:17
#6
我有一次就写成sda,害的我不得不用diskgen重建分区表(仅恢复d     、e,f盘,c盘没敢恢复)[我是windows用户,用wiki玩deepin]
Reply View the author
tsuibin
deepin
2013-06-25 17:42
#7
方法二很方便
Reply View the author
sbbz2004
deepin
2013-08-05 05:23
#8
兩種方法都失敗了(u盤被識別成硬盤了)
最後換unetbootin成功了~~
Reply View the author