Page 1 of 1

Issue with kickstart

Posted: 2019/09/24 17:37:52
by bhundven
I'm getting an error with a `text --non-interactive` kickstart on centos 8.

The error is

Code: Select all

dracut-initqueue[951]: mount: /run/install/repo: WARNING: device write-protected, mounted read-only.
This is based on a converted centos 7 kickstart, but I have taken into consideration the changes defined here:

https://access.redhat.com/documentation ... enced-user

Re: Issue with kickstart

Posted: 2019/09/24 18:01:49
by TrevorH
That's not an error message. It's just telling you that the iso image has been mounted, readonly since that's how isos are.

Re: Issue with kickstart

Posted: 2019/09/24 18:33:28
by bhundven
Yea, I just learned about lack of floppy module support, which is the problem. So I'm trying to figure out now how to host the kickstart somewhere.