I've tried quite a lot of things to reproduce this, but so far no luck. I got a vague theory of it could be, although that still would not explain why it completely hangs at this point.
In case anyone manages to reproduce this, or hits it again by luck - it would be interesting to switch to tty3
by pressing Ctrl+Alt+F3, and the output from there of ip a
, ping -vc1 1.1.1.1
, cat /tmp/install-low-level-dump-env.log
and dmesg -H | tail -n20
.
root@proxmox:/# ip a
1: lo: <LOOPBACK> mtu 65536 qdisc noop state DONN group default qlen 1000
1ink/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether bc:ae:c5:94:7f:5b brd ff:ff:ff:ff:ff:ff
inet 192.168.1.103/24 brd 192.168.1.255 scope global dynamic enp2so
valid_lft 42671sec preferred_lft 42671sec
inet6 2a01:e0a:568:9d20:beae:c5ff:fe94:7f5b/64 scope global dynamic mngtmpaddr
valid_lft 86366sec preferred_lft 86366sec
inet6 fe80:beae:c5ff:fe94:7f5b/64 scope link
valid_lft forever preferred_lft forever
root@proxmox:/# ping -vc1 1.1.1.1
PING 1.1.1.1 (1.1.1.1): 56 data bytes
64 bytes from 1.1.1.1: seq=0 tt1=57 t ime=12.722 ms
--- 1.1.1.1 ping statistics ---
1 packets transmitted, 1 packets received, 0% packet loss
round-trip min/avg/max = 12.722/12.722/12.722 ms
root@proxmox:/# cat /tmp/install-low-level-dump-env.log
2023-10-11 19:02:36.947 INFO: initialized log
2023-10-11 19:02:37.002 INFO: query routes
2023-10-11 19:02:37.013 INFO: query block devices
2023-10-11 19:02:37.038 INFO: query DNS from resolv.conf (managed by DHCP client)
2023-10-11 19:02:37.059 INF0: trace country via IPv4
2023-10-11 19:02:37.070 DEBUG: DC TRACEROUTE: traceroute to 8.8.8.8 (8.8.8.8), 30 hops max, 60 byte packets
2023-10-11 19:02:37.082 DEBUG: DC TRACEROUTE: 1 .192.168.1.254 0.207 ms
2023-10-11 19:02:37.149 DEBUG: DC GEOIP: GeoIP Country Edition: IP Address not found
2023-10-11 19:02:37.149 DEBUG: DC TRACEROUTE: 2 194.149.174.112 11.963 ms
I can't enter the last command because | is not available on the keyboard ;o(
(I edited /etc/default/keyboard but I can't run systemctl because it hasn't started cleanly yet)
I hope to help you
I make the same observation as
@tschmidt.
I started again without the RJ45 cable and when the screen offered an IP address I put the cable back and put an IP address compatible with my DHCP.
And everything works!
New member...french