- Registriert
- 31. Dezember 2010
- Beiträge
- 310
- Reaktionspunkte
- 720
- Punkte
- 153
AW: Full-Encrypted Root Server problem
Hi,
ich versuche jetzt schon ein paar mal hintereinander nach dieser Anleitung https://www.digital-eliteboard.com/288834-encrypted-root-server-post2736635.html#post2736635 den Punkt der Jessie Installation
durchzuführen:
usr/sbin/debootstrap --keyring=/root/.gnupg/pubring.gpg --arch amd64 jessie /mnt/ ...debian.org
Leider mit einer Fehlermeldung von debootstrap:
Es hat am Anfang auch geklappt dann aber durch passwd und den adduser musste ich die Installation wiederholen. Habt Ihr eine Idee wie ich diese Fehlermeldung wegkriege?
Hi,
ich versuche jetzt schon ein paar mal hintereinander nach dieser Anleitung https://www.digital-eliteboard.com/288834-encrypted-root-server-post2736635.html#post2736635 den Punkt der Jessie Installation
durchzuführen:
usr/sbin/debootstrap --keyring=/root/.gnupg/pubring.gpg --arch amd64 jessie /mnt/ ...debian.org
Leider mit einer Fehlermeldung von debootstrap:
W: Failure trying to run: chroot /mnt mount -t proc proc /proc
W: See /mnt/debootstrap/debootstrap.log for details
root@rescue:/tmp# mount -t proc none /mnt/proc
root@rescue:/tmp# mount -o bind /dev /mnt/dev
root@rescue:/tmp# mount -t tmpfs none /mnt/tmp
root@rescue:/tmp# mount -o bind /sys /mnt/sys
root@rescue:/tmp# LANG=C chroot /mnt /bin/bash
chroot: failed to run command `/bin/bash': Exec format error
W: See /mnt/debootstrap/debootstrap.log for details
root@rescue:/tmp# mount -t proc none /mnt/proc
root@rescue:/tmp# mount -o bind /dev /mnt/dev
root@rescue:/tmp# mount -t tmpfs none /mnt/tmp
root@rescue:/tmp# mount -o bind /sys /mnt/sys
root@rescue:/tmp# LANG=C chroot /mnt /bin/bash
chroot: failed to run command `/bin/bash': Exec format error
Es hat am Anfang auch geklappt dann aber durch passwd und den adduser musste ich die Installation wiederholen. Habt Ihr eine Idee wie ich diese Fehlermeldung wegkriege?
Zuletzt bearbeitet von einem Moderator: