| gjhicks  
 
 
 
 
 Group: Members
 Posts: 108
 Joined: April 2004
 | 
|  | Posted: Mar. 09 2006,04:54 |  |  Hi,
 
 When reading this thread, I thought it a good place to ask about 'grub' and 'frugal' installs.  The standard DSL frugal install uses 'lilo' but I already have a multi-os system, using 'grub'.
 
 So, can anyone help me in converting the following 'lilo.conf' into a 'grub' instruction:
 
 ------------------------------------------------------------------------------------------
 
 lba32          #enable large disk support
 timeout=30     #wait 3 seconds before auto-booting
 vga=791
 boot=/dev/hda   #put boot loader in MBR of target disk
 root=/dev/hda7 #set root to be partition of target disk
 image=/boot/linux24
 label=DSL
 initrd=/boot/minirt24.gz
 read-only
 APPEND="ramdisk_size=100000 init=/etc/init lang=us apm=power-off hda=scsi hdb=scsi hdc=scsi hdd=scsi hde=scsi hdf=scsi hdg=scsi hdh=scsi nomce nodma quiet frugal BOOT_IMAGE=/KNOPPIX/KNOPPIX "
 ------------------------------------------------------------------------------------------
 -
 
 I have tried several approached but always get the 'kernel panic' message.
 
 Look forward to your help.
 
 Geoff.
 |