Displaying 1 result from an estimated 1 matches for "christopherwood".
Did you mean:
christopher_wood
2017 Sep 27
1
anaconda not installing to sda?
...I confirm that /run/install/ks.cfg in the anaconda environment has the following:
ignoredisk --only-use=sda
zerombr
bootloader --location=mbr
clearpart --all
part / --label="/" --fstype=ext4 --grow --asprimary
program.log from the anaconda environment is here:
https://gist.github.com/christopherwood/72f390d7e5788b9bc9e841d40c926895
The system does boot and install just fine from the CentOS 7.4 iso without being kickstarted.
This is on vmware (esxi 6.0), I've tried with the paravirtual and lsi logic scsi controllers with the same result.
I've tried different previously (CentOS 7.3) w...