The solution is continue without GRUB configure and then this command in shell on root user:
grub-install.real /dev/sda1
grub-install.real /dev/sdb1
grub-install.real /dev/md2
update-grub
The similar solution https://forum.proxmox.com/threads/problem-with-grub-upgrading-pve-6-4-15.115376/
Best...
hi,
In during upgrade pve I have a comunicate in attachement. Choose grub devices. This is software raid, When I choose dev/sda and dev/sdb I have a error ;/
lsblk -o NAME,MOUNTPOINT
NAME MOUNTPOINT
loop0
loop1
loop2
loop3
sda
├─sda1...
LXC1:
[root@dev1 ~]# ip r
default via PUBLIC_IP dev eth0
10.0.0.0/24 dev eth1 proto kernel scope link src 10.0.0.10
10.0.0.1 dev eth1 scope link
PUBLIC_IP dev eth0 scope link
169.254.0.0/16 dev eth0 scope link metric 1002
169.254.0.0/16 dev eth1 scope link metric 1003
ok so I change subnet as below and nothing change:
1 LXC
eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.0.0.12 netmask 255.255.255.0 broadcast 0.0.0.0
inet6 fe80::4c30:3ff:fe80:c17b prefixlen 64 scopeid 0x20<link>
ether 4e:30:03:80:c1:7b...
Hi,
I'm new in Proxmox solutions. Actually I have one vmbr0 Linux bridge on proxmox host with eno1 bridge to public network. My lxc have one eth0 which is connect with vmbr0 bridge + failover public IP and gateway is public IP proxmox host. This configuration is okey to my lxc because I use...