Linux Newbie help
 help / color / mirror / Atom feed
From: Amin <raihan@citech-bd.com>
To: linux-newbie@vger.kernel.org
Subject: Re: Questions on GRUB and RH7.2
Date: Mon, 02 Jun 2003 19:30:17 +0600	[thread overview]
Message-ID: <1157.1054560617@localhost.localdomain> (raw)
In-Reply-To: Message from cr <cr@orcon.net.nz>  of "Tue, 03 Jun 2003 09:02:57 +1200." <200306020907.h5297J1Y027705@dbmail-mx3.orcon.co.nz>

On Tue, 3 Jun 2003 09:02:57 +1200, cr wrote:
> Can any kind person give some info on the following:
> 
> I don't seem to have a 'initrd' file - does it matter?

It does if you load a SCSI module at boot time, according to
the Red Hat Linux Customization Guide.  You can browse this
and other manuals:
http://www.redhat.com/support/resources/howto/rhl72.html

If you decide you need one, look for mkinitrd(8).  The man
page says:

mkinitrd - creates initial ramdisk images for preloading
modules

> I'm not quite sure how to address DOS.   If anyone has a dual boot Linux/DOS 
> setup, the contents of their   /boot/grub/grub.conf  or    menu.lst  files 
> would maybe give a guide.

############################################################
# Note that you do not have to rerun grub after making
# changes to this file
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to
#          /boot/, eg.
#          root (hd0,2)
#          kernel /vmlinuz-version ro root=/dev/hda6
#          initrd /initrd-version.img
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd0,2)/grub/splash.xpm.gz

title Red Hat Linux (2.4.18-14Apr06_2003)
 root (hd0,2)
 kernel /vmlinuz-2.4.18-14Apr06_2003 ro
 root=LABEL=/
 initrd /initrd-2.4.18-14Apr06_2003.img

title DOS
 rootnoverify (hd0,0)
 chainloader +1
############################################################

My partition layout is like this:

DOS/Windows C: is	hda1
Linux /boot is		hda3
DOS/Windows D: is	hda5
Linux / is		hda6

hda5 and hda6 are logical partitions within hda2, which is
an extended partition.  I know, a killer layout!  I was
desperate to get Linux on my computer then, somehow :-).

So, the gub.conf says to load DOS from (hd0,0), which is
hda1.  I'm a little foggy as to what the `rootnoverify'
does, but I'm sure it's all in the GRUB info file.

HTH,
Yawar Amin
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

  reply	other threads:[~2003-06-02 13:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cr@orcon.net.nz>
2003-06-02 21:02 ` Questions on GRUB and RH7.2 cr
2003-06-02 13:30   ` Amin [this message]
2003-06-04 21:45     ` cr

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=1157.1054560617@localhost.localdomain \
    --to=raihan@citech-bd.com \
    --cc=linux-newbie@vger.kernel.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