Re: [expert] reset to use Grub instead of lilo

2000-06-22 Thread Daniel Woods


> On Wed, 21 Jun 2000, Daniel Woods wrote:
> > > Daniel Woods wrote:
> > > > Since I had to change the memory setting from 126 to 124
> > > > (more for onboard video), I changed lilo.conf to set
> > > > mem=126M, ran /sbin/lilo and now lilo shows up on bootup.
> > > >
> > > > So how do I reset things to use Grub instead ?
> > > > (and with my senith monitor problems, please give me a
> > > > command line answer, not X).
> > > 
> > > use DrakBoot in DrakConf.
> > 
> > I knew that, but my message did ask for non-X method.
> > (ie: command line command, or vi a file)
> 
>fussy fussy fussy ;)

Yes, yes, yes.

>   from a 'command line'  type 'mc' and navigate to /boot/grub,
> .. 
> scroll to 'menu.lst'.  Edit  the line (here's mine):

I am so fussy, I still use vi (Lemmy-vi on windows). :)

> kernel (hd1,4)/vmlinuz root=/dev/hdb6  hdc=ide-scsi
> 
>just put in mem=(the amount of ram I've got left after buyin
> a bogus 'onboard video' motherboard ;)...  where mine says
> 'hdc=...', or add to it in case you've got a burner too ;)  Be sure
> to put a space in between multiple args
> 
>   goin back to the 'command line', type 'whereis grub'. You'll
> prob'ly get that the answer is  '  /usr/sbin/grub  '  So from a
> 'command line', run grub.  Sort'a kind'a like you'd rerun 'lilo'
> after editin that .conf  :)   Reboot, or from a 'command line' run
> 'info grub' to see if i'm full of sh!+  ;->
> 
>seriously,  there's a lot (maybe too much) in 'info grub'. I just
> started usin grub, and had to do just a little reading to figure
> out how to add the 'ide-scsi' line to get my burner goin. 
> Difference is I'm not stuck on a 'command line' ;->>
> ~~   Tom Brinkman[EMAIL PROTECTED]

Using DrakBoot did not work since it never gives you an option to use
lilo or grub. So instead it just updated lilo.conf (I saw date change)
and rebooting goes into lilo mode.

So combining all the answers, I went into /boot/grub and edited
menu.lst to add the proper memory setting. Tried running ./install.sh
but it did not work because of permissions.  chmod700 the file
(don't want users touching it), and ran it just fine.  I tried
running /usr/sbin/grub but it seemed to only go into a menu mode.
Quit out of there, and rebooted... everything is good again.

Thanks... Dan.




Re: [expert] reset to use Grub instead of lilo

2000-06-21 Thread Joerg Mertin

On Wed, Jun 21, 2000 at 03:12:36PM -0600, Daryl Pawluk wrote: 
> Daniel Woods wrote:
> 
> > Since I had to change the memory setting from 126 to 124
> > (more for onboard video), I changed lilo.conf to set
> > mem=126M, ran /sbin/lilo and now lilo shows up on bootup.
> >
> > So how do I reset things to use Grub instead ?
> > (and with my senith monitor problems, please give me a
> > command line answer, not X).

Edit the file /etc/boot/menu.lst and run the install-script in that same
directory. Especially if you build your own kernel with initial ramdisk,
you'll have a problem as drakboot builds wrong menu.lst entries and messes
up.

Regards
Smurphy
-- 
Have you reconsidered a computer career?

| Joerg Mertin  :  [EMAIL PROTECTED](Home)|
| in Neuchâtel/Schweiz  :  [EMAIL PROTECTED]   (Work)| 
| Stardust's LiNUX System   :  http://www.solsys.org   |
| PGP 2.6.3in Key on Demand :  Data, Voice & Fax: +41(0)32 / 725 52 54 |

PGP fingerprint: 6D E9 7B 04 57 7B 65 42  B7 7A D0 AA 69 95 7C E1




Re: [expert] reset to use Grub instead of lilo

2000-06-21 Thread Tom Brinkman

On Wed, 21 Jun 2000, Daniel Woods wrote:
> > Daniel Woods wrote:
> > 
> > > Since I had to change the memory setting from 126 to 124
> > > (more for onboard video), I changed lilo.conf to set
> > > mem=126M, ran /sbin/lilo and now lilo shows up on bootup.
> > >
> > > So how do I reset things to use Grub instead ?
> > > (and with my senith monitor problems, please give me a
> > > command line answer, not X).
> > >
> > > Thanks... Dan.
> > 
> > use DrakBoot in DrakConf.
> 
> I knew that, but my message did ask for non-X method.
> (ie: command line command, or vi a file)
> 
> Thanks... Dan.

   fussy fussy fussy ;)

  from a 'command line'  type 'mc' and navigate to /boot/grub,
.. 
scroll to 'menu.lst'.  Edit  the line (here's mine):

kernel (hd1,4)/vmlinuz root=/dev/hdb6  hdc=ide-scsi

   just put in mem=(the amount of ram I've got left after buyin
a bogus 'onboard video' motherboard ;)...  where mine says
'hdc=...', or add to it in case you've got a burner too ;)  Be sure
to put a space in between multiple args

  goin back to the 'command line', type 'whereis grub'. You'll
prob'ly get that the answer is  '  /usr/sbin/grub  '  So from a
'command line', run grub.  Sort'a kind'a like you'd rerun 'lilo'
after editin that .conf  :)   Reboot, or from a 'command line' run
'info grub' to see if i'm full of sh!+  ;->

   seriously,  there's a lot (maybe too much) in 'info grub'. I just
started usin grub, and had to do just a little reading to figure
out how to add the 'ide-scsi' line to get my burner goin. 
Difference is I'm not stuck on a 'command line' ;->>

-- 
~~   Tom Brinkman[EMAIL PROTECTED]




Re: [expert] reset to use Grub instead of lilo

2000-06-21 Thread Jean-Michel Dault



On Wed, 21 Jun 2000, Daniel Woods wrote:

> > use DrakBoot in DrakConf.
> 
> I knew that, but my message did ask for non-X method.
> (ie: command line command, or vi a file)

In console, type "drakboot", it works, try it! 

Jean-Michel Dault
[EMAIL PROTECTED]





Re: [expert] reset to use Grub instead of lilo

2000-06-21 Thread Daniel Woods


> Daniel Woods wrote:
> 
> > Since I had to change the memory setting from 126 to 124
> > (more for onboard video), I changed lilo.conf to set
> > mem=126M, ran /sbin/lilo and now lilo shows up on bootup.
> >
> > So how do I reset things to use Grub instead ?
> > (and with my senith monitor problems, please give me a
> > command line answer, not X).
> >
> > Thanks... Dan.
> 
> use DrakBoot in DrakConf.

I knew that, but my message did ask for non-X method.
(ie: command line command, or vi a file)

Thanks... Dan.




Re: [expert] reset to use Grub instead of lilo

2000-06-21 Thread Daryl Pawluk

Daniel Woods wrote:

> Since I had to change the memory setting from 126 to 124
> (more for onboard video), I changed lilo.conf to set
> mem=126M, ran /sbin/lilo and now lilo shows up on bootup.
>
> So how do I reset things to use Grub instead ?
> (and with my senith monitor problems, please give me a
> command line answer, not X).
>
> Thanks... Dan.

use DrakBoot in DrakConf.




[expert] reset to use Grub instead of lilo

2000-06-21 Thread Daniel Woods


Since I had to change the memory setting from 126 to 124
(more for onboard video), I changed lilo.conf to set
mem=126M, ran /sbin/lilo and now lilo shows up on bootup.

So how do I reset things to use Grub instead ?
(and with my senith monitor problems, please give me a
command line answer, not X).

Thanks... Dan.