Re: IDE master to slave conversion

2002-09-25 Thread Andy Saxena
On Sun, Sep 22, 2002 at 11:01:13PM -0700, nate wrote: > install rescue cd(if your using the default kernel). lilo may complain > if you try to point it to a non-existant device. with a boot disk you > can do > > linux root=/dev/hdb6 > > and have it boot, then you can run lilo to install the new

Re: IDE master to slave conversion

2002-09-22 Thread Alex Malinovich
On Mon, 2002-09-23 at 00:56, Neal Pollock wrote: > ie. root=/dev/hda6 becomes root=/dev/hdb6 in lilo.conf. First, please set your mail client to wrap lines, preferably somewhere around 80 characters. Second, the only things that I can think of that you'd need to modify to get a clean boot would

Re: IDE master to slave conversion

2002-09-22 Thread nate
Neal Pollock said: > I'm changing the position of my IDE drives and subsequently need to set > my debian disk as a slave. What configuration files do i need to edit to > ensure a clean boot with all services running properly? ie. > root=/dev/hda6 becomes root=/dev/hdb6 in lilo.conf. also fstab,

IDE master to slave conversion

2002-09-22 Thread Neal Pollock
I'm changing the position of my IDE drives and subsequently need to set my debian disk as a slave. What configuration files do i need to edit to ensure a clean boot with all services running properly?  ie. root=/dev/hda6 becomes root=/dev/hdb6 in lilo.conf.   cheers.