Skip to content

guides: kernel: add fedora instructions and further clarification#724

Open
deqrocks wants to merge 4 commits into
t2linux:masterfrom
deqrocks:kernel
Open

guides: kernel: add fedora instructions and further clarification#724
deqrocks wants to merge 4 commits into
t2linux:masterfrom
deqrocks:kernel

Conversation

@deqrocks

Copy link
Copy Markdown
Contributor

Adds Fedora missing pieces and clarifies building initramfs

Comment thread docs/guides/kernel.md Outdated
### Initramfs/Initrd

Next we must create an initramfs/initrd (Initial RAM Filesystem / Initial RAM Disk). As mentioned in the previous step, this may have been automatically done for you.
Next we must create an initramfs/initrd (Initial RAM Filesystem / Initial RAM Disk). On Fedora, Ubuntu and Debian, this is done automatically when `make install` calls `installkernel`.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think saying "when make install is run" is sufficient since mentioning installkernel will most likely just confuse people. Many people just blindly keep running commands enclosed in ``.

@deqrocks

Copy link
Copy Markdown
Contributor Author

Agreed!

@AdityaGarg8

Copy link
Copy Markdown
Member

Agreed!

Would you like to make that edit?

@deqrocks

Copy link
Copy Markdown
Contributor Author

Agreed!

Would you like to make that edit?

Sure I will, sorry I have been busy.

@AdityaGarg8

Copy link
Copy Markdown
Member

Agreed!

Would you like to make that edit?

Sure I will, sorry I have been busy.

No worries

Clarify that the distro script is run after installation.
Comment thread docs/guides/kernel.md Outdated
If `sudo make install` said "Cannot find LILO.", that's fine.

Look at the output from `sudo make install`. If it mentioned creating an initramfs or an initrd, a script provided by your distro has done the next step for you. The same goes for if it mentions updating grub or systemd-boot or bootloader config. This distro script would be at `/sbin/updatekernel`.
Look at the output from `sudo make install`. If it mentioned creating an initramfs or an initrd, a script provided by your distro has done the next step for you. The same goes for if it mentions updating grub or systemd-boot or bootloader config. This distro script would be at `/sbin/updatekernel` is run.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to mention the location of the distro script?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know what's going on here and where that 'is run' is now coming from. Editing online doesn't seem to be a good idea.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will re-check in my local repo

Comment thread docs/guides/kernel.md Outdated
### Initramfs/Initrd

Next we must create an initramfs/initrd (Initial RAM Filesystem / Initial RAM Disk). On Fedora, Ubuntu and Debian, this is done automatically when `make install` calls `installkernel`.
Next we must create an initramfs/initrd (Initial RAM Filesystem / Initial RAM Disk). On Fedora, Ubuntu and Debian, this is done automatically when `make install`

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When we run make install?

deqrocks and others added 2 commits June 28, 2026 13:21
Clarified the instruction for creating initramfs/initrd on Fedora, Ubuntu, and Debian.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants