Thanks, I got an error while specifying the fall back rom image size of larger than 64K. See below:
1. When ROM_IMAGE_SIZE = 0x2000 ./buildrom linuxbios.strip linuxbios.rom /opt/filo/fallback/filo.elf 0x20000 0x40000 linuxbios image is 131087 bytes; only 131072 allowed Linuxbios input file larger than allowed size! : Success make: *** [linuxbios.rom] Error 2 2.When ROM_IMAGE_SIZE = 0x3000 ./buildrom linuxbios.strip linuxbios.rom /opt/filo/fallback/filo.elf 0x30000 0x40000 linuxbios image is 196623 bytes; only 196608 allowed Linuxbios input file larger than allowed size! : Success make: *** [linuxbios.rom] Error 2 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Greg Watson Sent: Thursday, November 18, 2004 10:21 AM To: Gin Cc: 'LinuxBIOS' Subject: Re: boot from ide Actually, don't set CONFIG_FS_STREAM if you're using Filo as a payload. Use the CONFIG_IDE_STREAM instead. Greg On Nov 17, 2004, at 7:05 PM, Gin wrote: > Hello, > I've got my linuxbios run to the point it tries to load the image from > an IDE drive. I use FILO as the payload. > > 1. What do I have to add in the Config.lb file to make it use filo? I > know CONFIG_FS_STREAM should be set to true. What else? > > 2. I remembered linuxbios supports ROM image size larger than 64K now. > But when got compiler errors when specifies it as 128K. Do I miss > anything? > > > Gin > > _______________________________________________ > Linuxbios mailing list > [EMAIL PROTECTED] > http://www.clustermatic.org/mailman/listinfo/linuxbios > _______________________________________________ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios _______________________________________________ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios