I'd like to compile/install the Linux-Libre kernel but I don't want to use LILO as a bootloader since I already have GRUB, is it possible to do?
Asked
Active
Viewed 298 times
0
-
The bootloader boots the kernels in its configuration file, it isn't fussy about the type of kernel... – jasonwryan Apr 01 '15 at 07:42
-
Yeah, but the make install breaks if it doesn't find LILO. – Kolt Penny Apr 01 '15 at 07:47
-
Then remove that dependency from the makefile. Or, better yet, use the AUR [PKGBUILD which doesn't have that dependency](https://aur.archlinux.org/packages/linux-libre)... – jasonwryan Apr 01 '15 at 07:51