Minimal BASH-like editing is supported but 'linux' generates an error: "filename expected."
I'd like to get back to the GRUB with options I could arrow-key to highlight.
I've used this guild without an issue but the same primitive GRUB still appears.
Boot-repair, on LiveUSB, allows me to add a repository to the computers source list so I could try its suggestion to install GRUB Legacy or reinstall GRUB if I could add the source.
Is this the right source? If so, the computer's OS source list menu won't allow me to add it.
Perhaps the BASH commands could be used to boot the OS? I can't make it load the kernal.
bash
until a linux kernel has been booted). Thelinux
command sets or loads the kernel that is provided as part of the command (you obviously gave it no filename, thus the 'filename expected' error); the example in the Ubuntu Troubleshooting guide gives the example "linux (hdX,Y)/boot/vmlinuz-3.0.2-14 root=/dev/sda1 ro
" (which needs change; no supported release uses 3.0 anymore, X & Y need changing etc) – guiverc Jan 06 '21 at 23:54