I deleted 1MB Grub partition

wolframio

Active Member
Dec 15, 2021
93
16
28
42
Hi there, by error i deleted 1MB GRUB partition (oops) from my server, the server have old BIOS and not uefi one... Now if i try to boot the process stuck on a line that display "GRUB". So i put the proxmox ISO, select RESCUE, and proxmox boot without a problem with all my VM and configs instact...

How i can rebuild the grub_bios partition and whatever the data thas goes inside???


Thanks for help.
 
recreate the partition if you haven't already, then run
Code:
grub-install /dev/sdX
(replace X with the index of your boot disk) and post the output here.