惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
V2EX
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
WordPress大学
WordPress大学
罗磊的独立博客
小众软件
小众软件
I
InfoQ
Y
Y Combinator Blog
宝玉的分享
宝玉的分享
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Hugging Face - Blog
Hugging Face - Blog
MyScale Blog
MyScale Blog
博客园 - 聂微东
Microsoft Security Blog
Microsoft Security Blog
H
Help Net Security
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园_首页
S
SegmentFault 最新的问题
博客园 - 三生石上(FineUI控件)
P
Proofpoint News Feed
博客园 - 司徒正美
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Microsoft Azure Blog
Microsoft Azure Blog
Jina AI
Jina AI
N
Netflix TechBlog - Medium

Proxmox Support Forum

[SOLVED] - Github Auth for Mirrors-Kernel Repo? [Automation] Mass migration tool for MS Win11/Server Proxmox GUI hang - not response is it possible to reject or quarantine spam based on conditions I set ? The PVENode task list in PVE9 is partially obscured due to the terminal font being too large. About 100% error reporting due to pveproxy.service hooks Kubernetes overlay networking breaks when upgrading from PVE 9.1 to PVE 9.2.3 Zentraler Speicher No space left on device Combine datastore and direct file archival to tape Kernel panic VFS: Unable to mount root fs on unknown-block (0,0) sobald ein 7.x Kernel verwendet wird. How to migrate disk of a VM from one ZFS to another Windows Server 2025 fails to boot after PVE 9.2 / Linux 7.0 Kernel upgrade Cannot Install Proxmox on T610 Poweredge with H700 PERC card sdn Config. gateway not reachable How to safely change domain/FQDN? Welche Filterquote erreicht ihr? NFS Share status unknown on 2 of 5 nodes Can't connect to PVE9 consoles [solved] Can't connect to PVE9 consoles [solved] [SOLVED] - Use secondary network for PVE commands Created cluster, one node storage gone BUG: proxmox mail gateway FROM = null bypass spam filtering Moving existing PBS from VMWare workstation to PVE cluster Does eBGP SDN fabric support external peering? Bug: PDM 1.1 not recognizing valid license status Proxmox GUI hang - not response PVE crashes unexpectedly Proxmox Backup Server 4.2 released! Advice
System startup error and no network: Failed to start ifup...
invalid@exam · 2026-05-29 · via Proxmox Support Forum

I tried to install the latest pve8 on my Dell T640 server. There were some errors during the boot of the installation image, but I still managed to enter the installation program successfully. After the installation was completed, there was a very long waiting time before entering the system, and finally, the following error message was output:
1699125580455.png
But still able to enter the system.
1699125619801.png

But can't connect to the network, even though I have configured the IP address.
1699125685704.png

It's strange that there is no virtual bridge (usually vmbr1 is setup by the installer) that gets the IP address. Can you show the output of cat /etc/network/interfaces?

EDIT: I don't know what's wrong here. I have not seen this before.

Last edited:

It's strange that there is no virtual bridge (usually vmbr1 is setup by the installer) that gets the IP address. Can you show the output of cat /etc/network/interfaces?

Thank you for your reply. In fact, following the suggestion of chatgpt4, I tried adding kernel boot parameters acpi=off, then updated GRUB and restarted. However, now I have been stuck at this point for about ten minutes (previously it was stuck for about two to three minutes). I will wait for a while and then try entering GRUB to remove acpi=off in order to provide you with details of the interfaces file in the system.
1699126982890.png

It's strange that there is no virtual bridge (usually vmbr1 is setup by the installer) that gets the IP address. Can you show the output of cat /etc/network/interfaces?

My network configuration file is as follows. I have not manually configured it, but only entered the management address of the network card selected during installation.
1699127840206.png

If you can help me solve the problem, I would be extremely grateful. ESXi cannot install the system on its own created software RAID, which is what I need. This is also why I chose PVE.

Can you manually do a ifup vmbr0 ?

Can you manually do a ifup vmbr0 ?

Thank you for your suggestion, but it seems that nothing has happened and the problem still persists. The result of ip addr is also the same.

Last edited:

I tried to reinstall pve8. This time the installation and boot speed were very fast, without encountering previous errors. However, after entering the system, I still couldn't connect to the network, even when pinging the gateway.

Thank you for everyone's help. After a series of troubleshooting suggestions from chatgpt4, I had to change my network cable interface (the server has two network ports) and modify the relevant configurations. After restarting the network, I saw that PVE successfully connected to my router (it would also connect before, but it would disappear after a few seconds, and I was not sure what the problem was), and I could ping the gateway and everything is normal.

I am still curious why this situation occurred?

Might it be possible that you haven't had the right port connected to your router/switch?

Might it be possible that you haven't had the right port connected to your router/switch?

I believe it's not because of this. I tried reinstalling pve8 again, and now the problems no longer exist!

And the NIC names are equal?

I have the exact same case here.
Noticed that if I do `systemctl restart networking.service` from the console after boot, the vmbr0 shows up and gets its IP configuration.
Everything works after that, but it's puzzling that this needs to be done at all.

What is the cause for the initial failure of `ifupdown2-pre.service`? - a slow/malfunctioning `udev` subsystem.
I now need to figure out what causes that...

  • dtn03_proxmox_slow_booting.png

    dtn03_proxmox_slow_booting.png

    66.5 KB · Views: 34

Last edited:

I have the exact same case here.
Noticed that if I do `systemctl restart networking.service` from the console after boot, the vmbr0 shows up and gets its IP configuration.
Everything works after that, but it's puzzling that this needs to be done at all.

What is the cause for the initial failure of `ifupdown2-pre.service`? - a slow/malfunctioning `udev` subsystem.
I now need to figure out what causes that...

I'm seeing this exact behavior. I did a fresh install of 8.3.0 onto a 2019 MacBook Pro to start to learn to use Proxmox. ifupdown2-pre.service fails during boot, and it doesn't bring up the network. If I log into the console and run systemctl restart networking, it comes up and things are fine.

I'm using a thunderbolt to ethernet adapter. I thought it might be driver issues, but since it works after systemctl restart networking, I don't think that's the issue.

In the interest of getting on with actually learning how to use proxmox, I ended up doing a really ugly hack and using a cron job with the time set to @reboot to kick networking every boot and that's solved it. I'd dig deeper if I was running into this on a production server, but it's just a repurposed MacBook Pro in my homelab.

#!/bin/bash

LOG_F=${LOG_F:-'/root/networking-bullshit.log'}

function kick-networking() {
# Check if the vmbr interface is present
if [[ $(ip link show | grep -c vmbr) != 0 ]]; then
echo "ip link show = $(ip link show)" | tee -a $LOG_F
echo "Networking is up" | tee -a $LOG_F
else
echo "Networking was down after boot, restarting" | tee -a $LOG_F
echo "Restarting networking after failed to start during boot at $(date)" | tee -a $LOG_F
time systemctl restart networking | tee -a $LOG_F
echo "ip link show = $(ip link show)" | tee -a $LOG_F
fi
}

kick-networking

I encountered the same problem when updating Proxmox to the latest version. How did you solve it

Well, in my specific case it was due to Broadcom NICs with InfiniBand

I had to use boot option `modprobe.blacklist=bnxt_re` to disable infiniband during boot

and then to make it permanent:

Code:

echo "blacklist bnxt_re" >> /etc/modprobe.d/blacklist-bnxt_re.conf
update-initramfs -u
reboot