All of lore.kernel.org
 help / color / mirror / Atom feed
* grub on lvm2
@ 2007-02-03 12:15 Mark Hannessen
  2007-02-06  0:56 ` Hollis Blanchard
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Hannessen @ 2007-02-03 12:15 UTC (permalink / raw)
  To: grub-devel

Hi list,

I have read on some websites that grub1.95 can boot from lvm
So I thought I'd give it a try.
I am quite new to grub2, so please forgive me my noobischness.
This is what i did:

1) I added /dev/hda to the physical extents ( pvcreate /dev/hda )
2) created a volume group on it ( vgcreate lvm2_core /dev/hda )
3) and created a boot partition on it ( lvcreate -L100M boot lvm2_core )
4) and wrote a partition on it: ( mkfs.reiserfs /dev/lvm2_core/boot )
5) mounted it on /boot and copied a bunch of grub .mod files to /boot/grub
6) created a config file called grub.cfg in /boot/grub/grub.cfg that 
looks like this:

# begin grub.cfg
set timeout=10
set default=0

menuentry "My Linux Kernel on (lvm2_core-boot)" {
    set root=(lvm2_core_boot)
    linux /boot/vmlinuz root=/dev/ram
    initrd /initrd

# end grub.cfg

so far so good (i hope..)
I now tried various combinations of grub-setup and grub-install but I 
can't seem to get it right...

could anyone give me a syntax that should work here?
or perhaps some documentation so I could figure it out myself..

thanks a lot!

Mark Hannessen





^ permalink raw reply	[flat|nested] 4+ messages in thread
[parent not found: <20070206170519.CAFB44A5E15@mail.nperfection.com>]

end of thread, other threads:[~2007-02-07 16:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-03 12:15 grub on lvm2 Mark Hannessen
2007-02-06  0:56 ` Hollis Blanchard
     [not found] <20070206170519.CAFB44A5E15@mail.nperfection.com>
2007-02-07 13:00 ` Mark Hannessen
2007-02-07 16:42   ` Michael Guntsche

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.