Outreachy Linux Kernel Community
 help / color / mirror / Atom feed
From: Bagas Sanjaya <bagasdotme@gmail.com>
To: Khadija Kamran <kamrankhadijadj@gmail.com>, Outreachy@lists.linux.dev
Subject: Re: Help with Ubuntu Virtual Machine
Date: Mon, 20 Mar 2023 15:43:21 +0700	[thread overview]
Message-ID: <ZBgcqXcN6ApwEQpS@debian.me> (raw)
In-Reply-To: <ZBgHuKm52X3tpQKh@khadija-virtual-machine>

[-- Attachment #1: Type: text/plain, Size: 2258 bytes --]

On Mon, Mar 20, 2023 at 12:14:00PM +0500, Khadija Kamran wrote:
> Hi Outreachy Mentors!
> 
> I am an Outreachy applicant and I am part of this community since the
> communication period. While I was working on my Virtual Machine, it
> accidentally shut down and it has been stuck on boot since then.
> 
> This mail is to ask for help with this problem. I have been stuck for
> two days and I have tried several slutions but the problem still
> remains.
> 
> I have windows10 installes and I am using Ubuntu 22.04.1 0n VMWare
> Virtual Machine(13GB RAM and 2x4 cores). Here is the error:
> -----------------------------------
> Gave up waiting for root device. Common problems:
> -Boot args (cat /proc/cmdline)
>   -Check rootdelay= (did the system wait long enough?)
> -Missing modules (cat /proc/modules; ls /dev)
> ALERT! UUID=718ed077-947d-4018-80ad-59825678e81d does not exist. 
> Dropping to a shell!
> 
> BusyBox v1.27.2 (Ubuntu 1:1.27.2-2ubuntu3.2) built-in shell (ash)
> Enter 'help' for a list of built-in commands.
> 
> (initramfs)_
> ------------------------------------
> 
> I have tried adding rootdelay and I have also tried chaning UUID to
> /dev/sda3 (where kernel is installed). I have used the older versions to
> run some commands, 'sudo apt-get clean' and 
> 'sudo update-initramfs -k 6.3.0-rc2+ -u' command, but the problem
> remains.

Hi,

Looks like your kernel missed important kernel configs (did you compile
the kernel yourself?).

You need to see Thorsten's kernel build doc at [1]. tldr: Start with
distribution (Ubuntu) kernel config (find 6.1 kernel config in /boot), then
prepare the trimmed config by `make olddefconfig localmodconfig`. If you
are being asked new config options, just hit Enter to use default value.
You can now launch `make nconfig` to configure the kernel the way you'd like,
but try to be conservative (if you don't understand CONFIG_FOO, leave it alone.

When using localmodconfig, you may need to attach all your devices so that
the appropriate modules are loaded.

Thanks.

[1]: https://lore.kernel.org/linux-doc/1a788a8e7ba8a2063df08668f565efa832016032.1678021408.git.linux@leemhuis.info/

-- 
An old man doll... just what I always wanted! - Clara

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

      reply	other threads:[~2023-03-20  8:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-20  7:14 Help with Ubuntu Virtual Machine Khadija Kamran
2023-03-20  8:43 ` Bagas Sanjaya [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZBgcqXcN6ApwEQpS@debian.me \
    --to=bagasdotme@gmail.com \
    --cc=Outreachy@lists.linux.dev \
    --cc=kamrankhadijadj@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox