Re: [CentOS] Help with dracut install CentOS 8

2019-11-29 Thread Orion Poplawski
On 11/29/19 1:08 PM, Jerry Geis wrote: I found this format: |ip=|/||/:[/||/ ]:/||/:/||/:/||/:/||/:/|{none|off}|/ What is "none" : off I assume means do not start the ethernet network. But what is none.     When I have it set to "on" my installation halts with "system halted" and I cannot 

Re: [CentOS] Help with dracut install CentOS 8

2019-11-29 Thread Tru Huynh
Hi, <...> Are you trying to use the installed kernel (you mentioned "dracut") to boot a kickstart installation? That is not going to work, you need to use the **installation** kernel and initrd.img from BaseOS/x86_64/kickstart/images/pxeboot btw, the ks syntax has changed from ks= -> inst.ks=

Re: [CentOS] Help with dracut install CentOS 8

2019-11-29 Thread Jerry Geis
I found this format: ip=**:[ ** ]:**:**: **:**:*{none|off}* What is "none" : off I assume means do not start the ethernet network. But what is none. When I have it set to "on" my installation halts with "system halted" and I cannot see a visible error. I have not tried none yet. Next week

Re: [CentOS] Help with dracut install CentOS 8

2019-11-29 Thread Jerry Geis
On Fri, Nov 29, 2019 at 11:06 AM Orion Poplawski wrote: > On 11/29/19 6:55 AM, Jerry Geis wrote: > >> I am trying to specify a static IP on the new dracut format. I was using > >> this: > >> http://man7.org/linux/man-pages/man7/dracut.cmdline.7.html > >> > >> So my grub entry consists > >>

Re: [CentOS] Help with dracut install CentOS 8

2019-11-29 Thread Markus Falb
On 29.11.19 17:06, Orion Poplawski wrote: > On 11/29/19 6:55 AM, Jerry Geis wrote: >> I am trying to specify a static IP on the new dracut format. I was using >> this: >> http://man7.org/linux/man-pages/man7/dracut.cmdline.7.html >> >> So my grub entry consists >> menuentry "Install CentOS 8"  {

Re: [CentOS] Help with dracut install CentOS 8

2019-11-29 Thread Orion Poplawski
On 11/29/19 6:55 AM, Jerry Geis wrote: I am trying to specify a static IP on the new dracut format. I was using this: http://man7.org/linux/man-pages/man7/dracut.cmdline.7.html So my grub entry consists menuentry "Install CentOS 8" { linux /boot/vmlinuz noverifyssl ks=https://something

[CentOS] Help with dracut install CentOS 8

2019-11-29 Thread Jerry Geis
I am trying to specify a static IP on the new dracut format. I was using this: http://man7.org/linux/man-pages/man7/dracut.cmdline.7.html So my grub entry consists menuentry "Install CentOS 8" { linux /boot/vmlinuz noverifyssl ks=https://something