If I try to install an antix kernel or any kernel with the Mx Package Installer I always get this: Error! Bad return status for module build on kernel: xxx
I mean everytime since the first time I installed Mx_Linux. The first time I was able to install a 4.22 antix kernel and booted with it regularly.
I installed Mx_Linux 18.3 3-4 times today and each time it would get the same error and I ended up with a flashing cursor in the top left.
So, this last time I used a terminal to install the kernel. It is just the header and the image; I would think it would pull some other dependencies in but, it does not.
Here is what the output looked like from terminal:
Code: Select all
cavsfan@mxlinux18:~
$ sudo apt install linux-headers-5.2.15-antix.1-amd64-smp linux-image-5.2.15-antix.1-amd64-smp
[sudo] password for cavsfan:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
linux-headers-5.2.15-antix.1-amd64-smp linux-image-5.2.15-antix.1-amd64-smp
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 60.3 MB of archives.
After this operation, 355 MB of additional disk space will be used.
Get:1 http://www.gtlib.gatech.edu/pub/MX-Linux/workspace/antix/stretch stretch/main amd64 linux-headers-5.2.15-antix.1-amd64-smp amd64 5.2.15-antix.1-amd64-smp-1 [11.4 MB]
Get:2 http://www.gtlib.gatech.edu/pub/MX-Linux/workspace/antix/stretch stretch/main amd64 linux-image-5.2.15-antix.1-amd64-smp amd64 5.2.15-antix.1-amd64-smp-1 [48.9 MB]
Fetched 60.3 MB in 17s (3,444 kB/s)
Selecting previously unselected package linux-headers-5.2.15-antix.1-amd64-smp.
(Reading database ... 257882 files and directories currently installed.)
Preparing to unpack .../linux-headers-5.2.15-antix.1-amd64-smp_5.2.15-antix.1-amd64-smp-1_amd64.deb ...
Unpacking linux-headers-5.2.15-antix.1-amd64-smp (5.2.15-antix.1-amd64-smp-1) ...
Selecting previously unselected package linux-image-5.2.15-antix.1-amd64-smp.
Preparing to unpack .../linux-image-5.2.15-antix.1-amd64-smp_5.2.15-antix.1-amd64-smp-1_amd64.deb ...
Unpacking linux-image-5.2.15-antix.1-amd64-smp (5.2.15-antix.1-amd64-smp-1) ...
Setting up linux-image-5.2.15-antix.1-amd64-smp (5.2.15-antix.1-amd64-smp-1) ...
Error! Bad return status for module build on kernel: 5.2.15-antix.1-amd64-smp (x86_64)
Consult /var/lib/dkms/broadcom-sta/6.30.223.271/build/make.log for more information.
Error! Bad return status for module build on kernel: 5.2.15-antix.1-amd64-smp (x86_64)
Consult /var/lib/dkms/nvidia-current/390.116/build/make.log for more information.
Error! Bad return status for module build on kernel: 5.2.15-antix.1-amd64-smp (x86_64)
Consult /var/lib/dkms/virtualbox-guest/5.2.24/build/make.log for more information.
update-initramfs: Generating /boot/initrd.img-5.2.15-antix.1-amd64-smp
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.2.15-antix.1-amd64-smp
Found initrd image: /boot/initrd.img-5.2.15-antix.1-amd64-smp
Found linux image: /boot/vmlinuz-4.19.0-5-amd64
Found initrd image: /boot/initrd.img-4.19.0-5-amd64
....
I could not find any way to change it.
If I install it via MX Package Installer it does the DKMS thing to both kernels and is unbootable.
But, since I installed it via CLI, it lets me get in through the 4.19.0-5-amd64 kernel.
So, is there some mystery to installing these kernels? It should be a piece of cake. I tried nomodeset on the kernel line and it was still unbootable.