Am Samstag, 18. Mai 2002 16:47 schrieb Peter Baxendale: > Hi, > > I've built grub-0.92 from the sources using my much updated Redhat 7.1 > (binutils-2.10.91.0.2-3) Pentium 3 box, copied stage1 and stage2 to a > floppy and when I boot from the floppy I get the grub prompt. So far so > good. You recompiled binutils trough configure and make? Maybe the binutils are pentium optimized. I had the same problem on my linux-from-scratch. It was built on an athlon, and configure detectet an i586, and optimized for it.
You might have a look in the Makefile of your binutils sources, if you didn't delete them. If you are totally unfamiliar with that, you can send it in personal to me, and I'll do my best. > > When I put the same floppy in my old 486 and reboot it hangs forever > with the floppy access light on, no messages of any kind. The floppy > works fine normally (boots basic-linux ok, etc). > > What have I missed? Check the march options in the makefile, or try configure --target=i486 read the help for these options, --build=i486 --host=i486 and decide wether you need them. > > Thanks, > Peter. > Hope that helps, Johnny PS: I'm not a compiler secialist. _______________________________________________ Bug-grub mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-grub
