Does there exist a version of Lilo built for x86_64 CentOS 5? It does not seem to be on the DVD. *I* really, really, prefer Lilo over Grub.
On Fri, Jan 8, 2010 at 9:30 AM, Robert Heller heller@deepsoft.com wrote:
Does there exist a version of Lilo built for x86_64 CentOS 5? It does not seem to be on the DVD. *I* really, really, prefer Lilo over Grub.
If you must use lilo ... the version of lilo available from:
ftp://metalab.unc.edu/pub/Linux/system/boot/lilo/
works just fine on CentOS-5.
Akemi
At Fri, 8 Jan 2010 09:36:57 -0800 CentOS mailing list centos@centos.org wrote:
On Fri, Jan 8, 2010 at 9:30 AM, Robert Heller heller@deepsoft.com wrote:
Does there exist a version of Lilo built for x86_64 CentOS 5? It does not seem to be on the DVD. *I* really, really, prefer Lilo over Grub.
If you must use lilo ... the version of lilo available from:
ftp://metalab.unc.edu/pub/Linux/system/boot/lilo/
works just fine on CentOS-5.
Thanks. I'm guessing that I'll have to manually update lilo.conf after kernel updates.
Akemi _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Fri, Jan 8, 2010 at 11:18 AM, Robert Heller heller@deepsoft.com wrote:
At Fri, 8 Jan 2010 09:36:57 -0800 CentOS mailing list centos@centos.org wrote:
If you must use lilo ... the version of lilo available from:
ftp://metalab.unc.edu/pub/Linux/system/boot/lilo/
works just fine on CentOS-5.
Thanks. I'm guessing that I'll have to manually update lilo.conf after kernel updates.
If I remember correctly, lilo.conf gets updated automatically (but don't quote on me). :-D
But you must run /sbin/lilo -v for each kernel update.
Akemi
On Fri, Jan 8, 2010 at 11:25 AM, Akemi Yagi amyagi@gmail.com wrote:
On Fri, Jan 8, 2010 at 11:18 AM, Robert Heller heller@deepsoft.com wrote:
At Fri, 8 Jan 2010 09:36:57 -0800 CentOS mailing list centos@centos.org wrote:
Thanks. I'm guessing that I'll have to manually update lilo.conf after kernel updates.
If I remember correctly, lilo.conf gets updated automatically (but don't quote on me). :-D
Looks like the new kernel stanza gets added to lilo.conf automatically, but the default needs to be changed manually.
Akemi
At Fri, 8 Jan 2010 11:29:06 -0800 CentOS mailing list centos@centos.org wrote:
On Fri, Jan 8, 2010 at 11:25 AM, Akemi Yagi amyagi@gmail.com wrote:
On Fri, Jan 8, 2010 at 11:18 AM, Robert Heller heller@deepsoft.com wrote:
At Fri, 8 Jan 2010 09:36:57 -0800 CentOS mailing list centos@centos.org wrote:
Thanks. I'm guessing that I'll have to manually update lilo.conf after kernel updates.
If I remember correctly, lilo.conf gets updated automatically (but don't quote on me). :-D
Looks like the new kernel stanza gets added to lilo.conf automatically, but the default needs to be changed manually.
OK, not a problem.
I did look at the grub.conf that was generated and things are a little different from what I expected (I selected 'Virtualization' during the install process):
title CentOS (2.6.18-164.el5xen) root (hd0,0) kernel /xen.gz-2.6.18-164.el5 module /vmlinuz-2.6.18-164.el5xen ro root=LABEL=/c5 irqpoll module /initrd-2.6.18-164.el5xen.img
The grub 'module' option is new to me and I am unsure how this maps to lilo (the lilo docs don't talk about multi-boot, which I guess is what is going on here, at least from reading the grub docs).
Akemi _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 01/08/2010 11:40 AM, Robert Heller wrote:
I did look at the grub.conf that was generated and things are a little different from what I expected (I selected 'Virtualization' during the install process):
title CentOS (2.6.18-164.el5xen) root (hd0,0) kernel /xen.gz-2.6.18-164.el5 module /vmlinuz-2.6.18-164.el5xen ro root=LABEL=/c5 irqpoll module /initrd-2.6.18-164.el5xen.img
The grub 'module' option is new to me and I am unsure how this maps to lilo (the lilo docs don't talk about multi-boot, which I guess is what is going on here, at least from reading the grub docs).
You'll need to do some work. GRUB is smarter than lilo: http://wpkg.org/Running_Xen_with_LILO
On Fri, Jan 8, 2010 at 11:25 AM, Akemi Yagi amyagi@gmail.com wrote:
On Fri, Jan 8, 2010 at 11:18 AM, Robert Heller heller@deepsoft.com wrote:
At Fri, 8 Jan 2010 09:36:57 -0800 CentOS mailing list centos@centos.org wrote:
Thanks. I'm guessing that I'll have to manually update lilo.conf after kernel updates.
If I remember correctly, lilo.conf gets updated automatically (but don't quote on me). :-D
Looks like the new kernel stanza gets added to lilo.conf automatically, but the default needs to be changed manually.
That's ok, I randomly see that with grub, too.
mark
On Fri, Jan 8, 2010 at 11:53 AM, m.roth@5-cent.us wrote:
Looks like the new kernel stanza gets added to lilo.conf automatically, but the default needs to be changed manually.
That's ok, I randomly see that with grub, too.
grub is supposed to set the default kernel to the newly installed one (type) as specified on the DEFAULTKERNEL= line in /etc/sysconfig/kernel (for example, kernel, kernel-xen, kernel-PAE,).
Akemi
On Fri, Jan 8, 2010 at 11:53 AM, m.roth@5-cent.us wrote:
Looks like the new kernel stanza gets added to lilo.conf automatically, but the default needs to be changed manually.
That's ok, I randomly see that with grub, too.
grub is supposed to set the default kernel to the newly installed one (type) as specified on the DEFAULTKERNEL= line in /etc/sysconfig/kernel (for example, kernel, kernel-xen, kernel-PAE,).
Yes, well, the emphasis in your statement is "supposed to". It does not always happen, to the point where when I do a kernel update, I check.
10%? 15% of the time, it doesn't.
mark
Does there exist a version of Lilo built for x86_64 CentOS 5? It does not seem to be on the DVD. *I* really, really, prefer Lilo over Grub.
I use grub, but I wish I could go back to lilo - it was so much less complicated and finicky.
-- Robert Heller -- 978-544-6933 Deepwoods Software -- Download the Model Railroad System http://www.deepsoft.com/ -- Binaries for Linux and MS-Windows heller@deepsoft.com -- http://www.deepsoft.com/ModelRailroadSystem/
Oh, really? I need to look at that site.
mark (when the layout's up, it's Pennsy, 1939/40)
On Fri, Jan 8, 2010 at 5:30 PM, Robert Heller heller@deepsoft.com wrote:
Does there exist a version of Lilo built for x86_64 CentOS 5? It does not seem to be on the DVD. *I* really, really, prefer Lilo over Grub.
-- Robert Heller -- 978-544-6933 Deepwoods Software -- Download the Model Railroad System http://www.deepsoft.com/ -- Binaries for Linux and MS-Windows heller@deepsoft.com -- http://www.deepsoft.com/ModelRailroadSystem/
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos