Wollte gerade ein Grundsystem auf einer externen SSD (an USB3) installieren.
Debian - Stretch Netinst
Keine Swap- Partition sonst nur Standard Systemwerkzeuge
Ist auch ohne zu meckern durchgelaufen.
Will ich die Installation starten, kommen folgende Fehlermeldungen:
Code: Alles auswählen
mount:mounting /dev/sdb1 on /root failed: no such device
mount:mounting /dev on /root/dev faied: no such file or directory
run-init: current directory on the same filesysten as the root :error 0
No init found. try passing init= bootarg
Der Installer hat auch nichts woanders hingeschrieben, meine beiden BS ( Dualboot / Sparky- Xfce und Cinnamon) starten nach wie vor.
Die SSD, auf der das System installiert wurde /dev/sdb (kderoot) sieht auch ganz normal aus:
Code: Alles auswählen
hans@sparkycinnamon:/media/hans/kderoot$ ls -l |sort
drwx------ 2 root root 16384 Jun 28 20:33 lost+found
drwx------ 2 root root 4096 Jun 28 20:34 root
drwxrwxrwt 2 root root 4096 Jun 28 20:46 tmp
drwxr-xr-x 10 root root 4096 Jun 28 20:34 usr
drwxr-xr-x 11 root root 4096 Jun 28 20:34 var
drwxr-xr-x 17 root root 4096 Jun 28 20:42 lib
drwxr-xr-x 2 root root 4096 Jun 28 20:33 home
drwxr-xr-x 2 root root 4096 Jun 28 20:34 mnt
drwxr-xr-x 2 root root 4096 Jun 28 20:34 opt
drwxr-xr-x 2 root root 4096 Jun 28 20:34 srv
drwxr-xr-x 2 root root 4096 Jun 28 20:40 lib64
drwxr-xr-x 2 root root 4096 Jun 28 20:43 bin
drwxr-xr-x 2 root root 4096 Jun 28 20:46 run
drwxr-xr-x 2 root root 4096 Jun 28 20:46 sbin
drwxr-xr-x 2 root root 4096 Mai 6 07:18 sys
drwxr-xr-x 2 root root 4096 Mär 4 18:53 proc
drwxr-xr-x 3 root root 4096 Jun 28 20:33 media
drwxr-xr-x 3 root root 4096 Jun 28 20:43 boot
drwxr-xr-x 4 root root 4096 Jun 28 20:34 dev
drwxr-xr-x 74 root root 4096 Jun 28 20:46 etc
insgesamt 92
lrwxrwxrwx 1 root root 26 Jun 28 20:37 vmlinuz -> boot/vmlinuz-4.5.0-2-amd64
lrwxrwxrwx 1 root root 30 Jun 28 20:37 initrd.img -> /boot/initrd.img-4.5.0-2-amd64
Code: Alles auswählen
# blkid
/dev/sde1: LABEL="Daten" UUID="8dc5668b-4c06-41e0-934e-01dd0eff6db9" TYPE="ext4" PARTUUID="18de15c7-01"
/dev/sdd1: LABEL="XFCE Root" UUID="c2d1b35c-ac96-4fc6-ad5d-6a11997e8230" TYPE="ext4" PARTUUID="31088935-01"
/dev/sdd5: LABEL="Xfce Home" UUID="3bf6e217-677c-4f7d-bb6b-d69cada6fc5e" TYPE="ext4" PARTUUID="31088935-05"
/dev/sda1: LABEL="Musik" UUID="8b535dfa-0c3f-4c55-aa95-a6bd61679344" TYPE="ext4" PARTUUID="b95d1636-8535-4d2d-815b-2cba98347c6f"
/dev/sdc1: UUID="13d7bf59-ac8b-4964-8cb3-a1771dcdabf3" TYPE="swap" PARTUUID="207d6282-01"
/dev/sdc2: LABEL="cinnamonroot" UUID="28ac974c-1558-4520-83ca-f6de8d814047" TYPE="ext4" PARTUUID="207d6282-02"
/dev/sdc3: LABEL="cinnamonhome" UUID="92ad9934-c292-42d5-b881-faab5131d33a" TYPE="ext4" PARTUUID="207d6282-03"
dev/sdb1: LABEL="kderoot" UUID="9b5926f3-d1ac-421f-ab55-fc928b007a7d" TYPE="ext4" PARTUUID="2e72c7f9-01"
/dev/sdb2: LABEL="kdehome" UUID="218282b4-61e6-447d-8613-9b62e994cb72" TYPE="ext4" PARTUUID="2e72c7f9-02"
Habt Ihr eine Idee was da falsch läuft, oder was ich für einen Fehler gemacht habe ???