blackscreen on boot with first compiled kernel
From: Valdis.Kletnieks at vt.edu <hidden>
Date: 2016-03-31 11:50:31
On Thu, 31 Mar 2016 06:09:13 -0000, Hrushit Parikh said:
The linux kernel of my repo is 4.5.0-rc+. I copied the existing .config file from /boot to my source tree and ran 1. make olddefconfig, 2. make 3. make modules_install install.
You probably wanted to use 'make oldconfig' rather than 'olddefconfig'. To improve your build time a lot, try this: 1) copy that .config over. 2) Insert all your USB and other pluggable devices at least once, so they get their drivers modprobed'd. 3) Use 'make localmodconfig' - this will only make modules for devices you actually have (maybe 200) rather than the 4,000 or so a distro kernel builds. Proceed with your steps 2 and 3. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 848 bytes Desc: not available Url : http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20160331/b6d7b8a2/attachment.bin