
The userland of Fedora is 64-bit. It's a full 64-bit system. It works on the X5000 and X1000 but be aware, that Fedora is experimental and isn't supported. Fedora for the X1000 and X5000 is alpha software! It's only for testing and tinkering!
Hi Musa,musa wrote:Hi I have a spare partition and would like to install fedora on it. How is the proper way to install fedora and which kernel is the best. thanks in advance
Code: Select all
gunzip fedora25.img.gz
Code: Select all
mount -o loop -t ext4 fedora25.img /mnt
Code: Select all
cd /mnt
Code: Select all
rsync --stats --progress --numeric-ids -axAhHSP <in the mounted img> <new empty partition>
Code: Select all
rsync --stats --progress --numeric-ids -axAhHSP . /media/christian/c87fa493-6827-4072-af93-7175972daf64
Thanks christian I have fedora up and running now.xeno74 wrote:
Hi Musa,
You can only install Fedora with an installed Linux distribution or with a live DVD. I would recommend you to use the stable longterm kernel 4.9 or you can test it with some 4.10 test kernels.
Here are the instructions:
Cheers,
Christian
Fantastic! Well done!musa wrote:Thanks christian I have fedora up and running now.xeno74 wrote:
Hi Musa,
You can only install Fedora with an installed Linux distribution or with a live DVD. I would recommend you to use the stable longterm kernel 4.9 or you can test it with some 4.10 test kernels.
Here are the instructions:
Cheers,
Christian
I don't have this issue. Please try "dnf reinstall polkit" but maybe you have bad luck that dnf doesn't work anymore.musa wrote:After update fedora I get this error when trying to start yum : Failed to activate service 'org.freedesktop.PolicyKit1': timed out (service_start_timeout=25000ms) (20)
and then: DNF Dbus backend is not responding
Yum Extender will exit .
Do you have a solution to that Christian?
Thanks
Thank Cristian. If I dont upgrade I dont get this error so I think I start again and this time i dont upgrade. All program as gimp, inscape, libre office and grams is working ok without upgrading . I think I try that.xeno74 wrote:
I don't have this issue. Please try "dnf reinstall polkit" but maybe you have bad luck that dnf doesn't work anymore.
Yes, that's a good idea. Maybe the upgrade works again in few weeks.musa wrote:If I dont upgrade I dont get this error so I think I start again and this time i dont upgrade. All program as gimp, inscape, libre office and grams is working ok without upgrading . I think I try that.
Thanks again