I'm trying to recover I have 2 partitons:
HD(0,7) label BOOT
HD(0,8) label Storage
I tried selecting a Linux and set the partitions, no success
I can not get it to boot libreelec however I get an error message /vmlinuz not found when I select a standard linux and can not figure out how to edit the grub config using grub2win
So I'm reasonable sure I need a customized config, however I've not been able to fine a good example I'm running the latest stable build of libreelec currently and it worked before updating windows, so it should boot given the right setting.
I did a full install using EFI on vmware, the checked the grub config, and modified the UUID:
menuentry "LibreELEC" {
search --set -f /KERNEL
linux /KERNEL boot=UUID=4263-D4F6 disk=UUID=aea54a1e-dd22-447c-a8cb-f9db9c70ceee quiet
}
However this fails with unsupport filesystem, however the FS is ext3 so it should be supported.
Can someone post a working example please.
Thanks,
ERIC