Skip to content

5000+ Great Articles

Best Articles & Essays: Interesting Articles to Read Online

  • How to Watch the 2023 French Open Online Without Cable technology
  • How to Download YouTube Videos to Your iPhone Camera Roll iPhone
  • Pre-Installed MacOS Software Which Is Actually Really Good General Software
  • How To Play World of Warcraft With a Controller Gaming
  • How to Auto Record Zoom Meetings How-To
  • HDG Explains: What Is a WiFi Booster & The Best Ones To Buy Networking
  • How To Blend In Photoshop How-To
  • How to Fix “You do not have permission to send to this recipient” Networking

Make a Custom Live Linux Distro with Linux Live Kit

Posted on October 8, 2020 By blog_786 No Comments on Make a Custom Live Linux Distro with Linux Live Kit

Linux is a word that dims many non-computer geeks almost immediately. However, Linux desktop offerings are now pretty much in line with big names like Windows and macOS.

With decades of collaboration and support from organizations like Canonical, you can download something like Ubuntu Linux today and do almost anything you can with Windows. And all this without the need for a computer science degree. Modern desktop Linux distributions look good, perform well, and are suitable for casual users.

Make a Custom Live Linux Distro with Linux Live Kit

However, they have one huge difference from commercial operating systems – open source licensing.

This means we have full access to all the inner workings of Linux. You don’t have to pay to use it and you can customize it the way you like. This is great for power users who enjoy messing around with nut and bolts, but what if you just want to keep your own customized custom Linux installation?

In fact, you can create a fresh Linux installation, customize it the way you want, and then turn it into a live boot installation. This is very useful for several reasons. First of all, this means that you will have no downtime if you have to reinstall the operating system.

All your settings and software will already be waiting right from the start. It also makes it easier to create custom installations for distribution. Let’s say you need to install Linux in a computer lab full of computers and then install educational packages. Using a dedicated distribution tool means you only need to do this setup once and then just install as usual.

– /

Make a Custom Live Linux Distro with Linux Live Kit

One of the simplest tools is called the Linux Live Kit, and we’ll look at exactly how you can change an existing Linux installation back to your own distribution.

Set up the device

To use the Linux Live Kit, you need a Linux installation for setup. While you can go ahead and do it with the basic installation, this is not the most practical approach if you want to create your own distributions for something other than the main computer.

So what we’re going to do is install Ubuntu Linux on a VirtualBox virtual machine. This gives us a clean, controlled installation environment. This also means that you can create your own Linux distributions from a Windows machine if you like. Finally, this is a good way to test your newly created distribution to make sure it works correctly.

We are going to use the following components:

  • Windows 10
  • VirtualBox
  • Ubuntu 18 LTS

Remember, the process works exactly the same if you are using the Linux Live Kit on a Linux installation that runs normally on a computer, not a virtual machine.

Linux installation

Make a Custom Live Linux Distro with Linux Live Kit

The first thing to do is install Linux. Obviously, if you want to use an existing installation, you can skip this step.

To install Linux the usual way, you just need to boot from the installation DVD or USB. Since we are using VirtualBox, we just need to create a new virtual machine and then point it to the Ubuntu disk image we downloaded. Here are the steps you need to follow.

Take care of the dependencies

Since the Linux Live Kit is just a smart set of scripts, it needs other software packages to be present on your Linux machine. In many cases, they will already be part of the default Linux version of your choice, but you will have to check this anyway.

You need to make sure that aufs is supported by the kernel used by your Linux distribution. You can check which kernel versions aufs support here If your chosen kernel does not support aufs, then you need to find an alternative solution for the Linux Live Kit.

Now we need to make sure Squashfs is installed on the system. This is the compression technology used by the Linux Live Kit. Here’s what you need to do to install it.

Open Terminal first. On Ubuntu, this can be done by clicking the Show Application button in the lower left corner of the screen. The search bar will appear. Find “Terminal” and click on it when it appears.

Make a Custom Live Linux Distro with Linux Live Kit

Now in the terminal enter the following:

sudo apt-get update && sudo apt-get install squashfs-tools

Make a Custom Live Linux Distro with Linux Live Kit

If all goes well, the package will be installed. If you run into problems, you will have to refer to your version of the OS documentation. Troubleshooting repository and installation issues is outside the scope of this tutorial.

Trim the fat

Since your current iw distribution will have all the same content as the installed one, you should remove any unnecessary files from the installation. You don’t need to do this, and storage is cheap these days if you’re using a flash drive. If you don’t know what to remove, skip this part for now.

Customization

Now you can make the necessary changes to your live distribution. Install applications, customize settings, and so on. When you’re done with that, we can move on to the Live Kit itself.

Download Linux Live Kit

It’s time to download the scripts we need. You can find it on GitHub Pay special attention to the advice in the README here Some of them may be relevant to your needs or situation. For example, there are special instructions if you want to create a bootable Live CD.

Save the downloaded files to / tmp. In the download file, you will find a folder named “/ DOC /. It contains additional information about the readme file to help you in case of difficulty.

Create your own live OS

Now that the script files are where they should be, we really want to run the script. To do this, we will have to switch from a regular user to a superuser. In Ubuntu, open a terminal and enter the following:

cd / tmp

This will switch you to the TMP folder where we unpacked the Live Kit files.

The last thing we need to do is run the script, so enter:

sudo ./build

Make a Custom Live Linux Distro with Linux Live Kit

Now just wait until the script is ready!

Run Live Distro

So how do you get a live distribution? The script generates two versions in the / TMP folder. There is an ISO image that you can burn to disc or upload to a virtual machine for testing. However, most people will care about USB boot files. They are also located in the / TMP folder.

Copy them to a USB stick, don’t forget to unpack in the process. When they are there, use Terminal and change to the / boot directory. Then run the “bootinst.sh” script to make this USB stick bootable.

If all goes well, you will now have your own working OS!

–

Share this:

  • Twitter
  • Facebook
Linux Tips

Post navigation

Previous Post: Automatically Backup Important Windows Folders with OneDrive
Next Post: How to Open a Corrupted Word File and Recover Document

Related Posts

  • 10 Most Popular Software Choices for a New Ubuntu User Linux Tips
  • Find and Change Your Hostname in Ubuntu Linux Tips
  • How to Install VirtualBox Guest Additions in Ubuntu Linux Tips
  • How To Navigate & Use the Linux Directory Structure Linux Tips
  • TOP 5 Linux Distros for Gaming Linux Tips
  • Configure Ubuntu to Not Dim or Turn Off An Inactive Display Linux Tips

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Archives

  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • November 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • March 2021
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • December 2019
  • July 2019
  • May 2019
  • April 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018

Categories

  • AI Tools & Guides
  • Amazon Web Services
  • Apple Watch
  • Computer Tips
  • Cool Websites
  • Featured Posts
  • Free Software Downloads
  • Gadgets
  • Gaming
  • General Software
  • Google Software/Tips
  • Hardware
  • Help Desk
  • How-To
  • iOS
  • iPad
  • iPhone
  • islamic Books
  • Linux
  • Linux Tips
  • Mac OS X
  • macOS
  • MS Office Tips
  • Networking
  • Office Tips
  • OS X
  • Product Reviews
  • Reviews
  • Safari
  • Smart Home
  • Smartphones
  • Software Reviews
  • technology
  • text
  • Tools Review
  • Troubleshooting
  • Tutorials
  • Uncategorized
  • Urdu Books PDF
  • Web Site Tips
  • Windows
  • Windows 10
  • Windows 7
  • Windows XP Tips
  • Wordpress
  • How to reset your SIM card
  • This Simple Trick Lets You Play YouTube in the Background on iOS
  • How to go Back to the old YouTube Layout (2013)
  • How to Bypass Chromecast DNS and Circumvent Geo Blocking
  • 5 Cool Websites to Find Good Movies and TV Shows on Netflix
DMCA.com Protection Status

Recent Posts

  • MailTag: Real-time Email Tracking, Made Easy
  • Pokemon Sleep: what is it and how to play
  • How to Respond to Messages on Instagram (Mobile and PC)
  • How to reset your SIM card
  • This Simple Trick Lets You Play YouTube in the Background on iOS

Recent Comments

  1. This Simple Trick Lets You Play YouTube in the Background on iOS on YouTube Not Working? Here Are Quick Fixes To Try
  2. How to Bypass Chromecast DNS and Circumvent Geo Blocking on 5 Cool Websites to Find Good Movies and TV Shows on Netflix
  3. 5 Cool Websites to Find Good Movies and TV Shows on Netflix on check netflix video quality internet explorer
  4. SmartDNS vs VPN “What’s the Difference?” on How to Watch Apple TV on Roku
  5. How to go Back to the old YouTube Layout (2013) on 10 Things to Check Before Publishing a YouTube Video
  • How to Stream Hulu on Discord Cool Websites
  • How to Open Internet Explorer in Full Screen or Kiosk Mode

    How to Open Internet Explorer in Full Screen. Did you know that Internet Explorer has several modes that you can enable, such as kiosk mode and full-s

  • How to find out the number of an unknown caller Smartphones
  • 1080p or 4K HD Videos Lagging and Choppy? Computer Tips
  • Prevent Saving of Remote Desktop Credentials in Windows How-To
  • How to Scan for Malware in Windows 10 Windows 10
  • The 4 Best Pre-Built Plex Servers Product Reviews
  • How To Securely Transfer a File To Someone Using The Onion Protocol How-To

Copyright © 2023 How To Blog.

Powered by PressBook News WordPress theme

Go to mobile version