Hi,
did you build a 512K image or just a 256K image? this is a common mistake.
I'm not so sure but i think that I made it fine. But i have some questions:
-------------------------------------------------------------------
# # LinuxBIOS config file for: VIA epia mini-itx #
# via epia mainboard via/epia-m
# Enable Serial Console for debugging option SERIAL_CONSOLE=1 option TTYS0_BAUD=115200 option DEFAULT_CONSOLE_LOGLEVEL=9 option DEBUG=1
# Use 256KB Standard Flash as Normal BIOS option RAMTEST=1 option USE_GENERIC_ROM=1 option STD_FLASH=1 #option ZKERNEL_START=0xfffc0000 #option ROM_SIZE=262144 option ROM_SIZE=524288
# payload size = 192KB #option PAYLOAD_SIZE=196608 #option PAYLOAD_SIZE=458752 <-- I thougt that was this value because <-- 256K - 64K = 196608. option PAYLOAD_SIZE=1 <-- I tried also with this because is the <-- parameter "bs" of "dd". With the other <-- one the size of romimage was too big.
# use ELF Loader to load Etherboot option USE_ELF_BOOT=1
# Use Etherboot as our payload #payload /home/xavi/via-rhine.elf payload /home/xavi/filo-0.4.1/filo.elf #payload /bzImage.elf
target /home/xavi/epia-m ------------------------------------------------------------
Is there some better manual for the actual options of "freebios" than "configmanual.ps" think this is too old ?
Xavi.