* Re:Failure to get login prompt - after compiled 2.4.10
@ 2001-10-05 4:21 walt
0 siblings, 0 replies; only message in thread
From: walt @ 2001-10-05 4:21 UTC (permalink / raw)
To: lamarts, linux-kernel
----- 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-10-05 4:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-05 4:21 Re:Failure to get login prompt - after compiled 2.4.10 walt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox