We are working on transitioning a department off Hyper-v onto Proxmox, but have hit a snag with a 2012R2 server that has a GPT partition table. It gets stuck in a boot loop indicating: No bootable device. Retrying in 1 seconds. Per the FAQ I checked the partition table, and one of the partitions has the boot flag set.
I tired booting off the Windows install CD and running:
I tried booting a GParted live CD and setting the disk flag
Now I get a "Missing Operating System" error.
Our Hyper-v exports with MBR work just fine, it's just the few with GPT that are hanging us up.
Has anyone run into this before? How did you work around it?
Thanks,
Omen
Code:
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 316MB 315MB ntfs Basic data partition hidden, diag
2 316MB 419MB 104MB fat32 EFI system partition boot, esp
3 419MB 554MB 134MB Microsoft reserved partition msftres
4 554MB 64.4GB 63.9GB ntfs Basic data partition msftdata
I tired booting off the Windows install CD and running:
- bootrec /fixmbr
- bootrec /fixboot
I tried booting a GParted live CD and setting the disk flag
Code:
(parted) disk_set pmbr_boot on
Our Hyper-v exports with MBR work just fine, it's just the few with GPT that are hanging us up.
Has anyone run into this before? How did you work around it?
Thanks,
Omen
Last edited: