debcrafters-packages team mailing list archive
-
debcrafters-packages team
-
Mailing list archive
-
Message #05026
[Bug 2107575] Re: Offline install results in empty /etc/netplan, which stalls boot for 2min+
This bug has been reported on the Ubuntu ISO testing tracker.
A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/2107575
** Tags added: iso-testing
--
You received this bug notification because you are a member of
Debcrafters packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/2107575
Title:
Offline install results in empty /etc/netplan, which stalls boot for
2min+
Status in subiquity:
New
Status in netplan.io package in Ubuntu:
New
Status in subiquity package in Ubuntu:
New
Status in systemd package in Ubuntu:
Incomplete
Bug description:
I did an offline install of plucky 25.04 server on a laptop. I
unplugged the network cable, and didn't configure wifi.
The installation finished, but first boot, and subsequent boots, were
delayed by 2min+, waiting on systemd-networkd-wait-online.service.
Further inspection showed that /etc/netplan was completely empty. Not
surprising to me, as no network was configured during installation,
but having the system still waiting for a network in this case was
surprising.
Creating the following file in /etc/netplan made boot fast again:
$ cat /etc/netplan/01.yaml
network:
version: 2
ethernets:
<nic-name>:
optional: true
This looks similar to
https://bugs.launchpad.net/subiquity/+bug/2063331, but I opted to file
a new bug because that one is "fix committed", and the user did
configure one nic at least in that bug.
To manage notifications about this bug go to:
https://bugs.launchpad.net/subiquity/+bug/2107575/+subscriptions