Category: Network Item group: Software error Reproducibility: Every time I got the loop message "rx error 0000" after grub read file menu.lst through a floppy boot disk.
The network card is a onboard SIS900 on a motherboard a7v266. The grub source was got in cvs repository at version 0.95 and compiled with gcc 3.3.2 on a knoppix 3.3 intlalled on hard disk. ./configure --enable-rtl8139 --enable-sis900 --enable-davicom Made without errors. This bug occurs in other linux distros and versions of grub. The menu.lst file: ---- default 0 splashimage=(hd0,2)/boot/grub/splash.xpm.gz title=Partimage ifconfig --server=xxx.xxx.xx.x --address=xxx.xxx.xx.xxx --mask=255.255.255.0 --gateway=xxx.xxx.xx.x 54 root (nd) kernel /tftpboot.img vga=normal root=/dev/ram0 ro initrd /root.bin ---- ===== Felipe Novaes Caldas Engenharia de Controle e Automa��o - UFMG ______________________________________________________________________ Yahoo! Messenger - Fale com seus amigos online. Instale agora! http://br.download.yahoo.com/messenger/ _______________________________________________ Bug-grub mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-grub
