All of lore.kernel.org
 help / color / mirror / Atom feed
From: Les Hazelton <seawolf@attglobal.net>
To: Charles Duffy <cduffy@mvista.com>
Cc: linux-lvm@msede.com
Subject: Re: [linux-lvm] Unable to boot using LVM for "/"
Date: Mon, 09 Oct 2000 23:35:37 -0400	[thread overview]
Message-ID: <39E28E89.133996EE@attglobal.net> (raw)
In-Reply-To: 20001009142342.H6371@mvista.com

Charles Duffy wrote:
---------snip ----------------
> 
> "root=/dev/vg01/main" fails because the kernel, when booting, just
> determines the major/minor numbers for the root partition based on
> looking up the root device in a fixed table. What you need to do to
> get the "test" entry running is change the root to the major/minor
> number combo in hex; in my case, where /dev/vg01/root has major/minor
> number 58,3 in decimal, I pass "root=3a03" to grub and that works
> correctly.
> 
> Note that the above presumes that the initrd runs correctly. Does it?
> (Be aware that I had to add /dev/console and /dev/tty0 entries to the
> initrd to see output from the programs run from it... this may have
> been fixed by now, or maybe not).
> 
> Hope this has been of some use.

Actually, it was a great help.  I have it working now - sort of.  The
problem was in two parts. I changed the grub menu.lst to pass
"root=3a06" as you suggested and that changed some of the symptoms. When
it still didn't work as expected I reread the lvmcreate_initrd script.
It finally sunk in. The initrd creates the ram disk file system as ext2
and I had created my root LV using reiserfs.

This creates a conflict between the initrd root file system and the one
on the logical volume and the mount won't work.  I re-formatted my LV
with mke2fs and made some changes to /etc/fstab. Now it works as
expected. It looks to me like you can't use reiserfs for the root file
system unless the initrd ram disk can be created using reiserfs. I don't
think that will work.

-- 

Good Journey, longevity and prosperity to all

Les Hazelton

  reply	other threads:[~2000-10-10  3:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-10-09 19:28 [linux-lvm] Unable to boot using LVM for "/" Les Hazelton
2000-10-09 21:23 ` Charles Duffy
2000-10-10  3:35   ` Les Hazelton [this message]
     [not found]     ` <20001010124051.B24659@mvista.com>
2000-10-11  3:42       ` Les Hazelton

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=39E28E89.133996EE@attglobal.net \
    --to=seawolf@attglobal.net \
    --cc=cduffy@mvista.com \
    --cc=linux-lvm@msede.com \
    /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.