From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6CC80C433E0 for ; Wed, 29 Jul 2020 21:07:47 +0000 (UTC) Received: from shelob.surriel.com (shelob.surriel.com [96.67.55.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9D9C7206D4 for ; Wed, 29 Jul 2020 21:07:46 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=bryanbrattlof.com header.i=@bryanbrattlof.com header.b="lJczfkJc" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9D9C7206D4 Authentication-Results: mail.kernel.org; dmarc=fail (p=reject dis=none) header.from=bryanbrattlof.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kernelnewbies-bounces+kernelnewbies=archiver.kernel.org@kernelnewbies.org Received: from localhost ([::1] helo=shelob.surriel.com) by shelob.surriel.com with esmtp (Exim 4.94) (envelope-from ) id 1k0tIe-0007vY-5h for kernelnewbies@archiver.kernel.org; Wed, 29 Jul 2020 17:07:44 -0400 Received: from mail-40133.protonmail.ch ([185.70.40.133]) by shelob.surriel.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1k0tDw-0003XU-6q for kernelnewbies@kernelnewbies.org; Wed, 29 Jul 2020 17:02:53 -0400 Date: Wed, 29 Jul 2020 21:02:39 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bryanbrattlof.com; s=protonmail2; t=1596056568; bh=gGMcsQoQcW4tYOsbTA10kSftrQYJdC/Ik9leIpNx4mA=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=lJczfkJcsj1drBQRe0F48YcSFFsaA9KAlPCDslXcvM7ohWGyqVTKIp9JciWMw57GD iUPZmmU/+ObpxALCAQwVkHmu39e0OysLwawsTnouu04T2oyPb85AZBxUe0uMKZw10T Htn3mg3Wm5pqeIpc3ROs/REhhyOwPAQ/Dig+AsHYhGvz8V18d1ytMgUhJuJVC+Fpo7 3cIau99HNk3I6jWvgFZbilehSTQ7FQmaJ3F8UCo9WQf+mW/OYFq1HcbnocIApIQNBn HvonkewX0tlgt956ok+RwuVPJ9kMiVsc31yemAw8bkeyDn5HQjrmUL4Nk47wBcESRP IGepE+IxtAJDQ== To: Yashodhan Joshi From: Bryan Brattlof Subject: Re: Compiled Kernel stuck in booting Message-ID: <87lfj2f314.fsf@bryanbrattlof.com> In-Reply-To: <20200729085148.GA6481@yj-ideapad> References: <20200729085148.GA6481@yj-ideapad> MIME-Version: 1.0 Cc: kernelnewbies@kernelnewbies.org X-BeenThere: kernelnewbies@kernelnewbies.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Learn about the Linux kernel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Bryan Brattlof Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: kernelnewbies-bounces+kernelnewbies=archiver.kernel.org@kernelnewbies.org On 2020-07-29T04:51:48-0400 Yashodhan Joshi wrote: > Hello, > Hi Yashodhan: Sorry to send this to you again, somehow I dropped the mailing list from the email > > I use a dual boot laptop with windows and Ubuntu,with grub2. > > I Followed the instruction in https://kernelnewbies.org/OutreachyfirstpatchSetup to clone the source code and compile the kernel, which was done without any errors. > When I tried to install the kernel using 'sudo make modules_install install' it showed a warning when updating initramfs, that it will attempt to resume from UUID, which is my SWAP space, > but other than that it showed no other errors. > > When I tried to boot into it from the grub menu after restarting, it showed message of loading the kernel and then 'setting up intitial ramdisk', after which nothing further happend. > The default kernel that came with ubuntu is still working and boots up into desktop environment withing 2-3 minutes after the 'ramdisk' message, > but even though I kept the system running for 20 minutes after the 'ramdisk' message for the compiled kernel, niether any further proccess seems to be happening nor any error messages are shown. > Can someone help me figuring out what is wrong and how can I run the kernel? > > Thank You. > I'm fairly new to this myself, however with my Debian/Ubuntu based system, I have had success using: $ make -j `getconf _NPROCESSORS_ONLN` deb-pkg to compile the kernel into a few debian package that we can then install using something like: $ sudo dpkg -i *.deb > > Also can someone point me in right direction to send suggestions about updating the information on kernelnewbies website? > The information about connecting mutt to Gmail is quite outdated, and I would like to help updating it. > > Sorry I can't help you here > > _______________________________________________ > Kernelnewbies mailing list > Kernelnewbies@kernelnewbies.org > https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies Hope this helps -- ~Bryan _______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies