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=-
