Welcome to the Linux Foundation Forum!
How to remove kernel source ?
chekkizhar
Posts: 182
in Fedora
hai,
In fedora, tried to recompile the kernel, but failed. After that During boot menu, the Fedora bootloader is showing the improper kernel too. If i choose, its taking me to login screen, but after that nothing, it just stopped.
I want to remove this, not from bootloader alone, the entire kernel that I compiled wrongly .
thank you
0
Comments
-
linustorvalds wrote:hai,
In fedora, tried to recompile the kernel, but failed. After that During boot menu, the Fedora bootloader is showing the improper kernel too. If i choose, its taking me to login screen, but after that nothing, it just stopped.
I want to remove this, not from bootloader alone, the entire kernel that I compiled wrongly .
thank you
That depends on how you installed it.
Usually there's a file in the /boot directory which is the kernel.
Anyway, you do not need to uninstall it, just make sure there's a grub entry pointing to the right kernel (usually the one that comes with the distro is in /boot/vmlinuz)
Regards0 -
If you're absolutely sure that you know your BAD KERNEL VERSION (e.g., 2.6.36), then you can do this to remove it:
rm -rf /lib/modules/{BAD_KERNEL_VER}/ rm -f /boot/vmlinuz-{BAD_KERNEL_VER}* rm -f /boot/initrd-{BAD_KERNEL_VER}* rm -f /boot/config-{BAD_KERNEL_VER}* rm -f /boot/System.map-{BAD_KERNEL_VER}*The first command removes the bad kernel's installed modules. The rest of the commands remove the bad kernel image and any initial ramdisk images, system maps, and kernel config files.
You can always reinstall a Fedora-packaged kernel, too. First remove the entry from the RPM database:rpm -e --justdb kernel (or kernel-PAE)
Then reinstall it w/yum, e,g:yum install kernel (or kernel-PAE)
If you have multiple kernel packages installed, then you can do the above rpm/yum commands, but you have to pass the package version info with it, e.g.: kernel-2.6.36-1.fc10
List all installed kernels with:rpm -qa kernel (or kernel-PAE)
Of course, don't do any of this unless you're feeling bold!0 -
atreyu wrote:
thank you... I will give a try in coming weekend...If you're absolutely sure that you know your BAD KERNEL VERSION (e.g., 2.6.36), then you can do this to remove it:rm -rf /lib/modules/{BAD_KERNEL_VER}/ rm -f /boot/vmlinuz-{BAD_KERNEL_VER}* rm -f /boot/initrd-{BAD_KERNEL_VER}* rm -f /boot/config-{BAD_KERNEL_VER}* rm -f /boot/System.map-{BAD_KERNEL_VER}*The first command removes the bad kernel's installed modules. The rest of the commands remove the bad kernel image and any initial ramdisk images, system maps, and kernel config files.
You can always reinstall a Fedora-packaged kernel, too. First remove the entry from the RPM database:rpm -e --justdb kernel (or kernel-PAE)
Then reinstall it w/yum, e,g:yum install kernel (or kernel-PAE)
If you have multiple kernel packages installed, then you can do the above rpm/yum commands, but you have to pass the package version info with it, e.g.: kernel-2.6.36-1.fc10
List all installed kernels with:rpm -qa kernel (or kernel-PAE)
Of course, don't do any of this unless you're feeling bold!0 -
You also need to edit /boot/grub/grub.conf and remove the entry for the bad kernel.
I think what you have gone through is not uncommon for the first-time kernel builder. That happened to me also. Just remember to build/install the kernel like this:
1. make menuconfig, or make xconfig
2. make -jN, where N is the number of build threads to use - 1 per core or processor is good.
3. As root, make headers_install, make modules_install, make install - you can do all that (as root) with one command:
make headers_install modules_install install
If you just try make install, it won't do all the dependencies properly sometimes, so installing the headers and modules first makes sure all the drivers are in /lib/modules/KERNEL_VERSION before it actually tries to install the kernel into /boot.0
Categories
- All Categories
- 175 LFX Mentorship
- 175 LFX Mentorship: Linux Kernel
- 745 Linux Foundation IT Professional Programs
- 372 Cloud Engineer IT Professional Program
- 168 Advanced Cloud Engineer IT Professional Program
- 73 DevOps IT Professional Program - Discontinued
- 3 DevOps & GitOps IT Professional Program
- 98 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- AI & ML Training
- Blockchain & Decentralized Identity Training
- Cloud & Containers Training
- Cybersecurity Training
- DevOps & Site-Reliability Training
- Linux Kernel Development Training
- Networking Training
- Open Source Best Practice Training
- System Administration Training
- System Engineering Training
- Web & Application Development Training
- 2 LFD103-JP クラス フォーラム
- 2 LFD114 Class Forum
- 4 LFD123 Class Forum
- 5 LFD137 Class Forum
- 2 LFD140 Class Forum
- 4 LFD210-CN Class Forum
- 764 LFD259 Class Forum
- 681 LFS101 Class Forum
- 2 LFS140 Class Forum
- 30 LFS148 Class Forum
- 2 LFS158-JP クラス フォーラム
- 4 LFS180 Class Forum
- 3 LFS184 Class Forum
- 162 LFS207 Class Forum
- 3 LFS207-DE-Klassenforum
- 4 LFS207-JP クラス フォーラム
- 61 LFS241 Class Forum
- 52 LFS242 Class Forum
- 42 LFS243 Class Forum
- 19 LFS244 Class Forum
- 9 LFS245 Class Forum
- 3 LFS246 Class Forum
- 2 LFS248 Class Forum
- 179 LFS250 Class Forum
- 4 LFS250-JP クラス フォーラム
- 166 LFS253 Class Forum
- 5 LFS255 Class Forum
- 19 LFS256 Class Forum
- 3 LFS257 Class Forum
- 1.4K LFS258 Class Forum
- 165 LFS261 Class Forum
- 26 LFS267 Class Forum
- 28 LFS268 Class Forum
- 792 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 87 Storage
- 768 Linux Distributions
- 81 Debian
- 67 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 105 Mobile Computing
- 18 Android
- 72 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 392 Off Topic
- 121 Introductions
- 181 Small Talk
- 29 Study Material
- 933 Programming and Development
- 310 Kernel Development
- 605 Software Development
- 974 Software
- 366 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)