Ubuntu 18.04启动后死机

启动讨论 grub/grub2/syslinux/grub4dos/Lilo
回复
天际之上
帖子: 38
注册时间: 2020-04-15 14:46
系统: Kubuntu 20.04

Ubuntu 18.04启动后死机

#1

帖子 天际之上 » 2020-04-15 15:01

Ubuntu 18.04启动后死机
引导方式是UEFI+GPT
在出现问题前更新过一次系统,但是重启后还是正常的
后来再开机的时候在登录页面死机,电源键,复位键失效,只能断电。。
启动时如果添加nomodeset则正常
头像
qy117121
论坛版主
帖子: 50586
注册时间: 2007-12-14 13:40
系统: Winbuntu
来自: 志虚国乌由市
联系:

Re: Ubuntu 18.04启动后死机

#2

帖子 qy117121 » 2020-04-15 15:14

那就添加啊
渠月 · QY   
本人只会灌水,不负责回答问题
无聊可以点一下→ http://u.nu/ubuntu

邮箱 [email protected]
天际之上
帖子: 38
注册时间: 2020-04-15 14:46
系统: Kubuntu 20.04

Re: Ubuntu 18.04启动后死机

#3

帖子 天际之上 » 2020-04-15 15:34

qy117121 写了: 2020-04-15 15:14 那就添加啊
可是添加后只有1024x768的分辨率
头像
qy117121
论坛版主
帖子: 50586
注册时间: 2007-12-14 13:40
系统: Winbuntu
来自: 志虚国乌由市
联系:

Re: Ubuntu 18.04启动后死机

#4

帖子 qy117121 » 2020-04-15 17:35

卸载显卡驱动,重新安装试试
渠月 · QY   
本人只会灌水,不负责回答问题
无聊可以点一下→ http://u.nu/ubuntu

邮箱 [email protected]
天际之上
帖子: 38
注册时间: 2020-04-15 14:46
系统: Kubuntu 20.04

Re: Ubuntu 18.04启动后死机

#5

帖子 天际之上 » 2020-04-15 18:38

qy117121 写了: 2020-04-15 17:35 卸载显卡驱动,重新安装试试
我的显卡是amd的,不知道哪个软件包是驱动。。。
头像
qy117121
论坛版主
帖子: 50586
注册时间: 2007-12-14 13:40
系统: Winbuntu
来自: 志虚国乌由市
联系:

Re: Ubuntu 18.04启动后死机

#6

帖子 qy117121 » 2020-04-15 19:45

升级造成的话,是不是安装了新内核呢,开机时选择旧内核试试
我建议安装20.04 https://mirrors.tuna.tsinghua.edu.cn/ub ... ses/20.04/
渠月 · QY   
本人只会灌水,不负责回答问题
无聊可以点一下→ http://u.nu/ubuntu

邮箱 [email protected]
天际之上
帖子: 38
注册时间: 2020-04-15 14:46
系统: Kubuntu 20.04

Re: Ubuntu 18.04启动后死机

#7

帖子 天际之上 » 2020-04-15 19:59

qy117121 写了: 2020-04-15 19:45 升级造成的话,是不是安装了新内核呢,开机时选择旧内核试试
我建议安装20.04 https://mirrors.tuna.tsinghua.edu.cn/ub ... ses/20.04/
本以为用旧内核开机成功登录就没问题了,然而没两秒又死机了 :Cry :Cry
天际之上
帖子: 38
注册时间: 2020-04-15 14:46
系统: Kubuntu 20.04

Re: Ubuntu 18.04启动后死机

#8

帖子 天际之上 » 2020-04-24 20:02

qy117121 写了: 2020-04-15 19:45 升级造成的话,是不是安装了新内核呢,开机时选择旧内核试试
我建议安装20.04 https://mirrors.tuna.tsinghua.edu.cn/ub ... ses/20.04/
20.04已经试了 安装的时候就死机了
头像
primes
帖子: 142
注册时间: 2007-05-10 11:43
系统: Ubuntu18.04、Win 10

Re: Ubuntu 18.04启动后死机

#9

帖子 primes » 2020-04-24 21:03

