I recently upgraded vanilla-sources to 4.0.1. I used eselect to select this kernel and went to /usr/src/linux (symlinked to linux-4.0.1) and built the kernel as per http://www.funtoo.org/Building_a_Kernel_from_Source (using the 'less advanced' instructions). This appears to have been successful. Here is /boot:
Question
hellomynameisphil
I recently upgraded vanilla-sources to 4.0.1. I used eselect to select this kernel and went to /usr/src/linux (symlinked to linux-4.0.1) and built the kernel as per http://www.funtoo.org/Building_a_Kernel_from_Source (using the 'less advanced' instructions). This appears to have been successful. Here is /boot:
Here is my boot.conf:
boot { generate grub # Below, you can specify the kernel image to boot by default, # or the default boot entry name default Funtoo Linux # default Windows 7 } display { gfxmode "1366x768" } "Funtoo Linux" { kernel vmlinuz-4.0.1 vmlinuz-3.19.0 initrd /initrams.cpio.gz params += resume=/dev/sda6 } "Windows 7" { type win7 params root=/dev/sda3 }Here is the output of boot-update:
Why is boot-update not seeing 4.0.1?
Link to comment
Share on other sites
6 answers to this question
Recommended Posts