User Tools

Site Tools


kernel_compiling

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
kernel_compiling [2024/02/13 13:50]
admin
kernel_compiling [2024/02/13 14:52] (current)
admin
Line 1: Line 1:
-===make new initrd===+====make new initrd===
 + 
 +https://docs.slackware.com/howtos:slackware_admin:kernelbuilding
  
  
Line 79: Line 81:
  
  
-===slax===+==slax==
  
  
Line 156: Line 158:
  
 make -j 32 bzImage modules && \ make -j 32 bzImage modules && \
 +
 make -j 32 modules_install && \ make -j 32 modules_install && \
 +
 cp -v arch/x86/boot/bzImage /boot/vmlinuz-6.1.6-ads cp -v arch/x86/boot/bzImage /boot/vmlinuz-6.1.6-ads
  
----------------------------------------------------------------------+-------------------------------------------------------------------- 
 +===make new initrd=== 
 + 
 + 
 +/usr/share/mkinitrd/mkinitrd_command_generator.sh   /boot/efi/EFI/Slackware/bzImagenew2  
 + 
 + 
 +mkinitrd -c -k 6.6.6 -f ext4 -r /dev/sda3 -m jbd2:mbcache:crc32c_intel:crc32c_generic:ext4 -u -o /init66.gz 
 + 
 + 
 +cp /init66.gz /boot/efi/EFI/Slackware/ 
 + 
 +------------------------------------------------------------------------------------------ 
 +====elilo menu==== 
 +https://gitlab.com/ethelack/elilo-textmenu-message-themes 
 + 
 ==Upgrade Slackware== ==Upgrade Slackware==
  
kernel_compiling.1707832217.txt.gz · Last modified: 2024/02/13 13:50 by admin