Outreachy Linux Kernel Community
 help / color / mirror / Atom feed
* Help with Ubuntu Virtual Machine
@ 2023-03-20  7:14 Khadija Kamran
  2023-03-20  8:43 ` Bagas Sanjaya
  0 siblings, 1 reply; 2+ messages in thread
From: Khadija Kamran @ 2023-03-20  7:14 UTC (permalink / raw)
  To: Outreachy

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.

Kindly help me with this problem.

Thank you.

Regards,
Khadija


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Help with Ubuntu Virtual Machine
  2023-03-20  7:14 Help with Ubuntu Virtual Machine Khadija Kamran
@ 2023-03-20  8:43 ` Bagas Sanjaya
  0 siblings, 0 replies; 2+ messages in thread
From: Bagas Sanjaya @ 2023-03-20  8:43 UTC (permalink / raw)
  To: Khadija Kamran, Outreachy

[-- 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 --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-20  8:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-20  7:14 Help with Ubuntu Virtual Machine Khadija Kamran
2023-03-20  8:43 ` Bagas Sanjaya

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox