Inside chroot environment Make sure if you have installed efibootmgr
grub-install --efi-directory=/boot/efi --target=x86_64-efi /dev/sdX
Install fbset
Use
fbset -xres 2000 -yres 1200
Or something like that
Use lspci -k
to show drivers in use.
Find the Wi-Fi adapter (most likely the Broadcom one)
If the kernel driver in use is either bcma-pci-bridge
or b43-pci-bridge
, I need
this process
sudo pacman-mirrors -f 5 && sudo pacman -Syyu
to update systemsudo pacman -S $(pacman -Qsq "^linux" | grep "^linux[0-9]*[-rt]*$" | awk '{print $1"-headers"}' ORS=' ')
to install Linux headers packagessudo pacman -S dkms
sudo pacman -S broadcom-wl-dkms
ref: https://archived.forum.manjaro.org/t/broadcom-wifi-driver-fails-to-install-properly/46316/2