Seite 1 von 1

Manjaro KDE 17.0 Installation schlägt fehl

Verfasst: Donnerstag 17. August 2017, 12:23
von Danux23
Hallo alle zusammen,

ich bin neu hier im Forum und generell neu was Linux angeht, ich habe  auf ein USB gebrannt mit Escher und bin nach dem Boot Vorgang auch in die Installation gekommen zwischen 30 - 70 % bricht es die Installation ab und folgende Fehler Meldung erscheint.

Boots.Python-Fehler in Job "bootloader".
<class 'subprocess.CalledProcessError'>
Command 'grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=Manjaro --force' returned non-zero exit status 1.
Traceback:
  File "/usr/lib/calamares/modules/bootloader/main.py", line 334, in run
    prepare_bootloader(fw_type)

  File "/usr/lib/calamares/modules/bootloader/main.py", line 305, in prepare_bootloader
    install_grub(efi_directory, fw_type)

  File "/usr/lib/calamares/modules/bootloader/main.py", line 236, in install_grub
    "--force"])

  File "<string>", line 2, in <module>



jetzt hänge ich hier fest, bin die ganze zeit online mit der live version und manajro wartet darauf installiert zu werden.

ICh habe einen Lenovo U510. Ich hab 2 Partitionen sprich 2 festplatten, einmal 500GB ASTA und einmal 24GB SSD, auf der LSD war vorher Zorn drauf was ich aber formatiert habe(glaub ich zumindest) und auf der SATA ist ne Windows OS drauf. Ich bin nicht angewiesen auf die Daten, mir wäre es sogar am liebsten einfach alles löschen und  drauf. Ich hoffe hier weiß einer wie ich das Problem lösen kann.
UEFI ist drin und secure  Boot ist raus.

Vielen dank für eure Zeit.

Re: Manjaro KDE 17.0 Installation schlägt fehl

Verfasst: Donnerstag 17. August 2017, 13:20
von gosia
Hallo Danux23,
erstmal herzlich willkommen hier im Forum
:-X
Was dein Problem betrifft, so könnte das hier weiterhelfen:
https://forum.manjaro.org/t/first-insta ... e/21810/14

Viele Grüße gosia

Re: Manjaro KDE 17.0 Installation schlägt fehl

Verfasst: Donnerstag 17. August 2017, 15:49
von Danux23
vielen dank, sah nach einem super ansatz aus hab es ausprobiert und leider stimmt hier was nicht, in dem thread meint er ja :

To fix this, we mounted the partition manually while the install-process was running. You have to be quick.

sudo mount /dev/sda1 /tmp/calamares-root-xyz/boot/efi
lsblk

After this, lsblk should show you that /dev/sda1 is mounted corretly.
Normally, the Installation-Error is gone then.

wenn ich das eingeben während der Installation steht da nicht vorhanden:

Einhängepunkt /tmp/calamares-root-xyz/boot/efi ist nicht vorhanden

ich habe aber noch hoffnung das wir das rätsel lösen^^

Re: Manjaro KDE 17.0 Installation schlägt fehl

Verfasst: Donnerstag 17. August 2017, 17:41
von gosia
Hallo Danux23,
[quote="Danux23"]
Einhängepunkt /tmp/calamares-root-xyz/boot/efi ist nicht vorhanden
[/quote]
Ich habe jetzt gerade kein Calamares zur Hand ;) vermute aber mal, daß die xyz in /tmp/calamares-root-xyz/boot/efi nur ein Platzhalter sind, die durch etwas ersetzt werden müssen. Sieh mal vor dem mounten mit

Code: Alles auswählen

ls  /tmp/calamares-root*
nach, was da für ein Verzeichnisname genau steht. Kann also sein, daß Du den dann anpassen musst.

Viele Grüße gosia