Giter Site home page Giter Site logo

ubuntu-16.04-preseed's Introduction

### Preseeding of ubuntu 16.04, 18.04 server iso

http://releases.ubuntu.com/16.04/ubuntu-16.04.6-server-amd64.iso
http://cdimage.ubuntu.com/ubuntu-server/bionic/daily/current/bionic-server-amd64.iso

Folders included here need to be copied in the unpacked iso. 

Unpack iso with this command:
```bash
xorriso -osirrox on -indev ubuntu-18.04.3-live-server-amd64.iso -extract / iso-dir
```

Remaster iso - isohybrid will create the MBR partition to make it bootable from BIOS firmware:
```bash
cd iso-dir/
sudo genisoimage -r -J -b isolinux/isolinux.bin -c isolinux/boot.cat  -no-emul-boot -boot-load-size 4 -boot-info-table -o ~/ubuntu-16.04-server-preseeded.iso ./

sudo isohybrid ~/ubuntu-16.04-server-preseeded.iso
```


In order to be able to boot with modern UEFI and legacy BIOS firmware remaster the iso with the following command:
```bash
sudo xorriso -as mkisofs -r -V "Custom Ubuntu Install CD" -cache-inodes -J -l -isohybrid-mbr /usr/lib/ISOLINUX/isohdpfx.bin -c isolinux/boot.cat -b isolinux/isolinux.bin  -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot -e boot/grub/efi.img -no-emul-boot -isohybrid-gpt-basdat -o ~/bionic-preseeded-iso-hybrid.iso ./
```
Detailed explanation here: https://help.ubuntu.com/community/InstallCDCustomization


#### Partitioning

Testing raid and raid/lvm partitioning. Successful attempts have resulting output of `lsblk` in the commit.

ubuntu-16.04-preseed's People

Watchers

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