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?
- The bootloader boots the kernels in its configuration file, it isn't fussy about the type of kernel...jasonwryan– jasonwryan2015-04-01 07:42:19 +00:00Commented Apr 1, 2015 at 7:42
- Yeah, but the make install breaks if it doesn't find LILO.Kolt Penny– Kolt Penny2015-04-01 07:47:11 +00:00Commented Apr 1, 2015 at 7:47
- Then remove that dependency from the makefile. Or, better yet, use the AUR PKGBUILD which doesn't have that dependency...jasonwryan– jasonwryan2015-04-01 07:51:05 +00:00Commented Apr 1, 2015 at 7:51
Add a comment |