L
L
lohmag2014-12-05 10:49:22
linux
lohmag, 2014-12-05 10:49:22

How to load kernel without specific module?

I updated the e1000e module and now linux does not boot with the error sysenter_do_call+0x12/0x28
How can I load the kernel without this module in the grub console?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir, 2014-12-05
@rostel

echo "blacklist e1000e" > /etc/modprobe.d/blacklist-e1000e
ADD:
kernel parameter
modprobe.blacklist=e1000e

V
Vladimir, 2014-12-05
@azrail_dev

https://www.debian.org/releases/lenny/arm/ch05s03....
Clause 5.3.1.3. Blacklisting kernel modules

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question