LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   antiX / MX Linux (https://www.linuxquestions.org/questions/antix-mx-linux-127/)
-   -   Where are the kernel? (https://www.linuxquestions.org/questions/antix-mx-linux-127/where-are-the-kernel-4175649026/)

amandus 02-25-2019 10:18 AM

Where are the kernel?
 
I look in /boot but thera are nothing but the x86_64 in EFI direktorn, but where are Intel-ucode and vmlinuz?...and other files used to be.

Mx Linux 18.1

ondoho 02-25-2019 01:51 PM

Code:

find / -iname '*vmlinuz*' -o -iname '*Intel-ucode*' 2>/dev/null

amandus 02-26-2019 01:30 AM

$ find / -iname '*vmlinuz*' -o -iname '*Intel-ucode*' 2>/dev/null

/usr/local/lib/cli-shell-utils/bin/vmlinuz-version
/lib/firmware/intel-ucode


Thank you.

ondoho 02-26-2019 01:56 AM

^ that can't be all.
maybe you need to add the -L option.

amandus 02-26-2019 02:22 AM

Quote:

Originally Posted by ondoho (Post 5967011)
^ that can't be all.
maybe you need to add the -L option.

L option? How?

pan64 02-26-2019 02:36 AM

find -L .....

amandus 02-26-2019 02:45 AM

Ok I tried that, and locate

$ find -L / -iname '*vmlinuz*' -o -iname '*Intel-ucode*' 2>/dev/null
/usr/local/lib/cli-shell-utils/bin/vmlinuz-version
/lib/firmware/intel-ucode

$ sudo locate vmlinuz
/usr/local/lib/cli-shell-utils/bin/vmlinuz-version

$ sudo locate intel-ucode
/lib/firmware/intel-ucode

There are nothing, I have no clue:)

pan64 02-26-2019 02:57 AM

locate works only if you executed sudo updatedb

amandus 02-26-2019 03:47 AM

Quote:

Originally Posted by pan64 (Post 5967026)
locate works only if you executed sudo updatedb

I have done that as root

pan64 02-26-2019 04:03 AM

in that case I have to say something is not ok on that host.

amandus 02-26-2019 04:12 AM

Quote:

Originally Posted by pan64 (Post 5967035)
in that case I have to say something is not ok on that host.

I had earlier mx 18 installed and everything was ok, then I want to try AntiX but I donīt like it so much.

Under the time mx 18.1 has arrived and I put that in instead. I know mx 18 had kernels and intel-code in boot but not my 18.1, but it works without, strange. I think I install 18 again and upgrade to 18.1 instead.

Thank you for all yours replies:)

amandus 02-26-2019 05:43 AM

No I have installed mx18 and I got this:

$ find / -iname '*vmlinuz*' -o -iname '*Intel-ucode*' 2>/dev/null
/boot/vmlinuz-4.19.0-1-amd64
/usr/local/lib/cli-shell-utils/bin/vmlinuz-version
/lib/firmware/intel-ucode

And in /boot there are plenty of files.

colorpurple21859 02-26-2019 10:35 AM

what is output of lsblk

hazel 02-26-2019 11:27 AM

Did you have the EFI system partition mounted on /boot/efi when you did your searches? Because it looks from your first post as if you have one. If so, that's where the kernel will probably be.

ondoho 02-27-2019 12:43 AM

it's possible this had something to do with antiX' live boot + persistence system.
i could think of a few more diagnostics to figure it out, but it's moot now because OP already installed MX Linux instead.


All times are GMT -5. The time now is 06:29 PM.