翻了好多的帖子,还是解决不了启动啊
Tofloor
poster avatar
deepinPh
deepin
2017-10-21 09:36
Author
按照easybcd照做,安装过程顺利就是这个问题,找了很多帖子命令输入也没用。
有没有真正懂的老铁,帮个忙吗?
Reply Favorite View the author
All Replies
1 / 2
To page
avatar
comzhong
deepin
2017-10-21 09:47
#1
https://bbs.deepin.org/post/133725#no
Reply View the author
avatar
deepinPh
deepin
2017-10-21 10:02
#2
https://bbs.deepin.org/post/147006
https://bbs.deepin.org/post/133725#no

看了个大概没看懂,大佬可以加个Q具体给我讲一下吗? QQ:3078623
Reply View the author
avatar
comzhong
deepin
2017-10-21 10:17
#3
deepinPh 发表于 2017-10-21 02:02
看了个大概没看懂,大佬可以加个Q具体给我讲一下吗? QQ:3078623

你只需要看下面这部分就行了!
1 传统BIOS模式+MBR磁盘添加引导项
Reply View the author
avatar
a2035274
deepin
2017-10-21 15:20
#4
https://bbs.deepin.org/post/147006
你只需要看下面这部分就行了!
1 传统BIOS模式+MBR磁盘添加引导项

他的问题可能就是grub.cfg菜单不会写,你的这个教程在“1 传统BIOS模式+MBR磁盘添加引导项”里grub.cfg就是一笔带过
Reply View the author
avatar
deepinPh
deepin
2017-10-21 15:56
#5
https://bbs.deepin.org/post/147006
他的问题可能就是grub.cfg菜单不会写,你的这个教程在“1 传统BIOS模式+MBR磁盘添加引导项”里grub.cfg就 ...

对啊 大佬 应噶怎么写?
Reply View the author
avatar
窄口牛
deepin
2017-10-21 16:12
#6
尽量使用grub2为主引导,不要用win主引导。
Reply View the author
avatar
deepinPh
deepin
2017-10-21 16:24
#7
https://bbs.deepin.org/post/147006
尽量使用grub2为主引导,不要用win主引导。

大佬可以加个联系方式具体指导一下嘛?
Reply View the author
avatar
a2035274
deepin
2017-10-21 16:36
#8
本帖最后由 a2035274 于 2017-10-21 08:40 编辑
https://bbs.deepin.org/post/147006
对啊 大佬 应噶怎么写?

思路如下
1、livecd启动
2、终端
  1. blkid
Copy the Code

     会显示deepin装在哪个分区 如/dev/sda5
  1. /dev/sda5: UUID="319b1f36-f993-494b-9f35-96def9471223"  TYPE="ext3" PARTUUID="000b5c64-01"
Copy the Code
这个回显有用的信息有两个
1)、/dev/sda5   
对应grub.cfg中的set root=(hd0,msdos5)
2)、UUID="319b1f36-f993-494b-9f35-96def9471223"     
对应grub.cfg中的root=UUID=b7df520c-7f74-46f9-8b37-4be78bb3e117

