{{Header}} {{Title|title= grub-live - boot an existing Host OS or VM into Live Mode }} {{#seo: |description=Add a Live Mode entry to the grub boot menu on your existing Debian host platform. Stop Persistent Malware. Read-only mode. Make all writes go to non-persistent storage (RAM) instead of the hard disk. |image=Live-mode-promo.jpg }} {{live}} [[File:Live-mode-promo.jpg|thumb|Live Mode boot option selectable in boot menu. ([[Live_Mode#Starting_Live_Mode|more screenshots]])]] {{intro| The grub-live package offers an additional "LIVE mode" boot menu entry for the [https://www.gnu.org/software/grub/ GNU GRUB boot loader]. This package is potentially compatible with many Linux distributions such as Debian. In {{project_name_long}} and {{Whonix}}, it is installed by default. Grub-live can be applied to a host {{os}} as well as to a guest OS on a virtual machine. }} [[File:Grub-live_mode_indicator_in_debian.cleaned.png|thumb|Debian Live Mode Boot ([[Live Mode]])]] [[File:Grub-live mode indicator in kicksecure.cleaned.png|thumb|[[Kicksecure|{{project_name_short}}]] Live Mode Boot ([[Live Mode]])]] [[File:live_boot.png|Live Mode Boot|thumb|[[Whonix|{{Whonix}}]] Live Mode Boot ([[Live Mode]])]] = Compatibility = grub-live is compatible and tested with '''Debian, Kicksecure, and Whonix'''. In Kicksecure and Whonix, it is installed by default. It should also run without any problems on Ubuntu and other Linux distributions that implement Debian live-boot. However, due to little user adoption and testing at this point in time, grub-live for those distributions is still labeled [[untested]]. = Installation / Getting started = The grub-live package is hosted under the [https://github.com/{{project_name_short}}/grub-live grub-live GitHub repository]. There you will also find the '''installation guide'''. After the installation, you can instantly use the Live Mode in your operating system. Simply boot/reboot your system and choose the new "LIVE mode" option in the boot menu. For {{project_name_long}} specifically, read: [[Live_Mode|Detailed documentation for using the live mode for {{project_name_long}}]]. {{Anchor|grub-default-live}} = Set grub-live as Default in GRUB boot menu = Optional. If you have installed grub-live and want the "LIVE mode" option to be the default selected option in your GRUB menu, please follow the instructions below. Be aware, however, that due to little user adoption and testing, this option is still labeled '''[[untested]]'''. 1. Do a grub-live package installation check By default, the grub-live package is installed in {{project_name_short}}. If you boot your system and a boot menu entry "LIVE mode" is already available, then grub-live is already installed. Alternatively, you can make sure the [https://github.com/{{project_name_short}}/grub-live grub-live package] is installed. The following command can be used to check on the command line if the package is already installed by default. {{CodeSelect|code= dpkg -l {{!}} grep grub-live }} 2. Set LIVE mode as the default boot menu entry There are two ways to accomplish this. Choose one of these options: '''Option (A) - symlink method''' * Advantage: This is easier because updates to [[grub-live]] will be automatically applied. * Disadvantage: There will be a duplicate live boot menu entry. * Copy and execute the following command: {{CodeSelect|code= sudo ln -s /etc/grub.d/10_01_linux_live /etc/grub.d/09_linux_live }} '''Option (B) - moving method''' * Advantage: No duplicate live boot menu entry. * Disadvantage: Updates to [[grub-live]] will '''NOT''' be automatically applied. * Copy and execute the following command: {{CodeSelect|code= sudo mv /etc/grub.d/10_01_linux_live /etc/grub.d/09_linux_live }} 3. Re-generate GRUB boot menu The GRUB boot menu needs to be regenerated for the changes to be applied. Copy and execute the following command: {{CodeSelect|code= sudo update-grub }} 4. DONE The process of changing from "live mode opt-in through GRUB boot menu" to "live boot by default" has been completed. 5. Updates If in step 2, "option (B)" was chosen, then this process might need to be repeated from time to time if there have been updates to GRUB or to your system. The need to repeat this process from step 1 to step 4 will be indicated as soon as the "LIVE mode" entry is no longer the default entry in the GRUB boot menu. If in step 2, "option (A)" was chosen, then this step is not needed. Updates will be applied automatically. = Get GRUB to remember your last choice (e.g., Live mode) = Optional. If you don't want to set Live Mode as your permanent default boot option but still want the comfort of having GRUB remember your last choice, e.g., "Live mode," then follow these instructions. Based on [https://askubuntu.com/a/149572 this askubuntu answer]. '''1.''' {{Open with root rights|filename= /etc/default/grub.d/50_user.conf }} '''2.''' Now add these two lines to this file: {{CodeSelect|inline=true|code= GRUB_DEFAULT=saved GRUB_SAVEDEFAULT=true }} '''3.''' Finally, execute this command: {{CodeSelect|inline=true|code= sudo update-grub }} '''4.''' Done. Your boot menu now remembers your last choice. = Alternative to grub-live = As an alternative to grub-live, it is also possible to automatically detect if the disk is set to read-only and enable live mode automatically using the ro-mode-init package. Read [[VM_Live_Mode/ro-mode-init|VM Live Mode - Alternative ro-mode-init Configuration]] for further instructions. ro-mode-init is currently less tested than grub-live. = Comparison between grub-live and Tails = Tails is its own operating system, whereas grub-live is a package enabling Live Mode on different Linux distributions. The following table will show the advantages and disadvantages of grub-live in regard to Tails. It should be noted, however, that while Tails is optimized for Live mode, grub-live is vastly more compatible with other systems. '''Table:''' ''Comparison of grub-live and Tails'' {| class="wikitable" style="text-align: center; background-color: #fff" |- style="background-color: #f9f9f9" ! style="height: 35px"| '''Aspect''' ! '''grub-live on the host''' Meaning, grub-live outside of a virtual machine. For grub-live in a VM, see [[Live Mode]]. /
'''grub-default-live on the host''' ! '''Tails DVD only''' ! '''Tails USB / DVD, with persistent USB''' ! '''Tails read-only medium and other devices with write capability unplugged''' Assuming Tails on a DVD which can only be written to once, not DVD-RW. Or using Tails USB with a physical, active, and effective (non-circumventable by software) write protection switch enabled. |- ! Common As in a substantial user group willing and able to do this. mode of operation | {{Yes}} | {{Yes}} | {{Yes}} | {{No}} This would be a prudent approach, but search engines indicate that no or very few users run this configuration. |- ! Amnesic / protects against disk modifications Excluding malware compromise. | {{Yes}} | {{Yes}} | {{Yes}} | {{Yes}} |- ! Protects against malware persistence on hard drive after malware compromise | {{No}} Once targeted malware is active, it can circumvent read-only settings, mount the hard drive, and add malware which becomes active after the next boot. | {{No}} | {{No}} | {{Yes}} |- ! Protects against [[Malware_and_Firmware_Trojans#Firmware_Trojans|firmware trojans]] after malware compromise | {{No}} Once targeted malware is active, it can circumvent read-only settings, mount the hard drive, and add malware which becomes active after the next boot. | {{No}} | {{No}} | {{No}} |- ! Avoid writing to arbitrary (non-boot) host disks | ? | {{Yes}} Quote https://tails.boum.org/contribute/design/
Tails takes care not to use any filesystem that might exist on the host machine's hard drive, unless explicitly told to do so by the user. The Debian Live persistence feature is disabled by passing nopersistence over the kernel command line to live-boot.
| {{Yes}} | {{Yes}} |- ! Disables removable drives auto-mounting | {{No}} | {{Yes}} Quote https://tails.boum.org/contribute/design/#index39h3
Removable drives auto-mounting is disabled in Tails 0.7 and newer. https://gitlab.tails.boum.org/tails/tails/-/blob/master/config/chroot_local-includes/etc/dconf/db/local.d/00_Tails_defaults
https://gitlab.tails.boum.org/tails/tails/-/blob/master/config/chroot_local-includes/etc/dconf/db/local.d/00_Tails_defaults contains a configuration for GNOME only. This is reasonable in the Tails context since its default desktop is GNOME and others are unsupported. | {{Yes}} | {{Yes}} |- ! Disables swap | ? | {{Yes}} | {{Yes}} | {{Yes}} |- ! Disabled virtual machine shared folders | {{No}} Considered a feature or bug? | ? | ? | ? |- ! Wipe RAM on shutdown | {{No}}, but see [[ram-wipe]]. * https://forums.whonix.org/t/is-ram-wipe-possible-inside-whonix/5596 * https://github.com/QubesOS/qubes-issues/issues/1562 Then a meta package amnesia could depend on both grub-live and wiperam to simplify live boot for users. | Yes, but with limitations. https://tails.boum.org/contribute/design/memory_erasure/ | Yes, but with limitations. | Yes, but with limitations. |- ! Wipe video RAM on shutdown | {{No}} https://github.com/QubesOS/qubes-issues/issues/1563 | {{No}} https://gitlab.tails.boum.org/tails/tails/-/issues/5356 | {{No}} | {{No}} |- ! Emergency shutdown on USB removal | {{No}} | {{Yes}} | {{Yes}} | {{Yes}} |- ! Live Mode Usability The user being aware of currently running in live mode vs persistent mode. | style="background-color: {{Yellow}}"| Average Without Live Mode Indicator (see below), it is not obvious to the user if they booted into persistent or live mode. This might lead to a mistake where live boot is not selected from the grub boot menu (persistent mode is instead set), but the user believes otherwise. | style="background-color: {{Green}}"| Good Consistently good because amnesia has always been a core Tails feature. It is obvious to the user that nothing persists except folders that have selective persistence enabled. | style="background-color: {{Green}}"| Good | style="background-color: {{Green}}"| Good |- ! Live Mode Indicator | style="background-color: {{Yellow}}"| For Xfce only. https://github.com/{{project_name_short}}/desktop-config-dist | style="background-color: {{Green}}"| Unneeded | style="background-color: {{Green}}"| Unneeded | style="background-color: {{Green}}"| Unneeded |- ! Unified Amnesic + Anonymous User Experience | {{No}} {{project_name_short}} is primarily run inside virtualizers. grub-live is an extra configuration step on the user's host. | {{Yes}} | {{Yes}} | {{Yes}} |- ! Easy standard ("everyday") upgrades Using standard package managers such as apt. | {{Yes}} | ? | ? | ? |- ! [[Release Upgrade|Release upgrades]] Such as from Debian stretch to Debian buster. possible anytime | {{Yes}} | {{No}} Release upgrade of Tails from, let's say, Debian stretch to Debian buster, is a non-trivial development effort. See also: https://tails.boum.org/doc/upgrade/ | {{No}} | {{No}} |- ! Live boot by default | * grub-live: No Persistent boot is the default option in grub boot menu. * grub-default-live: Yes | {{Yes}} | {{Yes}} | {{Yes}} |- ! Persistent boot by default | * grub-live: Yes Persistent boot is the default option in grub boot menu. * grub-default-live: No | {{No}} | {{No}} | {{No}} |- ! Full disk encryption compatibility | {{Yes}} | {{No}} | {{No}} | {{No}} |- ! Encrypted persistence supported | {{Yes}} | {{Yes}} https://tails.net/doc/persistent_storage/index.en.html | {{Yes}} | {{Yes}} |- |} = Security Considerations = How secure and reliable is any live mode? Computers typically default to data persistence rather than amnesia. Coupled with widespread computer security vulnerabilities (see [[Dev/About_Computer_(In)Security|About Computer (In)Security]]), implementing a secure system is challenging. grub-live is relatively straightforward. It primarily involves installing necessary dependencies and setting kernel parameters (details in [[#Implementation|Implementation]]). However, the software it is based on, such as dracut (or initramfs-tools/Debian's live-tools), mount, and overlayfs, are complex. Sparse developer documentation in this area makes this difficult. There is also an increased risk of failures post [[Release Upgrade]] or after installing new major versions of {{project_name_short}} or Debian, due to the [[unspecific|generic nature of the solution]]. There is a potential risk that [[malware]] could [[#remount|remount]] a read-only disk as read-write. While no confirmed cases exist, theoretically, even legitimate software could inadvertently perform such actions. To mitigate this risk, it's advisable to use grub-live in conjunction with a physical read-only mode for hard drives, where feasible. See [[read-only]]. Using grub-live on the host operating system, combined with virtual machines (VMs), is a safer configuration. In this setup, any disk remounting as read-write within a VM would be negated upon rebooting the host. VMs, in this context, are unaware of the host's live mode status and cannot directly alter it. Would using an [[ISO]] image be safer? Generally, yes. Because ISOs commonly aren't modified. It seems unlikely that an ISO would be inadvertently remounted as read-write, unless targeted specifically by malware. Tools like growisofs can append data to an ISO, but it's more complex than a simple remount command. Even without growisofs, malware could potentially [https://wiki.debian.org/RepackBootableISO repack] and rewrite an ISO, but it is an even more complicated process. Not something that can happen by accident. What about read-only media, like a DVD-R (not DVD-RW)? This is indeed a safer option, but less practical. It requires burning the DVD, then using it in a read-only DVD reader, which is not a common practice. Such devices are not popular anymore nowadays. Combining physical write protection switches with grub-live would further enhance security. However, even this is not foolproof due to potential hardware vulnerabilities or defects. Thus, it should be considered an additional layer of defense rather than a complete solution. Reflecting on these aspects, we can categorize security configurations from least to most secure, as follows: Notes: * This list, created in December 2023, might have minor inaccuracies but generally represents the correct security hierarchy. * ISO HDD: It is possible to boot an ISO located on the hard drive. This is unspecific to Kicksecure and out of scope for this documentation. # VM live mode HDD boot without read-only VM HDD ("least secure") # VM live mode HDD boot with read-only VM hard drive # VM live mode ISO boot without VM HDDs connected # host live mode HDD without read-only HDD # host live mode HDD without read-only HDD + using VMs # host live mode HDD with read-only HDD # host live mode HDD with read-only HDD + using VMs # host live mode ISO HDD with read-only HDD # host live mode ISO HDD with read-only HDD + using VMs # same as above but with [[Full Disk Encryption]] as an additional safety layer # same as above but hardware write protection switches enabled # host live mode ISO DVD-RW with # host live mode ISO DVD-RW with + using VMs # host live mode ISO DVD-R with # host live mode ISO DVD-R with + using VMs # same as above but with all other storage devices disconnected ("most secure") Additional steps users can take to improve the security of live mode: * Avoiding the installation of additional software, especially more complex software that uses mount/loop devices or breaks the live indicator, such as, for example, snapd. * [[root#Prevent Malware from Sniffing the Root Password|Prevention of Malware Sniffing the Root Password]], because remount read-write requires [[root]]. See also {{whonix_wiki |wikipage=Dev/Technical_Introduction#Forensics |text=Whonix technical design documentation on forensics }}. In summary, while striving for maximum security, absolute guarantees are unattainable. Users seeking higher data amnesia assurances should consider becoming developers or auditors, or sponsoring focused development and review in the realm of anti-forensics, including the development of comprehensive automated testing frameworks. = Remount Disk as Read-Write after booting into Live Mode = {{Anchor|remount}} This chapter is more of developer documentation, proof of concept, and curiosity rather than something that users should do. '''1.''' Create a mount folder /mnt/disk. {{CodeSelect|code= sudo mkdir /mnt/disk }} '''2.''' Mount. Note: /dev/sda3 applies to VirtualBox VMs. It needs to be replaced with the actual hard drive device name. {{CodeSelect|code= sudo mount /dev/sda3 /mnt/disk }} '''3.''' Remount as read-write. {{CodeSelect|code= sudo mount -o remount,rw /dev/sda3 /mnt/disk }} '''4.''' Make persistent modifications. For example, create a file /home/test-file. {{CodeSelect|code= touch /mnt/disk/home/test-file }} It is unclear if the disk could even be remounted to / but that is left as a sysadmin exercise for the reader. '''5.''' When done, unmount. {{CodeSelect|code= sudo umount /mnt/disk }} '''6.''' Remove the mount point. Optional. {{CodeSelect|code= sudo rmdir /mnt/disk }} '''7.''' Done. The process has been completed. Questions and answers: * Is this a security issue? Yes. * Is this issue specific to, or caused by, grub-live or Kicksecure? No, [[unspecific|unspecific to Kicksecure]]. * Is this issue reproducible on other live systems, i.e., without grub-live or Kicksecure being involved? Yes. * Are similar live systems also affected? Yes, see [[#Security_Considerations|Security Considerations]]. * What can users do to improve their security? See the same link as above. = Troubleshooting = Here are some problems you might encounter and their possible solutions. == Live Mode Without grub-live == Platform specific. * Kicksecure: In recent versions of Kicksecure, dracut is installed by default. To boot into live mode without using grub-live, simply add the {{CodeSelect|inline=true|code=rootovl}} kernel parameter. Instructions for adding kernel parameters can be found on the [[Grub|grub]] wiki page. * Kicksecure for Qubes: For Qubes OS, the process may not work as expected. For further details, refer to the related Qubes feature request [https://github.com/QubesOS/qubes-issues/issues/4982 Implement live boot by porting grub-live to Qubes - amnesia / non-persistent boot / anti-forensics] It is recommended to [[Live_Mode#Functionality Test of Live mode|Functionality Test of Live mode]] to verify non-persistence. == Missing grub-live boot menu entry == Please run the following commands for debugging/information gathering and post them when creating any support requests. '''1.''' {{CodeSelect|inline=true|code=/etc/grub.d/10_01_linux_live}} file existence. {{CodeSelect|code= ls -la /etc/grub.d/10_01_linux_live }} '''2.''' {{CodeSelect|inline=true|code=/etc/grub.d/10_01_linux_live}} file contents. Please check your local file {{CodeSelect|inline=true|code=/etc/grub.d/10_01_linux_live}} to ensure it looks exactly the same as [https://github.com/Kicksecure/grub-live/blob/master/etc/grub.d/10_01_linux_live /etc/grub.d/10_01_linux_live on GitHub]. This will verify that you have the latest version of the grub-live package. Note that the stable version might look slightly different from the developer's or tester's version on GitHub. {{CodeSelect|code= cat /etc/grub.d/10_01_linux_live }} '''3.''' initramfs-tools package version number. (Probably not installed. This is expected.) {{CodeSelect|code= dpkg-query -W -f='${db:Status-Status}' initramfs-tools }} '''4.''' dracut package version number. {{CodeSelect|code= dpkg-query -W -f='${db:Status-Status}' dracut }} '''5.''' dist-base-files package version number. {{CodeSelect|code= dpkg -l {{!}} grep dist-base-files }} '''6.''' grub-live package version number. {{CodeSelect|code= dpkg -l {{!}} grep grub-live }} '''7.''' {{CodeSelect|inline=true|code=/boot/grub/grub.cfg}} file contents. {{CodeSelect|code= sudo cat /boot/grub/grub.cfg }} '''8.''' Optional: Compare {{CodeSelect|inline=true|code=/boot/grub/grub.cfg}} with sample [[Grub-live#grub.cfg|grub.cfg]]. Use [[Software#File_Comparison_Tools|File Comparison Tools]]. related forums tips: * [[Forum_Best_Practices#Pasting_Logs_for_Support|Pasting Logs for Support]] * [[Forum_Best_Practices#Code_Tags|Code Tags]] == Live Check Systray Issues == The live mode is indicated by a Live Check Systray icon. It can happen that this icon has issues. If so, here's what you can do. First of all, this is '''NOT an [[Malware_and_Firmware_Trojans#Valid_Compromise_Indicators_versus_Invalid_Compromise_Indicators|indication of compromise by malware]]'''. The real issue is as simple as: '''The Live Check Systray is broken'''. '''Known issues:''' * 1) As mentioned in chapter [[read-only#VirtualBox|Combine Kicksecure Live VMs with Read-only Mode for Virtual Hard Drives chapter VirtualBox]]. If this is not an already known issue, please follow these steps: 1. Is livecheck.sh showing an error? If [https://github.com/{{project_name_short}}/desktop-config-dist/blob/master/usr/share/livecheck/livecheck.sh livecheck] is showing an error, it might be the following issue. Live check runs the command sudo --non-interactive /bin/lsblk --noheadings --raw --output RO as the current unprivileged user. You can test this for yourself with the following command. If this is working, then this is NOT the issue. {{CodeSelect|code= sudo --non-interactive /bin/lsblk --noheadings --raw --output RO }} If this is not working, the problem might be that [https://forums.whonix.org/t/whonix-xfce-development/6213/102 this will only work by default for the user user], and no other user. For example, it will not work by default for the Linux user account user2 or any other than user. If the problem is that a user other than user is the logged-in subject, then * '''option (A)''' the current user, for example, user2 needs an exception in /etc/sudoers.d. For comparison, see file [https://github.com/{{project_name_short}}/desktop-config-dist/blob/master/etc/sudoers.d/desktop-config-dist /etc/sudoers.d/desktop-config-dist]. * '''option (B)''' the current user, for example, user2 needs to be or become a member of any of the following Linux user groups: users staff adm sudo root wheel console console-unrestricted 2. Try lsblk If the above method does not work, try also this: {{CodeSelect|code= sudo /bin/lsblk }} 3. If nothing works, report the bug If you are still having issues, you can [[Reporting_Bugs|report a bug]] with the output from the two lsblk commands included above. == Technical Details of livecheck.sh == This chapter is for advanced users only. Most users can skip this chapter. See [https://github.com/{{project_name_short}}/desktop-config-dist/blob/master/usr/share/livecheck/livecheck.sh livecheck.sh] for further script details. * The meaning of 0 in lsblk output is read-write. * The meaning of 1 in lsblk output is read-only. If anything in the column RO is set to 0, then it is not blessed with [[read-only|read-only hard drive mode]]. ----- Example lsblk without any snapd installed, {{project_name_gateway_short}}, live mode, and [[read-only|read-only hard drive mode]] enabled.
sudo lsblk
NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
sda      8:0    0  100G  1 disk
└─sda1   8:1    0  100G  1 part /lib/live/mount/medium
----- Example lsblk without any snapd installed, {{project_name_gateway_short}}, live mode, and [[read-only|read-only hard drive mode]] disabled.
sudo lsblk
NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
sda      8:0    0  100G  0 disk
└─sda1   8:1    0  100G  0 part /lib/live/mount/medium
----- Example lsblk with snapd and WickrMe installed, {{project_name_workstation_long}}, persistent mode, and [[read-only|read-only hard drive mode]] disabled.
sudo lsblk
NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
loop0    7:0    0 62.1M  1 loop /snap/gtk-common-themes/1506
loop1    7:1    0  446M  1 loop /snap/wickrme/352
loop2    7:2    0   55M  1 loop /snap/core18/1754
sda      8:0    0  100G  0 disk
└─sda1   8:1    0  100G  0 part /lib/live/mount/medium
sr0     11:0    1 1024M  0 rom
== dracut == '''Optional.''' Changing from initramfs-tools to dracut is optional and can cause dracut issues, unbootable system. See [[dracut]]. = Developer Information = Users can skip this chapter and below. == Implementation == This is based on dracut module 90overlay-root which gets enabled when kernel parameter rootovl is set. 90overlay-root is only available in the Debian fork of dracut. * dracut module source file: {{CodeSelect|code=/usr/lib/dracut/modules.d/90overlay-root/overlay-mount.sh|inline=true}} * [https://github.com/Kicksecure/grub-live/blob/master/etc/grub.d/10_01_linux_live /etc/grub.d/10_01_linux_live on GitHub] * main file: [https://github.com/{{project_name_short}}/grub-live/blob/master/etc/grub.d/10_01_linux_live /etc/grub.d/10_01_linux_live] * [https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017039 90overlay-root vs 90dmsquash-live] * https://github.com/dracutdevs/dracut/issues/1565 == Simplified Summary == grub-live is a "simple" implementation. It was certainly not simple to invent and document, but when looking at the actual source code, it is now rather simple to review. The main source file is this one: [https://github.com/{{project_name_short}}/grub-live/blob/master/etc/grub.d/10_01_linux_live /etc/grub.d/10_01_linux_live] The most relevant parts... {{CodeSelect|code= ## initramfs support GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX boot=live plainroot union=overlay ip=frommedia noeject nopersistence" }} (But {{project_name_short}} at the time of writing uses initramfs generator "dracut" by default, so "initramfs-tools" support is legacy.) {{CodeSelect|code= ## dracut support ## https://www.kicksecure.com/wiki/Grub-live#Developer_Information ## ## using Debian forked upstream module 90overlay-root (tested) GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX rootovl" ## using dracut upstream module 90overlayfs (untested) #GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX rd.live.overlay.overlayfs=1 rd.live.overlay.readonly=1" }} Therefore, as of August 2024, technically all grub-live does is provide a convenient way (the grub boot menu entry) to easily set kernel parameter rootovl, which is a feature provided by Debian's forked version of dracut, module 90overlay-root. In the future, dracut upstream module 90overlayfs should be used instead. See also [[Grub-live#Development|Development]]. These dracut modules in turn make use of Linux kernel features. In summary, the most heavy lifting is done by the initramfs generator (initramfs-tools or dracut) and the Linux kernel. grub-live only implements usability (grub boot menu entry) and documentation. == Development == Should port to [https://github.com/dracutdevs/dracut/tree/master/modules.d/90overlayfs 90overlayfs] {{CodeSelect|code= rd.live.overlay.overlayfs=1 rd.live.overlay.readonly=1 }} While Debian did not merge [https://salsa.debian.org/debian/dracut/-/merge_requests/20 overlayfs with nfs for Debian bookworm] the module will be updated in the next major version of Debian as per usual as Debian receives newer dracut versions from dracut upstream. == File Names == === Legacy File Names === /etc/grub.d/11_linux_live has been renamed to /etc/grub.d/10_01_linux_live . == Porting grub-live to other Linux Distributions == This is an informational chapter for developers. Users can skip this chapter. Porting grub-live to other Linux Distributions might be rather simple in comparison to other packages. grub-live should already be compatible with any Debian based distribution as mentioned on top of this wiki page. Testing is very limited. What grub-live technically in essence does: * 1) The grub-live is just shipping 1 grub config file [https://github.com/{{project_name_short}}/grub-live/blob/master/etc/grub.d/10_01_linux_live /etc/grub.d/10_01_linux_live]. * 2) Pull required dependencies in [https://github.com/{{project_name_short}}/grub-live/blob/master/debian/control debian/control] * 3) Postinst runs: "sudo update-grub" Qubes support: * Might be harder. * That would require packaging grub-live for Fedora. * Or as a first step copying over the config files. * https://github.com/QubesOS/qubes-issues/issues/1018 * https://github.com/QubesOS/qubes-issues/issues/4982 == grub.cfg == For reference only. {{CodeSelect|inline=true|code=/boot/grub/grub.cfg}} will be automatically created. (Auto-generated by {{CodeSelect|inline=true|code=sudo update-grub}}.) No manual user action required. Useful for comparison in case of debugging.
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_msdos
insmod btrfs
search --no-floppy --fs-uuid --set=root e727c741-7916-416a-a89b-6df8286415eb
    font="/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=1024x768
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=en_US
  insmod gettext
fi
terminal_output gfxterm
insmod part_msdos
insmod btrfs
search --no-floppy --fs-uuid --set=root e727c741-7916-416a-a89b-6df8286415eb
insmod gfxmenu
loadfont ($root)/grub/themes/dist-common/inter-grub_regular_17.pf2
loadfont ($root)/grub/themes/dist-common/inter-grub_regular_20.pf2
loadfont ($root)/grub/themes/dist-common/terminus-grub_14.pf2
insmod png
set theme=($root)/grub/themes/kicksecure/theme-4x3.txt
export theme
if [ "${recordfail}" = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=5
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=5
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_00_linux_dist ###
function gfxmode {
	set gfxpayload="${1}"
}
set linux_gfx_mode=1024x768
export linux_gfx_mode
menuentry 'Kicksecure GNU/Linux' --class kicksecure --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-f980020b-0f30-442d-b3ec-ab4c6c54fa9a' {
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
	insmod part_msdos
	insmod btrfs
	search --no-floppy --fs-uuid --set=root e727c741-7916-416a-a89b-6df8286415eb
	echo	'Loading Linux 6.1.0-32-amd64 ...'
	linux	/vmlinuz-6.1.0-32-amd64 root=UUID=f980020b-0f30-442d-b3ec-ab4c6c54fa9a ro rootflags=subvol=@  mitigations=auto,nosmt nosmt=force spectre_v2=on spectre_bhi=on spec_store_bypass_disable=on ssbd=force-on l1tf=full,force mds=full,nosmt tsx=off tsx_async_abort=full,nosmt kvm.nx_huge_pages=force l1d_flush=on mmio_stale_data=full,nosmt retbleed=auto,nosmt gather_data_sampling=force reg_file_data_sampling=on slab_nomerge slab_debug=FZ init_on_alloc=1 init_on_free=1 page_alloc.shuffle=1 pti=on randomize_kstack_offset=on vsyscall=none debugfs=off kfence.sample_interval=100 vdso32=0 amd_iommu=force_isolation intel_iommu=on iommu=force iommu.passthrough=0 iommu.strict=1 efi=disable_early_pci_dma random.trust_bootloader=off random.trust_cpu=off extra_latent_entropy  rd.luks.uuid=dc1f531b-eea8-47b0-86f2-a841d6d61a4e loglevel=0 quiet
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-6.1.0-32-amd64
}

### END /etc/grub.d/10_00_linux_dist ###

### BEGIN /etc/grub.d/10_01_linux_live ###
function gfxmode {
	set gfxpayload="${1}"
}
set linux_gfx_mode=1024x768
export linux_gfx_mode
menuentry 'Kicksecure LIVE mode USER (For daily activities.) GNU/Linux' --class kicksecure --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-f980020b-0f30-442d-b3ec-ab4c6c54fa9a' {
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
	insmod part_msdos
	insmod btrfs
	search --no-floppy --fs-uuid --set=root e727c741-7916-416a-a89b-6df8286415eb
	echo	'Loading Linux 6.1.0-32-amd64 ...'
	linux	/vmlinuz-6.1.0-32-amd64 root=/dev/disk/by-uuid/f980020b-0f30-442d-b3ec-ab4c6c54fa9a ro rootflags=subvol=@  mitigations=auto,nosmt nosmt=force spectre_v2=on spectre_bhi=on spec_store_bypass_disable=on ssbd=force-on l1tf=full,force mds=full,nosmt tsx=off tsx_async_abort=full,nosmt kvm.nx_huge_pages=force l1d_flush=on mmio_stale_data=full,nosmt retbleed=auto,nosmt gather_data_sampling=force reg_file_data_sampling=on slab_nomerge slab_debug=FZ init_on_alloc=1 init_on_free=1 page_alloc.shuffle=1 pti=on randomize_kstack_offset=on vsyscall=none debugfs=off kfence.sample_interval=100 vdso32=0 amd_iommu=force_isolation intel_iommu=on iommu=force iommu.passthrough=0 iommu.strict=1 efi=disable_early_pci_dma random.trust_bootloader=off random.trust_cpu=off extra_latent_entropy rootovl  rd.luks.uuid=dc1f531b-eea8-47b0-86f2-a841d6d61a4e loglevel=0 quiet
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-6.1.0-32-amd64
}

### END /etc/grub.d/10_01_linux_live ###

### BEGIN /etc/grub.d/10_50_linux_dist_advanced ###
submenu 'Advanced options for Kicksecure GNU/Linux' $menuentry_id_option 'gnulinux-advanced-f980020b-0f30-442d-b3ec-ab4c6c54fa9a' {
	menuentry 'Kicksecure GNU/Linux, with Linux 6.1.0-32-amd64' --class kicksecure --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.1.0-32-amd64-advanced-f980020b-0f30-442d-b3ec-ab4c6c54fa9a' {
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod btrfs
		search --no-floppy --fs-uuid --set=root e727c741-7916-416a-a89b-6df8286415eb
		echo	'Loading Linux 6.1.0-32-amd64 ...'
		linux	/vmlinuz-6.1.0-32-amd64 root=UUID=f980020b-0f30-442d-b3ec-ab4c6c54fa9a ro rootflags=subvol=@  mitigations=auto,nosmt nosmt=force spectre_v2=on spectre_bhi=on spec_store_bypass_disable=on ssbd=force-on l1tf=full,force mds=full,nosmt tsx=off tsx_async_abort=full,nosmt kvm.nx_huge_pages=force l1d_flush=on mmio_stale_data=full,nosmt retbleed=auto,nosmt gather_data_sampling=force reg_file_data_sampling=on slab_nomerge slab_debug=FZ init_on_alloc=1 init_on_free=1 page_alloc.shuffle=1 pti=on randomize_kstack_offset=on vsyscall=none debugfs=off kfence.sample_interval=100 vdso32=0 amd_iommu=force_isolation intel_iommu=on iommu=force iommu.passthrough=0 iommu.strict=1 efi=disable_early_pci_dma random.trust_bootloader=off random.trust_cpu=off extra_latent_entropy  rd.luks.uuid=dc1f531b-eea8-47b0-86f2-a841d6d61a4e loglevel=0 quiet
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-6.1.0-32-amd64
	}
	menuentry 'Kicksecure GNU/Linux, with Linux 6.1.0-32-amd64 (recovery mode)' --class kicksecure --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.1.0-32-amd64-recovery-f980020b-0f30-442d-b3ec-ab4c6c54fa9a' {
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod btrfs
		search --no-floppy --fs-uuid --set=root e727c741-7916-416a-a89b-6df8286415eb
		echo	'Loading Linux 6.1.0-32-amd64 ...'
		linux	/vmlinuz-6.1.0-32-amd64 root=UUID=f980020b-0f30-442d-b3ec-ab4c6c54fa9a ro single rootflags=subvol=@  mitigations=auto,nosmt nosmt=force spectre_v2=on spectre_bhi=on spec_store_bypass_disable=on ssbd=force-on l1tf=full,force mds=full,nosmt tsx=off tsx_async_abort=full,nosmt kvm.nx_huge_pages=force l1d_flush=on mmio_stale_data=full,nosmt retbleed=auto,nosmt gather_data_sampling=force reg_file_data_sampling=on slab_nomerge slab_debug=FZ init_on_alloc=1 init_on_free=1 page_alloc.shuffle=1 pti=on randomize_kstack_offset=on vsyscall=none debugfs=off kfence.sample_interval=100 vdso32=0 amd_iommu=force_isolation intel_iommu=on iommu=force iommu.passthrough=0 iommu.strict=1 efi=disable_early_pci_dma random.trust_bootloader=off random.trust_cpu=off extra_latent_entropy
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-6.1.0-32-amd64
	}
	menuentry 'Kicksecure GNU/Linux, with Linux 6.1.0-31-amd64' --class kicksecure --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.1.0-31-amd64-advanced-f980020b-0f30-442d-b3ec-ab4c6c54fa9a' {
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod btrfs
		search --no-floppy --fs-uuid --set=root e727c741-7916-416a-a89b-6df8286415eb
		echo	'Loading Linux 6.1.0-31-amd64 ...'
		linux	/vmlinuz-6.1.0-31-amd64 root=UUID=f980020b-0f30-442d-b3ec-ab4c6c54fa9a ro rootflags=subvol=@  mitigations=auto,nosmt nosmt=force spectre_v2=on spectre_bhi=on spec_store_bypass_disable=on ssbd=force-on l1tf=full,force mds=full,nosmt tsx=off tsx_async_abort=full,nosmt kvm.nx_huge_pages=force l1d_flush=on mmio_stale_data=full,nosmt retbleed=auto,nosmt gather_data_sampling=force reg_file_data_sampling=on slab_nomerge slab_debug=FZ init_on_alloc=1 init_on_free=1 page_alloc.shuffle=1 pti=on randomize_kstack_offset=on vsyscall=none debugfs=off kfence.sample_interval=100 vdso32=0 amd_iommu=force_isolation intel_iommu=on iommu=force iommu.passthrough=0 iommu.strict=1 efi=disable_early_pci_dma random.trust_bootloader=off random.trust_cpu=off extra_latent_entropy  rd.luks.uuid=dc1f531b-eea8-47b0-86f2-a841d6d61a4e loglevel=0 quiet
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-6.1.0-31-amd64
	}
	menuentry 'Kicksecure GNU/Linux, with Linux 6.1.0-31-amd64 (recovery mode)' --class kicksecure --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.1.0-31-amd64-recovery-f980020b-0f30-442d-b3ec-ab4c6c54fa9a' {
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod btrfs
		search --no-floppy --fs-uuid --set=root e727c741-7916-416a-a89b-6df8286415eb
		echo	'Loading Linux 6.1.0-31-amd64 ...'
		linux	/vmlinuz-6.1.0-31-amd64 root=UUID=f980020b-0f30-442d-b3ec-ab4c6c54fa9a ro single rootflags=subvol=@  mitigations=auto,nosmt nosmt=force spectre_v2=on spectre_bhi=on spec_store_bypass_disable=on ssbd=force-on l1tf=full,force mds=full,nosmt tsx=off tsx_async_abort=full,nosmt kvm.nx_huge_pages=force l1d_flush=on mmio_stale_data=full,nosmt retbleed=auto,nosmt gather_data_sampling=force reg_file_data_sampling=on slab_nomerge slab_debug=FZ init_on_alloc=1 init_on_free=1 page_alloc.shuffle=1 pti=on randomize_kstack_offset=on vsyscall=none debugfs=off kfence.sample_interval=100 vdso32=0 amd_iommu=force_isolation intel_iommu=on iommu=force iommu.passthrough=0 iommu.strict=1 efi=disable_early_pci_dma random.trust_bootloader=off random.trust_cpu=off extra_latent_entropy
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-6.1.0-31-amd64
	}
	menuentry 'Kicksecure GNU/Linux, with Linux 6.1.0-28-amd64' --class kicksecure --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.1.0-28-amd64-advanced-f980020b-0f30-442d-b3ec-ab4c6c54fa9a' {
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod btrfs
		search --no-floppy --fs-uuid --set=root e727c741-7916-416a-a89b-6df8286415eb
		echo	'Loading Linux 6.1.0-28-amd64 ...'
		linux	/vmlinuz-6.1.0-28-amd64 root=UUID=f980020b-0f30-442d-b3ec-ab4c6c54fa9a ro rootflags=subvol=@  mitigations=auto,nosmt nosmt=force spectre_v2=on spectre_bhi=on spec_store_bypass_disable=on ssbd=force-on l1tf=full,force mds=full,nosmt tsx=off tsx_async_abort=full,nosmt kvm.nx_huge_pages=force l1d_flush=on mmio_stale_data=full,nosmt retbleed=auto,nosmt gather_data_sampling=force reg_file_data_sampling=on slab_nomerge slab_debug=FZ init_on_alloc=1 init_on_free=1 page_alloc.shuffle=1 pti=on randomize_kstack_offset=on vsyscall=none debugfs=off kfence.sample_interval=100 vdso32=0 amd_iommu=force_isolation intel_iommu=on iommu=force iommu.passthrough=0 iommu.strict=1 efi=disable_early_pci_dma random.trust_bootloader=off random.trust_cpu=off extra_latent_entropy  rd.luks.uuid=dc1f531b-eea8-47b0-86f2-a841d6d61a4e loglevel=0 quiet
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-6.1.0-28-amd64
	}
	menuentry 'Kicksecure GNU/Linux, with Linux 6.1.0-28-amd64 (recovery mode)' --class kicksecure --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.1.0-28-amd64-recovery-f980020b-0f30-442d-b3ec-ab4c6c54fa9a' {
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod btrfs
		search --no-floppy --fs-uuid --set=root e727c741-7916-416a-a89b-6df8286415eb
		echo	'Loading Linux 6.1.0-28-amd64 ...'
		linux	/vmlinuz-6.1.0-28-amd64 root=UUID=f980020b-0f30-442d-b3ec-ab4c6c54fa9a ro single rootflags=subvol=@  mitigations=auto,nosmt nosmt=force spectre_v2=on spectre_bhi=on spec_store_bypass_disable=on ssbd=force-on l1tf=full,force mds=full,nosmt tsx=off tsx_async_abort=full,nosmt kvm.nx_huge_pages=force l1d_flush=on mmio_stale_data=full,nosmt retbleed=auto,nosmt gather_data_sampling=force reg_file_data_sampling=on slab_nomerge slab_debug=FZ init_on_alloc=1 init_on_free=1 page_alloc.shuffle=1 pti=on randomize_kstack_offset=on vsyscall=none debugfs=off kfence.sample_interval=100 vdso32=0 amd_iommu=force_isolation intel_iommu=on iommu=force iommu.passthrough=0 iommu.strict=1 efi=disable_early_pci_dma random.trust_bootloader=off random.trust_cpu=off extra_latent_entropy
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-6.1.0-28-amd64
	}
}

