> Sent: Tuesday, December 03, 2024 at 5:10 PM
> From: "Felix Miata" <mrma...@stanis.net>
> To: debian-user@lists.debian.org
> Subject: Re: From SSD to NVME
>
> pocket composed on 2024-12-03 22:53 (UTC+0100):
> 
> >> From: "Felix Miata" <mrma...@stanis.net>
> 
> >> pocket composed on 2024-12-03 22:13 (UTC+0100):
> 
> >>>> pocket composed on 2024-12-03 12:01 (UTC+0100):
> 
> >>>>> [alarm@alarm ~]$ ls -l /
> >>>>> lrwxrwxrwx   1 root root      7 Nov 25 19:15 bin -> usr/bin
> >>>>> drwxr-xr-x   3 root root   4096 Dec 31  1969 boot
> >>>> …
> 
> >>>> What Debian puts a FAT filesystem on /boot/? Is that a systemd-boot 
> >>>> configuration?
> 
> >>> Mine for one.......
> 
> >> Keeping your bootloader of choice a secret?
> 
> > Nope, a bootloader is a bootloader is a bootloader
> 
> Except one that doesn't load any bootloader files, kernel or initrd from 
> /boot/,
> which is what one or more others than Grub* are reputedly doing.

I miss your point, the boot loader loads the kernel then control passes to 
systemd/init/bash

https://www.baeldung.com/linux/boot-process
https://en.wikipedia.org/wiki/Booting_process_of_Linux
https://www.freecodecamp.org/news/the-linux-booting-process-6-steps-described-in-detail/

>From one of the links 

#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.18-194.el5PAE)
      root (hd0,0)
      kernel /boot/vmlinuz-2.6.18-194.el5PAE ro root=LABEL=/
      initrd /boot/initrd-2.6.18-194.el5PAE.img

So in this example the kernel is loaded from /boot




Reply via email to