public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pete" <pi2list@pi2tech.com>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] system boot
Date: 26 Feb 2006 23:51:26 -0000	[thread overview]
Message-ID: <20060226235126.2124.qmail@yourcakes.com> (raw)
In-Reply-To: 


Someone has given me a system to configure their printer on it.

yababa root # uname -a
Linux yababa.io.spectraitc.com 2.4.19-gentoo-r10 #3 Tue Feb 25 14:40:41 CST
2003 i686 Pentium III (Katmai) GenuineIntel GNU/Linux
yababa root #

When I connect the printer, I get

Feb 26 02:15:57 yababa /etc/hotplug/usb.agent: ... no modules for USB
product 4e8/326c/100


I figured, the USB support for printer wan not enabled in the kernel. Found
it to be the case. So I rebuilt the kernel.

Now I want to add the new kernel to the existing boot menu and I am baffeled
by some findings. 
The boot menu says it is LILO, so I went to /etc/lilo.conf

This is how it looks

----------------
# $Header: /home/cvsroot/gentoo-x86/sys-apps/lilo/files/lilo.conf,v 1.3
2002/09/30 00:55:18 woodchip Exp $
# Author: Ultanium
# Start LILO global section
menu-scheme=Wb
boot = /dev/hda
prompt
#boot=/devices/discs/disc0/disc
map = /boot/System.map
#compact        # faster, but won't work on all systems.
lba32
#if lba32 do not work, use linear
#linear
#if you always want to see the prompt with a 15 second timeout:
timeout=90
delay = 50
vga = normal    # Normal VGA console
# End LILO global section
# Linux bootable partition config begins
        image = /boot/bzImage
        root = /dev/hda7
        label = Gentoo
        read-only # read-only for checking
        image = /boot/bzImage.OLD
        root = /dev/hda7
        label = Gentoo_Old
        read-only # read-only for checking
        image = /boot/bzImageAR
        root = /dev/hda7
        label = Gentoo_new
        read-only # read-only for checking
#
# Linux bootable partition config ends

----------------

I added the section
-----------
        image = /boot/bzImageAR
        root = /dev/hda7
        label = Gentoo_new
        read-only # read-only for checking
-----------

This is what I don't understand

------------------

yababa root # ls -l /boot/
total 1272
-rw-r--r--    1 root     root       483904 Feb 26 04:56 System.map-2.4.19r10AR
lrwxrwxrwx    1 root     root            1 Jan 12  2003 boot -> .
-rw-r--r--    1 root     root       814688 Feb 26 04:40 bzImageAR
yababa root #

---------------------

boot points to itself. Before I copied the System.map-2.4.19r10AR and
bzImageAR, there was nothing in there.

How does the system boot? ? ?

Of course if I run /sbin/lilo, the system complains
yababa root # /sbin/lilo
Fatal: open /boot/bzImage: No such file or directory
yababa root #


Any pointers will be greatly appreciated !
Regards
Pete
-- 
gentoo-user@gentoo.org mailing list



             reply	other threads:[~2006-02-26 23:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-26 23:51 Pete [this message]
2006-02-26 23:57 ` [gentoo-user] system boot Brett I. Holcomb
2006-02-27  0:02 ` Boyd Stephen Smith Jr.
2006-02-27  0:10 ` Iain Buchanan
  -- strict thread matches above, loose matches on Subject: below --
2006-02-27  0:27 Pete
2006-02-27  0:30 Pete

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060226235126.2124.qmail@yourcakes.com \
    --to=pi2list@pi2tech.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox