Files
linux-wiki/content/deepin折腾笔记/第六章/README.md
2021-10-21 14:57:58 +08:00

3 lines
1.1 KiB
Markdown
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 第六章 Deepin 办公与生产力
grub引导菜单界面按e进入编辑模式MBR磁盘按Tab键修改“splash quiet”所在行在quiet之后添加nouveau.modeset=0 或 nomodeset或 nouveau.modeset=0 acpi_osi=! acpi="windows 2009"或 nomodeset acpi_osi=! acpi="windows 2009"注意添加上述参数时前后留空格。按下F10应用新参数启动。acpi="windows 2009"原理据说是因为有些老旧的BIOS无法识别高版本的Linux内核所以grub加上这个参数就可以欺骗BIOS让它以为系统是windows7然后就可以正常启动了。如果还无法成功可以尝试以下参数彻底禁掉nouveau开源驱动rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1如果安装完成后相同参数引导卡LOGO则可以尝试Ctrl+Alt+F2进入tty2终端安装显卡驱动。如果无法进入tty2请使用内核参数 systemd.unit=multi-user.target 进 shell之后参考“硬件与驱动”章节在终端安装显卡驱动。内核参数https://wiki.archlinux.org/index.php/Kernel_parameters