Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

mingdao

Members
  • Posts

    5
  • Joined

  • Last visited

  • Days Won

    1

Community Answers

  1. mingdao's post in Switching from Grub to Lilo was marked as the answer   
    Hey artemeciagreen,
     
    Go to your kernel source directory and run "make && make modules_install install" and you will get the bzImage into /boot as vmlinuz-$VERSION, as well as config-$VERSION and System.map-$VERSION
    NB: after the first make add -j and the number of CPU cores +1 found when you issue "nproc", such as "make -j9"
     
    Now edit /etc/boot.conf to make sure you have at least one stanza where it looks for:

    kernel vmlinuz[-v] Here's one of mine:

    boot {         generate grub         default "Funtoo Linux genkernel"         timeout 3 } "Funtoo Linux" {         kernel vmlinuz[-v] } "Funtoo Linux genkernel" {         kernel kernel[-v]         initrd initramfs[-v]         params += real_root=auto rootfstype=auto }
×
×
  • Create New...