Hi! I've been struggling to get a usb keyboard to work. It works everywhere all the time except on the grub screen (it works in BIOS).
Based on some online threads, I added
...to /etc/default/grub and then ran update-grub and rebooted.
Now when i try to boot, it gives the error:
On the grub command line "ls -l" just returns the same error.
I'm pretty confused and would love to get back into my machine! Any advice?
I'm going to boot a live USB and see what i can learn.
Based on some online threads, I added
Code:
GRUB_TERMINAL_INPUT="usb_keyboard" GRUB_PRELOAD_MODULES="usb usb_keyboard ohci uhci ehci"
Now when i try to boot, it gives the error:
Code:
error: disk 'hd0, msdos1' not found
I'm pretty confused and would love to get back into my machine! Any advice?
I'm going to boot a live USB and see what i can learn.
Comment