Fedora 10 Review
Fedora 10 was released on November 25, and I finally installed the i386 KDE 4.1 version on an old Dell desktop. Mostly it’s pretty slick. I like that it finally gives a default install of KDE4.1 instead of the nearly nonfunctional KDE 4.0, like Fedora 9 used.
Installing Fedora is a breeze, as it is now with most Linux distributions. I used the manual partitioning to keep the system as a triple boot. Fedora still seems to have issues with recognizing other Linux partitions. I told GRUB to recognize Windows XP on sda1 and Kubuntu on sda3, but on restart, I would only get an error if I attempted to boot Kubuntu.
To fix this, you need a copy of the old menu.lst. you will find this in the file path /boot/grub/menu.lst (make sure you are typing “ell ess tee” not “one ess tee”) Fortunately, I was prepared for this. Scroll down in the menu.lst and copy the information on booting the old partition. Paste it into the new Fedora menu.lst and save the file.
Open the terminal/konsole/bash and use this command exactly to paste a file into menu.lst
su -
(enter your root password)
nano /boot/grub/menu.lst
alternately you can use
gedit /boot/grub/menu.lst
Paste in the new boot information, and save the file. In nano ctrl+x then type “y” in response to the question. In Gedit, just save with the save button.
On reboot, Kubuntu booted fine, but I don’t understand why Fedora can’t seem to want to allow other Linux partitions to work. Other linux distributions recognize the preexisting partitions fine, but Fedora just doesn’t seem to ever get this straight. Fedora recognized XP, but it wouldn’t boot Kubuntu without having to manually edit grub.conf/menu.lst..
I installed the Windows codecs, or at least I thought I did, but it is not playing videos properly. It plays mp3s but in both cases SELinux is giving me some sort of policy error. I will have to track this issue down. I won’t feel ready to put Fedora 10 on any of my other computers until I resolve this issue.
