📜  内核无法启动 5.13.0-23-generic - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:12.129000             🧑  作者: Mango

代码示例1
Today I got to fixing the known issue with some laptops only being 
able to boot when powered from AC and not from the battery.
 Before I applied the working solution 
(editing /etc/default/grub to include 
```
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash dis_ucode_ldr"
```
I decided to install the newest available kernel,
as some people reported that alone helped them.