### END /etc/grub.d/10_50_linux_dist_advanced ###

### BEGIN /etc/grub.d/10_51_linux_live_advanced ###
submenu 'Advanced options for Kicksecure LIVE mode USER (For daily activities.) GNU/Linux' $menuentry_id_option 'gnulinux-advanced-f980020b-0f30-442d-b3ec-ab4c6c54fa9a' {
	menuentry 'Kicksecure LIVE mode USER (For daily activities.) GNU/Linux, with Linux 6.1.0-32-amd64' --class kicksecure --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.1.0-32-amd64-advanced-f980020b-0f30-442d-b3ec-ab4c6c54fa9a' {
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod btrfs
		search --no-floppy --fs-uuid --set=root e727c741-7916-416a-a89b-6df8286415eb
		echo	'Loading Linux 6.1.0-32-amd64 ...'
		linux	/vmlinuz-6.1.0-32-amd64 root=/dev/disk/by-uuid/f980020b-0f30-442d-b3ec-ab4c6c54fa9a ro rootflags=subvol=@  mitigations=auto,nosmt nosmt=force spectre_v2=on spectre_bhi=on spec_store_bypass_disable=on ssbd=force-on l1tf=full,force mds=full,nosmt tsx=off tsx_async_abort=full,nosmt kvm.nx_huge_pages=force l1d_flush=on mmio_stale_data=full,nosmt retbleed=auto,nosmt gather_data_sampling=force reg_file_data_sampling=on slab_nomerge slab_debug=FZ init_on_alloc=1 init_on_free=1 page_alloc.shuffle=1 pti=on randomize_kstack_offset=on vsyscall=none debugfs=off kfence.sample_interval=100 vdso32=0 amd_iommu=force_isolation intel_iommu=on iommu=force iommu.passthrough=0 iommu.strict=1 efi=disable_early_pci_dma random.trust_bootloader=off random.trust_cpu=off extra_latent_entropy rootovl  rd.luks.uuid=dc1f531b-eea8-47b0-86f2-a841d6d61a4e loglevel=0 quiet
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-6.1.0-32-amd64
	}
	menuentry 'Kicksecure LIVE mode USER (For daily activities.) GNU/Linux, with Linux 6.1.0-31-amd64' --class kicksecure --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.1.0-31-amd64-advanced-f980020b-0f30-442d-b3ec-ab4c6c54fa9a' {
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod btrfs
		search --no-floppy --fs-uuid --set=root e727c741-7916-416a-a89b-6df8286415eb
		echo	'Loading Linux 6.1.0-31-amd64 ...'
		linux	/vmlinuz-6.1.0-31-amd64 root=/dev/disk/by-uuid/f980020b-0f30-442d-b3ec-ab4c6c54fa9a ro rootflags=subvol=@  mitigations=auto,nosmt nosmt=force spectre_v2=on spectre_bhi=on spec_store_bypass_disable=on ssbd=force-on l1tf=full,force mds=full,nosmt tsx=off tsx_async_abort=full,nosmt kvm.nx_huge_pages=force l1d_flush=on mmio_stale_data=full,nosmt retbleed=auto,nosmt gather_data_sampling=force reg_file_data_sampling=on slab_nomerge slab_debug=FZ init_on_alloc=1 init_on_free=1 page_alloc.shuffle=1 pti=on randomize_kstack_offset=on vsyscall=none debugfs=off kfence.sample_interval=100 vdso32=0 amd_iommu=force_isolation intel_iommu=on iommu=force iommu.passthrough=0 iommu.strict=1 efi=disable_early_pci_dma random.trust_bootloader=off random.trust_cpu=off extra_latent_entropy rootovl  rd.luks.uuid=dc1f531b-eea8-47b0-86f2-a841d6d61a4e loglevel=0 quiet
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-6.1.0-31-amd64
	}
	menuentry 'Kicksecure LIVE mode USER (For daily activities.) GNU/Linux, with Linux 6.1.0-28-amd64' --class kicksecure --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.1.0-28-amd64-advanced-f980020b-0f30-442d-b3ec-ab4c6c54fa9a' {
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod btrfs
		search --no-floppy --fs-uuid --set=root e727c741-7916-416a-a89b-6df8286415eb
		echo	'Loading Linux 6.1.0-28-amd64 ...'
		linux	/vmlinuz-6.1.0-28-amd64 root=/dev/disk/by-uuid/f980020b-0f30-442d-b3ec-ab4c6c54fa9a ro rootflags=subvol=@  mitigations=auto,nosmt nosmt=force spectre_v2=on spectre_bhi=on spec_store_bypass_disable=on ssbd=force-on l1tf=full,force mds=full,nosmt tsx=off tsx_async_abort=full,nosmt kvm.nx_huge_pages=force l1d_flush=on mmio_stale_data=full,nosmt retbleed=auto,nosmt gather_data_sampling=force reg_file_data_sampling=on slab_nomerge slab_debug=FZ init_on_alloc=1 init_on_free=1 page_alloc.shuffle=1 pti=on randomize_kstack_offset=on vsyscall=none debugfs=off kfence.sample_interval=100 vdso32=0 amd_iommu=force_isolation intel_iommu=on iommu=force iommu.passthrough=0 iommu.strict=1 efi=disable_early_pci_dma random.trust_bootloader=off random.trust_cpu=off extra_latent_entropy rootovl  rd.luks.uuid=dc1f531b-eea8-47b0-86f2-a841d6d61a4e loglevel=0 quiet
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-6.1.0-28-amd64
	}
}

### END /etc/grub.d/10_51_linux_live_advanced ###

### BEGIN /etc/grub.d/20_linux_xen ###

### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg
fi
### END /etc/grub.d/41_custom ###

### BEGIN /etc/grub.d/45_debugging ###
### END /etc/grub.d/45_debugging ###
= Footnotes = {{reflist|close=1}} [[Category:Documentation]] {{Footer}}