On 29/06/2021 21.09, Daniel Bauer wrote:
Am 29.06.21 um 19:32 schrieb jdd@dodin.org:
Le 29/06/2021 à 19:26, Daniel Bauer a écrit :
How can I continue?
check the md5sum of the iso file :-(
and use 15.3, 15.1 is out of time
jdd
So I tried 15.3. Install went ok, but the screen has the wrong orientation. (see https://www.daniel-bauer.com/div/20210629_203830.jpg)
I just did a test install, accepted everything default, and as much as I can see, it seems to work, except of the touch screen:
after changing the screen orientation in kde system settings now the screen is displayed in the correct orientation, but the "touches" are wrong: it seems that the touch is still as if the screen was turned upside down in portrait mode (I touch somewhere, the cursor jumps to somewhere else on the opposite side). Touchpad works correct.
So before I do the definitive install (with erasing win) I have the following questions:
- how can I have the installation in the correct orientation? - how can I make the touchscreen work correct? and - what of the old partitions I must keep? (I guess everything called something with EFI, or not?)
Make a full image backup with dd. If you want easy and compressed, use clonezilla. I would play safe and known, and use dd, then compress the result: mkfifo mdpipe dd if=/dev/$1 status=progress bs=16M | tee mdpipe | pigz > $1.gz & md5sum -b mdpipe | tee -a md5checksum_expanded wait rm mdpipe echo "$1" >> md5checksum_expanded echo "Verificando..." pigz --test $1.gz echo echo "·········" (this will make the laptop hot) I'll attach the script I used the last time (for a Lenovo something). Comments in Spanish, that's not a problem for you. But you have to change the partition numbers used. Just run (one line) lsblk --output NAME,KNAME,RA,RM,RO,PARTFLAGS,SIZE,TYPE,FSTYPE,LABEL,PARTLABEL,PTTYPE,MOUNTPOINT,UUID,PARTUUID,WWN,MODEL,ALIGNMENT | tee somefile.txt and attach "somefile.txt" back, and I'll adjust the script for you. But it is really simple. -- Cheers / Saludos, Carlos E. R. (from 15.2 x86_64 at Telcontar)