Re: [newbie] Information about grub please

2000-09-18 Thread Paul R

And here's mine (just in case it can help someone)(/boot/grub/menu.lst):


 
 timeout 5
 color black/cyan yellow/cyan
 i18n (hd0,5)/boot/grub/messages
 keytable (hd0,5)/boot/us.klt
 default 2
 
 title linux
 kernel (hd0,5)/boot/vmlinuz root=/dev/hda6
 
 title failsafe
 kernel (hd0,5)/boot/vmlinuz root=/dev/hda6 failsafe
 
 title windows
 root (hd0,0)
 makeactive
 chainloader +1
 
 title floppy
 root (fd0)
 chainloader +1
 
 Paul R

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com





Re: [newbie] Information about grub please

2000-09-13 Thread iagoba

Thanks Paul, :))

Paul wrote:
 
 On Tue, 12 Sep 2000, iagoba wrote:
 
 Someone's could send me an example of one grub installation 
 configuration? could be perfect one sample getting W98  Linux in the
 same disk.
 
 Here;s mine (/boot/grub/menu.lst):
 
 timeout 5
 color black/cyan yellow/cyan
 i18n (hd0,2)/grub/messages
 keytable (hd0,2)/us.klt
 default 4
 
 title old_linux
 kernel (hd0,2)/vmlinuz-2.2.13-7mdk root=/dev/hda7
 
 title old2_dos
 root (hd0,0)
 makeactive
 chainloader +1
 
 title old3_floppy
 root (fd0)
 chainloader +1
 
 title old1_linux
 kernel (hd0,2)/vmlinuz-2.2.14-15mdk root=/dev/hda7
 
 title linux
 kernel (hd0,2)/vmlinuz root=/dev/hda7
 
 title failsafe
 kernel (hd0,2)/vmlinuz root=/dev/hda7  failsafe
 
 title dos
 root (hd0,0)
 makeactive
 chainloader +1
 
 title floppy
 root (fd0)
 chainloader +1
 
 Paul
 
 --
 How do crazy people go through the forest?
 They take the psycho path.
 
 http://nlpagan.net - ICQ 147208 - Registered Linux User 174403
   -=PINE 4.21 on Linux Mandrake 7.1=-




Re: [newbie] Information about grub please

2000-09-12 Thread Paul

On Tue, 12 Sep 2000, iagoba wrote:

Someone's could send me an example of one grub installation 
configuration? could be perfect one sample getting W98  Linux in the
same disk.

Here;s mine (/boot/grub/menu.lst):

timeout 5
color black/cyan yellow/cyan
i18n (hd0,2)/grub/messages
keytable (hd0,2)/us.klt
default 4

title old_linux
kernel (hd0,2)/vmlinuz-2.2.13-7mdk root=/dev/hda7 

title old2_dos
root (hd0,0)
makeactive
chainloader +1

title old3_floppy
root (fd0)
chainloader +1

title old1_linux
kernel (hd0,2)/vmlinuz-2.2.14-15mdk root=/dev/hda7 

title linux
kernel (hd0,2)/vmlinuz root=/dev/hda7 

title failsafe
kernel (hd0,2)/vmlinuz root=/dev/hda7  failsafe

title dos
root (hd0,0)
makeactive
chainloader +1

title floppy
root (fd0)
chainloader +1


Paul

--
How do crazy people go through the forest?
They take the psycho path.

http://nlpagan.net - ICQ 147208 - Registered Linux User 174403
  -=PINE 4.21 on Linux Mandrake 7.1=-