I now installed Mageia 5 beta 3.
Thanks to all Mageia developers and testers, there is great progress made from beta two to three !!!
I now could install M5B3 to an external USB harddisk and it boots.
On my Dell Inspiron 17R SE 7720 which currently uses legacy boot, I can now start using UEFI

I made a GPT partition table on the external USB hard disk:
- Code: Select all
sdd1 fat32 100 MB --> /boot/EFI
sdd2 ext4 100000 MB root --> /
sdd3 linux-swap 8192 MB
sdd4 ext4 400000 MB home --> /home
sdd5 ext4 250000 MB backup
sdd6 ntfs 200000 MB ntfs
Put the laptop in UEFI and booted the USB key (prepared as described earlier) with M5B3.
There is no longer choice between
+ USB or no USB in boot menu.
+ grub or grub2
The only bad impression of the install process comes at the end.
When it is ready, you need to reboot.
Then the screen starts flashing like hell for a few seconds.
Random white dot pattern. This was also the case with M5B2.
I have nVIDIA GeForce GT 650 M with proprietary driver.
In the end of install the screen should turn off !!
This looks very un-professional.
But the installed M5B3 shuts down properly without flashing lights

Then why did uid 500 become 1000 ????
When I copy Mageia 4 home partition data to M5B3 I get unaccessible files.
So my trick was in M4 to do
su
chmod -R o+r *
chmod -R o+r .*
and then copy. Is there a better way?
The Mageia-5-beta3-LiveDVD-KDE4-x86_64-DVD.iso could not be installed in VMware Workstation 11.
Host is Mageia 4 x86_64.
Guest is UEFI Windows 8.1 where I wanted to add M5B3.
M5B3 iso is loaded as virtual dvd drive in VMware.
The iso has no label MGALIVE I think.
There is an error message about MGALIVE.
I could install M5B3 with Windows 8.1 using the USB stick earlier described.
The quality of VLC video playing is extremely bad in KDE.
Even moving around a Dolphin window gives very ugly border effects.
Earlier found for Mageia 4 configuration did the job:
KDE System Settings / Desktop effects / Advanced
Compositing type OpenGL 3.1
Qt graphics system Raster
Tearing prevention Full scene repaints
Doing so does not yet improve.
Second configuration:
Solution for reboot lost setting : Adding
export __GL_YIELD="USLEEP"
to /etc/profile fixes it.
This way video's play OK and window moves are OK.
But I do not understand the meaning/working of USLEEP.
Can someone explain?
And why is this not the default in M5 ?