You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# - rm /target/etc/apt/apt.conf.d/99needrestart # This prompt will prevent the apt command from completing
87
86
```
88
87
89
88
> the `fallback: offline` option under the apt configuration will use the live CD (.iso file) as the source to install Ubuntu from if there is an issue connecting to a remote repo mirror, and was only introduced as of [Ubuntu 22.04 release](https://discourse.ubuntu.com/t/jammy-jellyfish-release-notes/24668).
@@ -268,7 +267,7 @@ The above autoinstall template calls for 2 Cobbler snippets; create them with th
268
267
#end if
269
268
```
270
269
271
-
> This section should resemble the [netplan](https://netplan.readthedocs.io/en/latest/netplan-yaml/)network configuration standard to Ubuntu once generated.
270
+
> This section should resemble the standard [netplan](https://netplan.readthedocs.io/en/latest/netplan-yaml/)YAML configuration file for Ubuntu once generated.
272
271
273
272
Create 2 Cobbler sync-triggers to correct the GRUB and PXELINUX boot configurations to support Ubuntu `cloud-init` installations, which will run each time the `cobbler sync` action is performed:
274
273
@@ -466,6 +465,14 @@ cobbler sync
466
465
467
466
1. The [Cobbler 3.3.6 Beginner's Guide](/blog/2024/Cobbler-v3.3.6-Beginners-Guide/)**Tips & Troubleshooting** section contains some basic recommendations and limitations of Cobbler which will not be repeated here.
468
467
468
+
1. Troubleshooting the installation
469
+
470
+
- The Ubuntu installer will reboot the system automatically upon completing a `cloud-init` auto-install. To prevent this, append the following line to the end of the autoinstall template (`cloud-init_user-data`) as the final command int the `late-commands:` section *(be sure the spacing/indentation aligns with the rest of the `late-command` entries)*:
0 commit comments