bug-grub
[Top][All Lists]
Advanced

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

Re: [Bug-grub] GRUB fails where loadlin works


From: Gordon Matzigkeit
Subject: Re: [Bug-grub] GRUB fails where loadlin works
Date: 24 Jan 2002 19:12:05 -0600
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Carel Fellinger <address@hidden> 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 <address@hidden>  //\ I'm a FIG (http://fig.org/)
Committed to freedom and diversity \// I use GNU (http://fig.org/gnu/)



reply via email to

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