Get support for Domi-cc/unattended-debian-installation
If you're new to LTH, please see our FAQ for more information on what it is we do.
Support Options
Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:
View Open IssuesTake a look to see if anyone else has experienced the same issue as you and if they managed to solve it.
Open an IssueMake sure to read any relevant guidelines for opening issues on this repo before posting a new issue.
Sponsor directlyCheck out the page and see if there are any options to sponsor this project or it's developers directly.
Domi-cc/unattended-debian-installation
Unattended Debian installation via Preseed-Datei für den Debianinstaller
Mit diesem Verfahren wird ein Debian ISO erstellt, welches nahezu unattended installiert. Auf Wunsch kann auch das Root-PW und ein Hostname hinterlegt werden, um die Installation komplett zu automatisieren.
Eine Preseed-Datei zum einbinden an eine Debian-Netinstaller-Iso liegt mit bei.
Was wird automatisiert?
Bestätigungsanfragen werden automatisch beantwortet
- American english ist die ausgewählte Sprache.
- Deutschland ist ausgewähltes Land und das Tastaturlayout ist deutsch.
- Der Downloadserver wird auf deb.debian.org gesetzt.
- Die System-Uhr wird auf UTC gesetzt.
- Partitionierung ist so gesetzt, dass die erste gefunde Festplatte genommen wird und eine alle Daten in 1 Partition gesetzt werden
- Es wird das Standardpaket ohne Grafikoberfläche und das ssh-plugin installiert.
- Bootloader wird auf der ersten gefundenen Festplatte installiert.
- Umfragedaten werden nicht gesendet
Es müssen noch selber ein Root-Passwort gesetzt und ein Domain-und Servername angegeben werden
Fehlermeldung mount unmount am Anfang der installation ignorieren!?
Erstellung einer Iso-Datei mit Preseed mit einem Linux-Terminal
Hinweis: Diese Datei wurde auf einem amd64 System auf Basis einer netinstall cd Stand 10.2.0 geschrieben und es besteht keine Garantie, dass sie bei Änderungen funktioniert.
- Von debian.org die gewünschte Iso-Datei herunterladen.
- preseed.cfg im selben Verzeichnis speichern.
- Einen leeren Ordner im Verzeichnis erstellen. Dieser heißt zu Referenzzwecken isofiles.
- Mit
bsdtar -C isofiles -xf NAMEDERISODATEI.iso
den Inhalt der Isodatei in den Ordner übertragen. - Die preseed Datei an die initrd anhängen. (Schreibrechte geben > entpacken > anhängen > packen > Schreibrechte nehmen)
chmod +w -R isofiles/install.amd/
gunzip isofiles/install.amd/initrd.gz
echo preseed.cfg | cpio -H newc -o -A -F isofiles/install.amd/initrd
gzip isofiles/install.amd/initrd
chmod -w -R isofiles/install.amd/
- Die md5sum.txt aktualisieren
cd isofiles
chmod +w md5sum.txt
md5sum `find -follow -type f` > md5sum.txt
chmod -w md5sum.txt
cd ..
(Ignore warning: File system loop detected)
- Den Ordner isofiles wieder in eine bootbare Iso-Datei umwandeln.
genisoimage -r -J -b isolinux/isolinux.bin -c isolinux/boot.cat \
-no-emul-boot -boot-load-size 4 -boot-info-table \
-o WUNSCHNAME.iso isofiles
- Fertig
Our Mission
We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.
From the Blog
Interesting Articles
-
Generating income from open source
Jun 23 • 8 min read
-
2023 State of OSS
Apr 23 • 45 min read ★
-
A funding experiment...
Aug 19 • 10 min read
-
But You Said I could
Aug 19 • 2 min read
Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated
p-e622a1a2