All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-lvm] lvm 1.03 on redhat 7.3
@ 2002-05-28 18:28 James B. Byrne 
  2002-05-28 19:06 ` Goetz Bock
  2002-05-29  1:16 ` Luca Berra
  0 siblings, 2 replies; 3+ messages in thread
From: James B. Byrne  @ 2002-05-28 18:28 UTC (permalink / raw)
  To: linux-lvm

I am trying to mount a root fs using lvm on redhat 7.3 using the 
howto guide provided by sistina.com.  I am getting this message:

ram disk compressed image found at block 0
freeing initrd memory 1211k freed
VFS:mounted root (ext2 filesystem)
attempt to access beyond end of device
01:00:rw=0, want=4558, limit=4096
VFS: cannot open root device "vg00/lv01" or 00:00


Help!

Regards,
Jim---     e-mail is NOT a secure channel 
James B. Byrne                mailto:ByrneJB@Harte-Lyne.ca
Harte & Lyne Limited          http://www.harte-lyne.ca
9 Brockley Drive              vox: +1 905 561 1241
Hamilton, Ontario             fax: +1 905 561 0757
Canada  L8E 3C3

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [linux-lvm] lvm 1.03 on redhat 7.3
  2002-05-28 18:28 [linux-lvm] lvm 1.03 on redhat 7.3 James B. Byrne 
@ 2002-05-28 19:06 ` Goetz Bock
  2002-05-29  1:16 ` Luca Berra
  1 sibling, 0 replies; 3+ messages in thread
From: Goetz Bock @ 2002-05-28 19:06 UTC (permalink / raw)
  To: linux-lvm

On Tue, May 28 '02 at 19:27, James B. Byrne  wrote:
> ram disk compressed image found at block 0
> freeing initrd memory 1211k freed
> VFS:mounted root (ext2 filesystem)
> attempt to access beyond end of device
Your initrd image does not work, it's to big.

Try uncompressing /boot/<your-initrd>.img (best you copy it to
/tmp/initrd.gz, gunzip this) and figure out the size. Round this size to
the next "regular" number and add "ramdisk=8192" or what ever your size
it to the append line in lilo.conf. rerun lilo and try again.

It might be required to boot from some kind of recovery device if you've
realy screwed up. hopefully you have something like this, otherwise
there are some generic solutions available on freshmeat.net

Cu,
    Goetz.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [linux-lvm] lvm 1.03 on redhat 7.3
  2002-05-28 18:28 [linux-lvm] lvm 1.03 on redhat 7.3 James B. Byrne 
  2002-05-28 19:06 ` Goetz Bock
@ 2002-05-29  1:16 ` Luca Berra
  1 sibling, 0 replies; 3+ messages in thread
From: Luca Berra @ 2002-05-29  1:16 UTC (permalink / raw)
  To: linux-lvm

On Tue, May 28, 2002 at 07:27:22PM -0400, James B. Byrne  wrote:
> I am trying to mount a root fs using lvm on redhat 7.3 using the 
> howto guide provided by sistina.com.  I am getting this message:

isn't this covered in the redhat manual?
well redhat provided lvm and mkinitrd tool do support it

i suppose you are running from a root on a partitioned disc
and you copied everything to your lvm root which is at
the moment mounted under /mnt/lvm
and that you have fixed the /etc/fstab under the new lvm root
to reflect the new setup: ie you have sth like
/dev/vg00/lvol3 / ext3 defaults 0 1

now run:
mkinitrd -v --fstab=/mnt/lvm/etc/fstab /boot/initrd_lvm `uname -r`
and use the newly created initrd to boot your system.


L.

-- 
Luca Berra -- bluca@comedia.it
        Communication Media & Services S.r.l.
 /"\
 \ /     ASCII RIBBON CAMPAIGN
  X        AGAINST HTML MAIL
 / \

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-05-29  1:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-28 18:28 [linux-lvm] lvm 1.03 on redhat 7.3 James B. Byrne 
2002-05-28 19:06 ` Goetz Bock
2002-05-29  1:16 ` Luca Berra

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.