10:00am Rex Dieter said: > On Thu, 18 Nov 2004, Jeremy Katz wrote: > > > On Thu, 2004-11-18 at 10:25 -0500, Alan Cox wrote: > >> On Thu, Nov 18, 2004 at 10:17:43AM -0500, David Sanders wrote: > >>>> The kernel runs anaconda, by the time anaconda runs its too late. > >>> > >>> The kernel that boots up anaconda is apparently OK. The kernel anaconda > >>> installs is not. > >> > >> They are the same kernel > > > > The installer uses the i586 kernel, not the i686 kernel. So not exactly > > Cool, thanks... I'll try shoe-horning in a i586 kernel into VirtualPC to > see if that works. If so, that's certainly much easier than having to > build a custom non-4g4g kernel. This works and is quite easy; requiring no rebuild or non-Fedora binaries. At the tail end of the install, before rebooting, switch to the shell console and remount disc1. Then, # rpm --root /mnt/sysimage --force -i /wherever/is/disc1/Fedora/RPMS/kernel-2.6.9-1.667.i586.rpm It b0rks a few times coming out of the chroot. But seems to work just fine for testing purposes. ../C