Ubuntu 18.04启动后死机
-
- 帖子: 38
- 注册时间: 2020-04-15 14:46
- 系统: Kubuntu 20.04
Ubuntu 18.04启动后死机
Ubuntu 18.04启动后死机
引导方式是UEFI+GPT
在出现问题前更新过一次系统,但是重启后还是正常的
后来再开机的时候在登录页面死机,电源键,复位键失效,只能断电。。
启动时如果添加nomodeset则正常
引导方式是UEFI+GPT
在出现问题前更新过一次系统,但是重启后还是正常的
后来再开机的时候在登录页面死机,电源键,复位键失效,只能断电。。
启动时如果添加nomodeset则正常
- qy117121
- 论坛版主
- 帖子: 50586
- 注册时间: 2007-12-14 13:40
- 系统: Winbuntu
- 来自: 志虚国乌由市
- 联系:
-
- 帖子: 38
- 注册时间: 2020-04-15 14:46
- 系统: Kubuntu 20.04
- qy117121
- 论坛版主
- 帖子: 50586
- 注册时间: 2007-12-14 13:40
- 系统: Winbuntu
- 来自: 志虚国乌由市
- 联系:
Re: Ubuntu 18.04启动后死机
卸载显卡驱动,重新安装试试
-
- 帖子: 38
- 注册时间: 2020-04-15 14:46
- 系统: Kubuntu 20.04
- qy117121
- 论坛版主
- 帖子: 50586
- 注册时间: 2007-12-14 13:40
- 系统: Winbuntu
- 来自: 志虚国乌由市
- 联系:
Re: Ubuntu 18.04启动后死机
升级造成的话,是不是安装了新内核呢,开机时选择旧内核试试
我建议安装20.04 https://mirrors.tuna.tsinghua.edu.cn/ub ... ses/20.04/
我建议安装20.04 https://mirrors.tuna.tsinghua.edu.cn/ub ... ses/20.04/
-
- 帖子: 38
- 注册时间: 2020-04-15 14:46
- 系统: Kubuntu 20.04
Re: Ubuntu 18.04启动后死机
本以为用旧内核开机成功登录就没问题了,然而没两秒又死机了qy117121 写了: ↑2020-04-15 19:45 升级造成的话,是不是安装了新内核呢,开机时选择旧内核试试
我建议安装20.04 https://mirrors.tuna.tsinghua.edu.cn/ub ... ses/20.04/


-
- 帖子: 38
- 注册时间: 2020-04-15 14:46
- 系统: Kubuntu 20.04
Re: Ubuntu 18.04启动后死机
20.04已经试了 安装的时候就死机了qy117121 写了: ↑2020-04-15 19:45 升级造成的话,是不是安装了新内核呢,开机时选择旧内核试试
我建议安装20.04 https://mirrors.tuna.tsinghua.edu.cn/ub ... ses/20.04/
- primes
- 帖子: 142
- 注册时间: 2007-05-10 11:43
- 系统: Ubuntu18.04、Win 10
Re: Ubuntu 18.04启动后死机
(方向)很早之前的翻译:
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模式直到图形界面运行。
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启动后死机
请问这样做的话安装好是可以使用硬件加速吗?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
-
- 帖子: 38
- 注册时间: 2020-04-15 14:46
- 系统: Kubuntu 20.04
Re: Ubuntu 18.04启动后死机
- primes
- 帖子: 142
- 注册时间: 2007-05-10 11:43
- 系统: Ubuntu18.04、Win 10
Re: Ubuntu 18.04启动后死机
是不是应该考虑下硬件?是固态硬盘吗?内存是单条,还是双条,如果是双条是否是同品牌同型号(即是否存在后来增加过内存)。
别的系统不出问题,不代表没有硬件兼容性问题。
特别是固态硬盘,有多的,可以换个机械试试!
别的系统不出问题,不代表没有硬件兼容性问题。
特别是固态硬盘,有多的,可以换个机械试试!
-
- 帖子: 38
- 注册时间: 2020-04-15 14:46
- 系统: Kubuntu 20.04