Created
January 18, 2015 02:19
-
-
Save prologic/9ad4f34fc2c1d3dfe3e1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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