public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Folken <folken@chaostreff.ch>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] GRUB speed up
Date: Tue, 4 Oct 2005 13:12:28 +0200	[thread overview]
Message-ID: <200510041312.28475.folken@chaostreff.ch> (raw)
In-Reply-To: <43420C7E.2050703@comcast.net>

On Tue October 4 2005 07.00, Pingveno wrote:
> I've noticed that GRUB takes a rather long time to start up on my
> computer. Granted, this is PII 550 Mhz. But it takes several seconds
> just for GRUB, not for anything to do with the kernel starting. The
> attached file is, obviously, my configuration file. BTW, the
> commented out entries are just old.
>
> Any optimization ideas out there?

title Linux 2.6.11-gentoo-r8
    root (hd0,3)
    kernel /kernel-2.6.11-gentoo-r8 init="/linuxrc" root=/dev/ram0 
real_root=/dev/hda1 video=vesafb:ywrap,mtrr,1280x1024-16@85 udev
    initrd /initrd-2.6.11-gentoo-r8

Grub reads the data into ram as soon as it reads the kernel or initrd 
line. The time it seems to wait, is the time required to load this into 
ram. Since grub uses (i assume) bios calls, reading with those is much 
slower than disk access through the modern os drivers. 

I'd check for the size of the initrd, and see if its compressed. It 
seems to lack the .gz extension so it might not be. 

greetings, 
 - Folken

-- 
gentoo-user@gentoo.org mailing list



      parent reply	other threads:[~2005-10-04 11:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-04  5:00 [gentoo-user] GRUB speed up Pingveno
2005-10-04  8:43 ` Oliver Friedrich
2005-10-04 11:12 ` Folken [this message]

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=200510041312.28475.folken@chaostreff.ch \
    --to=folken@chaostreff.ch \
    --cc=gentoo-user@lists.gentoo.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox