bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Kernel-HOWTO


From: Christoph Plattner
Subject: Re: Kernel-HOWTO
Date: Tue, 20 Aug 2002 21:52:49 +0200

In short terms:
The advantage of GRUB is, that there is no special 
need of reinstallation. GRUB can simple read your
linux kernel from harddisk. So if you rebuild a
kernel or update one, and it has the same path
name and name, simple reboot the machine. Otherwise
simple edit /boot/grub/menu.lst (or where your
config file is located, on some distributions also
/etc/grub.conf).

You never have to start a program (grub) as under
LILO it was necessary.

The only impartant thing: remove the /sbin/lilo tool
to to call it per accident. Otherwise GRUB is over-
written by this. My prefered solution:

- rename `/sbin/lilo' to `/sbin/lilo.ORIG'.
- make a script called `/sbin/lilo' with the
  contents:

        #!/bin/sh
        echo "LILO not supported on this system, use GRUB"
        exit 0

  With this script also the kernel installation calling
  LILO will not fail.

With friendly regards
Christoph



Konstantinos Liolios wrote:
> 
> describes how to upgrade your kernel if you have lilo
> but I can not find any documentation on how to do it
> if you have GRUB as your boot-loader!  Is there
> 
> Thanx in advance
> Dinos
> 
> __________________________________________________
> Do You Yahoo!?
> HotJobs - Search Thousands of New Jobs
> http://www.hotjobs.com
> 
> _______________________________________________
> Bug-grub mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-grub

-- 
-------------------------------------------------------
private:        address@hidden
company:        address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]