• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Gelöst LinuxMint kann GRUB nicht installieren

Hallo ich bin neu im forum und versuche seit einiger Zeit erfolglos LinuxMint 21.3 auf einem Acer Switch 3 zu installieren. Die Einstellungen während der Installation habe ich als Screenshots Linux Konfig 1 und 2 angehängt.
Die Installation über einen USB-Stick bricht mit folgender Fehlermeldung ab:
GRUB konnte nicht auf /dev/mmcblk0 installiert werden.
Die Ausführung von >> grub.install/dev/mmclbk0<< ist fehlgeschlagen.
Dies ist ein schwerwiegender Fehler.

Der Acer Swich 3 hat nur noch das BIOS und keine Win-Installation.
Im Anhang habe ich Bilder des eingestellten BIOS beigefügt (s. Screenshots BIOS 1 bis 7).
Beim Neustart des Rechners erscheint eine Befehlszeile mit grub> Darin habe ich verschiedene Befehle eingegeben, um herauszufinden, wo sich der boot-sektor befindet (s. entsprechenden Screenshot GRUB). Auch der Versuch über Linux GRUB nach zu installieren schlug fehl (s. Screenshot Install GRUB)
Da ich Linux-Anfänger bin, komme ich hier nicht weiter.
Ich hoffe jemand kann mir hier weiterhelfen.
Mit freundlichem Gruß
Ulrich
 

Anhänge

  • 20241002_BIOS 1.jpg
    20241002_BIOS 1.jpg
    584,2 KB · Aufrufe: 10
  • 20241002_BIOS 2.jpg
    20241002_BIOS 2.jpg
    876,3 KB · Aufrufe: 10
  • 20241002_BIOS 3.jpg
    20241002_BIOS 3.jpg
    808,1 KB · Aufrufe: 8
  • 20241002_BIOS 4.jpg
    20241002_BIOS 4.jpg
    820,7 KB · Aufrufe: 8
  • 20241002_BIOS 5.jpg
    20241002_BIOS 5.jpg
    967,3 KB · Aufrufe: 8
  • 20241002_BIOS 6.jpg
    20241002_BIOS 6.jpg
    645,7 KB · Aufrufe: 8
  • 20241002_BIOS 7.jpg
    20241002_BIOS 7.jpg
    983,7 KB · Aufrufe: 9
  • 20241002_GRUB.jpg
    20241002_GRUB.jpg
    856,4 KB · Aufrufe: 12
  • 20241003_Install GRUB.jpg
    20241003_Install GRUB.jpg
    908,9 KB · Aufrufe: 9
  • 20241003_Linux Konfig 1.jpg
    20241003_Linux Konfig 1.jpg
    796 KB · Aufrufe: 10

susejunky

Moderator
Teammitglied
Hallo @Umcharly ,

herzlich willkommen im Linux-Club-Forum.

versuche seit einiger Zeit erfolglos LinuxMint 21.3
ich empfehle Dir die neueste Linux Mint Version

Linux Mint 22 (Wilma)

zu verwenden. Damit wäre zumindest schon einmal ausgeschlossen, dass "veraltete" Software für Dein Problem verantwortlich ist.

Um Dir weiterhelfen zu können, wären noch ein paar Informationen zu Deinem System hilfreich. Bitte starte das Linux Mint Installationsmedium (DVD oder USB-Memory-Stick) und wähle zunächst das LIVE-System aus. Im LIVE-System öffne eine Konsole (Terminal) und gib dort folgenden Befehl ein
Code:
lsblk -f
Kopiere die eingegebene Befehlszeile, alle Zeilen des ausgegebenen Ergebnisses sowie die nächste leere Eingabeaufforderung als Codeblock (das </> aus dem Forumseditor) formatiert in Deinen nächsten Forumsbeitrag.

Das LIVE-System sollte in der Lage sein eine Verbindung zu Deinem Heimnetzwerk und damit zum Internet aufzubauen, sodass Du das Forum direkt mit dem LIVE-System nutzen kannst.

Viele Grüße

susejunky
 
Hallo susejunky,
aniegend die Copy vom lsblk -f

Code:
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.

mint@mint:~$ lsblk  -f
NAME         FSTYPE   FSVER            LABEL                         UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
loop0        squashfs 4.0                                                                                       0   100% /rofs
sda          iso9660  Joliet Extension Linux Mint 22 Cinnamon 64-bit 2024-07-21-12-46-00-00                           
├─sda1       iso9660  Joliet Extension Linux Mint 22 Cinnamon 64-bit 2024-07-21-12-46-00-00                     0   100% /cdrom
├─sda2       vfat     FAT12                                          669D-0308                                       
└─sda3       ext4     1.0              writable                      22baf99e-920d-43d8-95ba-a3ccaabc95c7   11.5G     0% /var/log
mmcblk0                                                                                                               
├─mmcblk0p1  vfat     FAT32                                          C0F8-6D92                                       
└─mmcblk0p2  ext4     1.0                                            17dd3d80-7218-419a-840a-7b16ff2c8ab2             
mmcblk0boot0                                                                                                         
mmcblk0boot1                                                                                                         
mint@mint:~$

Ich hoffe, das hilft weiter.
Ich werde das Linux Mint 22 erst installieren, wenn Du mir das ok bzw. Hinweise gibst, was ich evtl. vorab noch korrigieren sollte.

Lieben Dank

Ulrich
 
Zuletzt bearbeitet von einem Moderator:

susejunky

Moderator
Teammitglied
Hallo @Umcharly ,

Code:
mint@mint:~$ lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
...
mmcblk0
├─mmcblk0p1 vfat FAT32 C0F8-6D92
└─mmcblk0p2 ext4 1.0 17dd3d80-7218-419a-840a-7b16ff2c8ab2
...
mint@mint:~$
die obigen Ergebnisse lassen vermuten, dass eine Installation stattgefunden hat. Wichtig ist nun zu wissen, inwieweit sie erfolgreich war.

Starte bitte Dein LIVE-System, führe die folgenden Befehle aus und zeige die Ergebnisse:
Code:
sudo mount -o ro /dev/mmcblk0p2 /mnt

ls -la /mnt

sudo umount /dev/mmcblk0p2

sudo mount -o ro /dev/mmcblk0p1 /mnt

ls -laR /mnt

sudo umount /dev/mmcblk0p1

Viele Grüße

susejunky
 
Hallo susejunky,

hier die Protokoll/Anzeige:
Code:
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.

mint@mint:~$ sudo mount -o ro /dev/mmcblk0p2 /mnt
mint@mint:~$ ls -la /mnt
total 2097248
drwxr-xr-x  19 root root       4096 Oct  3 11:24 .
drwxr-xr-x   1 root root        240 Oct  5 14:31 ..
lrwxrwxrwx   1 root root          7 Oct  3 11:11 bin -> usr/bin
drwxr-xr-x   4 root root       4096 Oct  3 11:32 boot
drwxr-xr-x   2 root root       4096 Oct  3 11:24 cdrom
drwxr-xr-x   4 root root       4096 Jan  9  2024 dev
drwxr-xr-x 146 root root      12288 Oct  3 11:31 etc
drwxr-xr-x   3 root root       4096 Oct  3 11:25 home
lrwxrwxrwx   1 root root          7 Oct  3 11:11 lib -> usr/lib
lrwxrwxrwx   1 root root          9 Oct  3 11:11 lib64 -> usr/lib64
drwx------   2 root root      16384 Oct  3 11:11 lost+found
drwxr-xr-x   2 root root       4096 Jan  9  2024 media
drwxr-xr-x   2 root root       4096 Jan  9  2024 mnt
drwxr-xr-x   2 root root       4096 Jan  9  2024 opt
drwxr-xr-x   2 root root       4096 Jan  9  2024 proc
drwx------   4 root root       4096 Oct  3 11:27 root
drwxr-xr-x  14 root root       4096 Oct  3 11:25 run
lrwxrwxrwx   1 root root          8 Oct  3 11:11 sbin -> usr/sbin
drwxr-xr-x   2 root root       4096 Jan  9  2024 srv
-rw-------   1 root root 2147483648 Oct  3 11:11 swapfile
drwxr-xr-x   2 root root       4096 Apr 18  2022 sys
drwxrwxrwt   3 root root       4096 Oct  3 11:37 tmp
drwxr-xr-x  12 root root       4096 Jan  9  2024 usr
drwxr-xr-x  11 root root       4096 Jan  9  2024 var
mint@mint:~$ sudo umount /dev/mmcblk0p2
mint@mint:~$ sudo mount -o ro /dev/mmcblk0p1 /mnt
mint@mint:~$ ls -laR /mnt
/mnt:
total 8
drwxr-xr-x 3 root root 4096 Jan  1  1970 .
drwxr-xr-x 1 root root  240 Oct  5 14:31 ..
drwxr-xr-x 4 root root 4096 Aug 19 11:47 EFI

/mnt/EFI:
total 16
drwxr-xr-x 4 root root 4096 Aug 19 11:47 .
drwxr-xr-x 3 root root 4096 Jan  1  1970 ..
drwxr-xr-x 2 root root 4096 Aug 19 11:47 BOOT
drwxr-xr-x 2 root root 4096 Aug 19 11:47 ubuntu

/mnt/EFI/BOOT:
total 1880
drwxr-xr-x 2 root root   4096 Aug 19 11:47 .
drwxr-xr-x 4 root root   4096 Aug 19 11:47 ..
-rwxr-xr-x 1 root root 960472 Oct  3 11:32 BOOTX64.EFI
-rwxr-xr-x 1 root root  88296 Oct  3 11:32 fbx64.efi
-rwxr-xr-x 1 root root 860824 Oct  3 11:32 mmx64.efi

/mnt/EFI/ubuntu:
total 4340
drwxr-xr-x 2 root root    4096 Aug 19 11:47 .
drwxr-xr-x 4 root root    4096 Aug 19 11:47 ..
-rwxr-xr-x 1 root root     108 Oct  3 11:32 BOOTX64.CSV
-rwxr-xr-x 1 root root     117 Oct  3 11:32 grub.cfg
-rwxr-xr-x 1 root root 2598792 Oct  3 11:32 grubx64.efi
-rwxr-xr-x 1 root root  860824 Oct  3 11:32 mmx64.efi
-rwxr-xr-x 1 root root  960472 Oct  3 11:32 shimx64.efi
mint@mint:~$ sudo umount /dev/mmcblk0p1
mint@mint:~$
 

susejunky

Moderator
Teammitglied
Hallo @Umcharly ,

das sieht nach einer vollständigen Installation aus. Jetzt wäre noch der Inhalt des NVRAMs zu prüfen.

Bitte zeige noch das Ergebnis von
Code:
sudo efibootmgr

Viele Grüße

susejunky
 
Hallo susejunky,

hier das Ergebnis:
Code:
mint@mint:~$ sudo efibootmgr
Skipping unreadable variable "Boot0000": Input/output error
Skipping unreadable variable "Boot0001": Input/output error
Skipping unreadable variable "Boot2001": Input/output error
Skipping unreadable variable "Boot2002": Input/output error
Skipping unreadable variable "Boot2003": Input/output error
show_order(): Input/output error
mint@mint:~$
 
Hallo josef-wien, da ich nur im Live/Modus mittels USB/Stick arbeite, kann ich grub.cfg der Erstinstallation von Linux Mint 21.3 nicht aufrufen
 

susejunky

Moderator
Teammitglied
Hallo @Umcharly ,

Code:
mint@mint:~$ sudo efibootmgr
Skipping unreadable variable "Boot0000": Input/output error
Skipping unreadable variable "Boot0001": Input/output error
Skipping unreadable variable "Boot2001": Input/output error
Skipping unreadable variable "Boot2002": Input/output error
Skipping unreadable variable "Boot2003": Input/output error
show_order(): Input/output error
mint@mint:~$
ich muss gestehen, diesen Fehler hatte ich bei meinen Systemen noch nie und habe bislang auch noch nichts wirklich hilfreiches im Internet dazu gefunden.

Aber bevor wir das weiter untersuchen habe ich erst noch eine Frage zu Deinem ersten Beitrag:

Wie hast Du den in 20241002_grub.jpg abgebildeten Zustand erreicht?

Hast Du dazu einfach Dein System (ohne Installationsmedium) gestartet?
Oder hast Du dazu das Installationssystem auf Deinem Rechner gestartet, den GRUB-Start unterbrochen und mit "c" die GRUB-Befehlszeile aufgerufen?

Viele Grüße

susejunky
 

susejunky

Moderator
Teammitglied
Hallo @Umcharly ,

da ich nur im Live/Modus mittels USB/Stick arbeite, kann ich grub.cfg der Erstinstallation von Linux Mint 21.3 nicht aufrufen
ich vermute, es geht nicht darum diese Datei "aufzurufen", sondern darum, ihren Inhalt zu zeigen und den erhältst Du (mit Hilfe des LIVE-Systems) wie folgt:
Code:
sudo mount -o ro /dev/mmcblk0p1 /mnt

