On Friday 13 April 2012 15:51:07 Dale wrote:

> Here is grub:
> 
> title=Initramfs-new_drive
> root (hd0,0)
> kernel /bzImage-3.3.1-1 root=/dev/sdb2 init=/sbin/init nox
> initrd /initramfs-3.3.1-1-tmp.img

Your "init=" parameter points to (hd0,0)/sbin/init because of your "root 
(hd0,0)" line. I think that's what you need to fix. It should say 
"init=(hd1,0)/sbin/init" if I've read this thread aright.

> Is this the init thingy mounting sda stuff and then Gentoo carries on
> from there? If so, how do I tell the init thingy to point to sdb stuff?

By specifying "initrd (hd1,0)/initramfs-3.3.1-1-tmp.img"

I hope I've got this right - it's late at night here.

-- 
Rgds
Peter

Reply via email to