- Package:
- debian-installer-utils
- Source:
- debian-installer-utils
- Submitter:
- Emanuele Rocca
- Date:
- 2023-02-16 13:45:03 UTC
- Severity:
- normal
Booting with preseed/url=https://example.org/preseed.cfg fails if the system's clock is awfully wrong. I've got a system convinved that today is January 1st, 1970 and unsurprisingly the wget certificate check fails. Also unsurprisingly adding debian-installer/allow_unauthenticated_ssl=true is a viable workaround. Given that AFAIK d-i does support setting the date with ntp, it may possibly make sense to do that before wgetting the preseed file? Thanks, Emanuele
Emanuele Rocca <ema@debian.org> (2023-02-16): Might be a chicken and egg problem is the NTP settings are in the preseed file… (Also you might have local networking only, meaning default NTP servers might not be reachable anyway.) Cheers,