<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
(hd0) is relative to what is spelled out in the file
/boot/grub/device.map , just another really cool part of GRUB, where
(hd0) can be SCSI, IDE, whatever.<br>
<br>
Dave Andruczyk wrote:
<blockquote cite="mid20040821234354.13546.qmail@web14121.mail.yahoo.com"
 type="cite">
  <pre wrap="">--- green_man <a class="moz-txt-link-rfc2396E" href="mailto:green_man@bluefrog.biz">&lt;green_man@bluefrog.biz&gt;</a> wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Cyber Source wrote, On 08/15/04 1:37 PM:

... I seem to remember that Lilo has a problem with large memory. Try 
using grub, you can easily switch back if it doesnt do the trick for you 
(although I don't know why you would). ...

I always thought that the Boot Manager was sort of "integral" to the 
operating system.
How do you change from one to another ?
Is there a HOWTO somewhere for it ?

    </pre>
  </blockquote>
  <pre wrap=""><!---->
Changing is as simple as installing one over the other. (running "lilo") will
overwrite grub, and running grub, followed by setting the root path
"root(hd0,0)" (hd0,0 means first hard disk, first partition, the "root path is
NOT the path to "/", it's the path to "/boot"(where the kernel's go), so adjust
as necessary, if /boot is on /dev/hda3, then you'd use "root (hd0,2)" ) and run
"setup (hd0)"  make sure /boot/grub/grub.conf has been setup for your kernel(s)
and you should be OK. 

There is a howtoo someplace (check <a class="moz-txt-link-freetext" href="http://www.tldp.org/docs.html#howto">http://www.tldp.org/docs.html#howto</a>)

  </pre>
  <blockquote type="cite">
    <pre wrap="">What are the advantages of grub over LiLo, or is it more of a preference 
thing like Gnome vs KDE ?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
lilo's ONLY (in my opinion) advantage is that it can boot soft RAID1 setups off
of either disk, whereas grub can't (as of late 2003, this may have changed)

grub can run from floppy, and it has several features in it that lilo does NOT
have  like boot from network (in progress), probing of hardware, and searching
ability on the disk.

Plus lilo requires uit to be RERUN every time a new kernel is installed, grub
does not (though you should update grub.conf if you want to see your new kernel
in the bootmenu)



  </pre>
  <blockquote type="cite">
    <pre wrap="">AIA
-- 

* green_man
** on **Thunderbird 0.4*

    </pre>
  </blockquote>
  <pre wrap=""><!---->

=====
Dave J. Andruczyk


        
                
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
<a class="moz-txt-link-freetext" href="http://promotions.yahoo.com/new_mail">http://promotions.yahoo.com/new_mail</a> 
  </pre>
</blockquote>
</body>
</html>