Skip to main content

Primary links

Show — Primary links Hide — Primary links
  • Home
  • Ansible
  • Docker
  • Kubernetes
  • Linux
  • LXD
  • OpenStack
  • Virtualization
  • HowTo

Create Ubuntu preseed net install CD

  • Ubuntu preseed net install CD

<?php
$URL="https://raw.githubusercontent.com/panticz/preseed/master/pxe/scripts/create.netinstall.ubuntu.cd.sh";
echo "wget -q $URL -O - | bash -";
echo "

";
$c = curl_init();
curl_setopt($c, CURLOPT_URL, $URL);
echo htmlspecialchars(curl_exec($c));
curl_close($c);
echo "

";
?>

# LINKS
http://manpages.ubuntu.com/manpages/karmic/man7/casper.7.html - casper boot options
https://help.ubuntu.com/6.10/ubuntu/installation-guide/hppa/appendix-preseed.html
https://wiki.ubuntu.com/Installation/LocalNet
http://d-i.alioth.debian.org/svn/debian-installer/installer/doc/devel/partman-auto-recipe.txt

Misc

Show — Misc Hide — Misc
  • Linux
    • Ubuntu
      • Ubuntu 20.10 Groovy
      • Ubuntu 18.04 Bionic
      • Ubuntu 16.04 Xenial
      • Ubuntu PXE Boot
      • Ubuntu USB boot
      • Ubuntu MID USB boot
      • Boot installer from HDD
      • getDebconfAnswer.sh
      • Lubuntu
      • Auto upgrade
      • repository
      • Strato HiDrive
      • live
      • Debian live-helper
      • Default application / file association
      • LiveCD
      • NetInstall CD
      • Ubuntu 20.04 Focal
      • Unity
      • Upgrade SSH to v7.3
      • apt-mirror
      • netplan
      • updUbuntuPxeFiles.sh
    • LTSP
    • HowTo
    • BASH
    • Backtrack
    • CUPS
    • CentOS
    • Debian
    • FreeNX
    • GRML
    • Gnome
    • Grub
    • IpFire
    • Kernel
    • SSH
    • UEFI
    • dban
    • i3
    • logrotate
    • parted
    • proxy
    • systemd
  • Hardware
  • Programming
  • Databases
  • Multimedia
  • Regenerate passwords
  • Windows

Cloud

Show — Cloud Hide — Cloud
  • MicroStack
  • OpenStack
  • cloud-config
  • nextcloud

Virtualization

Show — Virtualization Hide — Virtualization
  • XEN
  • Docker
  • KVM
  • Kubernetes
  • LXC
  • LXD
  • QEMU
  • VMware
  • VirtualBox
  • Virtualization
  • multipass
  • podman
  • vagrant

Network

Show — Network Hide — Network
  • DNS
  • Firewall
  • Linux
  • OpenvSwitch
  • SSL
  • VLAN
  • VPN
  • iPXE
  • nmcli

Storage

Show — Storage Hide — Storage
  • Ceph
  • DRBD
  • LVM
  • S3
  • ZFS
  • btrfs

Automation / CI/CD

Show — Automation / CI/CD Hide — Automation / CI/CD
  • Install
  • Ansible
  • GitLab
  • Preseed
  • Puppet
  • Terraform

Monitoring / Visualisation

Show — Monitoring / Visualisation Hide — Monitoring / Visualisation
  • Grafana
  • Icinga
  • Prometheus
  • Monitoring
  • ELK

Page QR Code

QR code for this page URL

Profiles

  

© panticz 2021

Footer menu

Show — Footer menu Hide — Footer menu
  • Contact
  • Imprint