In article ,
Darrel Niemann <ng.RemoveThis@theniemanns.com> wrote:
> OMG, Wes. That's a LOT of stuff to do to get FC3 to run! Wow...I am not a
> Linux expert, and I don't think that I'll be able to get through all this by
> myself. I think I'll pass....but thanks!
>
> Are there other distros out there that anyone has been able to install/run
> directly from the ISO's without mods?
>
> elfer
It's not quite as bad as it looks (just almost)... The primary problem
is that you need a kernel built for a the Pentium-MMX instead of
Pentium-Pro. This is reasonably straightforward if you have unix
knowledge. The steps go something like this (off the top of my head, so
may not be exact):
- Make sure you installed the development tools (compiler) and I think
the kernel development packages when installing Fedora.
- Burn Rescue CD from Fedora ISO image (e.g. FC2-i386-rescuecd.iso)
- Boot Rescue CD. RETURN through the questions.
- When at the command prompt:
chroot /mnt/sysimage
cd /usr/src/linux-2.6.5-1.358 (or whatever the linux version is)
make menuconfig
Descend into "Processor type and features"
Select PC-Compatible
Descend into Processor Family
Select Pentium-MMX
Exit back up the menu and save changes
make (and wait a few hours, depending on your horsepower)
make modules_install install
If you get an error about a missing grub template, you have to update
/boot/grub/grub.conf by hand to point to the new kernel. Add lines like:
title Fedora Core (2.6.5-1.358custom)
root (hd0,0)
kernel /vmlinuz-2.6.5-1.358custom ro root=LABEL=/
initrd /initrd-2.6.5-1.358custom.img
You might as well change the 'default' line while you're at it - the
original kernel is useless.
- Take the CD out and reboot. You should see two selections in the
boot menu - the original one and your new Custom one.
- Select the 'Custom' entry from the menu. With any luck, it will
boot.
There is a README in the /usr/src/linux* directory giving more gory
details.
On my dual 1.25Ghz MDD, FC2 runs reasonably well in command mode. It's
rather slow under Gnome.
Wes
>> Stay informed about: VPC Mac Fedora Core 3 install?