linux-admin.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* /etc/lilo.conf
@ 2004-04-02 17:08 Tony Gogoi
  2004-04-02 17:20 ` /etc/lilo.conf [Lukasz.Sztachanski]
  2004-04-02 21:56 ` /etc/lilo.conf Glenn Enright
  0 siblings, 2 replies; 6+ messages in thread
From: Tony Gogoi @ 2004-04-02 17:08 UTC (permalink / raw)
  To: linux-admin


Hello,

I built a custom linux monolithic kernel (RedHat 7.1 kernel 2.4). After
doing "make bzImage", I copied the newly created bzImage to
/boot/vmlinuz-2.4.2-2TONY and appended the following lines to
/etc/lilo.conf.

image=/boot/vmlinuz-2.4.2-2TONY
	label=linux-TONY
	read-only
	root=/dev/hda5

However, on rebooting the PC, there is no change to the graphical user
interface of LILO ? Even if there's a problem with the kernel image, I
expected that at least a new line would've been created in boot options on
rebooting.

I was wondering what the problem could be becoz this procedure works with
"grub.conf" and Redhat 9.1.?

Thanks,
Tony


^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: /etc/lilo.conf
@ 2004-04-02 17:16 JULIAN, JOHN C (AIT)
  0 siblings, 0 replies; 6+ messages in thread
From: JULIAN, JOHN C (AIT) @ 2004-04-02 17:16 UTC (permalink / raw)
  To: Tony Gogoi, linux-admin

Did you run lilo after you made the changes?

John Julian


-----Original Message-----
From: linux-admin-owner@vger.kernel.org
[mailto:linux-admin-owner@vger.kernel.org] On Behalf Of Tony Gogoi
Sent: Friday, April 02, 2004 12:09 PM
To: linux-admin@vger.kernel.org
Subject: /etc/lilo.conf



Hello,

I built a custom linux monolithic kernel (RedHat 7.1 kernel 2.4). After
doing "make bzImage", I copied the newly created bzImage to
/boot/vmlinuz-2.4.2-2TONY and appended the following lines to
/etc/lilo.conf.

image=/boot/vmlinuz-2.4.2-2TONY
	label=linux-TONY
	read-only
	root=/dev/hda5

However, on rebooting the PC, there is no change to the graphical user
interface of LILO ? Even if there's a problem with the kernel image, I
expected that at least a new line would've been created in boot options
on
rebooting.

I was wondering what the problem could be becoz this procedure works
with
"grub.conf" and Redhat 9.1.?

Thanks,
Tony

-
To unsubscribe from this list: send the line "unsubscribe linux-admin"
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: /etc/lilo.conf
  2004-04-02 17:08 /etc/lilo.conf Tony Gogoi
@ 2004-04-02 17:20 ` [Lukasz.Sztachanski]
  2004-04-02 21:56 ` /etc/lilo.conf Glenn Enright
  1 sibling, 0 replies; 6+ messages in thread
From: [Lukasz.Sztachanski] @ 2004-04-02 17:20 UTC (permalink / raw)
  To: Tony Gogoi; +Cc: linux-admin

[-- Attachment #1: Type: text/plain, Size: 372 bytes --]

hi

	if you have any questions first type 'man program_name' for
	answers;) you should 'reinstall' lilo by using command ... 'lilo' :]
	also you can use with option -v to make lilo more verbose.

Regards...
-- 
|Name.:.....................[Lukasz.Sztachanski]|
|WWW..:.......[http://rudy.mif.pg.gda.pl/~szati]|
|Mail.:............[szati<at>rudy.mif.pg.gda.pl]|

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: /etc/lilo.conf
  2004-04-02 17:08 /etc/lilo.conf Tony Gogoi
  2004-04-02 17:20 ` /etc/lilo.conf [Lukasz.Sztachanski]
@ 2004-04-02 21:56 ` Glenn Enright
  2004-04-02 22:44   ` /etc/lilo.conf Glynn Clements
  1 sibling, 1 reply; 6+ messages in thread
From: Glenn Enright @ 2004-04-02 21:56 UTC (permalink / raw)
  To: linux-admin

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

'label' line is meant to be before image isnt it? A bit like brackets in C 
delimiting that description block...

On Sat, 03 Apr 2004 05:08, Tony Gogoi wrote:
| Hello,
|
| I built a custom linux monolithic kernel (RedHat 7.1 kernel 2.4). After
| doing "make bzImage", I copied the newly created bzImage to
| /boot/vmlinuz-2.4.2-2TONY and appended the following lines to
| /etc/lilo.conf.
|
| image=/boot/vmlinuz-2.4.2-2TONY
| 	label=linux-TONY
| 	read-only
| 	root=/dev/hda5
|
| However, on rebooting the PC, there is no change to the graphical user
| interface of LILO ? Even if there's a problem with the kernel image, I
| expected that at least a new line would've been created in boot options on
| rebooting.
|
| I was wondering what the problem could be becoz this procedure works with
| "grub.conf" and Redhat 9.1.?
|
| Thanks,
| Tony
|
| -
| To unsubscribe from this list: send the line "unsubscribe linux-admin" in
| the body of a message to majordomo@vger.kernel.org
| More majordomo info at  http://vger.kernel.org/majordomo-info.html

- -- 
2.4.24 on an i686 - Otherland

Logic is a little bird, sitting in a tree; that smells *_____\b\b\b\b\bawful*.


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAbeGgKZRWL7vB/bERApiDAKCiVT7ZoP2OUM4A51Hdb+Q5QaRmGQCg0c4Y
SYhF/JmlxAr34P0CYdX2+vE=
=2Qtj
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: /etc/lilo.conf
  2004-04-02 21:56 ` /etc/lilo.conf Glenn Enright
@ 2004-04-02 22:44   ` Glynn Clements
  2004-04-03  3:35     ` /etc/lilo.conf Glenn Enright
  0 siblings, 1 reply; 6+ messages in thread
From: Glynn Clements @ 2004-04-02 22:44 UTC (permalink / raw)
  To: Glenn Enright; +Cc: linux-admin


Glenn Enright wrote:

> 'label' line is meant to be before image isnt it? A bit like brackets in C 
> delimiting that description block...

No. Each section starts with "image" or "other". "label" is an option;
if no label option is specified, the image's filename is used instead.

-- 
Glynn Clements <glynn.clements@virgin.net>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: /etc/lilo.conf
  2004-04-02 22:44   ` /etc/lilo.conf Glynn Clements
@ 2004-04-03  3:35     ` Glenn Enright
  0 siblings, 0 replies; 6+ messages in thread
From: Glenn Enright @ 2004-04-03  3:35 UTC (permalink / raw)
  To: linux-admin

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sat, 03 Apr 2004 10:44, Glynn Clements wrote:
| Glenn Enright wrote:
| > 'label' line is meant to be before image isnt it? A bit like brackets in
| > C delimiting that description block...
|
| No. Each section starts with "image" or "other". "label" is an option;
| if no label option is specified, the image's filename is used instead.

oops my bad :-p. dedicated grub user here...

- -- 
2.4.24 on an i686 - Otherland

"Jesus saves...but Gretzky gets the rebound!"
- -- Daniel Hinojosa (hinojosa@hp-sdd)


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAbjEdKZRWL7vB/bERAjMcAJwLhT+X/8No1QMdRuBYSDSFgCmNawCgriD9
T+OqCvBNsIVqRCLNxw6B9VI=
=ZZKQ
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-04-03  3:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-02 17:08 /etc/lilo.conf Tony Gogoi
2004-04-02 17:20 ` /etc/lilo.conf [Lukasz.Sztachanski]
2004-04-02 21:56 ` /etc/lilo.conf Glenn Enright
2004-04-02 22:44   ` /etc/lilo.conf Glynn Clements
2004-04-03  3:35     ` /etc/lilo.conf Glenn Enright
  -- strict thread matches above, loose matches on Subject: below --
2004-04-02 17:16 /etc/lilo.conf JULIAN, JOHN C (AIT)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).