Jump to content
Read the Funtoo Newsletter: Summer 2023 ×
  • 0

boot-update can't find bzImage


ballsystemlord

Question

3 answers to this question

Recommended Posts

  • 0

Probably reading `man boot.conf` and considering the examples there will resolve the problem for you.  You will need to edit /etc/boot.conf to describe your setup for boot-update.  Especially notice that the line in the kernel entry that names the kernel, e.g.

    kernel vmlinuz[-v]

must correspond to your own kernel naming convention.  If the kernel in /boot/ have names like bzImage-3.9-gentoo then the line must be

    kernel bzImage[-v]

but if they are named like kernel-3.9-gentoo then the line must be

    kernel kernel[-v]

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...