Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikeslattery/tunic

Install Linux from a running Windows system, without need for a live USB.
https://github.com/mikeslattery/tunic

grub gtk3 linux powershell python ubuntu windows

Last synced: about 2 months ago
JSON representation

Install Linux from a running Windows system, without need for a live USB.

Awesome Lists containing this project

README

        

# Tunic

Install Linux over or alongside an existing Windows install, straight from Windows,
without requiring to boot from external media like a flash drive or making BIOS configuration changes.

![Alt text](https://i.imgur.com/VOhRiGh.png)
![Alt text](https://i.imgur.com/YNNt4HZ.png)
![Alt text](https://i.imgur.com/9P8auhO.png)

### What Tunic Does

* Validates your system meets Tunic requirements.
* Asks all questions at beginning (so you don't have to babysit the install).
* Offers full disk overwrite or dual boot arrangement.
* If dual boot, shrink C: volume to make space for Linux.
* Provides tools to assist with freeing up space for Linux.
* Disables Windows fast start.
* Provides Linux Mint, Ubuntu and most official Ubuntu flavors.
* Downloads the Linux .iso file for you.
* Installs Grub with Secure Boot support.
* Calculates Linux equivalent values for your Windows locale and user account.
* Reboots and runs the Ubiquity installer, automated, (fully in RAM with mounts to the iso removed).
* If custom install type choosen, will provide Ubuntu's Ubiquity disk partiton GUI.
* Reboots into your final installed Linux!

See the [TODO](doc/TODO.md) for ideas for future versions.

### Requirements

* Windows 10, 64 bit
* Single drive hosting the C: volume
* At least 4 GB RAM
* At least 15 GB of free disk space
* UEFI
* Administrator user permissions
* Internet access
* AC Wall Power

### Limitations

* Currently, Tunic only installs official flavors of Ubuntu and Linux Mint.
* We are working on Windows 7 and 8, MBR, and support for other Debian/Ubuntu based Linux distros.
* Error handling needs improvement.
* Due to the nature of what Tunic does, it may show up as a false positive on some malware scans.

### More information

See the [doc](doc) directory for more information.

## Getting Started

### Preparation

* Backup your data!

Before you start, make sure to backup up an image of your entire disk(s).
Tunic does not assist with full disk backup.
Read disclaimer for more information.

No, really. Backup your data.

* Close all other running applications.

### Usage

1. Download and run the
[latest executable file](https://github.com/mikeslattery/tunic/releases/latest/download/tunic.exe)
from releases.
1. Answer questions.
1. Let it run. It may take a long time.
1. Enjoy your new Linux OS!

If you were able to install Linux with Tunic, please
add a comment to [Success Stories](https://github.com/mikeslattery/tunic/issues/12),
or send a message [to the author](https://www.reddit.com/message/compose/?to=funbike).

See the [FAQ](doc/faq.md) if you need further help.

## Legal Stuff

### License

Copyright (c) 2020 Michael Slattery. See commit history for list of other authors.

Distributed under the [GNU General Public License, version 3](https://www.gnu.org/licenses/gpl-3.0.html).

### Disclaimer

This software could inadvertantly and permanently destroy all data, leave a computer unbootable,
or otherwise leave a computer in an undesirable state.
This software comes as-is with absolutely no warranty.
Read sections [15, 16, and 17](https://www.gnu.org/licenses/gpl-3.0.html#section15)
of the GNU GPL version 3 license for more information.