- Accueil
- » Forum
- » LiveCD/LiveUSB
- » Kickstart
Pages : 1
#1 Le 22/07/2014, à 09:08
- monteils
Kickstart
Bonjour,
Je souhaite créer une clé USB qui automatise l'installation d'ubuntu 14.04 (qui formate le DD, qui met l'OS en francais et qui installe tout sans intéraction (automatiquement donc)
pour ce faire j'ai :
- Télécharger l'iso Ubuntu 14.04 64bits
- Installer kickstart
- Configurer mon kickstart et enregistré le fichier ks.cfg
Par contre, je ne sais pas ou mettre ce fichier (ks.cfg) dans mon iso téléchargé afin d'automatiser tout cela.
Donc si quelqu'un à la réponse sa serait parfait.
Merci
Hors ligne
#2 Le 24/07/2014, à 15:42
- monteils
Re : Kickstart
personne pour m'aider..... je désespére.....:(
Hors ligne
#3 Le 24/07/2014, à 15:52
- jplemoine
Re : Kickstart
La doc est : là.
Cela renvoie à un doc en anglais qui n'aboutit pas mais j'ai trouvé ça.
En gros, il faut refaire un CD/DVD? avec le fichier ks.cfg en modifiant les paramètres du noyau.
Membre de l'ALDIL (Association Lyonnaise pour le Développement de l'Informatique Libre)
- En pro, après 20 ans de développement, administrateur Linux / Unix depuis Avril 2019.
- En privé, sous Ubuntu-Xubuntu depuis 2009.
Déconnecté jusqu’à nouvel ordre
Hors ligne
#4 Le 25/07/2014, à 08:54
- monteils
Re : Kickstart
merci, alors voila j'ai créer mon fichier ks.cfg voici son contenu :
#Generated by Kickstart Configurator
#platform=AMD64 or Intel EM64T
#System language
lang fr_FR
#Language modules to install
langsupport fr_FR
#System keyboard
keyboard fr
#System mouse
mouse
#System timezone
timezone Europe/Paris
#Root password
rootpw --iscrypted $1$cdfnUbee$2IX6bYScvXltAbo3NIgnj0
#Initial user
user ibgbi --fullname "ibgbi" --iscrypted --password $1$NeSQ3ZAY$4dJOdoSzNY4M3Sd6UXSxv1
#Reboot after installation
reboot
#Use text mode install
text
#Install OS instead of upgrade
install
#Use CDROM installation media
cdrom
#System bootloader configuration
bootloader --location=mbr
#Clear the Master Boot Record
zerombr yes
#Partition clearing information
clearpart --all --initlabel
#System authorization infomation
auth --useshadow --enablemd5
#Firewall configuration
firewall --disabled
#Do not configure the X Window System
skipx
que j'ai mis à la racine de mon iso extrait,
Ensuite j'ai modifier le fichier txt.cfg (dans isolinux)
voici l'original :
default live
label live
menu label ^Try Ubuntu without installing
kernel /casper/vmlinuz.efi
append file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash --
label live-install
menu label ^Install Ubuntu
kernel /casper/vmlinuz.efi
append file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity initrd=/casper/initrd.lz quiet splash --
label check
menu label ^Check disc for defects
kernel /casper/vmlinuz.efi
append boot=casper integrity-check initrd=/casper/initrd.lz quiet splash --
label memtest
menu label Test ^memory
kernel /install/mt86plus
label hd
menu label ^Boot from first hard disk
localboot 0x80
Et voici le mien :
default live
label live
menu label ^Try Ubuntu without installing
kernel /casper/vmlinuz.efi
append file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash --
label live-install
menu label ^Install Ubuntu
kernel /casper/vmlinuz.efi
append file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity initrd=/install/initrd.lz ks=cdrom:/ks.cfg preseed/file=/cdrom/ks.preseed --
label check
menu label ^Check disc for defects
kernel /casper/vmlinuz.efi
append boot=casper integrity-check initrd=/casper/initrd.lz quiet splash --
label memtest
menu label Test ^memory
kernel /install/mt86plus
label hd
menu label ^Boot from first hard disk
localboot 0x80
ensuite je remonte mon iso en utilisant : k3b.
et enfin quand je teste mon iso sur virtualbox afin de voir si tout es automatiser j'obtient le message d'erreur suivant : FATAL: no bootable medium found! system halted.
Donc voila j'aimerai savoir ou j'ai loupé mes modifications qui font tout planter.
Merci...
Hors ligne
#5 Le 25/07/2014, à 14:46
- monteils
Re : Kickstart
Bon,
J'ai reussi a rendre mon iso bootable sur Virtualbox, par contre il ne tient pas compte de mon fichier ks.cfg.
- j'ai configuré mon fichier ks.cfg afin qu'il formate tout et qu'il refasse une installation propre.
- j'ai modifié le fichier txt.cfg (dans isolinux) afin de renseigner mon fichier ks.cfg.
alors pourquoi quand je boot mon iso (autoinstall) comprenant mes modifications, Ubuntu ne les reconnais pas et me pose tout un tas de question?
Merci de m'aider si vous voyez des erreurs....
Hors ligne
#6 Le 26/02/2019, à 22:17
- andykimpe
Re : Kickstart
bienvenue au club j'ai le même problème
en net install sur la mini iso sa marche mais c'est long
mais l'iso live dvd le ks pas pris en compte
par contre même sur une iso mini ks=cdrom:/ ne marche pas
mais tu et en dhcp et que tu met une url sa marche
ks=http://192.168.0.3/ks.cfg
mais pas sur le live cd ou dvd ou même usb
Hors ligne
#7 Le 26/02/2019, à 22:40
- andykimpe
Re : Kickstart
apparemment je pense que les ks sont pas pris en compte car ubiquity a sa c'est propre option d'installation silencieuse
si sa peux aider quelle qu'un pour moi sa résous pas le problème
mais sa donne déjà une piste
https://askubuntu.com/questions/806820/ … 6-04-1-lts
https://wiki.ubuntu.com/UbiquityAutomation
Dernière modification par andykimpe (Le 26/02/2019, à 22:42)
Hors ligne
Pages : 1