Skip to content

Instantly share code, notes, and snippets.

@prologic
Created January 18, 2015 01:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prologic/80d885053e2e81e06023 to your computer and use it in GitHub Desktop.
Save prologic/80d885053e2e81e06023 to your computer and use it in GitHub Desktop.
created by github.com/tr3buchet/gister
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