(方向)很早之前的翻译:
nomodeset
The newest kernels have moved the video mode setting into the kernel. So all the programming of the hardware specific clock rates and registers on the video card happen in the kernel rather than in the X driver when the X server starts.. This makes it possible to have high resolution nice looking splash (boot) screens and flicker free transitions from boot splash to login screen. Unfortunately, on some cards this doesnt work properly and you end up with a black screen. Adding the nomodeset parameter instructs the kernel to not load video drivers and use BIOS modes instead until X is loaded.
翻译:
最新的内核已经把视频模式设置嵌入内核中,所以所有显卡硬件程序的指定时钟和寄存器当图形服务器启动时在内核进行而不是图形设备运行,这使得我们在启动时可以看到不闪的和高分辨率的好看的启动界面,但是,在某些视频卡它不能正常工作而现实黑屏,增加nomodeset参数则告诉内核不要加载显卡而用BIOS模式直到图形界面运行。
天际之上
帖子: 38
注册时间: 2020-04-15 14:46
系统: Kubuntu 20.04

Re: Ubuntu 18.04启动后死机

#10

帖子 天际之上 » 2020-04-24 21:17

primes 写了: 2020-04-24 21:03 (方向)很早之前的翻译:
nomodeset
The newest kernels have moved the video mode setting into the kernel. So all the programming of the hardware specific clock rates and registers on the video card happen in the kernel rather than in the X driver when the X server starts.. This makes it possible to have high resolution nice looking splash (boot) screens and flicker free transitions from boot splash to login screen. Unfortunately, on some cards this doesnt work properly and you end up with a black screen. Adding the nomodeset parameter instructs the kernel to not load video drivers and use BIOS modes instead until X is loaded.
翻译:
最新的内核已经把视频模式设置嵌入内核中,所以所有显卡硬件程序的指定时钟和寄存器当图形服务器启动时在内核进行而不是图形设备运行,这使得我们在启动时可以看到不闪的和高分辨率的好看的启动界面,但是,在某些视频卡它不能正常工作而现实黑屏,增加nomodeset参数则告诉内核不要加载显卡而用BIOS模式直到图形界面运行。
请问这样做的话安装好是可以使用硬件加速吗?
头像
primes
帖子: 142
注册时间: 2007-05-10 11:43
系统: Ubuntu18.04、Win 10

Re: Ubuntu 18.04启动后死机

#11

帖子 primes » 2020-04-25 8:45

天际之上 写了: 2020-04-24 21:17 请问这样做的话安装好是可以使用硬件加速吗?
没遇到过,没试过,只是告诉你“本质”和“方向”。
但我认为应该先可用,再找解决方法!
天际之上
帖子: 38
注册时间: 2020-04-15 14:46
系统: Kubuntu 20.04

Re: Ubuntu 18.04启动后死机

#12

帖子 天际之上 » 2020-04-25 14:55

primes 写了: 2020-04-25 8:45
天际之上 写了: 2020-04-24 21:17 请问这样做的话安装好是可以使用硬件加速吗?
没遇到过,没试过,只是告诉你“本质”和“方向”。
但我认为应该先可用,再找解决方法!
已经试过了,第一次进系统也正常。但是第二次死机问题就出现了
这是这个问题更详细的描述 https://forum.ubuntu.com.cn/viewtopic.p ... 6&t=490975
头像
primes
帖子: 142
注册时间: 2007-05-10 11:43
系统: Ubuntu18.04、Win 10

Re: Ubuntu 18.04启动后死机

#13

帖子 primes » 2020-04-25 17:24

是不是应该考虑下硬件?是固态硬盘吗?内存是单条,还是双条,如果是双条是否是同品牌同型号(即是否存在后来增加过内存)。
别的系统不出问题,不代表没有硬件兼容性问题。
特别是固态硬盘,有多的,可以换个机械试试!
天际之上
帖子: 38
注册时间: 2020-04-15 14:46
系统: Kubuntu 20.04

Re: Ubuntu 18.04启动后死机

#14

帖子 天际之上 » 2020-04-25 18:58

primes 写了: 2020-04-25 17:24 是不是应该考虑下硬件?是固态硬盘吗?内存是单条,还是双条,如果是双条是否是同品牌同型号(即是否存在后来增加过内存)。
别的系统不出问题,不代表没有硬件兼容性问题。
特别是固态硬盘,有多的,可以换个机械试试!
用的是机械硬盘,内存条双条同型号
回复