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,挑战太大。自觉能力需要提升!!!