I found that I'd used the initial Mageia3 x86_64 DVD ISO file dated May 19 instead of the later one dated June 6, so I did the upgrade again. I cloned my running Mageia2 x86_64 system to a second hard drive again and ran the upgrade again, but I received the same error message when I selected the online repositories - "basesystem package not selected".
As before, I cycled through the upgrade again without selecting online repositories. That didn't complete successfully, so I cycled through the upgrade process again twice, without success. Then I selected the online repositories and cycled through the process a few more times until it upgraded all packages. I found a couple of additional problems.
I had configured my network interface in the first pass when I initially selected the online repositories, and that worked because I was able to see the mirror sites and select one. However, while cycling through the last upgrade pass I saw many messages on my firewall system: "...kernel: martian destination 127.0.0.1 from 192.168.2.2, dev eth1" followed by "last message repeated [nn] times". The upgrade process was sending out traffic to the loopback address on eth0! Apparently those requests timed out, because the upgrade downloaded several hundred packages and installed them.
I ended up with a running Mageia3 system, but it's not fully upgraded to the most recent kernel, as the mkinitrd failed.
I wouldn't say that the Mageia3 upgrade process 'worked', but rather that it staggered, limped and finally died in an infinite loop. It was repeatedly trying to run "mkinitrd -v -f /boot/initrd-3.8.13.4-desktop-1.mga3.imp 3.8.13.4-desktop-1.mga3". Apparently the problem is in the code for dracut, so I will be interested to learn how to resolve this problem.
I also received a Plymouth error during the Mageia3 boot process, and would like to know how to get rid of the error.
Once I got Mageia3 to boot, I tried to rerun mkinitrd. That produced the messages below, and it looks like it looped.
- Code: Select all
[root@griffin boot]# mkinitrd /boot/initrd-3.8.13.4-desktop-1.mga3.img 3.8.13.4-desktop-1.mga3
I: dracut module 'network' will not be installed, because it's in the list to be omitted!
I: dracut module 'network' will not be installed, because it's in the list to be omitted!
I: *** Including module: dash ***
I: *** Including module: i18n ***
I: *** Including module: drm ***
I: *** Including module: plymouth ***
I: *** Including module: kernel-modules ***
I: *** Including module: resume ***
I: *** Including module: rootfs-block ***
I: *** Including module: terminfo ***
I: *** Including module: udev-rules ***
I: *** Including module: usrmount ***
I: *** Including module: base ***
I: *** Including module: fs-lib ***
I: *** Including module: shutdown ***
I: *** Including modules done ***
I: *** Installing kernel module dependencies and firmware ***
I: *** Installing kernel module dependencies and firmware done ***
I: *** Resolving executable dependencies ***
I: *** Resolving executable dependencies done***
I: *** Stripping files ***
I: *** Stripping files done ***
I: *** Creating image file ***
gzip: stdout: No space left on device
F: dracut: creation of /boot/initrd-3.8.13.4-desktop-1.mga3.img failed