"Nothing to be done for bzImage..."

Jeff Mutonho ejbengine at gmail.com
Wed Mar 21 14:42:18 UTC 2007


On 3/21/07, Brad Bonkoski <bbonkoski at mediaguide.com> wrote:

> >> >
> >> > Ok I read the README file and  i've done the 'make' , 'make
> >> > modules_install install' .A new kernel image was created as seen from
> >> > the last part of the log:
> >> > =========================================================
> >> > if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F
> >> > System.map  2.6.18-build-1; fi
> >> > mkdir -p /boot
> >> > ln -f -s vmlinuz-2.6.18-build-1 /boot/vmlinuz-2.6.18
> >> > rm -f /boot/vmlinuz-2.6.18-build-1
> >> > install -m0644 vmlinuz /boot/vmlinuz-2.6.18-build-1
> >> > install -m0644 vmlinux /boot/vmlinux-syms-2.6.18-build-1
> >> > install -m0664 .config /boot/config-2.6.18-build-1
> >> > install -m0664 System.map /boot/System.map-2.6.18-build-1
> >> > ln -f -s vmlinuz-2.6.18-build-1 /boot/vmlinuz-2.6
> >> > ====================================================================
> >> >
> >> > What extra step(s) do I need to do ?My grub.conf file still looks the
> >> > same as before (i.e does not show an entry for the new kernel).Isn't
> >> > it suppose to be updated automatically?
> >> I suspect there are way too many boot loaders for the kernel install
> >> process to make changes to this...
> >> Just copy & paste your current entry, rename it something different, and
> >> update the file names of the kernel image and initrd (if needed)
> >> -B
> >
> > Hmmm.My current grub.conf looks as follows :
> > title Fedora Core (2.6.18-1.2798.fc6xen)
> >     root (hd1,0)
> >     kernel /xen.gz-2.6.18-1.2798.fc6
> >     module /vmlinuz-2.6.18-1.2798.fc6xen ro root=/dev/VolGroup00/LogVol00
> > rhgb quiet
> >     module /initrd-2.6.18-1.2798.fc6xen.img
> >
> >
> > Now to create an entry to for the new kernel , I would have to add the
> > following entry :
> Now you're learning about grub... ;-)
> More here: http://www.gnu.org/software/grub/manual/html_node/
>
> Try this:
> title Fedora Core (2.6.18-build-1)
> root (hd1,0)
> kernel /vmlinuz-2.6.18-build-1 ro root=/dev/VolGroup00/LogVol00 rhgb quiet

The reason I asked about  the  'kernel /xen.gz-2.6.18-1.2798.fc6'
entry is because my current grub.conf file has
kernel /xen.gz-2.6.18-1.2798.fc6
and when i look in /boot , there's indeed a file called
'xen.gz-2.6.18-1.2798.fc6'.Because of that I didnt think it would be
correct to add
 kernel /vmlinuz-2.6.18-build-1 , since there's no corresponding file
called "vmlinuz-2.6.18-build-1" in /boot.


> Try this:
> title Fedora Core (2.6.18-build-1)
> root (hd1,0)
> kernel /vmlinuz-2.6.18-build-1 ro root=/dev/VolGroup00/LogVol00 rhgb quiet

Meaning I should not add the 2 entries for /module ?



> if you build with initrd you will need the following too:
> initrd /name_of_initrd.img
> Although I suspect you do not have this....

I do not have this.I didnt see anything in the build instruction that
mentioned the need to build with initrd.Hmmm?


"Don't take the name of root in vain."

Jeff  Mutonho
Cape Town
South Africa

GoogleTalk : ejbengine
Skype        : ejbengine
Registered Linux user number 366042




More information about the fedora-list mailing list