After install of the PVE 3.4-6 on an Atom machine (WD Green 2TB HDD, 4 GB RAM, OpenVZ only - no VT-x, no VT-d), the BIOS was updated and the machine booted into "grub rescue" mode with the following error:
Referred this page and tried the following:
The above lvmid UUID corresponds correctly with the ones in the /boot/grub/grub.cfg (taken when it was working).
Is there a set of grub rescue instructions for Proxmox?
Will attempt to revert to a previous BIOS and see.
.
Code:
error: attempt to read or write outside of disk 'hd0'.
Referred this page and tried the following:
Code:
grub rescue> set pager=1
grub rescue> ls
(hd0) (hd0,gpt3) (hd0,gpt2) (hd0,gpt1) (lvm/pve-data) (lvm/pve-root) (lvm/pve-swap)
grub rescue> ls (hd0)
(hd0): Filesystem is unknown.
... same for all the above partitions
grub rescue> ls /
./ ../ lost+found/ boot/ var/ opt/ usr/ home/ tmp/ lib/ root/ media/ run/ srv/ proc/ etc/ bin/ dev/ sys/ selinux/ sbin/ lib64/ mnt/ .gnupg/
grub rescue> ls /boot
error: attempt to read or write outside of disk 'hd0'.
... same for all the folders above
grub rescue> set
cmdpath=(hd0)
pager=1
prefix=(lvmid/HgO2CX-KnQK-........-dQk9Hf)/boot/grub
root=lvmid/HgO2CX-KnQK-........-dQk9Hf
The above lvmid UUID corresponds correctly with the ones in the /boot/grub/grub.cfg (taken when it was working).
Is there a set of grub rescue instructions for Proxmox?
Will attempt to revert to a previous BIOS and see.
.