You are not logged in.
Pages: 1
Hi,
I'm trying to install ArchLinux on my UEFI machine. As suggested in another thread I've installed it via ArchBoot. Unfortunately I was not able to boot the non-lts kernel on the ArchBoot CD since the kernel hanges at loading the noveau driver.
1. Is there a way to disable the kernel from loading the noveau driver?
I've tried to edit the boot parameters, but there is none which seems to be responsible for that (and I fear it is not possible at all). The lts kernel on the ArchBoot CD boots fine and the installation worked, but unfortunately my network card (onboard Intel NIC 82579v) is not recognized by the kernel. A simple 'modprobe e1000e' loads the module, but no interface is created (ifconfig prints an error).
2. Is there really no driver for the 82579v NIC on the LTS kernel? Any ideas besides downloading a 3.0 kernel and adding the driver manually (if necessary) and compiling the kernel on my own?
Thanks in advance!
Michael
Offline
Interesting problem. I spent weeks trying to figure out how to get nouveau to load on a debian install.
Have you tried nomodeset? As I understand it, nouveau requires modesetting so maybe disabling that would force it to fall back to another driver?
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
disablemodules=nouveau should stop loading nouveau driver.
Offline
Pages: 1