this post was submitted on 13 Dec 2023
996 points (99.1% liked)

linuxmemes

20463 readers
531 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 7 points 8 months ago* (last edited 8 months ago) (1 children)

Normally the kernel loads an initrd filesystem,

The bootloader (GRUB) loads the initrd, not the kernel. The kernel accesses stuff from the initrd, but it's already loaded by that point.

[โ€“] [email protected] 3 points 8 months ago

You are correct. Ill add an edit. Thanks!