Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] About ready to move /usr, /var and /home to LVM.
Date: Sun, 15 Apr 2012 02:04:26
Message-Id: 201204150302.13449.peter@humphrey.ukfsn.org
In Reply to: Re: [gentoo-user] About ready to move /usr, /var and /home to LVM. by Dale
1 On Friday 13 April 2012 15:51:07 Dale wrote:
2
3 > Here is grub:
4 >
5 > title=Initramfs-new_drive
6 > root (hd0,0)
7 > kernel /bzImage-3.3.1-1 root=/dev/sdb2 init=/sbin/init nox
8 > initrd /initramfs-3.3.1-1-tmp.img
9
10 Your "init=" parameter points to (hd0,0)/sbin/init because of your "root
11 (hd0,0)" line. I think that's what you need to fix. It should say
12 "init=(hd1,0)/sbin/init" if I've read this thread aright.
13
14 > Is this the init thingy mounting sda stuff and then Gentoo carries on
15 > from there? If so, how do I tell the init thingy to point to sdb stuff?
16
17 By specifying "initrd (hd1,0)/initramfs-3.3.1-1-tmp.img"
18
19 I hope I've got this right - it's late at night here.
20
21 --
22 Rgds
23 Peter

Replies

Subject Author
Re: [gentoo-user] About ready to move /usr, /var and /home to LVM. Dale <rdalek1967@×××××.com>
Re: [gentoo-user] About ready to move /usr, /var and /home to LVM. Alex Schuster <wonko@×××××××××.org>