[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnoppix-user] Install problem in Gnoppix 0.6.0-RC2
From: |
eklirmr |
Subject: |
Re: [Gnoppix-user] Install problem in Gnoppix 0.6.0-RC2 |
Date: |
Thu, 3 Jun 2004 19:12:08 +0200 |
User-agent: |
Mutt/1.4.1i |
On Wed Jun 02 2004 at 09:04:20 (+0200), Riko Wichmann wrote:
> Hi Paul,
>
> I once (unsuccessfully) tried to install Gnoppix on a machine running
> both Windows and Suse Linux. I would be very interested in your GRUB
> menu.lst file since I use Grub instead of LILO as a boot loader.
>
Hi Riko,
Here it is. qqq, I guess it's not too hard to work out how it would
look in lilo.conf format.
LFS (Linux From Scratch) and Grub are on hdb1.
HTH
# Begin /boot/grub/menu.lst
# By default boot Windows ME
default 2
# Allow 5 seconds before booting the default.
timeout 5
# Use prettier colors.
color light-gray/blue black/light-gray
# The first entry is for LFS 5.
title LFS 5.0
root (hd1,0)
kernel /boot/lfs5kernel root=/dev/hdb1 ro vga=792
title Knoppix 3.3
root (hd1,4)
kernel /boot/vmlinuz-2.4.22-xfs root=/dev/hdb5 ro vga=792 hda=scsi hdb=scsi
hdc=scsi hdd=scsi apm=power-off nomce
initrd=/boot/initrd.gz
title Windows ME
rootnoverify (hd0,0)
chainloader +1
title Morphix 0.4-1
root (hd1,5)
kernel /boot/vmlinuz-2.4.21-xfs root=/dev/hdb6 ro vga=792 hda=scsi hdb=scsi
hdc=scsi hdd=scsi apm=power-off nomce
# End
--
http://perso.wanadoo.fr/paul.bailey/
--