3、根据deepin装在哪个分区修改grub.cfg
  1. menuentry "Deepin Linux"{
  2.         set root=(hd0,msdos5)
  3.         linux /boot/vmlinuz-4.9.0-deepin12-amd64 root=UUID=b7df520c-7f74-46f9-8b37-4be78bb3e117 ro quiet splash
  4.         initrd /boot/initrd.img-4.9.0-deepin12-amd64
Copy the Code
这是我的grub.cfg


这里重要的是内核路径,在https://bbs.deepin.org/post/133725 里面,因为/boot设为独立分区了,所以用
  1. menuentry "Deepin Linux"{
  2.         set root=(hd0,4)
  3.         linux /vmlinuz root=/dev/sda4 ro quiet splash
  4.         initrd /initrd.img
  5. }
Copy the Code


发现区别了没? 少了/boot   内核名称也不一样   这些就是需要你自已根据 “blkid” 回显和“内核名称”需要灵活修改的
再说,15.4.1内核版本应该是vmlinuz-4.9.0-deepin9-amd64吧initrd.img-4.9.0-deepin9-amd64
Reply View the author
avatar
deepinPh
deepin
2017-10-21 16:42
#9
https://bbs.deepin.org/post/147006
思路如下
1、livecd启动
2、终端

有简单点的模式吗?
livecd是什么我都不懂。
Reply View the author
avatar
a2035274
deepin
2017-10-21 16:43
#10
本帖最后由 a2035274 于 2017-10-21 12:57 编辑
https://bbs.deepin.org/post/147006
尽量使用grub2为主引导,不要用win主引导。

grub2对于常用linux的人来说,这绝对是最优方案但对于常用windows的人来说并不是
引用 comzhong 的说法就是
  1. 对于Windows为主的人,可以不必关闭Windows快速启动,不会为了使用deepin而失去日常使用Windows享受快速启动的好处,同时,不会因为Windows快速启动锁定了分区,而让deepin不能正常使用
Copy the Code
Reply View the author
avatar
deepinPh
deepin
2017-10-21 16:48
#11
https://bbs.deepin.org/post/147006
对于常用linux的人来说,这绝对是最优方案但对于常用windows的人来说并不是
引用 comzhong 的说法就是
...

大佬看你回复的挺细致的,但是我第一次使用linux不怎么懂。可以给个联系联系方式具体指导我一下吗?问题解决了就删除绝对不打扰你
Reply View the author
avatar
a2035274
deepin
2017-10-21 16:48
#12
https://bbs.deepin.org/post/147006
有简单点的模式吗?
livecd是什么我都不懂。

deepin的安装盘就是livecd,你是怎么安装的?安装界面,提示选择语言的时候
ctrl+alt+f2
出现终端
输入startx
就出现livecd了
Reply View the author
avatar
deepinPh
deepin
2017-10-21 16:50
#13
https://bbs.deepin.org/post/147006
deepin的安装盘就是livecd,你是怎么安装的?安装界面,提示选择语言的时候
ctrl+alt+f2
出现终端

用U盘装的,是装的双系统,一个win7,一个深度。
Reply View the author
avatar
a2035274
deepin
2017-10-21 16:54
#14
https://bbs.deepin.org/post/147006
用U盘装的,是装的双系统,一个win7,一个深度。

那你就再用u盘启动,然后按我说的做就行了
Reply View the author
avatar
窄口牛
deepin
2017-10-21 16:55
#15
快速启动问题很简单,启动不了,bios时候按快捷键,选择一下硬盘启动应该就能解决快速启动引起的问题,也许最新的机器已经不行,就不知道了。你不关闭快速启动,深度会拒绝安装的,理论上绝大部分都关闭了快速启动了。
Reply View the author
avatar
deepinPh
deepin
2017-10-21 16:59
#16
https://bbs.deepin.org/post/147006
那你就再用u盘启动,然后按我说的做就行了

不是只有安装系统才会用u盘吗?用u盘开机?
Reply View the author
Comments
a2035274
2017-10-21 17:02
是的用u盘开机就是livecd
avatar
deepinPh
deepin
2017-10-21 17:10
#17
https://bbs.deepin.org/post/147006
不是只有安装系统才会用u盘吗?用u盘开机?

那个blikd在什么地方输入
Reply View the author
avatar
窄口牛
deepin
2017-10-21 17:21
#18
文件管理器,左边点开你的win系统盘,右边空白处右键打开终端,输入sudo blkid >3.txt回车,它会要求密码,你输入密码,然后点开看3.txt即可。
Reply View the author
avatar
窄口牛
deepin
2017-10-21 17:23
#19
不过easybcd加的引导不出意外是不支持加载grub2的配置命令,他需要的是g4d的配置文件,lst文件。
Reply View the author
avatar
a2035274
deepin
2017-10-21 17:34
#20
本帖最后由 a2035274 于 2017-10-21 13:01 编辑
https://bbs.deepin.org/post/147006
不过easybcd加的引导不出意外是不支持加载grub2的配置命令,他需要的是g4d的配置文件,lst文件。 ...

嗯嗯 ,我还真忘记了这个。不过https://bbs.deepin.org/post/133725
提供了一个附件,解压到windows的C盘应该就行了吧,他的思路是重编译grldr使其支持grub2吧
Reply View the author
1 / 2
To page