You are not logged in.
Pages: 1
Hey there,
I am new on Arch Linux. I am using Lenovo laptop. I want OEM logo after booting. So, I tried this https://wiki.archlinux.org/index.php/Si … _from_BIOS and this Video. But getting only black screen instead of logo until SDDM.
I have 5.4.54-1-lts kernel. Using systemd-boot bootloader. This is the output for my /boot/loader/entries/arch.conf:
title Arch Linux
linux /vmlinuz-linux-lts
initrd /intel-ucode.img
initrd /initramfs-linux-lts.img
options root="LABEL=archlinux" ro quiet vga=current loglevel=3 rd.systemd.show_status=auto rd.udev.log_priority=3 vt.global_cursor_default=0 i915.fastboot=1 fbcon=nodefer video=SVIDEO-1:dSorry for my bad English and formatting. ![]()
Last edited by wboy (2020-08-04 05:31:26)
Offline
Some boot options might override others? IIRC, vga= is such an option, and deprecated anyhow. Or fbcon.
Not 100% sure, but the wiki article seems to suggest that this is only for UEFI systems? Have you trie the suggested EFISTUB?
Offline
Using quiet video=SVIDEO-1:d on options and it's working. Also quiet splash just works for me. ![]()
Last edited by wboy (2020-08-04 05:32:25)
Offline
Then please mark your thread title SOLVED.
Offline
Pages: 1