Advertisement
Guest User

Untitled

a guest
Jun 4th, 2021
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.55 KB | None | 0 0
  1. (chroot) ubuntu-mate /usr/src/linux # genkernel --kernel-config=/usr/src/linux/kernel-ubuntu-config --luks --lvm all
  2. * Gentoo Linux Genkernel; Version 4.2.1
  3. * Using genkernel configuration from '/etc/genkernel.conf' ...
  4. * Running with options: --kernel-config=/usr/src/linux/kernel-ubuntu-config --luks --lvm all
  5.  
  6. * Working with Linux kernel 5.4.109-gentoo-x86_64 for x86_64
  7. * Using kernel config file '/usr/src/linux-5.4.109-gentoo/kernel-ubuntu-config' ...
  8. *
  9. * Note: The version above is subject to change (depends on config and status of kernel sources).
  10.  
  11. * kernel: >> Initializing ...
  12. *         >> Previous config backed up to .config--2021-06-04--15-45-42.bak
  13. *         >> Running 'make mrproper' ...
  14. *         >> Running 'make oldconfig' ...
  15. *         >> Re-running 'make oldconfig' due to changed kernel options ...
  16. *         >> Compiling 5.4.109-gentoo-x86_64 bzImage ...
  17. *         >> Compiling 5.4.109-gentoo-x86_64 modules ...
  18. *         >> Installing 5.4.109-gentoo-x86_64 modules (and stripping) ...
  19. *         >> Generating module dependency data ...
  20. *         >> Saving config of successful build to '/etc/kernels/kernel-config-5.4.109-gentoo-x86_64' ...
  21.  
  22. * initramfs: >> Initializing ...
  23. *         >> Appending devices cpio data ...
  24. *         >> Appending base_layout cpio data ...
  25. *         >> Appending util-linux cpio data ...
  26. *         >> Appending eudev cpio data ...
  27. *         >> Appending devicemanager cpio data ...
  28. *         >> Appending auxiliary cpio data ...
  29. *         >> Appending busybox cpio data ...
  30. *         >> Appending luks cpio data ...
  31. *         >> Appending lvm cpio data ...
  32. *         >> Appending modprobed cpio data ...
  33. *         >> Appending modules cpio data ...
  34. *         >> Appending linker cpio data ...
  35. *         >> Deduping cpio ...
  36. *         >> Pre-generating initramfs' /etc/ld.so.cache ...
  37. *         >> Compressing cpio data (.xz) ...
  38.  
  39. * Kernel compiled successfully!
  40. *
  41. * --no-bootloader set; Skipping bootloader update ...
  42. *
  43. * Required kernel parameter:
  44. *
  45. * root=/dev/$ROOT
  46. *
  47. * Where $ROOT is the device node for your root partition as the
  48. * one specified in /etc/fstab
  49.  
  50. * If you require Genkernel's hardware detection features, you MUST
  51. * tell your bootloader to use the provided initramfs file '/boot/initramfs-5.4.109-gentoo-x86_64.img'.
  52.  
  53. * WARNING... WARNING... WARNING...
  54. * Additional kernel parameters that *may* be required to boot properly:
  55. * - Add "dolvm" for LVM support
  56. * - Add "crypt_root=<device>" for LUKS-encrypted root
  57. * - Add "crypt_swap=<device>" for LUKS-encrypted swap
  58.  
  59. * Do NOT report kernel bugs as genkernel bugs unless your bug
  60. * is about the default genkernel configuration...
  61. *
  62. * Make sure you have the latest ~arch genkernel before reporting bugs.
  63. (chroot) ubuntu-mate /usr/src/linux # grub-mkconfig -o /boot/grub/grub.cfg
  64. Generating grub configuration file ...
  65. Imagem Linux encontrada: /boot/vmlinuz-5.10.27-gentoo-x86_64-clean1
  66. Imagem initrd encontrada: /boot/initramfs-5.10.27-gentoo-x86_64-clean1.img
  67. Imagem Linux encontrada: /boot/vmlinuz-5.10.27-gentoo-x86_64-clean1.old
  68. Imagem initrd encontrada: /boot/initramfs-5.10.27-gentoo-x86_64-clean1.img
  69. Imagem Linux encontrada: /boot/vmlinuz-5.10.27-gentoo-x86_64
  70. Imagem initrd encontrada: /boot/initramfs-5.10.27-gentoo-x86_64.img
  71. Imagem Linux encontrada: /boot/vmlinuz-5.10.27-gentoo-x86_64.old
  72. Imagem initrd encontrada: /boot/initramfs-5.10.27-gentoo-x86_64.img
  73. Imagem Linux encontrada: /boot/vmlinuz-5.4.109-gentoo-x86_64
  74. Imagem initrd encontrada: /boot/initramfs-5.4.109-gentoo-x86_64.img
  75. Imagem Linux encontrada: /boot/vmlinuz-5.4.109-gentoo-x86_64.old
  76. Imagem initrd encontrada: /boot/initramfs-5.4.109-gentoo-x86_64.img
  77. Imagem Linux encontrada: /boot/vmlinuz-4.19.184-gentoo-x86_64
  78. Imagem initrd encontrada: /boot/initramfs-4.19.184-gentoo-x86_64.img
  79. Imagem Linux encontrada: /boot/vmlinuz-4.14.228-gentoo-x86_64
  80. Imagem initrd encontrada: /boot/initramfs-4.14.228-gentoo-x86_64.img
  81. Imagem Linux encontrada: /boot/vmlinuz-4.9.264-gentoo-x86_64
  82. Imagem initrd encontrada: /boot/initramfs-4.9.264-gentoo-x86_64.img
  83. Imagem Linux encontrada: /boot/vmlinuz-4.4.264-gentoo-x86_64
  84. Imagem initrd encontrada: /boot/initramfs-4.4.264-gentoo-x86_64.img
  85. Aviso: os-prober will not be executed to detect other bootable partitions.
  86. Systems on them will not be added to the GRUB boot configuration.
  87. Check GRUB_DISABLE_OS_PROBER documentation entry.
  88. Adding boot menu entry for UEFI Firmware Settings ...
  89. concluído
  90. (chroot) ubuntu-mate /usr/src/linux #
  91.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement