Unsolved
1 Rookie
•
8 Posts
0
2086
July 21st, 2020 04:00
ESRSVE Update to 3.46.00.04 fails by hanging on grub
Hi all,
I tried to update ESRSVE from previous version to 3.46.00.04.
After the reboot it stays at grub>
Does anyone has an idea how to fix it?
Best regards,
Christoph
No Events found!



Salty1977
1 Message
0
July 21st, 2020 07:00
Getting the same issue here; my only recourse was to restore from a backup. Any updates on this would be helpful.
Christoph_Reeber
1 Rookie
•
8 Posts
1
July 22nd, 2020 05:00
The bad thing: Support told me, the only solution restore from a backup or re installation.
Sounds not like a well tested update...
Hope the future updates works better, as some past updates also made trouble on my system
Christoph_Reeber
1 Rookie
•
8 Posts
1
July 27th, 2020 02:00
For who it may concern. I repaired my installation as follows
Boot with rescue cd same kernel version as the update
vgscan
vgchange -ay
mkdir /tempesrs
mount /dev/esrsVG/LVRoot /tempesrs
cp -r /lib/modules /tempesrs/lib/
mount /dev/sda1 /tempesrs/boot
mount --bind /dev /tempesrs/dev
mount --bind /sys /tempesrs/sys
mount --bind /proc /tempesrs/proc
chroot /tempesrs
mkinitrd
reboot without live cd
done
Bailey3001
1 Message
0
July 29th, 2020 07:00
What version of kernel was it? I am trying to re-download the install media for ESRS since my install went to after the update and I cant get that to download either. Thanks in advance.
Christoph_Reeber
1 Rookie
•
8 Posts
0
July 29th, 2020 08:00
Hi,
I used vmlinuz-4.12.14-95.54-default from /boot from the ESRSVE vm itself for mkinitrd
regards,
Christoph
cbaken
1 Rookie
•
4 Posts
0
August 3rd, 2020 01:00
I have the same problem here, been running ESRS for a while and I had only one update that was working fine ..
Guess I reinstall ESRS.
Christoph_Reeber
1 Rookie
•
8 Posts
0
August 5th, 2020 07:00
Hi bayowin,
thanks a lot for the hint.
Will try in future.
bayowin
1 Message
1
August 5th, 2020 07:00
I did 2 of my 4 ESRS server via the WebUI and had the same issue. No idea how to fix. I did the other 2 via command line and they updated fine.
I have had updates fail in the past and had to re-deploy the server.
Do yourself a favor and just update/upgrade your ESRS servers from the CLI. It is simple and I have never had a problem doing that way.
zypper refresh
zypper list-patches
zypper patch
shutdown -r now
Works every time.