-
-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Booting Arch Linux #702
Comments
To my eyes, it seems that the initramfs should include i915 driver. No contact whatsoever with Archlinux, but any strings we could pull would be awesome here, since it seems some users are using Archlinux over Heads. Here is the kexec command line screen capture from @lynxred: #1117 (comment) As noted under #1117, I am no Archlinux user, but PR #1120 should permit other users to test this further if needed. (I confirm the latest ISO boots.... So...... We would expect the ISO initrd actually provides i915, so the installer should also provide it.... But that is just suppositions). |
As mentioned in my first post above i915 is included in initrd once Not sure if I get to it any time soon. Actually, I changed my setup and only use my x230 for some tests and specialities and not on a everyday basis any more. Actually I re-flashed with coreboot this weekend and I'd need to flash heads again... Anyway, I switch over to the PR... |
@techge so basically, i understand from your experience that adding i915 in initrd, from the booted installer iso, might work around the issue. |
That is correct. The way I see it, this has nothing to do with heads. As I said elsewhere, I used coreboot on my x230 these days and had the same issue. I needed to find out about this again 😄 |
It would be interesting to know which modules are packed by default under initrd by archlinux installation. As per recent work, we expect efifb to be able to drive simpledrm, simplefb and efifb |
Looking at this issue in another context, I found out how to fix an issue I had in Arch Linux so far.
What is happening
When kexec is starting the Arch Linux kernel and initramfs, the screen is not showing anything. I found out that the system is booting normally, if I just blindly type in my luks passphrase.
How it should look
You should be able to see early messages of the initramfs, instead you only the kernel messages after assuming what is happening.
How to fix
Adding i915 module to the initramfs fixes this issue.
The text was updated successfully, but these errors were encountered: