If your manjaro installation does not boot (any more), maxi may help to find what is missing. Just use it from commandline or from a chroot environment. If you need help interpreting the output, read Understand the boot process or contact a forum like manjaro forum and ask for help.
sudo wget https://github.com/andreaskielkopf/maxi/raw/master/jar/maxi -O /usr/local/bin/maxi; sudo chmod a+x /usr/local/bin/maxi; maxi -kmsgeif
A tool to analyze why a Manjaro installation might not start.
The program collects information about the current installation (it can also work inside chroot
). It uses coreutils (ls cat sort du sha256sum), tput, find
and mhwd-kernel
to collect information.
The program should be a helpful hand to collect a lot of small information (like inxi
does) and present it in a short overview. So that the experienced reader can decide what could be the problem with this installation and how to proceed without wasting time.
While inxi
focuses on a system overview, maxi
focuses on things between "power_on" and "kernel_is_running"
It displays in short form:
- kernels at /boot/vmlinuz... (size, sha256)
- initramdisks/fallback present (size, sha256)
- modules at /lib/modules/... (size, sha256)
- extramodules at /lib/modules/extra... (size, sha256)
- grub, grub.cfg, efivars ...
Usage:
------
maxi [OPTIONS]
* -h --help help
* -c --color colorize output unconditionally
* -k --kernel installed kernels, initrd, chroot
* -l --list-all all kernels (not only installed)
* -v --kver kernelversion (includes -k)
* -m --modules list modules and extramodules
* -s --shasum produce short hash to compare kernel & modules
* -w --watch [100] watch how everything changes over time
* -g --grub /boot/grub/grub.cfg, /etc/default/grub
* -i --mkinitcpio /etc/mkinitcpio.conf
* -e --efi efi bootloaders
* -f --forum frame with backticks and [details] and copy to clipboard
* -p --partitions info about visible partitions
default equals to: -km
- ©2022 Andreas Kielkopf
jdk-openjdk
mhwd
(mhwd-kernel)coreutils
(ls cat sort du sha256sum)findutils
(find)ncurses
(tput) or zsh (echoti)lsblk
License: The license is GNU General Public License v3.0
- show connected boot-stanzas
And i hope there are other wishes to extend the program, so that it is an aid to resolve boot-problems fast.
-
Download maxi from github and save it where you want
sudo wget https://github.com/andreaskielkopf/maxi/raw/master/jar/maxi -O /usr/local/bin/maxi
-
Check the sha256sum
sha256sum /usr/local/bin/maxi
-
Make the file executable
sudo chmod -c a+x /usr/local/bin/maxi
All at once:
sudo wget https://github.com/andreaskielkopf/maxi/raw/master/jar/maxi -O /usr/local/bin/maxi; sha256sum /usr/local/bin/maxi; sudo chmod -c a+x /usr/local/bin/maxi
maxi -kmf
ormaxi -kmsgeif
- The output is already in the clipoboard. If you want to post it in manjaro forum you only have to create the post, and press
[Ctrl-v]
- You may also have a look at Understand the boot process
ae2ef03e8a9c1d0dad818438cd01f11e656ea53834be105f6ddbf4b5a9ab3949 maxi
P.S. If current developments trouble you, you can Find Peace - Find Real Hope
Wenn deine Manjaro-Installation nicht (mehr) bootet, kann maxi
helfen, heraus zu finden, was fehlt.
Verwende es einfach von der Befehlszeile oder von einer chroot
-Umgebung aus. Wenn du Hilfe beim Interpretieren der Ausgabe benötigst, lies Den Boot-Prozess verstehen oder kontaktiere ein Forum wie manjaro forum und bitte um Hilfe.
sudo wget https://github.com/andreaskielkopf/maxi/raw/master/jar/maxi -O /usr/local/bin/maxi; sudo chmod a+x /usr/local/bin/maxi ; maxi -kmsgeif
Ein Tool zur Analyse, warum eine Manjaro-Installation möglicherweise nicht startet.
Das Programm sammelt Informationen über die aktuelle Installation (es kann auch innerhalb einer Chroot
-Umgebung funktionieren). Es verwendet coreutils
(ls cat sort du sha256sum), tput
, find
und mhwd-kernel
, um diese Informationen zu sammeln.
Das Programm soll eine helfende Hand sein, um viele kleine Informationen zu sammeln (wie es inxi
tut) und in einer kurzen Übersicht darzustellen. Damit der erfahrene Leser ohne Zeitverlust entscheiden kann, wo das Problem bei dieser Installation liegen könnte und wie er vorgehen soll.
Während sich inxi
auf eine Systemübersicht konzentriert, konzentriert sich maxi
auf Dinge zwischen "power_on" und "kernel_is_running"
Es zeigt in Kurzform:
- Kernel unter /boot/vmlinuz... (Größe, sha256)
- Initramdisks/Fallback vorhanden (Größe, sha256)
- Module unter /lib/modules/... (Größe, sha256)
- Extramodule unter /lib/modules/extra... (Größe, sha256)
- grub, grub.cfg, efivars ...
Maxi [OPTIONEN]
-
-h --help Hilfe
-
-c --color Ausgabe bedingungslos einfärben
-
-k --kernel installierte Kernel, initrd, chroot
-
-l --list-all alle Kernel (nicht nur installierte)
-
-v --kver Kernelversion (enthält -k)
-
-m --modules listet Module und Extramodule auf
-
-s --shasum erzeugt einen kurzen Hash, um Kernel und Module zu vergleichen
-
-w --watch [100] beobachte, wie sich alles mit der Zeit verändert
-
-g --grub /boot/grub/grub.cfg, /etc/default/grub
-
-i --mkinitcpio /etc/mkinitcpio.conf
-
-e --efi EFI-Bootloader
-
-f --forum Frame mit Backticks und [Details] in die Zwischenablage kopieren
-
-p --partitions Info über sichtbare Partitionen
Standardwert ist: -km
- ©2023,2025 Andreas Kielkopf
jdk-openjdk
mhwd
(mhwd-Kernel)coreutils
(ls cat sort du sha256sum)findutils
(finden)ncurses
(tput) oder zsh (echoti)
Die Lizenz lautet „GNU General Public License v3.0“.
- verbundene Boot-Programme anzeigen
Und ich hoffe, es gibt weiter Wünsche um das Programm zu erweitern, so dass es eine Hilfe ist Boot-Probleme schnell lösen.
- Laden Sie Maxi von github herunter und speichern Sie es, wo Sie möchten
sudo wget https://github.com/andreaskielkopf/maxi/raw/master/jar/maxi -O /usr/local/bin/maxi
- Überprüfen Sie die Prüfsumme
sha256sum /usr/local/bin/maxi
- Machen Sie die Datei ausführbar
sudo chmod -c a+x /usr/local/bin/maxi
sudo wget https://github.com/andreaskielkopf/maxi/raw/master/jar/maxi -O /usr/local/bin/maxi; sha256sum /usr/local/bin/maxi; sudo chmod -c a+x /usr/local/bin/maxi
maxi -kmf
odermaxi -kmsgeif
- Die Ausgabe befindet sich danach bereits in der Zwischenablage. Wenn Sie sie im manjaro-Forum posten möchten, müssen Sie nur den Beitrag erstellen und
[Strg-v]
drücken - Sie können sich auch Verstehe den boot-prozess ansehen
P.S. Wenn dich die aktuellen Entwicklungen beunruhigen kannst du Frieden finden - Eine echte Hoffnung