Ubuntu18 kickstart installation
by prayag_pjs from LinuxQuestions.org on (#55BF0)
I have sucessfully done kickstart installation for CentOS 7 using kickstart-file centos-ks.cfg.
Steps followed :
1. Created kickstart file centos7-ks.cfg file
2. Booted using centos7 iso, pressed ESC and at boot prompt typed -
Code:boot: linux ks=http://x.x.x.x/pub/centos8-ks.cfgAnd my installation was completed successfully.
But when I create create kickstart file for Ubuntu and start installation using Ubuntu iso, and when I give command at boot prompt, it doesn't work
Code:boot: linux ks=http://x.x.x.x/pub/ubuntu18-ks.cfgIt says linux ... not fount.
I just want to know what is the Ubuntu equivalent for
Code:boot: linux ks=http://x.x.x.x/pub/xxxxx-ks.cfg


Steps followed :
1. Created kickstart file centos7-ks.cfg file
2. Booted using centos7 iso, pressed ESC and at boot prompt typed -
Code:boot: linux ks=http://x.x.x.x/pub/centos8-ks.cfgAnd my installation was completed successfully.
But when I create create kickstart file for Ubuntu and start installation using Ubuntu iso, and when I give command at boot prompt, it doesn't work
Code:boot: linux ks=http://x.x.x.x/pub/ubuntu18-ks.cfgIt says linux ... not fount.
I just want to know what is the Ubuntu equivalent for
Code:boot: linux ks=http://x.x.x.x/pub/xxxxx-ks.cfg