Skip to content

Instantly share code, notes, and snippets.

@prologic
Created January 18, 2015 02:19
Show Gist options
  • Save prologic/9ad4f34fc2c1d3dfe3e1 to your computer and use it in GitHub Desktop.
Save prologic/9ad4f34fc2c1d3dfe3e1 to your computer and use it in GitHub Desktop.
bash-4.3# cat /boot/menu.lst
search --no-floppy --fs-uuid --set=root 8503f5d8-d5b3-4d06-8679-ee5ad2008c95
terminal_output gfxterm
set timeout=5
menuentry "CRUX" {
linux /boot/vmlinuz root=PARTUUID=8503f5d8-d5b3-4d06-8679-ee5ad2008c95 ro
}
bash-4.3# grub-install /dev/disk/by-id/usb-058f_6387_14100601008789-0\:0
Installation finished. No error reported.
bash-4.3#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment