Re: how to find FC4 kernel filename for grub?
From: H. Brown (h_brown_at_netzero.net)
Date: 07/22/05
- Next message: rbonin_at_gmail.com: "Custom Drvier for Red Hat ES3"
- Previous message: Antares: "Floppy-network install pcmia card help please"
- In reply to: Tim: "Re: how to find FC4 kernel filename for grub?"
- Next in thread: Tim: "Re: how to find FC4 kernel filename for grub?"
- Reply: Tim: "Re: how to find FC4 kernel filename for grub?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 22 Jul 2005 11:39:38 -0400
Thanks for your help!
On Fri, 22 Jul 2005 20:36:55 +0930, Tim <tim@mail.localhost.invalid> wrote:
>Boot off the rescue disc, mount all your partitions, and list their
>contents.
I used the commands
find . -iname \*vmlinuz\*
find . -iname \*initrd\*
and found the files. For some reason I wasn't able to get to them before I
changed the root to the mounted image using
chroot /mnt/sysimage
>My Fedora Core 3 Linux is like this:
>
>root (hd1,0)
>kernel /vmlinuz-2.6.12-1.1372_FC3 ro root=/dev/VolGroup00/LogVol00
>initrd /initrd-2.6.12-1.1372_FC3.img
it turns out I can enter these two commands as follows
kernel (hd0,6)/boot/vmlinuz-2.6.11-1.1369_FC4
initrd (hd0,6)/boot/initrd-2.6.11-1.1369_FC4.img
Now I can issue the boot command, and bootup goes through several steps but
unfortunately hangs.
There are a bunch of similar lines on screen at the time, the last line reads:
[<c0103a51>] syscall_call+0x7/0xb
Not sure why it won't go further. I wonder if I need to set some other
parameter in grub before booting??
- Next message: rbonin_at_gmail.com: "Custom Drvier for Red Hat ES3"
- Previous message: Antares: "Floppy-network install pcmia card help please"
- In reply to: Tim: "Re: how to find FC4 kernel filename for grub?"
- Next in thread: Tim: "Re: how to find FC4 kernel filename for grub?"
- Reply: Tim: "Re: how to find FC4 kernel filename for grub?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|