public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: walt <wanthony@mediaone.net>
To: lamarts@flash.net, linux-kernel@vger.kernel.org
Subject: Re:Failure to get login prompt - after compiled 2.4.10
Date: Fri, 05 Oct 2001 00:21:09 -0400	[thread overview]
Message-ID: <3BBD3535.272FE822@mediaone.net> (raw)

----- Original Message -----
From: "Lamar Seifuddin" <lamarts@flash.net>
To: <linux-kernel@vger.kernel.org>
Sent: Thursday, October 04, 2001 6:55 PM
Subject: Failure to get login prompt - after compiled 2.4.10


> All,
>
> I compiled the 2.4.10 linux kernel on my Compaq Armada E700 P-III
> where RedHat 7.1 - 2.4.2-2 was located.
>
> I followed the directions using the "newbie" url
>
> http://kernelnewbies.org/faq/index.php3#compile.xml
>
> after several shots at it (more or less refining the type of
configuration),
> I was successful at creating a bzImage file.....loaded it......etc.
>
> After rebooting the pc, I can't seem to get back to the login page.
> It's a black screen.  I'm sure I have to check the graphics
configuration.
>
> Question:   How do I get back to some sort of prompt, so I can
recompile
> the kernel again?
>
> thank you,
>
> Lamar
>


Did you overwrite /boot/vmlinuz-2.4.x or did you copy bzImage to /boot
and add it to lilo as
"another" OS? If so, you should be able to boot off the orgional kernel.

If not, the only thing I know to do is reinstall RH 7.1 and choose the
upgrade option.
Below is a sample of my /etc/lilo.conf which boots the orgional RH 6.2
kernal as default,
boots 2.2.19 as new, boots 2.4.2 as 2.4.2, and boots windows as dos.

boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
linear
default=linux

image=/boot/vmlinuz-2.2.14-5.0
        label=linux
        initrd=/boot/initrd-2.2.14-5.0.img
        read-only
        root=/dev/hda2

image=/boot/bzImage
        label=new
        initrd=/boot/initrd-2.2.19.0.img
        read-only
        root=/dev/hda2

image=/boot/bzImage-2.4
        label=2.4
        read-only
        root=/dev/hda2

other=/dev/hda1
        label=dos


walt


                 reply	other threads:[~2001-10-05  4:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=3BBD3535.272FE822@mediaone.net \
    --to=wanthony@mediaone.net \
    --cc=lamarts@flash.net \
    --cc=linux-kernel@vger.kernel.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