【发布时间】:2020-02-15 19:35:42
【问题描述】:
我在 USB 密钥中“烧录”了最后一个 Lubuntu ISO,我可以进入 GRUB,但如果我选择一个选项,屏幕将永远变黑
我的电脑完全是 UEFI(我猜)并且 nomodeset 没有任何改变
grub.cfg 就是这样
set gfxpayload=keep
linux /casper/vmlinuz file=/cdrom/preseed/lubuntu.seed boot=casper quiet splash ---
initrd /casper/initrd
USB 密钥已打开 (hd0,msdos1)。
我试过没有/cdrom 和(hd0,msdos1) 和同样的
一些环境变量
cmdpath=(hd0,msdos1)/EFI/BOOT
root=hd0,msdos1
prefix=(hd0,msdos1)/boot/grub
如果我不使用linux initramfs 请我先加载内核,如果我不使用initrd 我会得到Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
我不知道我该如何进一步,所以我就写我所做的
我在set 之前插入了一个回声,在set 之后插入了一个echo 和sleep 3,在linux 之后相同,在initrd 之后相同,并且在启动过程中,我在键盘上输入了所有@ 987654334@ 和 lubuntu 启动屏幕出现了,但他在 2 秒后消失了,以便放置到内核日志中
0183882 ACPI BIOS Error (bug): Failure creating (\_8B.PCIO.XHC.RHUB.HS01. UPC, AE ALREADY EXISTS 20181213 /dswload2-324)
0183890 ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181213/psobject-221)
U 0189894 ACPI BIOS Error (bug): Failure creating (W_SB.PCIO.XHC.RHUB.HS01.PLD], AE ALREADY EXISTS 20181213 /dswload2-324)
01838971 ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181213/psobject-221)
0184241 ] ACPI BIOS Error (bug): Could not resolve _SB.PICO.RPO5.PXSX.HIST, AE NOT FOUND 20181213 /psargs-330)
0184248 ] ACPI Error: Method parse/execution failed CNDP, ARE NOT FOUND (20181213/psparse-531)
0184252 ] ACPI Error: Method parse/execution failed, AE NOT FOUND (20181213/psparse-531)
[ 0184254 ACPT Error: Invalid zero thread count in method 20181213 /dsmethod-774)
0184256 ] ACPI Error: Invalid Owner Id: 0x 0020181213 /utownerid 156)
0184342 ACPI Error: AE NOT FOUND, (SSDT:xh whld4) while loading table (20181213/tbxfload-196)
0184342 ACPI Error: 1 table load failures, 9 successful 20181213 /tbxf load-214)
6572044 ] Couldn't get size: 0x800000000000000e
[ 8026762 sd 1:0:0:0: (sda) No Caching mode page found
8026779 sd 1:0:0:0: (sda Assuming drive cache: write through
86391014 ] hdaudio hdaud LOCOD2: Unable to bind the codec
从这里我可以 CTRL + ALT + Fi 进入 ttyi 并使用默认 Lubuntu 帐户登录
我真的不明白发生了什么,但我比以前更进一步了。但我无法重现它
如果我只是重写linux 和initrd 第二次底部并且我混合Ctrl + Alt + Fi,它也可以工作
简而言之,如果我以任何可能的方式干扰linux+initrd 的正常执行,它几乎不会起作用
我可以去 ttyi 并启动 X 并开始工作
但在正常情况下我的问题仍然存在
我发现第二种方法可以重现
【问题讨论】: