-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hi there,
After moving to a larger disk, I had to recreate the partition table to be able to resize the partitions. This changed the ordering, resulting in a grub rescue screen.
After lots of faffing around, reading the arch linux wiki, reading through the void-installer script, I have managed to reinstall grub through chroot and sort out the bootstrap partition, but I now immediately get an "invalid memory access" error when the graphical menu loads.
It's fairly apparent I'm still doing something wrong here but I'm not sure what. I could try and make an ELF grub image from the live disk and then place that in the bootstrap partition, or run grub-install outside chroot, but I don't expect that to work really. Any ideas? I sort of wonder if the latest grub package is just broken.
Hamish