RE: Dual Lilo boot with Debian and RedHat

2003-02-01 Thread Colin Ellis
The easiest way to handle dual boots of linux is to create separate lilos for each distro. Set one lilo write to the mbr and the other to write to the start of it's own partition. For example: Set Debian's lilo to write to mbr. Set up lilo to boot redhat's root on /dev/hda2. Set up Redhat's li

Re: Dual Lilo boot with Debian and RedHat

2003-01-31 Thread Vikki Roemer
On Fri, Jan 31, 2003 at 01:55:37PM -0100, Andrej Prsa wrote: > > Yesterday I installed Debian Woody 3.0r1 on my laptop. I have been using > RedHat 7.3 and I grew tired of things not working the way they should, > so I decided to try Debian out. I have a 40Gb disk, which was completely > under RedH

Re: Dual Lilo boot with Debian and RedHat

2003-01-31 Thread nate
Andrej Prsa said: > I would be happy to attach RedHat's grub.conf if it'd help! mount the redhat / (or /boot if its a seperate partition) on debian, copy the kernel to debian's /boot directory edit /etc/lilo.conf and add an entry such as image=/boot/vmlinuz-suse label=suse root

Re: Dual Lilo boot with Debian and RedHat

2003-01-31 Thread Kent West
Andrej Prsa wrote: /dev/hda1 is RedHat's /boot /dev/hda2 is RedHat's / /dev/hda3 is Linux Swap /dev/hda5 is Debian's / I used to have Grub to load RedHat, which has now been replaced with Lilo in MBR. It boots Debian without any problems and now I don't know how to boot back into RedHat. Mountin

Re: Dual Lilo boot with Debian and RedHat

2003-01-31 Thread Eduard Bloch
#include * Andrej Prsa [Fri, Jan 31 2003, 01:12:17PM]: > /dev/hda1 is RedHat's /boot > /dev/hda2 is RedHat's / > /dev/hda3 is Linux Swap > /dev/hda5 is Debian's / > > I used to have Grub to load RedHat, which has now been replaced with > Lilo in MBR. It boots Debian without any problems and now