You are not logged in.
"grub-install: error: cannot find a GRUB drive for [drive]/[root partition]. Check your device.map."
Is there a way to install a grub drive for said partition from here or no?
Assistance may be required, and greatly appreciated here.
Offline
Please post the complete command used and any other output that came with that error message.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Please post the complete command used and any other output that came with that error message.
the command was "grub-install --target=i386-pc /[drive]/[root]"
The full error was in the original post.
Offline
And what is [drive]/[root]? Post the actual command and the output from `lsblk`. That command should specify a device, not a partition.
Last edited by Trilby (2020-09-21 00:19:41)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
You aren't disclosing any sensitive information by stating your actual drive letters.
Mod note: Moving to NC
Offline
You can try " grub-install --target=x86_64-efi --efi-directory=/YOUR BOOT PARTITION --bootloader-id=GRUB "
Offline
You can try " grub-install --target=x86_64-efi --efi-directory=/YOUR BOOT PARTITION --bootloader-id=GRUB "
Except that makes no sense if it's a BIOS system, which the OP's command suggests.
Offline