grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: grub cvs ... configfile


From: Jeff Chua
Subject: Re: grub cvs ... configfile
Date: Wed, 19 Apr 2006 19:27:01 +0800 (SGT)

On Wed, 19 Apr 2006, Marco Gerards wrote:

Oh sorry, I forgot to reply on this one.  It should all be fixed in
CVS.  Your menu entries should look like this:

@ foo {
 linux ...
 initrd ...
}


got "parse error" with ...

@ Linux Test {
        linux /linux/bzc1 root=/dev/ram0 ro \
        network=fixed \
        gateway=192.168.243.1 \
        netaddr=192.168.243.118 \
        broadcast=192.168.243.255 \
        netmask=255.255.255.0 \
        dns=192.168.243.1 \
        nssdns=1 \
        hostname=junior.corp.fedex.com master=hda \
        modules=\"pcnet32\" \
        testing=very_long_line second_line=maybe
        initrd /linux/ramc1.gz
}



Is this the problem or something else ...


Here's my complete grub.cfg ...


default 1

timeout 10

@ Linux Test {
        linux /linux/bzc1 root=/dev/ram0 ro \
        network=fixed \
        gateway=192.168.243.1 \
        netaddr=192.168.243.118 \
        broadcast=192.168.243.255 \
        netmask=255.255.255.0 \
        dns=192.168.243.1 \
        nssdns=1 \
        hostname=junior.corp.fedex.com master=hda \
        modules=\"pcnet32\" \
        testing=very_long_line second_line=maybe
        initrd /linux/ramc1.gz
}

@ Linux Init {
        linux /linux/bzc1 root=/dev/hda2 ro \
        testing=very_long_line second_line=maybe
}

#title Xen 3.0 / XenLinux 2.6
#       multiboot /linux/xen-3.0.gz console=vga
#       module /linux/vmlinuz-2.6-xen root=/dev/hda2 ro console=tty0

@ Linux Test 2 {
        linux /linux/bzc1 root=/dev/ram0 ro \
        testing=very_long_line second_line=maybe
        initrd /linux/ramc1.gz
}






reply via email to

[Prev in Thread] Current Thread [Next in Thread]