Hi, when I download Fedora 41 and then compare the checksum, I get this message:
… Downloads]$ sha256sum -c Fedora-Workstation-41-1.4-x86_64-CHECKSUM
Fedora-Workstation-Live-x86_64-41-1.4.iso: OK
sha256sum: WARNUNG: 17 Zeilen sind nicht korrekt formatiert = WARNING: 17 lines are not formatted correctly
What does this mean?
I then made a USB stick and ran the test before installing. I got a message that there was a problem with the checksum. Unfortunately I haven’t written down the exact text.
That is quite common and that happes after you used MediaWriter on Windows to create the USB bootable device. The Windows system will create some extra files on ESP file system found on the USB device. This makes the internal checksum invalid. The USB device can still be used when you skip the check.
The CHECKSUM file for Workstation only have the checksum for the Workstation iso file. The CHECKSUM for the spin versions, however, have checksum for all the spin versions. For example:
[vek@newbox fc41]$ sha256sum -c --ignore-missing Fedora-Spins-41-1.4-x86_64-CHECKSUM
Fedora-Sway-Live-x86_64-41-1.4.iso: OK
Fedora-Xfce-Live-x86_64-41-1.4.iso: OK
sha256sum: WARNING: 17 lines are improperly formatted
[vek@newbox fc41]$
Hallo @vekruse
I don’t have Suse, but Manjaro. But I use the SUSE imagewriter. Oh, and one more thing, two weeks ago I tried Fedora 40, also with SUSE Imagewriter, and the pre-install test was successful.
I have a few questions about the installation. I want to test Fedora on an old PC. Which partitions do I have to create? I know from other Linux systems that you have to create a fat32 partition for bios boot. Is that also the case here?
This applies to the lines that are part of the gpg signature and is entirely normal for doing the sha256 sum.
These are what are checked when the user verifies that file.
The verification process is shown on the download page by clicking on the green folder with the check.
and shows this
Following those steps does the verification step by step.
Any linux system have the dd command, and all unix systems as well including mac I beleive.
Just remove all partitions and then when installing select autmatic partitioning. That will create the fat32 file system if it is needed and the rest will be a btrfs file system.
Unable to create PID file
Anaconda is unable to create /var/run/anaconda.pid because the file already exist. Anacona is already running, or a previow instance of anaconda has crashed.
I checked iso (it checks normally on vm), created bootable usb with dd on linux, checked usb using badblocks but still getting “Failed to start check checkisomd5@dev-sda.service - Media check on /dev/sda” after 100% (not 4.8%) check
I have now made the USB stick with the Fedora-tool, then it passed the test during installation. After the installation via the automatic in the free area, I can no longer boot Manjaro, (although the partition of / and /home are still present) only Fedora and Windows.
If I then install Manjaro again, Fedora disappears from the Grub boot selection. How do you do this correctly?
If you can, select the OS from the UEFI boot menu. From the grub boot menu, the last entry will usually give you the UEFI boot menu. Configuring multiple linux systems in grub is at best messy and at worst impossible.