侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

联想K41安装Debian Gnu/Linux笔记

2023-12-03 星期日 / 0 评论 / 0 点赞 / 87 阅读 / 707 字

Then, in the grub.cfg file, add the following lines to enable GRUB to pass the video mode correctly

Then, in the grub.cfg file, add the following lines to enable GRUB to pass the video mode correctly to the kernel, without of which you will only get a black screen (no output) but booting (actually) proceeds successfully without any system hang. BIOS systems: insmod vbe UEFI systems: insmod efi_gop insmod efi_uga After that add the following code (common to both BIOS and UEFI): insmod font if loadfont ${prefix}/fonts/unicode.pf2 then insmod gfxterm set gfxmode=auto set gfxpayload=keep terminal_output gfxterm

问题太多,等到Debian Gnu/Linux 9的时候继续进行测试安装。各种硬件驱动BUG,挑战太大。自觉能力需要提升!!!

广告 广告

评论区