Just my 2 cents.
As "Germ" has already advise, the net install is broken and under repair.
If you really (really) want to try cauldron, I would suggest starting with a net install of a minimal ( other desktops) of Mageia 9.
Choose a mirror that also supports cauldron.
this will get a small up-to-date graphical system installed.
Then, manually change the mirror repo used from "9" to cauldron.
Doktor5000 has kindly written a MAQ :
https://forums.mageia.org/en/viewtopic.php?f=36&t=4231- Code: Select all
urpmi.removemedia -a
urpmi.addmedia --distrib 'ftp://ftp.nluug.nl/pub/os/Linux/distr/mageia/distrib/$VERSION/$ARCH'
before doing the code, copy ( via the edit button) one of your existing core "mga9" mirror repos from MCC to a text document. ( 1st line)
add this also: urpmi.addmedia --distrib 'ftp://ftp.nluug.nl/pub/os/Linux/distr/mageia/distrib/$VERSION/$ARCH' ( 2nd line)
edit the text document such that the the 1st line entry important stuff ( your localest mirror) is reflected in the 2nd line, so everything from 'ftp:/ ... to ...distrib/....' is replaced.
Change $VERSION to cauldron.
then run the first code line to remove your existing mirror repos.
then copy / paste your edited 2nd-line from your edited text file and run that.
there should be a screed of text in the terminal as the repos get updated.
then update the system.
add your preferred DE(s) via the urpmi task-**** command, or via MCC.
if you have made a mistake, just re-add the mga9 mirror repos via MCC "add" button.
if the above is too hard, you could just manually edit each active repo line in MCC, changing "9" to cauldron, but that is tedious.