anaconda-ks.cfg kickstart installation failure with: part --noformat must also use the --onpart
Issue
- I installed
Red Hat Enterprise Linux 8andRed Hat Enterprise Linux 9manually onGUIinstallation. - In partitioning, I preserved an existing
Logical Volumewithout reformatting it. - After installation,
/root/anaconda-ks.cfgincluded the followingpartcommand.pv.XXwas used for generating theLogical Volume.
part pv.XX --fstype="lvmpv" --noformat
- The installation with this
kickstartfile failed with the following error.
part --noformat must also use the --onpart
- Why was the
--onpartoption missing in the generatedkickstartfileanaconda-ks.cfg?
Environment
Red Hat Enterprise Linux 8
Red Hat Enterprise Linux 9
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.