Search notes:

/boot/grub/grub.cfg

grub.cfg is the configuration file for GRUB (usually located under /boot/grub).
This configuration file is written in a language that is similar a shell variant (for example bash), particularly, it has variables, conditionals and loops.
grub.cfg is usually created by grub-mkconfig using templates files under /etc/grub.d and settings from /etc/default/grub.
initrd: Apparently, init ram disks are created with cpio.
set default=0
set timeout=5

insmod ext2

set root=(hd0,msdos2)

menuentry "GNU/Linux, Linux tq84" {

  linux /boot/bzImage root=/dev/sda2
  initrd /boot/microcode.img

}

See also

GRUB
/etc/default/grub
Documentation/admin-guide/kernel-parameters.rst

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Linux/fh...', 1740458246, '52.14.24.177', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Linux/fhs/boot/grub/grub_cfg(66): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78