deepin15.11和20可以本地直接安装吗?求助
Tofloor
poster avatar
times12138
deepin
2020-05-24 23:59
Author
没有光盘硬盘优盘都没有。想在本地直接安装啊,求助啊!不懂grub?网上找的和论坛找的都没有解决这个办法。各种问题百出。
Reply Favorite View the author
All Replies
2 / 2
To page
avatar
times12138
deepin
2020-05-25 04:57
#21
samlukeyes123 发表于 2020-5-24 20:41
那就把quiet和splash去掉?

把两个单词去掉,还是他们后面的全部去掉。
Reply View the author
avatar
SamLukeYes
deepin
2020-05-25 05:07
#22
https://bbs.deepin.org/post/194990
把两个单词去掉,还是他们后面的全部去掉。

先去掉这两个看看。另外,按照你所说的那个错误信息,kernel那一行肯定有错误,请注意在执行initrd之前报了什么错。
Reply View the author
avatar
lbygljq
deepin
2020-05-25 05:17
#23
光盘镜像本地硬盘安装操作系统,完全可行。但是需要你学习GRUB等相关知识,毕竟这玩意不是对你的意识就能自动干活的。
Reply View the author
avatar
times12138
deepin
2020-05-25 05:24
#24
samlukeyes123 发表于 2020-5-24 20:41
那就把quiet和splash去掉?

是这两个单词去掉吗
Reply View the author
avatar
lbygljq
deepin
2020-05-25 05:24
#25
https://bbs.deepin.org/post/194990
title install deepin
root (hd0,0)
kernel /vmlinuz findiso=/deepin-15.6-amd64.iso noprompt quiet ac ...

使用我推荐的代码:
  1. title install deepin20
  2.         search --file "/deepin20.iso" --set=root
  3.         set isofile="/deepin20.iso"
  4.         loopback loop $isofile
  5.         linux (loop)/live/vmlinuz findiso=$isofile boot=live components union=overlay locales=zh_CN.UTF-8
  6.         initrd (loop)/live/initrd.img
Copy the Code
Reply View the author
avatar
times12138
deepin
2020-05-25 05:25
#26
lbygljq 发表于 2020-5-24 21:24
使用我推荐的代码:

万分感谢老哥
Reply View the author
Comments
lbygljq
2020-05-25 05:30
我的GRUB2引导代码,对deepin15、20适用,对UOS不行。
avatar
SamLukeYes
deepin
2020-05-25 05:28
#27
https://bbs.deepin.org/post/194990
使用我推荐的代码:

咦,老版的grub啥时候支持loopback了
Reply View the author
avatar
SamLukeYes
deepin
2020-05-25 05:37
#28
https://bbs.deepin.org/post/194990
讯飞输入法
搜狗不争气,讯飞支持同步词库了,那就讯飞
而且讯飞中文语音输入国内说第二应该没人敢叫第一 ...

版主回错帖了吧
Reply View the author
avatar
神末shenmo
deepin
Spark-App
Q&A Team
2020-05-25 05:59
#29


Copy the Code

尴尬了
Reply View the author
avatar
times12138
deepin
2020-05-25 06:04
#30
lbygljq 发表于 2020-5-24 21:24
使用我推荐的代码:

还是一样的错误
Reply View the author
avatar
times12138
deepin
2020-05-25 06:05
#31
samlukeyes123 发表于 2020-5-24 21:07
先去掉这两个看看。另外,按照你所说的那个错误信息,kernel那一行肯定有错误,请注意在执行initrd之前报 ...

还是这样的错
Reply View the author
avatar
times12138
deepin
2020-05-25 06:06
#32
samlukeyes123 发表于 2020-5-24 21:07
先去掉这两个看看。另外,按照你所说的那个错误信息,kernel那一行肯定有错误,请注意在执行initrd之前报 ...

grub我是一点都不懂,看不出哪里错了
Reply View the author
avatar
SamLukeYes
deepin
2020-05-25 06:10
#33
https://bbs.deepin.org/post/194990
grub我是一点都不懂,看不出哪里错了

他给你的是grub2的代码,你用的是老版的grub。要不你就改用grub2
Reply View the author
avatar
SamLukeYes
deepin
2020-05-25 06:13
#34

这肯定和之前是不一样的错误,要不用回原来的代码看看?
Reply View the author
avatar
times12138
deepin
2020-05-25 09:05
#35
samlukeyes123 发表于 2020-5-24 22:13
这肯定和之前是不一样的错误,要不用回原来的代码看看?

我是用easybcd弄得,对于grub是一点都不懂。老哥你的办法也试过。也是这样的错误。唯一的区别是最上面的字不一样。用的是好几年前的老笔记本
Reply View the author
avatar
SamLukeYes
deepin
2020-05-25 09:20
#36
https://bbs.deepin.org/post/194990
我是用easybcd弄得,对于grub是一点都不懂。老哥你的办法也试过。也是这样的错误。唯一的区别是最上面的 ...

我当然知道上面的字不一样啊,关键是哪里不一样啊
Reply View the author
avatar
deepin-mq
deepin
2020-05-25 17:19
#37
找个U盘,安装方便点
Reply View the author
2 / 2
To page