On Tue, 26 Jul 2005 13:12:40 -0700 (PDT), [EMAIL PROTECTED] wrote:

> I have Gentoo (2005.0) installed on my master primary device, and I 
> am trying to create a minimal Linux system on a new disk, my slave 
> primary device.
> 
> So, I partition and make a 32M ext2 file system, make the appropriate
> directories and devices, install busybox and other odds and ends. Then I
> copy over the kernel from my Gentoo system (same hardware, so the same
> kernel).
> 
> Finally I install grub on the slave primary device, and set up my
> grub.conf like so:
> 
>   default 0
>   timeout 10
> 
>   title=minimal linux on slave primary device
>   root (hd1,0)
>   kernel /boot/vmlinuz root=/dev/hdb1
> 
> root (hd1,0) should be the first partition on my slave primary device

You don't need to install GRUB on the slave drive, just add this to your
existing grub.conf. GRUB is able to boot from a different drive.

> I test by rebooting and entering my bios settings, and then i set the
> boot device to hd1 instead of hd0. Save and exit, and grub tells me
> "Error 15: File not found".

That's because your slave drive is now hd0, the boot drive is
considered the first drive. Either fix your config or, and better IMO,
keep everything in one grub.conf on the master drive.


-- 
Neil Bothwick

Forget the Joneses...I can't keep up with The Simpsons.

Attachment: pgpEKewQRGD5H.pgp
Description: PGP signature

Reply via email to