On Fri, 2002-01-11 at 11:37, Ísak Ben. wrote:
> i need to use a fairly large ramdisk on my server but grub wont 
> adjust it properly, my config looks like this
> 
> title Red Hat Linux (2.4.9-13)
>         root (hd0,4)
>         kernel /boot/vmlinuz-2.4.9-13 ro root=/dev/md0
>         initrd /boot/initrd-2.4.9-13.img
>         ramdisk_size=120000

Use something like the following instead:

title Red Hat Linux (2.4.9-13)
         root (hd0,4)
         kernel /boot/vmlinuz-2.4.9-13 ro root=/dev/md0 ramdisk_size=12000
         initrd /boot/initrd-2.4.9-13.img

Cheers,

Jeremy

_______________________________________________
Bug-grub mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-grub

Reply via email to