cat /mnt/EFI/ubuntu/grub.cfg

sudo umount /dev/mmcblk0p1
und wenn Du schon dabei bist ...
Code:
sudo mount -o ro /dev/mmcblk0p2 /mnt

cat /mnt/boot/grub/grub.cfg

sudo umount /dev/mmcblk0p2
wäre auch noch interessant.

Viele Grüße

susejunky
 
Hallo @susejunky,
den Zustand im Bild 2024002_grub.jpg habe ich durch Starten des Rechners ohne USB/Stick erreicht und dann erschien die Zeile
grub>
Dann habe ich verschiedene Befehle eingegben.

Viele Gruesse
Ulrich
 
durch Starten des Rechners ohne USB/Stick erreicht und dann erschien die Zeile
grub>
Dein UEFI kann also GRUB-2 erfolgreich starten, aber GRUB-2 findet keine (gültige) Menü-Datei. Somit sind die Ausgaben aus Beitrag 11 zur weiteren Klärung notwendig.

Die efibootmgr-Meldungen sind mir auch neu, aber ich vermute wieder einmal ein eigenwilliges, die Spezifikation scheuendes UEFI.
 

susejunky

Moderator
Teammitglied
Hallo @Umcharly ,

den Zustand im Bild 2024002_grub.jpg habe ich durch Starten des Rechners ohne USB/Stick erreicht und dann erschien die Zeile
grub>
das ist eine gute Nachricht, denn es bedeutet, dass der Startvorgang bis zum Laden des Bootloaders funktioniert hat (den Fehler beim Auslesen des NVRAMs kann man somit erst einmal zurückstellen). Leider hat der Bootloader dann nicht das Betriebssystem geladen.

Bitte starte Dein System (ohne Live- oder Installationsmedium) und gib dann auf der GRUB Eingabeaufforderung (grub>) folgendes ein:
Code:
set root=(hd1,gpt2)
configfile (hd1,gpt2)/boot/grub/grub.cfg
Das sollte ein GRUB Startmenü zur Anzeige bringen, welches Dir wiederum ermöglichen sollte das installierte Linux Mint zu starten.

Bitte zeige auch noch die in Beitrag #11 nachgefragten Informationen.

Viele Grüße

susejunky
 

susejunky

Moderator
Teammitglied
Hallo @Umcharly ,

hast Du Probleme bei der Bedienung des Forums?

Deine Beiträge #12 und #16 sind lediglich Zitate vorangegangener Beiträge und enthalten keine zusätzlichen Informationen. Sie bringen somit keinerlei Mehrwert für dieses Thema.

Bitte lösche diese Beiträge.

Viele Grüße

susejunky
 
Hallo @susejunky ,

leider erhalte ich folgende Fehlermeldungen:

Code:
mint@mint:~$ sudo mount -o ro /dev/mmcblk0p1 /mnt
mount: /mnt: /dev/mmcblk0p1 already mounted on /mnt.
       dmesg(1) may have more information after failed mount system call.
mint@mint:~$ cat /mnt/EFI/ubuntu/grub.cfg
search.fs_uuid 17dd3d80-7218-419a-840a-7b16ff2c8ab2 root
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
mint@mint:~$ sudo umount /dev/mmcblk0p1
mint@mint:~$ sudo mount -o ro /dev/mmcblk0p2 /mnt
mint@mint:~$ cat /mnt/boot/grub/grub.cfg
cat: /mnt/boot/grub/grub.cfg: No such file or directory
mint@mint:~$ sudo umount /dev/mmcblk0p2
mint@mint:~$
 
Hallo @Umcharly ,


das ist eine gute Nachricht, denn es bedeutet, dass der Startvorgang bis zum Laden des Bootloaders funktioniert hat (den Fehler beim Auslesen des NVRAMs kann man somit erst einmal zurückstellen). Leider hat der Bootloader dann nicht das Betriebssystem geladen.

Bitte starte Dein System (ohne Live- oder Installationsmedium) und gib dann auf der GRUB Eingabeaufforderung (grub>) folgendes ein:
Code:
set root=(hd1,gpt2)
configfile (hd1,gpt2)/boot/grub/grub.cfg
Das sollte ein GRUB Startmenü zur Anzeige bringen, welches Dir wiederum ermöglichen sollte das installierte Linux Mint zu starten.

Bitte zeige auch noch die in Beitrag #11 nachgefragten Informationen.

Viele Grüße

susejunky
Es erscheint dann als Ergebnis lediglich

grub>

Wie komme ich hier ins installierte LinuxMint ?
 

susejunky

Moderator
Teammitglied
Hallo @Umcharly ,

Es erscheint dann als Ergebnis lediglich

grub>

im Anbetracht dieses Ergebnisses

Code:
mint@mint:~$ sudo mount -o ro /dev/mmcblk0p2 /mnt
mint@mint:~$ cat /mnt/boot/grub/grub.cfg
cat: /mnt/boot/grub/grub.cfg: No such file or directory
mint@mint:~$ sudo umount /dev/mmcblk0p2
mint@mint:~$
war das zu erwarten. Es zeigt, dass die Bootloader-Installation anscheinen nicht vollständig stattgefunden hat.

Zeige bitte (mit Hilfe des LIVE-Systems) das Ergebnis von
Code:
sudo mount -o ro /dev/mmcblk0p2 /mnt

ls -laR /mnt/boot

sudo umount /dev/mmcblk0p2

Je nach dem, wie das Ergebnis ausfällt, kann man dann eine Reparatur versuchen.

Viele Grüße

susejunky
 
Hallo @susejunky ,

hier die Code-Folge: (wg mehr als 10000 Zeichen hier Teil 1)

Code:
mint@mint:~$ sudo mount -o ro /dev/mmcblk0p2 /mnt
mint@mint:~$ ls -laR /mnt/boot
/mnt/boot:
total 140676
drwxr-xr-x  4 root root      4096 Oct  3 11:32 .
drwxr-xr-x 19 root root      4096 Oct  3 11:24 ..
-rw-------  1 root root   6273869 Nov 14  2023 System.map-5.15.0-91-generic
-rw-r--r--  1 root root    261963 Nov 14  2023 config-5.15.0-91-generic
drwxr-xr-x  2 root root      4096 Oct  3 11:11 efi
drwxr-xr-x  5 root root      4096 Oct  3 11:32 grub
lrwxrwxrwx  1 root root        28 Oct  3 11:27 initrd.img -> initrd.img-5.15.0-91-generic
-rw-r--r--  1 root root 125879929 Oct  3 11:32 initrd.img-5.15.0-91-generic
lrwxrwxrwx  1 root root        28 Oct  3 11:11 initrd.img.old -> initrd.img-5.15.0-91-generic
lrwxrwxrwx  1 root root        25 Oct  3 11:27 vmlinuz -> vmlinuz-5.15.0-91-generic
-rw-r--r--  1 root root  11615272 Nov 14  2023 vmlinuz-5.15.0-91-generic

/mnt/boot/efi:
total 8
drwxr-xr-x 2 root root 4096 Oct  3 11:11 .
drwxr-xr-x 4 root root 4096 Oct  3 11:32 ..

/mnt/boot/grub:
total 2376
drwxr-xr-x 5 root root    4096 Oct  3 11:32 .
drwxr-xr-x 4 root root    4096 Oct  3 11:32 ..
drwxr-xr-x 2 root root    4096 Oct  3 11:32 fonts
-rw-r--r-- 1 root root     712 Jan  9  2024 gfxblacklist.txt
-rw-r--r-- 1 root root    1024 Oct  3 11:32 grubenv
drwxr-xr-x 2 root root    4096 Oct  3 11:32 locale
-rw-r--r-- 1 root root 2392289 Jan  9  2024 unicode.pf2
drwxr-xr-x 2 root root   12288 Oct  3 11:32 x86_64-efi

/mnt/boot/grub/fonts:
total 2348
drwxr-xr-x 2 root root    4096 Oct  3 11:32 .
drwxr-xr-x 5 root root    4096 Oct  3 11:32 ..
-rw-r--r-- 1 root root 2392289 Oct  3 11:32 unicode.pf2

/mnt/boot/grub/locale:
total 268
drwxr-xr-x 2 root root   4096 Oct  3 11:32 .
drwxr-xr-x 5 root root   4096 Oct  3 11:32 ..
-rw-r--r-- 1 root root 132790 Oct  3 11:32 de.mo
-rw-r--r-- 1 root root 116172 Oct  3 11:32 en@quot.mo
-rw-r--r-- 1 root root   1012 Oct  3 11:32 en_AU.mo
-rw-r--r-- 1 root root    567 Oct  3 11:32 en_CA.mo
-rw-r--r-- 1 root root   3700 Oct  3 11:32 en_GB.mo
 
hier Teil 2

Code:
/mnt/boot/grub/x86_64-efi:
total 3516
drwxr-xr-x 2 root root  12288 Oct  3 11:32 .
drwxr-xr-x 5 root root   4096 Oct  3 11:32 ..
-rw-r--r-- 1 root root  15600 Oct  3 11:32 acpi.mod
-rw-r--r-- 1 root root   1952 Oct  3 11:32 adler32.mod
-rw-r--r-- 1 root root   8128 Oct  3 11:32 affs.mod
-rw-r--r-- 1 root root   8368 Oct  3 11:32 afs.mod
-rw-r--r-- 1 root root   2136 Oct  3 11:32 afsplitter.mod
-rw-r--r-- 1 root root  22944 Oct  3 11:32 ahci.mod
-rw-r--r-- 1 root root    824 Oct  3 11:32 all_video.mod
-rw-r--r-- 1 root root   1496 Oct  3 11:32 aout.mod
-rw-r--r-- 1 root root   5384 Oct  3 11:32 appleldr.mod
-rw-r--r-- 1 root root   4592 Oct  3 11:32 archelp.mod
-rw-r--r-- 1 root root   6872 Oct  3 11:32 at_keyboard.mod
-rw-r--r-- 1 root root   9032 Oct  3 11:32 ata.mod
-rw-r--r-- 1 root root   2560 Oct  3 11:32 backtrace.mod
-rw-r--r-- 1 root root   9528 Oct  3 11:32 bfs.mod
-rw-r--r-- 1 root root   3304 Oct  3 11:32 bitmap.mod
-rw-r--r-- 1 root root   5408 Oct  3 11:32 bitmap_scale.mod
-rw-r--r-- 1 root root   3032 Oct  3 11:32 blocklist.mod
-rw-r--r-- 1 root root   3864 Oct  3 11:32 boot.mod
-rw-r--r-- 1 root root  48712 Oct  3 11:32 bsd.mod
-rw-r--r-- 1 root root   3320 Oct  3 11:32 bswap_test.mod
-rw-r--r-- 1 root root  26720 Oct  3 11:32 btrfs.mod
-rw-r--r-- 1 root root   3016 Oct  3 11:32 bufio.mod
-rw-r--r-- 1 root root   4472 Oct  3 11:32 cat.mod
-rw-r--r-- 1 root root   5824 Oct  3 11:32 cbfs.mod
-rw-r--r-- 1 root root   5704 Oct  3 11:32 cbls.mod
-rw-r--r-- 1 root root   3976 Oct  3 11:32 cbmemc.mod
-rw-r--r-- 1 root root   1632 Oct  3 11:32 cbtable.mod
-rw-r--r-- 1 root root   4536 Oct  3 11:32 cbtime.mod
-rw-r--r-- 1 root root  18976 Oct  3 11:32 chain.mod
-rw-r--r-- 1 root root   4688 Oct  3 11:32 cmdline_cat_test.mod
-rw-r--r-- 1 root root   2912 Oct  3 11:32 cmp.mod
-rw-r--r-- 1 root root   6584 Oct  3 11:32 cmp_test.mod
-rw-r--r-- 1 root root   3677 Oct  3 11:32 command.lst
-rw-r--r-- 1 root root   3544 Oct  3 11:32 configfile.mod
-rw-r--r-- 1 root root 147456 Oct  3 11:32 core.efi
-rw-r--r-- 1 root root   4416 Oct  3 11:32 cpio.mod
-rw-r--r-- 1 root root   4416 Oct  3 11:32 cpio_be.mod
-rw-r--r-- 1 root root   2600 Oct  3 11:32 cpuid.mod
-rw-r--r-- 1 root root   2184 Oct  3 11:32 crc64.mod
-rw-r--r-- 1 root root    936 Oct  3 11:32 crypto.lst
-rw-r--r-- 1 root root   7016 Oct  3 11:32 crypto.mod
-rw-r--r-- 1 root root  18272 Oct  3 11:32 cryptodisk.mod
-rw-r--r-- 1 root root   3992 Oct  3 11:32 cs5536.mod
-rw-r--r-- 1 root root   2696 Oct  3 11:32 ctz_test.mod
-rw-r--r-- 1 root root   3216 Oct  3 11:32 date.mod
-rw-r--r-- 1 root root   3064 Oct  3 11:32 datehook.mod
-rw-r--r-- 1 root root   3080 Oct  3 11:32 datetime.mod
-rw-r--r-- 1 root root   3144 Oct  3 11:32 disk.mod
-rw-r--r-- 1 root root  13144 Oct  3 11:32 diskfilter.mod
-rw-r--r-- 1 root root   1384 Oct  3 11:32 div.mod
-rw-r--r-- 1 root root   8104 Oct  3 11:32 div_test.mod
-rw-r--r-- 1 root root   2864 Oct  3 11:32 dm_nv.mod
-rw-r--r-- 1 root root   3064 Oct  3 11:32 echo.mod
-rw-r--r-- 1 root root  12904 Oct  3 11:32 efi_gop.mod
-rw-r--r-- 1 root root   7184 Oct  3 11:32 efi_uga.mod
-rw-r--r-- 1 root root   2192 Oct  3 11:32 efifwsetup.mod
-rw-r--r-- 1 root root  10488 Oct  3 11:32 efinet.mod
-rw-r--r-- 1 root root  25864 Oct  3 11:32 ehci.mod
-rw-r--r-- 1 root root   6288 Oct  3 11:32 elf.mod
-rw-r--r-- 1 root root   2216 Oct  3 11:32 eval.mod
-rw-r--r-- 1 root root   8728 Oct  3 11:32 exfat.mod
-rw-r--r-- 1 root root   2280 Oct  3 11:32 exfctest.mod
-rw-r--r-- 1 root root   8896 Oct  3 11:32 ext2.mod
-rw-r--r-- 1 root root   7808 Oct  3 11:32 extcmd.mod
-rw-r--r-- 1 root root  10128 Oct  3 11:32 f2fs.mod
-rw-r--r-- 1 root root   8856 Oct  3 11:32 fat.mod
-rw-r--r-- 1 root root  25984 Oct  3 11:32 file.mod
-rw-r--r-- 1 root root   3072 Oct  3 11:32 fixvideo.mod
-rw-r--r-- 1 root root  19728 Oct  3 11:32 font.mod
-rw-r--r-- 1 root root    219 Oct  3 11:32 fs.lst
-rw-r--r-- 1 root root   4520 Oct  3 11:32 fshelp.mod
-rw-r--r-- 1 root root  46784 Oct  3 11:32 functional_test.mod
-rw-r--r-- 1 root root   2432 Oct  3 11:32 gcry_arcfour.mod
-rw-r--r-- 1 root root   9096 Oct  3 11:32 gcry_blowfish.mod
-rw-r--r-- 1 root root  28424 Oct  3 11:32 gcry_camellia.mod
-rw-r--r-- 1 root root  14864 Oct  3 11:32 gcry_cast5.mod
-rw-r--r-- 1 root root  11960 Oct  3 11:32 gcry_crc.mod
-rw-r--r-- 1 root root  16440 Oct  3 11:32 gcry_des.mod
-rw-r--r-- 1 root root   3440 Oct  3 11:32 gcry_dsa.mod
-rw-r--r-- 1 root root   4080 Oct  3 11:32 gcry_idea.mod
-rw-r--r-- 1 root root   4224 Oct  3 11:32 gcry_md4.mod
-rw-r--r-- 1 root root   4616 Oct  3 11:32 gcry_md5.mod
-rw-r--r-- 1 root root   3152 Oct  3 11:32 gcry_rfc2268.mod
-rw-r--r-- 1 root root  20520 Oct  3 11:32 gcry_rijndael.mod
-rw-r--r-- 1 root root   7976 Oct  3 11:32 gcry_rmd160.mod
-rw-r--r-- 1 root root   3368 Oct  3 11:32 gcry_rsa.mod
-rw-r--r-- 1 root root  13352 Oct  3 11:32 gcry_seed.mod
-rw-r--r-- 1 root root  16656 Oct  3 11:32 gcry_serpent.mod
-rw-r--r-- 1 root root   7768 Oct  3 11:32 gcry_sha1.mod
-rw-r--r-- 1 root root   5192 Oct  3 11:32 gcry_sha256.mod
-rw-r--r-- 1 root root   6064 Oct  3 11:32 gcry_sha512.mod
-rw-r--r-- 1 root root  13176 Oct  3 11:32 gcry_tiger.mod
-rw-r--r-- 1 root root  33472 Oct  3 11:32 gcry_twofish.mod
-rw-r--r-- 1 root root  22936 Oct  3 11:32 gcry_whirlpool.mod
-rw-r--r-- 1 root root   9344 Oct  3 11:32 geli.mod
-rw-r--r-- 1 root root   8664 Oct  3 11:32 gettext.mod
-rw-r--r-- 1 root root  60336 Oct  3 11:32 gfxmenu.mod
-rw-r--r-- 1 root root  17016 Oct  3 11:32 gfxterm.mod
-rw-r--r-- 1 root root   4480 Oct  3 11:32 gfxterm_background.mod
-rw-r--r-- 1 root root   7816 Oct  3 11:32 gfxterm_menu.mod
-rw-r--r-- 1 root root   5360 Oct  3 11:32 gptsync.mod
-rw-r--r-- 1 root root 147456 Oct  3 11:32 grub.efi
-rw-r--r-- 1 root root  12472 Oct  3 11:32 gzio.mod
-rw-r--r-- 1 root root   7528 Oct  3 11:32 halt.mod
-rw-r--r-- 1 root root   8528 Oct  3 11:32 hashsum.mod
-rw-r--r-- 1 root root  10488 Oct  3 11:32 hdparm.mod
-rw-r--r-- 1 root root   1888 Oct  3 11:32 hello.mod
-rw-r--r-- 1 root root   3960 Oct  3 11:32 help.mod
-rw-r--r-- 1 root root   4472 Oct  3 11:32 hexdump.mod
-rw-r--r-- 1 root root  10352 Oct  3 11:32 hfs.mod
-rw-r--r-- 1 root root  11240 Oct  3 11:32 hfsplus.mod
-rw-r--r-- 1 root root   4296 Oct  3 11:32 hfspluscomp.mod
-rw-r--r-- 1 root root   9592 Oct  3 11:32 http.mod
-rw-r--r-- 1 root root   4656 Oct  3 11:32 iorw.mod
-rw-r--r-- 1 root root  12336 Oct  3 11:32 iso9660.mod
-rw-r--r-- 1 root root   9056 Oct  3 11:32 jfs.mod
-rw-r--r-- 1 root root  10584 Oct  3 11:32 jpeg.mod
-rw-r--r-- 1 root root   4936 Oct  3 11:32 json.mod
-rw-r--r-- 1 root root   6480 Oct  3 11:32 keylayouts.mod
-rw-r--r-- 1 root root   3008 Oct  3 11:32 keystatus.mod
-rw-r--r-- 1 root root   8240 Oct  3 11:32 ldm.mod
-rw-r--r-- 1 root root  15936 Oct  3 11:32 legacy_password_test.mod
-rw-r--r-- 1 root root  45640 Oct  3 11:32 legacycfg.mod
-rw-r--r-- 1 root root  20896 Oct  3 11:32 linux.mod
-rw-r--r-- 1 root root   8960 Oct  3 11:32 linux16.mod
-rw-r--r-- 1 root root  13456 Oct  3 11:32 linuxefi.mod
-rw-r--r-- 1 root root     89 Oct  3 11:32 load.cfg
-rw-r--r-- 1 root root   4672 Oct  3 11:32 loadbios.mod
-rw-r--r-- 1 root root   9208 Oct  3 11:32 loadenv.mod
-rw-r--r-- 1 root root   4832 Oct  3 11:32 loopback.mod
-rw-r--r-- 1 root root   6456 Oct  3 11:32 ls.mod
-rw-r--r-- 1 root root   7160 Oct  3 11:32 lsacpi.mod
-rw-r--r-- 1 root root   5352 Oct  3 11:32 lsefi.mod
-rw-r--r-- 1 root root   3712 Oct  3 11:32 lsefimmap.mod
-rw-r--r-- 1 root root   4424 Oct  3 11:32 lsefisystab.mod
-rw-r--r-- 1 root root   2952 Oct  3 11:32 lsmmap.mod
-rw-r--r-- 1 root root   7248 Oct  3 11:32 lspci.mod
-rw-r--r-- 1 root root   3840 Oct  3 11:32 lssal.mod
-rw-r--r-- 1 root root   6632 Oct  3 11:32 luks.mod
-rw-r--r-- 1 root root  20640 Oct  3 11:32 luks2.mod
-rw-r--r-- 1 root root  11952 Oct  3 11:32 lvm.mod
-rw-r--r-- 1 root root   6904 Oct  3 11:32 lzopio.mod
-rw-r--r-- 1 root root   4944 Oct  3 11:32 macbless.mod
 
Oben