Автор: Громоподобный Мотылек, 1 Год назад, написана на языке Plain Text.
Встраивание на сайт
  1. #!/bin/sh
  2. exec tail -n +3 $0
  3. # This file provides an easy way to add custom menu entries.  Simply type the
  4. # menu entries you want to add after this comment.  Be careful not to change
  5. # the 'exec tail' line above.
  6. menuentry "Manjaro Text Mode 5.15" --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-e5edc5d4-7d48-45fd-8acf-b6540f283bd1' {
  7.      savedefault
  8.      load_video
  9.      set gfxpayload=keep
  10.      insmod gzio
  11.      insmod part_msdos
  12.      insmod ext2
  13.      set root='hd0,msdos4'
  14.      if [ x$feature_platform_search_hint = xy ]; then
  15.           search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4  e5edc5d4-7d48-45fd-8acf-b6540f283bd1
  16.         else
  17.           search --no-floppy --fs-uuid --set=root e5edc5d4-7d48-45fd-8acf-b6540f283bd1
  18.         fi
  19.         linux   /boot/vmlinuz-5.15-x86_64 root=/dev/sda4 rw sysrq_always_enabled=1 udev.log_priority=3 audit=0 rootfstype=ext4  libahci.ignore_sss=1 selinux=0 plymouth.enable=0 lpj=7649270 zswap.enabled=1 scsi_mod.use_blk_mq=1 l1tf=off cgroup_no_v1=all systemd.legacy_systemd_cgroup_controlle resume=/dev/sda6 intel_idle.max_cstate=1 text 3
  20.      initrd /boot/intel-ucode.img /boot/initramfs-5.15-x86_64.img
  21. }
  22. menuentry 'PuppyRus-A' --class puppy --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-4dddb073-0e1e-4a2f-ba73-99a8f81aa646' {
  23.   savedefault
  24.   search --no-floppy --file /lfa2008/initrd.xz --set=root
  25.   linux /lfa2008/vmlinuz-5.11.0-pf2-1-pra_64 dir=lfa2008 noload='rox;intel'
  26.   initrd /lfa2008/initrd.xz
  27. }