Displaying 3 results from an estimated 3 matches for "ks_update_to_server8".
2019 Nov 18
7
CentOS 8 boot command line
I am trying to boot a grub entry for CentOS 8
menuentry "Server Install CentOS 8" {
linux /boot/vmlinuz noverifyssl ks=
https://devgeis.LayeredSolutionsInc.com:443/kickstart/ks_update_to_server8.cfg
biosdevname=0 net.ifnames=0 ksdevice=eth0 ip=192.168.1.13
gateway=192.168.1.1 netmask=255.255.255.
0 nameserver=192.168.1.1 inst.sshd sshd=1
initrd /boot/initrd.img
}
When booting it says that "ip=192.168.1.3" Sorry unknown value.
This works on CentOS 7. How do...
2019 Nov 18
1
CentOS 8 boot command line
...rry Geis <jerry.geis at gmail.com> wrote:
>>
>> I am trying to boot a grub entry for CentOS 8
>>
>> menuentry "Server Install CentOS 8" {
>> linux /boot/vmlinuz noverifyssl ks=
>> https://devgeis.LayeredSolutionsInc.com:443/kickstart/ks_update_to_server8.cfg
>> biosdevname=0 net.ifnames=0 ksdevice=eth0 ip=192.168.1.13
>> gateway=192.168.1.1 netmask=255.255.255.
>> 0 nameserver=192.168.1.1 inst.sshd sshd=1
>> initrd /boot/initrd.img
>> }
>>
>> When booting it says that "ip=192.168...
2019 Nov 18
0
CentOS 8 boot command line
..., 18 Nov 2019 at 13:22, Jerry Geis <jerry.geis at gmail.com> wrote:
>
> I am trying to boot a grub entry for CentOS 8
>
> menuentry "Server Install CentOS 8" {
> linux /boot/vmlinuz noverifyssl ks=
> https://devgeis.LayeredSolutionsInc.com:443/kickstart/ks_update_to_server8.cfg
> biosdevname=0 net.ifnames=0 ksdevice=eth0 ip=192.168.1.13
> gateway=192.168.1.1 netmask=255.255.255.
> 0 nameserver=192.168.1.1 inst.sshd sshd=1
> initrd /boot/initrd.img
> }
>
> When booting it says that "ip=192.168.1.3" Sorry unknown value...