Skip to content

sekure/grub-live

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grub live boot menu entry

Allows booting the system in live mode. Meaning, no persistent modifications will be written to the disk. All changes stay in RAM.

Adds a grub live boot menu entry.

Existing grub boot entries stay unmodified.

No claims are made with regard to anti forensics.

How to install grub-live using apt-get

1. Add Whonix's Signing Key.

sudo apt-key --keyring /etc/apt/trusted.gpg.d/whonix.gpg adv --keyserver hkp://ipv4.pool.sks-keyservers.net:80 --recv-keys 916B8D99C38EAF5E8ADC7A2A8D66066A2EEACCDA

3. Add Whonix's APT repository.

echo "deb http://deb.whonix.org buster main" | sudo tee /etc/apt/sources.list.d/whonix.list

4. Update your package lists.

sudo apt-get update

5. Install grub-live.

sudo apt-get install grub-live

How to Build deb Package

Replace apparmor-profile-torbrowser with the actual name of this package with grub-live and see instructions.

Contact

Payments

grub-live requires payments to stay alive!

About

grub live boot menu entry

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 56.2%
  • Shell 43.8%