So there's this vulnerability from last year called CVE-2016-4484 that allows me to get a root shell by holding down the Enter key at bootup. It works on my computer (I've tried) I'm supposed to be able to just put the following code into the command line:
sed -i 's/GRUB_CMDLINE_LINUX_DEFAULT="/GRUB_CMDLINE_LINUX_DEFAULT="panic=5 /' /etc/default/grub grub-install
However, that hasn't worked. I'm getting an error message:
sed: can't read grub-install: No such file or directory
I've already run grub-install
. Can anyone help me with this? Thanks.
sed
command is invalid. Recheck your source and try again. – heynnema Jun 17 '17 at 22:15