All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christian Demmer <cdemmer@web.de>
To: grub-devel@gnu.org
Subject: Re: initrd in menu and command line
Date: Wed, 28 Jun 2006 09:36:39 +0200	[thread overview]
Message-ID: <628180145@web.de> (raw)

Hi,

after comparing your grub.cfg to mine, the main difference is the filename of the kernel and the initrd ... so I copied my vmlinuz-2.6.15-25-686 to vmlinuz and my initrd-2.6.15-25-386 to initrd ....

Adding this entry to grub.cfg as default entry with

menuentry "Kubunutu" {
        linux /vmlinuz root=/dev/hda2 splash=silent quiet
        initrd /initrd
        boot
}

And that works!!!!

If I find the time, I will also try to install the newest CVS version.

Bye,

Christian

Am Dienstag, 27. Juni 2006 08:36 schrieb Yoshinori K. Okuji:
> On Sunday 25 June 2006 22:23, Christian Demmer wrote:
> > uups ... sorry, while copy&pasting my grub.cfg it seems, I have lost some
> > lines ....
>
> OK. Can you try the CVS version? I've already fixed some initrd issues.

Sorry, for jumping in this discussion so late.
I am using initrd heavily with grub 1.94 and here is my grub.cfg file:


set timeout=1

insmod font
insmod terminal
insmod vbe
insmod gfxterm

menuentry "Linux" {
        linux /bzImage root=/dev/ram splash=silent vga=791 quiet
        initrd /loader.img
        boot
}

menuentry "Reset to Factory defaults" {
        linux /bzImage root=/dev/ram splash=silent vga=791 quiet 
custom=reset-defaults
        initrd /loader.img
        boot
}

menuentry "Reset to Factory Video defaults" {
        linux /bzImage root=/dev/ram splash=silent vga=791 quiet 
custom=reset-video
        initrd /loader.img
        boot
}

menuentry "Complete Firmware upgrade ! ATTENTION ! ALL DATA WILL BE ERASED" {
        linux /bzImage root=/dev/ram splash=silent vga=791 quiet 
custom=firmware
        initrd /loader.img
        boot
}


The initrd is about ~15MB big,so Kernel is setup to be able to handle this big 
initrd files.
Best regards
Anes


______________________________________________________________________________
Mit WEB.DE iNews werden Sie über die Ergebnisse der wichtigsten WM-Begegnungen
per SMS informiert: http://freemail.web.de/features/inews.htm/?mc=021202




             reply	other threads:[~2006-06-28  7:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-28  7:36 Christian Demmer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-06-25 20:23 initrd in menu and command line Christian Demmer
2006-06-27  6:36 ` Yoshinori K. Okuji
2006-06-27  7:02   ` Anes Lihovac
2006-06-25 12:48 Christian Demmer
2006-06-25 13:36 ` Yoshinori K. Okuji

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=628180145@web.de \
    --to=cdemmer@web.de \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.