Skip to main content

Primary links

Show — Primary links Hide — Primary links
  • Home
  • Docker
  • Kubernetes
  • Incus
  • Ansible
  • Terraform
  • OpenStack
  • Virtualization
  • Linux
  • SmartHome
  • 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
  • Installation
  • Grafana
  • Linux
    • Ubuntu
      • Ubuntu 22.04 Jammy
      • Ubuntu 20.04 Focal
      • Ubuntu 24.04 noble
      • Ubuntu 23.04 Lunar
      • 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
      • Unity
      • Upgrade SSH to v7.3
      • apt-mirror
      • netplan
      • updUbuntuPxeFiles.sh
    • LTSP
    • HowTo
    • BASH
    • Backtrack
    • CUPS
    • CentOS
    • Debian
    • FreeNX
    • GRML
    • Gnome
    • Grub
    • IpFire
    • Kernel
    • Linux Lite
    • SSH
    • UEFI
    • dban
    • logrotate
    • parted
    • proxy
    • systemd
  • Hardware
  • Programming
  • Databases
  • Ansible
  • CLI
  • Multimedia
  • Plugins
  • Windows

Cloud

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

Virtualization

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

Network

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

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
  • Ubuntu autoinstall

Monitoring / Visualisation

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

Page QR Code

QR code for this page URL

Profiles

  

© panticz 2025

Footer menu

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