安装centos7遇到问题记录:nouveau xxx unknown chipset
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
安装centos7.9遇到此问题nouveau xxx unknown chipset
解决方法:
看到Install CentOS Linux 7选择按e进入编辑界面
首先能看到
setparams 'Install CentOS Linux 7'
linuxefi/images/pxeboot/vmlinuz inst.stage2=hd:LABEL=CentOS\x207\x20x86_64 xdriver=vesa nomodeset quiet
initrdefi /images/pxeboot/initrd.img
然后执行ctrl+x
修改第二行为
setparams 'Install CentOS Linux 7'
linuxefi /images/pxeboot/vmlinuz linux dd nomodeset quiet
initrdefi /images/pxeboot/initrd.img
然后执行ctrl+x
然后找到U盘的位置,我的U盘位置为/dev/sdb4,然后修改
setparams 'Install CentOS Linux 7'
linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:/dev/sdb4 nomodeset quiet
initrdefi /images/pxeboot/initrd.img
然后执行ctrl+x
修改标题的问题主要是应该禁用显卡,修改如下:
setparams 'Install CentOS Linux 7'
linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:/dev/sdb4 nomodeset nouveau.modeset=0 quiet
initrdefi /images/pxeboot/initrd.img
然后执行ctrl+x
然后就应该解决了标题的问题。
GitHub 加速计划 / li / linux-dash
6
1
下载
A beautiful web dashboard for Linux
最近提交(Master分支:3 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献6条内容
所有评论(0)