Created
January 18, 2015 01:39
-
-
Save prologic/80d885053e2e81e06023 to your computer and use it in GitHub Desktop.
created by github.com/tr3buchet/gister
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 /etc/lilo.conf | |
# | |
# /etc/lilo.conf: lilo(8) configuration, see lilo.conf(5) | |
# | |
lba32 | |
install=text | |
boot="/dev/disk/by-id/usb-058f_6387_14100601008789-0:0" | |
image=/boot/vmlinuz | |
label=CRUX | |
root="UUID=8503f5d8-d5b3-4d06-8679-ee5ad2008c95" | |
read-only | |
append="quiet" | |
# End of file | |
bash-4.3# make install | |
sh /usr/src/linux-3.14.27/arch/x86/boot/install.sh 3.14.27 arch/x86/boot/bzImage \ | |
System.map "/boot" | |
Warning: /dev/disk/by-id/usb-058f_6387_14100601008789-0:BIOS syntax is no longer supported. | |
Please use a DISK section. | |
Fatal: open /dev/disk/by-id/usb-058f_6387_14100601008789-0: No such file or directory | |
/usr/src/linux-3.14.27/arch/x86/boot/Makefile:182: recipe for target 'install' failed | |
make[1]: *** [install] Error 1 | |
/usr/src/linux-3.14.27/arch/x86/Makefile:239: recipe for target 'install' failed | |
make: *** [install] Error 2 | |
bash-4.3# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment