ich habe mir anhand folgender Anleitungen:
http://www.sgvulcan.com/installing-debi ... -only-ssh/
http://wiki.debian.org/DebianInstaller/NetworkConsole
ein Netinstall Image zusammen gebaut. Ich brauche es weil die Grafikkarte meines Server kaputt ist.
Ich möchte Debian ohne Aufwand installieren (d.h. CD rein > boot > automatische Installation (event. via SSH)).
Aber leider bekomme ich bei den Boot der CD einen Fehler:
No DEFAULT or UI condifuration directive found!
In den ubuntuusers wiki las ich folgende Lösung:
Den Isolinux Ordner sowie die beiden isolinux Dateien syslinux bennen.
Nun bekomme ich folgenden Fehler beim Erstellen des Images:
Code: Alles auswählen
sudo mkisofs -o ../custom_install.iso -r -J -no-emul-boot -boot-load-size 4 -boot-info-table -b isolinux/isolinux.bin -c isolinux/boot.cat ../isonew
I: -input-charset not specified, using utf-8 (detected in locale settings)
genisoimage: Uh oh, I cant find the boot catalog directory 'isolinux'!
cat syslinux/txt.cfg
Code: Alles auswählen
default netinstall
label netinstall
menu label ^Install over SSH
menu netinstall
kernel /install.386/vmlinuz
append auto=true vga=normal file=/hd-media|cdrom/preseed.cfg initrd=/install.386/initrd.gz -- quiet
label install
menu label ^Install
menu default
kernel /install.386/vmlinuz
append vga=788 initrd=/install.386/initrd.gz -- quiet
lg Felix