Skip to main content

All Questions

Tagged with
0 votes
1 answer
2k views

kernel panic after after parrotOS upgrade

after attempting sudo apt upgrade on a fresh install of parrot os, new kernel update is present but trying to boot into it from grub gives gives me a kernel panic. here is what i tried and with what ...
xoity's user avatar
  • 3
1 vote
0 answers
186 views

Kernel configuration: how to enable all modules while keeping an oldconfig

Here is my problem: I would like to configure the kernel with some specific options already set/unset by me, and then defaulting all the other options as if using make allmodconfig. At the moment, I ...
dabbede's user avatar
  • 11
1 vote
1 answer
884 views

RHEL - keeping a specific kernel version, possible?

I was looking to keep a specific kernel version on my machine. To prevent it from being overridden or removed without having to grow or up the # of kernels the system keeps as my only solution as ...
linuxscrub's user avatar
0 votes
3 answers
179 views

What configuration files does linux kernel lookup directly in root filesystem?

There are a lot of configuration files in /etc. Some of them are used by installed applications like samba, but is there confs that are directly looked up by the kernel? For example passwd, groups, ...
ptiza_v_nebe's user avatar
1 vote
1 answer
410 views

How to detect display driver info

Is it possible to check the different status of video drivers when it is on, is off, in error, in no-signal? Example: monitor off - some state 0-, monitor no-signal - some state not connected and so ...
Alessandro's user avatar
1 vote
1 answer
613 views

In Linux kernel - is commenting out a line in .config file equal to set it to "=n"?

In the Linux kernel .config file, is setting a configuration to "n" having the same effect as commenting out the entire row? for example: CONFIG_TEST=n and # CONFIG_TEST
Yaniv G's user avatar
  • 111
0 votes
1 answer
939 views

Change console size

I'm trying to run linux kernel inside VMware from iso image compiled from sources. At the current moment I'm trying to start initramfs but for some reasons it crashes. My problem is I cannot know why ...
Юрий Баринов's user avatar
3 votes
4 answers
6k views

Trouble selecting "Fully Preemptible Kernel (Real-Time)" when configuring/compiling from source

I am trying to compile the 5.4 kernel with the latest stable PREEMPT_RT patch (5.4.28-rt19) but for some reason can't select the Fully Preemptible Kernel (RT) option inside make nconfig/menconfig. I'...
Spartan Scrub's user avatar
2 votes
1 answer
127 views

How does kbuild compare to the device tree?

I know KConfig serves to tune the C preprocessor, at the start of the Linux kernel compilation. And that the device tree is used to give a compiled kernel a description about hardware at runtime. How ...
AIDoubt's user avatar
  • 131
2 votes
1 answer
2k views

How to change Kernel Base address when compiling Linux?

I am working on RedPitaya FPGA board and want to use Asymmetric MultiProcessing on it. CPU0 will be running Linux and CPU1 will be running Baremetal or freeRTOS. For that I need to change the Kernel ...
Waqar Rashid's user avatar
0 votes
1 answer
321 views

How to non-interactively configure the Linux kernel build? (Marked incorrectly as duplicated) [duplicate]

Is there any method to configure linux kernel in such way (just an example): make config CONFIG_OPTION=y && make config CONFIG_OPTION1=no CONFIG_OPTION3=64 CONFIG_OPTION4=/path/ and all the ...
Gustavo Bittencourt's user avatar
2 votes
1 answer
8k views

Why use tristate vs bool in the Linux kernel Kconfig?

Here is my current understanding of why one would choose to use one vs the other, can you please confirm or correct me? Run-time vs compile-time: If you don't know whether or not you want this ...
Nick Crews's user avatar
1 vote
0 answers
42 views

Activation /Config of Preempt RT [duplicate]

I installed the Preempt RT patch, how can I know if it was installed correctly, and if it was activated? If it was right, what configuration shall be done, and how to do it?
sufyan's user avatar
  • 11
0 votes
0 answers
691 views

Building custom kernel with kswapd0 disabled

What are the necessary kernel .config options changes for a kernel with disabled kswapd0 ? ie. what options to ensure exist inside kernel .config file such that it builds with kswapd0 disabled? The ...
user avatar
3 votes
1 answer
780 views

Formatted print of linux kernel config

As the options make menuconfig and make nconfig allow a nice way to configure the kernel options, are there any way to get this hierachical structure for print it? Something similar to the "tree" ...
rfmoz's user avatar
  • 804

15 30 50 per page