I just downloaded the lastest grub2 cvs (1.93) and can't seems to get configfile to work... it keeps rebooting.

grub> configfile /grub.cfg
... system reboots

Here's what's in grub.cfg
title Linux Init
        linux /linux/bzc1



Another problem that with the older 1.92 is that it doesn't work with initrd with 1.5GB RAM. It works fine with 128MB RAM. Same config, just less ram.


Also, it seems grub2 doesn't support very long command line. Anyway to increase the command line to more than 255 bytes as in the following ...

title Linux Test
        linux /linux/bzc1 root=/dev/ram0 ro \
        network=fixed \
        netaddr=188.18.88.188 \
        broadcast=188.18.88.191 \
        netmask=255.255.255.192 \
        gateway=188.18.88.139 \
        dns=188.18.88.139 \
        nssdns=0 \
        apm=1 gpm=1 \
        hostname=boston.corp.fedex.com master=hda \
        modules=\"e100\" \
        testing=very_long_line second_line=maybe
        initrd /linux/ramc1.gz



Thanks,
Jeff


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to