Laut der Slax-Dokumentation ist der Installationsvorgang ziemlich einfach. Kopieren Sie den Inhalt und führen Sie die Installationsdatei aus.
... navigieren Sie zum Verzeichnis /slax/boot/ auf Ihrem USB-Gerät oder Ihrer Festplatte und suchen Sie dort die Datei bootinst.bat (Linux-Benutzer suchen nach bootinst.sh). Führen Sie sie einfach per Doppelklick aus. Sie nimmt alle notwendigen Änderungen am Master-Boot-Record Ihres Geräts vor, damit das BIOS Ihres Computers tatsächlich versteht, wie Slax von Ihrer Festplatte gebootet wird. Beachten Sie, dass das Boot-Installationsprogramm kein Multiboot unterstützt, sodass nur Slax vom angegebenen Laufwerk gebootet werden kann.
https://www.slax.org/starting.php
Während der Installation wird mir jedoch folgender Fehler angezeigt.
root@slax:/slax/boot# ls -l bootinst.sh
-rwxr-xr-x 1 root root 3333 Apr 5 05:34 bootinst.sh
root@slax:/slax/boot#
root@slax:/slax/boot# ./bootinst.sh
fdisk: cannot open aufs: No such file or directory
* attempting to install bootloader to /slax/boot...
./extlinux.x64: not a fat, ntfs, ext2/3/4, btrfs, xfs orufs1/2 filesystem: /slax/boot
Error installing boot loader.
Read the errors above and press enter to exit...
root@slax:/slax/boot#
Wenn Sie weitere Informationen benötigen, lassen Sie es mich bitte wissen.
Antwort1
Dasselbe Problem trat auf, als ich die ISO-Datei auf einen USB-Stick geschrieben habe. So lösen Sie das Problem:
- USB-Stick als FAT32 formatieren
/slax
Verzeichnis manuell auf USB kopieren- Laufen
bootinst.sh
Antwort2
Stellen Sie sicher, dass Sie bootinst.sh vom Terminal aus ausführen können.
sudo bash /media/fergara/2G/slax/boot/bootinst.sh