Coder Social home page Coder Social logo

tomcorwine / tails-osx Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hellais/tails-osx

1.0 2.0 0.0 343 KB

Contains instructions and scripts to create a TAILS live cd that will boot on OSX without any additional software installed (no REFIT, etc.)

Shell 100.00%

tails-osx's Introduction

TAILS OSX

Following this guide you will be able to create a TAILS image that will work on OSX without requiring any REFIT or bootloader modifications to the target system.

Dependencies

In order to create a TAILS disk image for OSX you will need the following dependencies:

The easiest way to install these is with homebrew:

brew install git gpg

If you want to build the EFI bootloader yourself you will also need:

Setup TAILS OSX

git clone https://github.com/hellais/TAILS-OSX.git
cd TAILS-OSX

Create the EFI bootloader (optional)

You can build the EFI bootloader directly from Mac OSX (given you have installed vagrant and virtualbox) by running:

vagrant up

This is basically running this command from inside a linux box:

grub2-mkimage -d /usr/lib/grub2-efi/x86_64-efi/ -o BOOTX64.efi \
-O x86_64-efi --prefix /efi/boot part_gpt part_msdos lvm fat ext2 \
chain boot configfile normal minicmd linux reboot halt search \
gfxterm gfxmenu efi_gop efi_uga video loadbios gzio video_bochs \
video_cirrus echo true loadenv

Build the image

./create-image.sh

You will be asked to select a volume that will be formatted and will contain the TAILS live cd.

The script will then proceed to fetch TAILS, verify the signature, mount the iso, move some files in the ISO over to the USB disk and then configure grub properly.

Once you have finished this you will have a usb disk you can boot by holding down the alt-option key at startup.

References

Mainly inspired by:

Misc links:

tails-osx's People

Contributors

hellais avatar cryptomule avatar tomcorwine avatar billsantos avatar schiff avatar

Stargazers

JC avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.