ich möchte Debian auf einem Terra Thin Client 1000 (Model No: A3300S) installieren:
Prozessor: VIA Eden ULV 1GHz
Chipsatz: VIA CN896 + VT8237S
Hauptspeicher: 1GB DDR2 RAM (max. 2GB)
Ich habe dafür die 1GB CF-Karte gemounted, dann:
mke2fs -j /dev/sdb1
mount /dev/sdb1 /mnt/
debootstrap --arch i386 /mnt/ http://ftp.de.debian.org/debian - (lief ohne Fehler durch)
chroot /mnt /bin/bash
im Chroot:
mount none /proc -t proc
apt-get install makedev
apt install linux-image-686
apt install dosfstools
apt install grub2
update-grub
Beim booten des Systems kommt aber:
/dev/sdb1 ist nur in dem Gerät richtig, in dem ich die CF-Karte gemountet habe. In der /etc/fstab auf der Karte steht:
Code: Alles auswählen
# UNCONFIGURED FSTAB FOR BASE SYSTEM
# file system mount point type options dump pass
/dev/sda1 / ext4 defaults 0 1