New kernel not in grub

When you run into problems installing MX Linux XFCE
Message
Author
User avatar
towwire
Posts: 648
Joined: Fri Oct 15, 2010 12:15 pm

New kernel not in grub

#1 Post by towwire »

At first I try to install the MX 4.19 kernel there was an error about a ram disk, but it show generating a grub with 4.19. On reboot it was not in the menu to boot too. So I decided to try and add the antiX 4.20 kernel and on reboot neither of the added kernel's were there. So then I uninstall the MX 4.19 after that did a reinstall of the antiX one. So in grub boot menu I still only have the MX 4.15 to boot too. As much as I could find is below.

here is my system, boot UEFI:

Code: Select all

towwire@mx17a:/boot
$ inxi -F
System:    Host: mx17a Kernel: 4.15.0-1-amd64 x86_64 bits: 64 Desktop: Xfce 4.12.3 
           Distro: MX-18.1_x64 Continuum March 14  2018 
Machine:   Type: Desktop System: Gigabyte product: N/A v: N/A serial: <root required> 
           Mobo: Gigabyte model: F2A88X-UP4 v: x.x serial: <root required> UEFI: American Megatrends v: F8a date: 12/14/2015 
CPU:       Topology: Quad Core model: AMD A10-7850K Radeon R7 12 Compute Cores 4C+8G bits: 64 type: MCP L2 cache: 2048 KiB 
           Speed: 2638 MHz min/max: 1700/3700 MHz Core speeds (MHz): 1: 2906 2: 2481 3: 2649 4: 2688 
Graphics:  Device-1: Advanced Micro Devices [AMD/ATI] Kaveri [Radeon R7 Graphics] driver: radeon v: kernel 
           Display: x11 server: X.Org 1.19.2 driver: ati,radeon unloaded: fbdev,modesetting,vesa resolution: 1920x1200~60Hz 
           OpenGL: renderer: AMD KAVERI (DRM 2.50.0 4.15.0-1-amd64 LLVM 7.0.0) v: 4.5 Mesa 18.2.6 
Audio:     Device-1: Advanced Micro Devices [AMD/ATI] Kaveri HDMI/DP Audio driver: snd_hda_intel 
           Device-2: Advanced Micro Devices [AMD] FCH Azalia driver: snd_hda_intel 
           Sound Server: ALSA v: k4.15.0-1-amd64 
Network:   Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet driver: r8169 
           IF: eth0 state: up speed: 1000 Mbps duplex: full mac: 74:d4:35:57:f2:98 
           IF-ID-1: tun0 state: unknown speed: 10 Mbps duplex: full mac: N/A 
Drives:    Local Storage: total: 2.74 TiB used: 657.89 GiB (23.4%) 
           ID-1: /dev/sda vendor: Seagate model: ST2000DM001-1CH164 size: 1.82 TiB 
           ID-2: /dev/sdb vendor: Seagate model: ST1000DM003-1ER162 size: 931.51 GiB 
           ID-3: /dev/sdc type: USB vendor: A-Data model: USB Flash Drive size: 14.45 GiB 
Partition: ID-1: / size: 24.48 GiB used: 10.97 GiB (44.8%) fs: ext4 dev: /dev/sda2 
           ID-2: /home size: 48.97 GiB used: 29.11 GiB (59.5%) fs: ext4 dev: /dev/sda3 
Sensors:   System Temperatures: cpu: 3.0 C mobo: N/A gpu: radeon temp: 6 C 
           Fan Speeds (RPM): N/A 
Info:      Processes: 203 Uptime: 9h 15m Memory: 30.38 GiB used: 644.7 MiB (2.1%) Shell: bash inxi: 3.0.29 
towwire@mx17a:/boot
$ 
And here is the /boot tree

Code: Select all

towwire@mx17a:/boot
$ tree
.
├── config-4.15.0-1-amd64
├── config-4.20.12-antix.1-amd64-smp
├── efi
│   └── EFI
│       ├── MX17
│       │   └── grubx64.efi
│       ├── MX18
│       │   └── grubx64.efi
│       └── MX18.1
│           └── grubx64.efi
├── grub
│   ├── fonts
│   │   └── unicode.pf2
│   ├── grub.cfg
│   ├── grubenv
│   ├── i386-pc
│   │   ├── 915resolution.mod
│   │   ├── acpi.mod
│   │   ├── adler32.mod
│   │   ├── affs.mod
│   │   ├── afs.mod
│   │   ├── ahci.mod
│   │   ├── all_video.mod
│   │   ├── aout.mod
│   │   ├── archelp.mod
│   │   ├── ata.mod
│   │   ├── at_keyboard.mod
│   │   ├── backtrace.mod
│   │   ├── bfs.mod
│   │   ├── biosdisk.mod
│   │   ├── bitmap.mod
│   │   ├── bitmap_scale.mod
│   │   ├── blocklist.mod
│   │   ├── boot.img
│   │   ├── boot.mod
│   │   ├── bsd.mod
│   │   ├── bswap_test.mod
│   │   ├── btrfs.mod
│   │   ├── bufio.mod
│   │   ├── cat.mod
│   │   ├── cbfs.mod
│   │   ├── cbls.mod
│   │   ├── cbmemc.mod
│   │   ├── cbtable.mod
│   │   ├── cbtime.mod
│   │   ├── chain.mod
│   │   ├── cmdline_cat_test.mod
│   │   ├── cmosdump.mod
│   │   ├── cmostest.mod
│   │   ├── cmp.mod
│   │   ├── cmp_test.mod
│   │   ├── command.lst
│   │   ├── configfile.mod
│   │   ├── core.img
│   │   ├── cpio_be.mod
│   │   ├── cpio.mod
│   │   ├── cpuid.mod
│   │   ├── crc64.mod
│   │   ├── cryptodisk.mod
│   │   ├── crypto.lst
│   │   ├── crypto.mod
│   │   ├── cs5536.mod
│   │   ├── ctz_test.mod
│   │   ├── datehook.mod
│   │   ├── date.mod
│   │   ├── datetime.mod
│   │   ├── diskfilter.mod
│   │   ├── disk.mod
│   │   ├── div.mod
│   │   ├── div_test.mod
│   │   ├── dm_nv.mod
│   │   ├── drivemap.mod
│   │   ├── echo.mod
│   │   ├── efiemu32.o
│   │   ├── efiemu64.o
│   │   ├── efiemu.mod
│   │   ├── ehci.mod
│   │   ├── elf.mod
│   │   ├── eval.mod
│   │   ├── exfat.mod
│   │   ├── exfctest.mod
│   │   ├── ext2.mod
│   │   ├── extcmd.mod
│   │   ├── fat.mod
│   │   ├── file.mod
│   │   ├── font.mod
│   │   ├── freedos.mod
│   │   ├── fshelp.mod
│   │   ├── fs.lst
│   │   ├── functional_test.mod
│   │   ├── gcry_arcfour.mod
│   │   ├── gcry_blowfish.mod
│   │   ├── gcry_camellia.mod
│   │   ├── gcry_cast5.mod
│   │   ├── gcry_crc.mod
│   │   ├── gcry_des.mod
│   │   ├── gcry_dsa.mod
│   │   ├── gcry_idea.mod
│   │   ├── gcry_md4.mod
│   │   ├── gcry_md5.mod
│   │   ├── gcry_rfc2268.mod
│   │   ├── gcry_rijndael.mod
│   │   ├── gcry_rmd160.mod
│   │   ├── gcry_rsa.mod
│   │   ├── gcry_seed.mod
│   │   ├── gcry_serpent.mod
│   │   ├── gcry_sha1.mod
│   │   ├── gcry_sha256.mod
│   │   ├── gcry_sha512.mod
│   │   ├── gcry_tiger.mod
│   │   ├── gcry_twofish.mod
│   │   ├── gcry_whirlpool.mod
│   │   ├── gdb.mod
│   │   ├── geli.mod
│   │   ├── gettext.mod
│   │   ├── gfxmenu.mod
│   │   ├── gfxterm_background.mod
│   │   ├── gfxterm_menu.mod
│   │   ├── gfxterm.mod
│   │   ├── gptsync.mod
│   │   ├── gzio.mod
│   │   ├── halt.mod
│   │   ├── hashsum.mod
│   │   ├── hdparm.mod
│   │   ├── hello.mod
│   │   ├── help.mod
│   │   ├── hexdump.mod
│   │   ├── hfs.mod
│   │   ├── hfspluscomp.mod
│   │   ├── hfsplus.mod
│   │   ├── http.mod
│   │   ├── hwmatch.mod
│   │   ├── iorw.mod
│   │   ├── iso9660.mod
│   │   ├── jfs.mod
│   │   ├── jpeg.mod
│   │   ├── keylayouts.mod
│   │   ├── keystatus.mod
│   │   ├── ldm.mod
│   │   ├── legacycfg.mod
│   │   ├── legacy_password_test.mod
│   │   ├── linux16.mod
│   │   ├── linux.mod
│   │   ├── loadenv.mod
│   │   ├── loopback.mod
│   │   ├── lsacpi.mod
│   │   ├── lsapm.mod
│   │   ├── lsmmap.mod
│   │   ├── ls.mod
│   │   ├── lspci.mod
│   │   ├── luks.mod
│   │   ├── lvm.mod
│   │   ├── lzopio.mod
│   │   ├── macbless.mod
│   │   ├── macho.mod
│   │   ├── mda_text.mod
│   │   ├── mdraid09_be.mod
│   │   ├── mdraid09.mod
│   │   ├── mdraid1x.mod
│   │   ├── memdisk.mod
│   │   ├── memrw.mod
│   │   ├── minicmd.mod
│   │   ├── minix2_be.mod
│   │   ├── minix2.mod
│   │   ├── minix3_be.mod
│   │   ├── minix3.mod
│   │   ├── minix_be.mod
│   │   ├── minix.mod
│   │   ├── mmap.mod
│   │   ├── moddep.lst
│   │   ├── modinfo.sh
│   │   ├── morse.mod
│   │   ├── mpi.mod
│   │   ├── msdospart.mod
│   │   ├── mul_test.mod
│   │   ├── multiboot2.mod
│   │   ├── multiboot.mod
│   │   ├── nativedisk.mod
│   │   ├── net.mod
│   │   ├── newc.mod
│   │   ├── nilfs2.mod
│   │   ├── normal.mod
│   │   ├── ntfscomp.mod
│   │   ├── ntfs.mod
│   │   ├── ntldr.mod
│   │   ├── odc.mod
│   │   ├── offsetio.mod
│   │   ├── ohci.mod
│   │   ├── part_acorn.mod
│   │   ├── part_amiga.mod
│   │   ├── part_apple.mod
│   │   ├── part_bsd.mod
│   │   ├── part_dfly.mod
│   │   ├── part_dvh.mod
│   │   ├── part_gpt.mod
│   │   ├── partmap.lst
│   │   ├── part_msdos.mod
│   │   ├── part_plan.mod
│   │   ├── part_sun.mod
│   │   ├── part_sunpc.mod
│   │   ├── parttool.lst
│   │   ├── parttool.mod
│   │   ├── password.mod
│   │   ├── password_pbkdf2.mod
│   │   ├── pata.mod
│   │   ├── pbkdf2.mod
│   │   ├── pbkdf2_test.mod
│   │   ├── pcidump.mod
│   │   ├── pci.mod
│   │   ├── plan9.mod
│   │   ├── play.mod
│   │   ├── png.mod
│   │   ├── priority_queue.mod
│   │   ├── probe.mod
│   │   ├── procfs.mod
│   │   ├── progress.mod
│   │   ├── pxechain.mod
│   │   ├── pxe.mod
│   │   ├── raid5rec.mod
│   │   ├── raid6rec.mod
│   │   ├── random.mod
│   │   ├── read.mod
│   │   ├── reboot.mod
│   │   ├── regexp.mod
│   │   ├── reiserfs.mod
│   │   ├── relocator.mod
│   │   ├── romfs.mod
│   │   ├── scsi.mod
│   │   ├── search_fs_file.mod
│   │   ├── search_fs_uuid.mod
│   │   ├── search_label.mod
│   │   ├── search.mod
│   │   ├── sendkey.mod
│   │   ├── serial.mod
│   │   ├── setjmp.mod
│   │   ├── setjmp_test.mod
│   │   ├── setpci.mod
│   │   ├── sfs.mod
│   │   ├── shift_test.mod
│   │   ├── signature_test.mod
│   │   ├── sleep.mod
│   │   ├── sleep_test.mod
│   │   ├── spkmodem.mod
│   │   ├── squash4.mod
│   │   ├── syslinuxcfg.mod
│   │   ├── tar.mod
│   │   ├── terminal.lst
│   │   ├── terminal.mod
│   │   ├── terminfo.mod
│   │   ├── test_blockarg.mod
│   │   ├── testload.mod
│   │   ├── test.mod
│   │   ├── testspeed.mod
│   │   ├── tftp.mod
│   │   ├── tga.mod
│   │   ├── time.mod
│   │   ├── trig.mod
│   │   ├── tr.mod
│   │   ├── truecrypt.mod
│   │   ├── true.mod
│   │   ├── udf.mod
│   │   ├── ufs1_be.mod
│   │   ├── ufs1.mod
│   │   ├── ufs2.mod
│   │   ├── uhci.mod
│   │   ├── usb_keyboard.mod
│   │   ├── usb.mod
│   │   ├── usbms.mod
│   │   ├── usbserial_common.mod
│   │   ├── usbserial_ftdi.mod
│   │   ├── usbserial_pl2303.mod
│   │   ├── usbserial_usbdebug.mod
│   │   ├── usbtest.mod
│   │   ├── vbe.mod
│   │   ├── verify.mod
│   │   ├── vga.mod
│   │   ├── vga_text.mod
│   │   ├── video_bochs.mod
│   │   ├── video_cirrus.mod
│   │   ├── video_colors.mod
│   │   ├── video_fb.mod
│   │   ├── videoinfo.mod
│   │   ├── video.lst
│   │   ├── video.mod
│   │   ├── videotest_checksum.mod
│   │   ├── videotest.mod
│   │   ├── xfs.mod
│   │   ├── xnu.mod
│   │   ├── xnu_uuid.mod
│   │   ├── xnu_uuid_test.mod
│   │   ├── xzio.mod
│   │   ├── zfscrypt.mod
│   │   ├── zfsinfo.mod
│   │   └── zfs.mod
│   ├── locale
│   │   ├── ast.mo
│   │   ├── ca.mo
│   │   ├── da.mo
│   │   ├── de_CH.mo
│   │   ├── de@hebrew.mo
│   │   ├── de.mo
│   │   ├── en@arabic.mo
│   │   ├── en@cyrillic.mo
│   │   ├── en@greek.mo
│   │   ├── en@hebrew.mo
│   │   ├── en@piglatin.mo
│   │   ├── en@quot.mo
│   │   ├── eo.mo
│   │   ├── es.mo
│   │   ├── fi.mo
│   │   ├── fr.mo
│   │   ├── gl.mo
│   │   ├── hu.mo
│   │   ├── id.mo
│   │   ├── it.mo
│   │   ├── ja.mo
│   │   ├── lt.mo
│   │   ├── nb.mo
│   │   ├── nl.mo
│   │   ├── pa.mo
│   │   ├── pl.mo
│   │   ├── pt_BR.mo
│   │   ├── ru.mo
│   │   ├── sl.mo
│   │   ├── sr.mo
│   │   ├── sv.mo
│   │   ├── tr.mo
│   │   ├── uk.mo
│   │   ├── vi.mo
│   │   ├── zh_CN.mo
│   │   └── zh_TW.mo
│   ├── themes
│   │   ├── Gradient_Glow_Blue
│   │   │   ├── ascii.pf2
│   │   │   ├── DejaVuSans10.pf2
│   │   │   ├── DejaVuSans12.pf2
│   │   │   ├── DejaVuSans-Bold14.pf2
│   │   │   ├── Gradient_Glow_Blue.png
│   │   │   ├── select_c.png
│   │   │   ├── slider_c.png
│   │   │   ├── slider_n.png
│   │   │   ├── slider_s.png
│   │   │   ├── source.info
│   │   │   ├── terminal_box_c.png
│   │   │   ├── terminal_box_e.png
│   │   │   ├── terminal_box_ne.png
│   │   │   ├── terminal_box_n.png
│   │   │   ├── terminal_box_nw.png
│   │   │   ├── terminal_box_se.png
│   │   │   ├── terminal_box_s.png
│   │   │   ├── terminal_box_sw.png
│   │   │   ├── terminal_box_w.png
│   │   │   └── theme.txt
│   │   ├── mx_elegant
│   │   │   ├── ascii.pf2
│   │   │   ├── background.png
│   │   │   ├── DejaVuSans10.pf2
│   │   │   ├── DejaVuSans12.pf2
│   │   │   ├── DejaVuSans-Bold14.pf2
│   │   │   ├── icons
│   │   │   │   ├── antergos.png
│   │   │   │   ├── archlinux.png
│   │   │   │   ├── bsd.png
│   │   │   │   ├── chakra.png
│   │   │   │   ├── crunchbang.png
│   │   │   │   ├── debian.png
│   │   │   │   ├── deepin.png
│   │   │   │   ├── edubuntu.png
│   │   │   │   ├── elementary.png
│   │   │   │   ├── fedora.png
│   │   │   │   ├── frugalware.png
│   │   │   │   ├── gentoo.png
│   │   │   │   ├── gnu-linux.png
│   │   │   │   ├── kaos.png
│   │   │   │   ├── korora.png
│   │   │   │   ├── kubuntu.png
│   │   │   │   ├── lfs.png
│   │   │   │   ├── linux-mint.png
│   │   │   │   ├── lubuntu.png
│   │   │   │   ├── macosx.png
│   │   │   │   ├── mageia.png
│   │   │   │   ├── manjaro.png
│   │   │   │   ├── mx.png
│   │   │   │   ├── opensuse.png
│   │   │   │   ├── recovery.png
│   │   │   │   ├── sabayon.png
│   │   │   │   ├── siduction.png
│   │   │   │   ├── steamos.png
│   │   │   │   ├── ubuntu.png
│   │   │   │   ├── windows.png
│   │   │   │   └── xubuntu.png
│   │   │   ├── select_c.png
│   │   │   ├── slider_c.png
│   │   │   ├── slider_n.png
│   │   │   ├── slider_s.png
│   │   │   ├── terminal_box_c.png
│   │   │   ├── terminal_box_e.png
│   │   │   ├── terminal_box_ne.png
│   │   │   ├── terminal_box_n.png
│   │   │   ├── terminal_box_nw.png
│   │   │   ├── terminal_box_se.png
│   │   │   ├── terminal_box_s.png
│   │   │   ├── terminal_box_sw.png
│   │   │   ├── terminal_box_w.png
│   │   │   └── theme.txt
│   │   ├── mx_linux
│   │   │   ├── background.jpg
│   │   │   ├── inbox_e.png
│   │   │   ├── inbox_ne.png
│   │   │   ├── inbox_n.png
│   │   │   ├── inbox_nw.png
│   │   │   ├── inbox_se.png
│   │   │   ├── inbox_s.png
│   │   │   ├── inbox_sw.png
│   │   │   ├── inbox_w.png
│   │   │   ├── progress_bar_c.png
│   │   │   ├── progress_highlight_c.png
│   │   │   ├── select_c.png
│   │   │   ├── select_e.png
│   │   │   ├── select_ne.png
│   │   │   ├── select_n.png
│   │   │   ├── select_nw.png
│   │   │   ├── select_se.png
│   │   │   ├── select_s.png
│   │   │   ├── select_sw.png
│   │   │   ├── select_w.png
│   │   │   └── theme.txt
│   │   ├── mx_logo_ribbon
│   │   │   ├── ascii.pf2
│   │   │   ├── background.png
│   │   │   ├── DejaVuSans10.pf2
│   │   │   ├── DejaVuSans12.pf2
│   │   │   ├── DejaVuSans-Bold14.pf2
│   │   │   ├── select_c.png
│   │   │   ├── slider_c.png
│   │   │   ├── slider_n.png
│   │   │   ├── slider_s.png
│   │   │   ├── source.info
│   │   │   ├── terminal_box_c.png
│   │   │   ├── terminal_box_e.png
│   │   │   ├── terminal_box_ne.png
│   │   │   ├── terminal_box_n.png
│   │   │   ├── terminal_box_nw.png
│   │   │   ├── terminal_box_se.png
│   │   │   ├── terminal_box_s.png
│   │   │   ├── terminal_box_sw.png
│   │   │   ├── terminal_box_w.png
│   │   │   └── theme.txt
│   │   └── StylishDark_mx
│   │       ├── ascii.pf2
│   │       ├── background.jpg
│   │       ├── DejaVuSans10.pf2
│   │       ├── DejaVuSans12.pf2
│   │       ├── DejaVuSans-Bold14.pf2
│   │       ├── icons
│   │       │   ├── antergos.png
│   │       │   ├── archlinux.png
│   │       │   ├── bsd.png
│   │       │   ├── chakra.png
│   │       │   ├── crunchbang.png
│   │       │   ├── debian.png
│   │       │   ├── deepin.png
│   │       │   ├── edubuntu.png
│   │       │   ├── elementary.png
│   │       │   ├── fedora.png
│   │       │   ├── frugalware.png
│   │       │   ├── gentoo.png
│   │       │   ├── gnu-linux.png
│   │       │   ├── kaos.png
│   │       │   ├── korora.png
│   │       │   ├── kubuntu.png
│   │       │   ├── lfs.png
│   │       │   ├── linux-mint.png
│   │       │   ├── lubuntu.png
│   │       │   ├── macosx.png
│   │       │   ├── mageia.png
│   │       │   ├── manjaro.png
│   │       │   ├── mx.png
│   │       │   ├── opensuse.png
│   │       │   ├── recovery.png
│   │       │   ├── sabayon.png
│   │       │   ├── siduction.png
│   │       │   ├── steamos.png
│   │       │   ├── ubuntu.png
│   │       │   ├── windows.png
│   │       │   └── xubuntu.png
│   │       ├── select_c.png
│   │       ├── slider_c.png
│   │       ├── slider_n.png
│   │       ├── slider_s.png
│   │       ├── terminal_box_c.png
│   │       ├── terminal_box_e.png
│   │       ├── terminal_box_ne.png
│   │       ├── terminal_box_n.png
│   │       ├── terminal_box_nw.png
│   │       ├── terminal_box_se.png
│   │       ├── terminal_box_s.png
│   │       ├── terminal_box_sw.png
│   │       ├── terminal_box_w.png
│   │       └── theme.txt
│   ├── unicode.pf2
│   └── x86_64-efi
│       ├── acpi.mod
│       ├── adler32.mod
│       ├── affs.mod
│       ├── afs.mod
│       ├── ahci.mod
│       ├── all_video.mod
│       ├── aout.mod
│       ├── appleldr.mod
│       ├── archelp.mod
│       ├── ata.mod
│       ├── at_keyboard.mod
│       ├── backtrace.mod
│       ├── bfs.mod
│       ├── bitmap.mod
│       ├── bitmap_scale.mod
│       ├── blocklist.mod
│       ├── boot.mod
│       ├── bsd.mod
│       ├── bswap_test.mod
│       ├── btrfs.mod
│       ├── bufio.mod
│       ├── cat.mod
│       ├── cbfs.mod
│       ├── cbls.mod
│       ├── cbmemc.mod
│       ├── cbtable.mod
│       ├── cbtime.mod
│       ├── chain.mod
│       ├── cmdline_cat_test.mod
│       ├── cmp.mod
│       ├── cmp_test.mod
│       ├── command.lst
│       ├── configfile.mod
│       ├── core.efi
│       ├── cpio_be.mod
│       ├── cpio.mod
│       ├── cpuid.mod
│       ├── crc64.mod
│       ├── cryptodisk.mod
│       ├── crypto.lst
│       ├── crypto.mod
│       ├── cs5536.mod
│       ├── ctz_test.mod
│       ├── datehook.mod
│       ├── date.mod
│       ├── datetime.mod
│       ├── diskfilter.mod
│       ├── disk.mod
│       ├── div.mod
│       ├── div_test.mod
│       ├── dm_nv.mod
│       ├── echo.mod
│       ├── efifwsetup.mod
│       ├── efi_gop.mod
│       ├── efinet.mod
│       ├── efi_uga.mod
│       ├── ehci.mod
│       ├── elf.mod
│       ├── eval.mod
│       ├── exfat.mod
│       ├── exfctest.mod
│       ├── ext2.mod
│       ├── extcmd.mod
│       ├── fat.mod
│       ├── file.mod
│       ├── fixvideo.mod
│       ├── font.mod
│       ├── fshelp.mod
│       ├── fs.lst
│       ├── functional_test.mod
│       ├── gcry_arcfour.mod
│       ├── gcry_blowfish.mod
│       ├── gcry_camellia.mod
│       ├── gcry_cast5.mod
│       ├── gcry_crc.mod
│       ├── gcry_des.mod
│       ├── gcry_dsa.mod
│       ├── gcry_idea.mod
│       ├── gcry_md4.mod
│       ├── gcry_md5.mod
│       ├── gcry_rfc2268.mod
│       ├── gcry_rijndael.mod
│       ├── gcry_rmd160.mod
│       ├── gcry_rsa.mod
│       ├── gcry_seed.mod
│       ├── gcry_serpent.mod
│       ├── gcry_sha1.mod
│       ├── gcry_sha256.mod
│       ├── gcry_sha512.mod
│       ├── gcry_tiger.mod
│       ├── gcry_twofish.mod
│       ├── gcry_whirlpool.mod
│       ├── geli.mod
│       ├── gettext.mod
│       ├── gfxmenu.mod
│       ├── gfxterm_background.mod
│       ├── gfxterm_menu.mod
│       ├── gfxterm.mod
│       ├── gptsync.mod
│       ├── grub.efi
│       ├── gzio.mod
│       ├── halt.mod
│       ├── hashsum.mod
│       ├── hdparm.mod
│       ├── hello.mod
│       ├── help.mod
│       ├── hexdump.mod
│       ├── hfs.mod
│       ├── hfspluscomp.mod
│       ├── hfsplus.mod
│       ├── http.mod
│       ├── iorw.mod
│       ├── iso9660.mod
│       ├── jfs.mod
│       ├── jpeg.mod
│       ├── keylayouts.mod
│       ├── keystatus.mod
│       ├── ldm.mod
│       ├── legacycfg.mod
│       ├── legacy_password_test.mod
│       ├── linux16.mod
│       ├── linuxefi.mod
│       ├── linux.mod
│       ├── loadbios.mod
│       ├── loadenv.mod
│       ├── loopback.mod
│       ├── lsacpi.mod
│       ├── lsefimmap.mod
│       ├── lsefi.mod
│       ├── lsefisystab.mod
│       ├── lsmmap.mod
│       ├── ls.mod
│       ├── lspci.mod
│       ├── lssal.mod
│       ├── luks.mod
│       ├── lvm.mod
│       ├── lzopio.mod
│       ├── macbless.mod
│       ├── macho.mod
│       ├── mdraid09_be.mod
│       ├── mdraid09.mod
│       ├── mdraid1x.mod
│       ├── memdisk.mod
│       ├── memrw.mod
│       ├── minicmd.mod
│       ├── minix2_be.mod
│       ├── minix2.mod
│       ├── minix3_be.mod
│       ├── minix3.mod
│       ├── minix_be.mod
│       ├── minix.mod
│       ├── mmap.mod
│       ├── moddep.lst
│       ├── modinfo.sh
│       ├── morse.mod
│       ├── mpi.mod
│       ├── msdospart.mod
│       ├── mul_test.mod
│       ├── multiboot2.mod
│       ├── multiboot.mod
│       ├── nativedisk.mod
│       ├── net.mod
│       ├── newc.mod
│       ├── nilfs2.mod
│       ├── normal.mod
│       ├── ntfscomp.mod
│       ├── ntfs.mod
│       ├── odc.mod
│       ├── offsetio.mod
│       ├── ohci.mod
│       ├── part_acorn.mod
│       ├── part_amiga.mod
│       ├── part_apple.mod
│       ├── part_bsd.mod
│       ├── part_dfly.mod
│       ├── part_dvh.mod
│       ├── part_gpt.mod
│       ├── partmap.lst
│       ├── part_msdos.mod
│       ├── part_plan.mod
│       ├── part_sun.mod
│       ├── part_sunpc.mod
│       ├── parttool.lst
│       ├── parttool.mod
│       ├── password.mod
│       ├── password_pbkdf2.mod
│       ├── pata.mod
│       ├── pbkdf2.mod
│       ├── pbkdf2_test.mod
│       ├── pcidump.mod
│       ├── play.mod
│       ├── png.mod
│       ├── priority_queue.mod
│       ├── probe.mod
│       ├── procfs.mod
│       ├── progress.mod
│       ├── raid5rec.mod
│       ├── raid6rec.mod
│       ├── random.mod
│       ├── read.mod
│       ├── reboot.mod
│       ├── regexp.mod
│       ├── reiserfs.mod
│       ├── relocator.mod
│       ├── romfs.mod
│       ├── scsi.mod
│       ├── search_fs_file.mod
│       ├── search_fs_uuid.mod
│       ├── search_label.mod
│       ├── search.mod
│       ├── serial.mod
│       ├── setjmp.mod
│       ├── setjmp_test.mod
│       ├── setpci.mod
│       ├── sfs.mod
│       ├── shift_test.mod
│       ├── signature_test.mod
│       ├── sleep.mod
│       ├── sleep_test.mod
│       ├── spkmodem.mod
│       ├── squash4.mod
│       ├── syslinuxcfg.mod
│       ├── tar.mod
│       ├── terminal.lst
│       ├── terminal.mod
│       ├── terminfo.mod
│       ├── test_blockarg.mod
│       ├── testload.mod
│       ├── test.mod
│       ├── testspeed.mod
│       ├── tftp.mod
│       ├── tga.mod
│       ├── time.mod
│       ├── trig.mod
│       ├── tr.mod
│       ├── true.mod
│       ├── udf.mod
│       ├── ufs1_be.mod
│       ├── ufs1.mod
│       ├── ufs2.mod
│       ├── uhci.mod
│       ├── usb_keyboard.mod
│       ├── usb.mod
│       ├── usbms.mod
│       ├── usbserial_common.mod
│       ├── usbserial_ftdi.mod
│       ├── usbserial_pl2303.mod
│       ├── usbserial_usbdebug.mod
│       ├── usbtest.mod
│       ├── verify.mod
│       ├── video_bochs.mod
│       ├── video_cirrus.mod
│       ├── video_colors.mod
│       ├── video_fb.mod
│       ├── videoinfo.mod
│       ├── video.lst
│       ├── video.mod
│       ├── videotest_checksum.mod
│       ├── videotest.mod
│       ├── xfs.mod
│       ├── xnu.mod
│       ├── xnu_uuid.mod
│       ├── xnu_uuid_test.mod
│       ├── xzio.mod
│       ├── zfscrypt.mod
│       ├── zfsinfo.mod
│       └── zfs.mod
├── initrd.img-4.15.0-1-amd64
├── initrd.img-4.15.0-1-amd64.old-dkms
├── initrd.img-4.19.0-1-amd64.old-dkms
├── initrd.img-4.20.12-antix.1-amd64-smp
├── initrd.img-4.20.12-antix.1-amd64-smp.old-dkms
├── memtest86+.bin
├── memtest86+_multiboot.bin
├── System.map-4.15.0-1-amd64
├── System.map-4.20.12-antix.1-amd64-smp
├── vmlinuz-4.15.0-1-amd64
└── vmlinuz-4.20.12-antix.1-amd64-smp

18 directories, 762 files
towwire@mx17a:/boot
$ 
Here is when I tried to reinstall the antiX kernel

Code: Select all

Log started: 2019-03-27  21:53:49
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 390619 files and directories currently installed.)
Removing linux-headers-4.19.0-1-common (4.19.5-2~mx17+1) ...
Removing linux-kbuild-4.19 (4.19.5-2~mx17+1) ...
Log ended: 2019-03-27  21:53:52

Log started: 2019-03-27  21:54:43
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 381342 files and directories currently installed.)
Preparing to unpack .../linux-headers-4.20.12-antix.1-amd64-smp_4.20.12-antix.1-amd64-smp-1_amd64.deb ...
Unpacking linux-headers-4.20.12-antix.1-amd64-smp (4.20.12-antix.1-amd64-smp-1) over (4.20.12-antix.1-amd64-smp-1) ...
Preparing to unpack .../linux-image-4.20.12-antix.1-amd64-smp_4.20.12-antix.1-amd64-smp-1_amd64.deb ...
dkms: removing: broadcom-sta 6.30.223.271 (4.20.12-antix.1-amd64-smp) (x86_64)

-------- Uninstall Beginning --------
Module:  broadcom-sta
Version: 6.30.223.271
Kernel:  4.20.12-antix.1-amd64-smp (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

wl.ko:
 - Uninstallation
   - Deleting from: /lib/modules/4.20.12-antix.1-amd64-smp/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod......

Backing up initrd.img-4.20.12-antix.1-amd64-smp to /boot/initrd.img-4.20.12-antix.1-amd64-smp.old-dkms
Making new initrd.img-4.20.12-antix.1-amd64-smp
(If next boot fails, revert to initrd.img-4.20.12-antix.1-amd64-smp.old-dkms image)
update-initramfs...

DKMS: uninstall completed.
dkms: removing: ndiswrapper 1.61 (4.20.12-antix.1-amd64-smp) (x86_64)

-------- Uninstall Beginning --------
Module:  ndiswrapper
Version: 1.61
Kernel:  4.20.12-antix.1-amd64-smp (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

ndiswrapper.ko:
 - Uninstallation
   - Deleting from: /lib/modules/4.20.12-antix.1-amd64-smp/updates/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod...

DKMS: uninstall completed.
dkms: removing: virtualbox-guest 5.2.24 (4.20.12-antix.1-amd64-smp) (x86_64)

-------- Uninstall Beginning --------
Module:  virtualbox-guest
Version: 5.2.24
Kernel:  4.20.12-antix.1-amd64-smp (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

vboxguest.ko:
 - Uninstallation
   - Deleting from: /lib/modules/4.20.12-antix.1-amd64-smp/
rmdir: failed to remove '': No such file or directory
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


vboxsf.ko:
 - Uninstallation
   - Deleting from: /lib/modules/4.20.12-antix.1-amd64-smp/updates/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


vboxvideo.ko:
 - Uninstallation
   - Deleting from: /lib/modules/4.20.12-antix.1-amd64-smp/
rmdir: failed to remove '': No such file or directory
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod...

DKMS: uninstall completed.
Unpacking linux-image-4.20.12-antix.1-amd64-smp (4.20.12-antix.1-amd64-smp-1) over (4.20.12-antix.1-amd64-smp-1) ...
Setting up linux-image-4.20.12-antix.1-amd64-smp (4.20.12-antix.1-amd64-smp-1) ...
Error! Module version 5.2.24_Debian for vboxguest.ko
is not newer than what is already found in kernel 4.20.12-antix.1-amd64-smp (8BD76472B812C5B1DDD3976).
You may override by specifying --force.
Error! Module version 5.2.24_Debian for vboxvideo.ko
is not newer than what is already found in kernel 4.20.12-antix.1-amd64-smp (5.2.24_Debian).
You may override by specifying --force.
update-initramfs: Generating /boot/initrd.img-4.20.12-antix.1-amd64-smp
Generating grub configuration file ...
using custom appearance settings
Found background image: /usr/share/backgrounds/MXLinux/grub/MX-Gold1080P.png
Found linux image: /boot/vmlinuz-4.20.12-antix.1-amd64-smp
Found initrd image: /boot/initrd.img-4.20.12-antix.1-amd64-smp
Found linux image: /boot/vmlinuz-4.15.0-1-amd64
Found initrd image: /boot/initrd.img-4.15.0-1-amd64
Found linux image: /boot/vmlinuz-4.20.12-antix.1-amd64-smp
Found initrd image: /boot/initrd.img-4.20.12-antix.1-amd64-smp
Found linux image: /boot/vmlinuz-4.15.0-1-amd64
Found initrd image: /boot/initrd.img-4.15.0-1-amd64
Found memtest86+ image: /boot/memtest86+.bin
Found memtest86+ multiboot image: /boot/memtest86+_multiboot.bin
Found MX 18.1 Continuum (18.1) on /dev/sda9
Found MX 15 (15) on /dev/sdb1
Found MX-16 Metamorphosis (16) on /dev/sdb8
Adding boot menu entry for EFI firmware configuration
done
Setting up linux-headers-4.20.12-antix.1-amd64-smp (4.20.12-antix.1-amd64-smp-1) ...
Log ended: 2019-03-27  21:56:38
It is easier to fight for one's principles then to live up to them.

User avatar
Adrian
Developer
Posts: 8269
Joined: Wed Jul 12, 2006 1:42 am

Re: New kernel not in grub

#2 Post by Adrian »

Generating grub configuration file ...
using custom appearance settings
Found background image: /usr/share/backgrounds/MXLinux/grub/MX-Gold1080P.png
Found linux image: /boot/vmlinuz-4.20.12-antix.1-amd64-smp
Found initrd image: /boot/initrd.img-4.20.12-antix.1-amd64-smp
Found linux image: /boot/vmlinuz-4.15.0-1-amd64
Found initrd image: /boot/initrd.img-4.15.0-1-amd64
Found linux image: /boot/vmlinuz-4.20.12-antix.1-amd64-smp
I see the grub.cfg was updated and it found the new kernel, now the question is how you boot is GRUB from this installation the one that is managing your boot process or you boot and you use GRUB from another partition? (do you use UEFI or BIOS boot?)

User avatar
towwire
Posts: 648
Joined: Fri Oct 15, 2010 12:15 pm

Re: New kernel not in grub

#3 Post by towwire »

I did say before the inxi output "here is my system, boot UEFI:".

At the top of the tree output, third line "efi" and close to the bottom it shows "├── initrd.img-4.19.0-1-amd64.old-dkms" and I uninstalled that kernel with MX package installer before reinstalling the antiX kernel.

Look at this as the time for grub.cfg shows the same time as the end of the log file:

Code: Select all

towwire@mx17a:/boot/grub
$ ls -l
total 1396
drwxr-xr-x 2 root root    4096 Mar 31  2018 fonts
-r--r--r-- 1 root root   22590 Mar 27 21:56 grub.cfg
-rw-r--r-- 1 root root    1024 Mar 31  2018 grubenv
drwxr-xr-x 2 root root   12288 Mar 27 14:07 i386-pc
drwxr-xr-x 2 root root    4096 Mar 27 14:07 locale
drwxr-xr-x 7 root root    4096 Mar 27 14:15 themes
-rw-r--r-- 1 root root 1363161 Mar 27 14:07 unicode.pf2
drwxr-xr-x 2 root root   12288 Mar 25 21:08 x86_64-efi
towwire@mx17a:/boot/grub
As far as I know I'm using this grub to boot as this is where I update grub and reset the time to 8 instead of the 5 before automatic boot. I did look at the other root boot files and none show anything but their own kernel stuff.

Should I try uninstalling the antiX kernel and see what listed then?
It is easier to fight for one's principles then to live up to them.

User avatar
Stevo
Developer
Posts: 12841
Joined: Fri Dec 15, 2006 8:07 pm

Re: New kernel not in grub

#4 Post by Stevo »

So you don't see the new kernels from the advanced menu in the GRUB screen?

Because these lines from the grub update say they are being added:

Code: Select all

Found linux image: /boot/vmlinuz-4.20.12-antix.1-amd64-smp
Found initrd image: /boot/initrd.img-4.20.12-antix.1-amd64-smp

User avatar
asqwerth
Developer
Posts: 7232
Joined: Sun May 27, 2007 5:37 am

Re: New kernel not in grub

#5 Post by asqwerth »

If you have more than 1 linux distro on an UEFI machine, all their respective bootloaders (assuming that during the installation process of each distro you did choose to install bootloader) get thrown into the EFI partition. However, which one in that mix of bootloaders (which will also include Windows' bootloader, I believe) is controlling grub depends on which you set as having highest priority. YOur MX17 install may have the 4.20 kernel installed but is the MX17 bootloader the one that is set with the highest priority to boot? If not, you may be seeing the BL of your MX18 or 18.1 install?

What does the command:

Code: Select all

sudo efimanager
give you?

If another distro's grub is set to boot first, that one's grub needs to be updated.
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400

User avatar
towwire
Posts: 648
Joined: Fri Oct 15, 2010 12:15 pm

Re: New kernel not in grub

#6 Post by towwire »

Stevo wrote: Thu Mar 28, 2019 2:10 pm So you don't see the new kernels from the advanced menu in the GRUB screen?

Because these lines from the grub update say they are being added:

Code: Select all

Found linux image: /boot/vmlinuz-4.20.12-antix.1-amd64-smp
Found initrd image: /boot/initrd.img-4.20.12-antix.1-amd64-smp
I know it say's it should be there but it does not show any where in the boot menu and that includes the advance menu. I have rebooted at least 3 time and it does not show up..
It is easier to fight for one's principles then to live up to them.

User avatar
towwire
Posts: 648
Joined: Fri Oct 15, 2010 12:15 pm

Re: New kernel not in grub

#7 Post by towwire »

asqwerth wrote: Thu Mar 28, 2019 2:16 pm If you have more than 1 linux distro on an UEFI machine, all their respective bootloaders (assuming that during the installation process of each distro you did choose to install bootloader) get thrown into the EFI partition. However, which one in that mix of bootloaders (which will also include Windows' bootloader, I believe) is controlling grub depends on which you set as having highest priority. YOur MX17 install may have the 4.20 kernel installed but is the MX17 bootloader the one that is set with the highest priority to boot? If not, you may be seeing the BL of your MX18 or 18.1 install?

What does the command:

Code: Select all

sudo efimanager
give you?

If another distro's grub is set to boot first, that one's grub needs to be updated.

Code: Select all

towwire@mx17a:~
$ sudo efimanager
[sudo] password for towwire: 
sudo: efimanager: command not found
towwire@mx17a:~
$ 
There are 3 files in sda1 which is the fat32 partition, I can't give the full names but I know there is MX17, MX18, MX18.1. I found that when I booted to a usb mx18.1 flash drive.

This system has been updated to MX18 from MX17.
It is easier to fight for one's principles then to live up to them.

User avatar
asqwerth
Developer
Posts: 7232
Joined: Sun May 27, 2007 5:37 am

Re: New kernel not in grub

#8 Post by asqwerth »

HOw many distros are on the machine?
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400

User avatar
towwire
Posts: 648
Joined: Fri Oct 15, 2010 12:15 pm

Re: New kernel not in grub

#9 Post by towwire »

asqwerth wrote: Thu Mar 28, 2019 2:40 pm HOw many distros are on the machine?
MX15
MX16
MX17<MX18
MX18.1 Test system - grub not installed when system done.
Got to go do some things, back later.
It is easier to fight for one's principles then to live up to them.

User avatar
asqwerth
Developer
Posts: 7232
Joined: Sun May 27, 2007 5:37 am

Re: New kernel not in grub

#10 Post by asqwerth »

My fault.

THe command is

sudo efibootmgr
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400

Post Reply

Return to “Installation”