Git Product home page Git Product logo

ubuntu-pe's Introduction

Ubuntu PE based on pure GTK3 for CDROM/USB/PC


What's New:

  • 20230312: Include Ubuntu Monthly Security Packs.
  • 20230121: Add Onboard for Touchscreen; Add Resource Indicator to Panel.
  • 20230108: Add Hivex Windows Registry Editor and NT Password Tools.
  • 20221225: Fix Desktop-Icon Disappearance after Login; Upgrade Integrated Web Paint.
  • ..

Ubuntu PE for CDROM/USB:

Ubuntu 22.04 LTS Live PE, with UEFI Class3 + Secure Boot (LANG = en_US | zh_CN, ~506MB):

Download (x64): https://github.com/ghostplant/ubuntu-pe/releases/download/ubuntu-22.04/jammy-mate-x86_64-20230312.iso

Ubuntu 20.04 LTS Live PE (LANG = en_US | zh_CN, ~585MB):

Download (x64): https://github.com/ghostplant/ubuntu-pe/releases/download/ubuntu-20.04/focal-mate-x86_64-20221002.iso

Ubuntu 18.04 LTS Live PE (LANG = en_US | zh_CN, ~497MB, No WimTool Support):

Download (x64): https://github.com/ghostplant/ubuntu-pe/releases/download/ubuntu-18.04/bionic-mate-amd64-20200222.iso

Download (x86): https://github.com/ghostplant/ubuntu-pe/releases/download/ubuntu-18.04/bionic-mate-i386-20200222.iso

Ubuntu 16.04 LTS Live PE (LANG = en_US | zh_CN, ~381MB, No WimTool Support):

Download (x64): https://github.com/ghostplant/ubuntu-pe/releases/download/ubuntu-18.04/xenial-classic-amd64-20180303.iso

Ubuntu 22.04 LTS Live PE Terminal Core (LANG = en_US, ~145MB):

Download (x64): https://github.com/ghostplant/ubuntu-pe/releases/download/ubuntu-22.04/jammy-core-x86_64-20221015.iso


1. Write Ubuntu PE ISO to USB:

   sudo dd if=./focal-mate-x86_64-xxxxxxxx.iso of=/dev/<usb-dev-file> bs=16K && sync

2. Ubuntu PE Supported Features (Only for Ubuntu 20.04, 22.04 and future versions):

   1. Support Booting USB/CDROM in both MBR & UEFI machines;

   2. Support Installing Ubuntu Image to Hard Drive: sudo ubi-lite

   3. Support Installing Windows Image to MBR Hard Drive: sudo wiminstall.mbrboot /dev/<os-part-name> <WIM file> <image-id>

       [Method-1: Will Erase Grub in Hard drive (cautious!)]
       ex-1: sudo wiminstall.mbrboot /dev/sda1 ./xp-sp3.wim
       ex-2: sudo wiminstall.mbrboot /dev/sda1 ./windows-7.wim 4
       ex-3: sudo wiminstall.mbrboot /dev/sda1 ./windows-11.wim 1

       [Method-2: Not Erase Grub in Hard drive, but need three-step manual configuration on boot settings]
       step-1: Ensure Ubuntu + Grub has been installed on hard driver partitions other than /dev/sda1
       step-2: sudo wiminstall /dev/sda1 ./xp-sp3.wim
       step-3: Reboot, login Ubuntu and run: sudo update-grub
       
       [Method-3: For UEFI Installation to GPT Hard Drive]
       sudo EFI=/dev/<efi-part-name> wiminstall.gptboot /dev/<os-part-name> <WIM file> <image-id>

Ubuntu PE Desktop for Remote Internet:

(Default VNC password: 123456, and you can update it via 'vncpasswd' command inside VNC X session)

# Download/Update latest Ubuntu image
docker pull ghostplant/flashback

# Boot Service: Using web browser to login - http://localhost:8443/
docker run -it --rm -p 8443:8443 -v /external:/root ghostplant/flashback

# Other Example 1 - Language: Set locale to en_US.UTF-8
docker run -it --rm -e LANG=en_US.UTF-8 -p 8443:8443 -p 5901:5901 -v /external:/root ghostplant/flashback

# Other Example 2 - Resolution Size : Set display resolution to 1366x768
docker run -it --rm -e GEOMETRY=1366x768 -p 8443:8443 -p 5901:5901 -v /external:/root ghostplant/flashback

# Other Example 3 - Initial Password: Set initial VNC password (length of password must be between 6 to 8).
docker run -it --rm -e INIT_PASS=123456 -p 8443:8443 -p 5901:5901 -v /external:/root ghostplant/flashback

# Other Example 4 - Resolution Quality: Using 24-bit high resolution quality (Only recommended in high-bandwidth network)
docker run -it --rm -e INIT_PASS=123456 -e DEPTH=24 -p 8443:8443 -p 5901:5901 -v /external:/root ghostplant/flashback

Then use Firefox/Chrome to login if you expose port 8443:

HTTP: x-www-browser http://localhost:8443/

HTTPS: x-www-browser https://localhost:8443/

Reporting Issues

You can post issues here for any suggestions to improve Ubuntu Classic Desktop. To report a new issue, you are supposed to have a GitHub account and log in with it in the first place. Then, get access to new issue, fill in the block with what you want to report, and finally submit this issue.

ubuntu-pe's People

Contributors

ghostplant avatar yinanzhu2015 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.