Centos 7 with ks.cfg file from usb stick

General support questions
Post Reply
Inishev
Posts: 18
Joined: 2015/06/19 13:23:26

Centos 7 with ks.cfg file from usb stick

Post by Inishev » 2018/10/23 13:43:27

i want install Centos 7 with ks.cfg file from usb stick.
But i have problem.
I locate my ks.cfg file in root iso file beside isolinux.cfg
In isolinux.cfg i tried boot installation with next command

Code: Select all

append initrd=initrd.img inst.stage2=hd:LABEL=CentOS\x207\x20x86_64 inst.ks=hd:LABEL=CentOS\x207\x20x86_64:/ks.cfg quiet
or another with another location ks file

i can't boot installation with ks.cfg

Where i need located ks.cfg file and how i can access it from isolinux.cfg

Please help me!

Inishev
Posts: 18
Joined: 2015/06/19 13:23:26

Re: Centos 7 with ks.cfg file from usb stick

Post by Inishev » 2018/10/23 14:31:29

i found solution, i will describe them later.
Now i can't understand where is location is

Code: Select all

hd:LABEL=CentOS\x207\x20x86_64

Post Reply