deepin live 有镜像站吗?
Tofloor
poster avatar
lookfor
deepin
2020-04-21 02:53
Author
deepin live 有镜像站吗?
Reply Favorite View the author
All Replies
avatar
archlte
deepin
2020-04-21 03:36
#1
Reply View the author
avatar
lookfor
deepin
2020-04-21 03:43
#2
https://bbs.deepin.org/post/192405
你是说这个吗
https://www.deepin.org/mirrors/releases/

这里没有 live
Reply View the author
avatar
yexiaoqi
deepin
2020-04-21 03:59
#3
本帖最后由 yexiaoqi 于 2020-4-20 20:00 编辑

北京交通大学的镜像站  https://mirror.bjtu.edu.cn/deepin-cd/live-system/
话说从这里 https://www.deepin.org/mirrors/packages/ 多找找总是会有的,况且官方的好像也不慢吧
Reply View the author
avatar
SamLukeYes
deepin
2020-04-21 04:43
#4
其实安装镜像切tty然后startx就进live了。或者用grub2引导安装镜像也可以直接进live。
Reply View the author
avatar
lookfor
deepin
2020-04-21 04:49
#5
https://bbs.deepin.org/post/192405
北京交通大学的镜像站  https://mirror.bjtu.edu.cn/deepin-cd/live-system/
话说从这里 https://www.deepi ...

官方的 下载的人多了也是会慢的。
Reply View the author
avatar
lookfor
deepin
2020-04-21 04:50
#6
https://bbs.deepin.org/post/192405
其实安装镜像切tty然后startx就进live了。或者用grub2引导安装镜像也可以直接进live。 ...

我想把 live 装到电脑上。
Reply View the author
avatar
SamLukeYes
deepin
2020-04-21 05:34
#7
https://bbs.deepin.org/post/192405
我想把 live 装到电脑上。

那就可以用你电脑上的grub2来引导安装镜像进live。
  1. menuentry "Deepin 20 Beta Live"  --class deepin --class gnu-linux --class gnu {
  2.         set isofile="/boot/iso/deepin-20-beta-amd64.iso"
  3.         loopback loop ($root)$isofile
  4.         linux (loop)/live/vmlinuz boot=live union=overlay live-config findiso=${isofile} locales=zh_CN.UTF-8
  5.         initrd (loop)/live/initrd.lz
  6. }
Copy the Code

这是我U盘上的引导项,你可以把安装镜像放到根目录所在的分区下,然后把这个引导项放进/etc/grub.d/40_custom里面,把set isofile那一行的路径改成你的安装镜像的路径,保存文件,update-grub,重启就能看到live的入口了
Reply View the author
avatar
走钢丝
deepin
2020-04-21 05:56
#8
https://bbs.deepin.org/post/192405
那就可以用你电脑上的grub2来引导安装镜像进live。

这是我U盘上的引导项,你可以把安装镜像放到根目录所 ...

确实。。这样也不错。省得安装了。
Reply View the author
avatar
神末shenmo
deepin
Spark-App
Q&A Team
2020-04-21 05:56
#9
我记得应用商店可以下载的
Reply View the author
avatar
lookfor
deepin
2020-04-21 06:51
#10
https://bbs.deepin.org/post/192405
确实。。这样也不错。省得安装了。

主要用途是备份系统。
Reply View the author