O problema era com bibliotecas e pacotes suportados que eu estava usando. Para compilar o kernel mais recente neste momento, você deve ter estes 4 Pacotes / Bibliotecas instalados:
- libssl-dev
- libncurses5-dev
- qt4-default
- qt4-dev-tools
Embora eu seja um pouco cético sobre o dev-tools do
Note também que Estou usando o Ubuntu 16.04 LTS e com base nos seus comandos do Distro e os requisitos de pacote estão sujeitos a alterações
A compilação
Assim, o comando acima mencionado (em questão) para a compilação está correto, apenas observe que leva muito tempo para ser concluído. Para verificar se tudo está indo bem, você chega em um ponto onde você pode encontrar isso -
Setup is 17564 bytes (padded to 17920 bytes).
System is 7215 kB
CRC 3b136d62
Kernel: arch/x86/boot/bzImage is ready (#1)
e ele pára por alguns minutos e começa novamente com a criação de arquivos de objetos. Sim, não recebi quando comecei a fazê-lo com pacotes qt5.
A instalação
Mais uma vez, o comando acima mencionado (em questão) é cento por cento correto e, ao disparar, você verá vários objetos do Kernel sendo instalados em seu sistema, algo assim:
...
INSTALL /lib/firmware/emi62/spdif.fw
INSTALL /lib/firmware/emi62/midi.fw
INSTALL /lib/firmware/kaweth/new_code.bin
INSTALL /lib/firmware/kaweth/trigger_code.bin
INSTALL /lib/firmware/kaweth/new_code_fix.bin
INSTALL /lib/firmware/kaweth/trigger_code_fix.bin
INSTALL /lib/firmware/ti_3410.fw
...
e deve terminar com
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.12.9
Found initrd image: /boot/initrd.img-4.12.9
Found linux image: /boot/vmlinuz-4.4.0-93-generic
Found initrd image: /boot/initrd.img-4.4.0-93-generic
Found linux image: /boot/vmlinuz-4.4.0-92-generic
Found initrd image: /boot/initrd.img-4.4.0-92-generic
Found linux image: /boot/vmlinuz-4.4.0-91-generic
Found initrd image: /boot/initrd.img-4.4.0-91-generic
Found linux image: /boot/vmlinuz-4.4.0-83-generic
Found initrd image: /boot/initrd.img-4.4.0-83-generic
Found Windows Boot Manager on /dev/sda2@/EFI/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for EFI firmware configuration
done
NOOB ALERT
Also please note, based on number of Operating Systems (and Kernel) installed on your system the number of Found statements may change! I have 2 OS and hence I've got one extra Found statement for Windows