Carel Fellinger <[EMAIL PROTECTED]> writes:

>     dosutils\loadlin linux root=/dev/ram initrd=images-1.44/root.bin \
>                      disksize=1.44
> 
> vs.
>     root    (hd0,1)
>     kernel  /debian/linux root=/dev/ram
>     initrd  /debian/images-1.44/root.bin disksize=1.44
> 
> or
> 
>     root    (hd0,1)
>     kernel  /debian/linux root=/dev/ram initrd=/debian/images-1.44/root.bin \
>             disksize=1.44

Try another combination:

      root    (hd0,1)
      kernel  /debian/linux root=/dev/ram disksize=1.44
      initrd  /debian/images-1.44/root.bin

> I know of many ways to solve my needs, but I like to understand why I
> can't get GRUB to play along.

AFAIK, `initrd=' doesn't mean anything to Grub's `kernel' command, nor
does `disksize=' mean anything to its `initrd' command.

I hope this helps,

-- 
 Gordon Matzigkeit <[EMAIL PROTECTED]>  //\ I'm a FIG (http://fig.org/)
Committed to freedom and diversity \// I use GNU (http://fig.org/gnu/)

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

Reply via email to