HELP! Kernal Panic error.

Discussions about using Linux guests in VirtualBox.
Post Reply
TheAndroidMan
Posts: 7
Joined: 10. Sep 2016, 23:17

HELP! Kernal Panic error.

Post by TheAndroidMan »

I'm getting the age-old "Kernal panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)" When on first install. This is a brand new VM.

I'm a very new linux user and I'm on a VirtualBox VM (of course). I also can't access the grub menu by holding shift on boot.

Try not to use any complicated wording, like I said, I have almost no clue what I'm doing here. I just want this thing installed.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: HELP! Kernal Panic error.

Post by Perryg »

Post the guests log file ( as an attachment ). Right click on the guest in the Main Manager then click show log. Save and post as an attachment. Compress if it is too large to post.
TheAndroidMan
Posts: 7
Joined: 10. Sep 2016, 23:17

Re: HELP! Kernal Panic error.

Post by TheAndroidMan »

Perryg wrote:Post the guests log file ( as an attachment ). Right click on the guest in the Main Manager then click show log. Save and post as an attachment. Compress if it is too large to post.
Alright here you go:
Attachments
Ubuntu-2016-09-10-13-39-35.log
(113.21 KiB) Downloaded 76 times
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: HELP! Kernal Panic error.

Post by Perryg »

Your first issue is you posted in the wrong section. You do not have a Linux host, you have a Windows host. That said this belongs in the Linux as Guest. ( I will move it there )

Code: Select all

00:00:04.252564 VMMDev: Guest Log: BIOS: Booting from CD-ROM...
Now it appears that you are booting from the CD/Drive, meaning you have not actually installed it, correct?
I also see that you are warm booting which will create the kernel panic sometimes because the guests initramfs does not fully clear. I would do a cold boot ( power down the guest ) instead.

Code: Select all

00:00:01.173443 Host RAM: 8129MB total, 3370MB available
00:00:01.254767   RamSize           <integer> = 0x0000000100000000 (4 294 967 296, 4 GB)
I also see you are over committing your RAM by assigning more that you actually have available. Reduce the RAM allocation or free up host memory.
TheAndroidMan
Posts: 7
Joined: 10. Sep 2016, 23:17

Re: HELP! Kernal Panic error.

Post by TheAndroidMan »

Perryg wrote:Your first issue is you posted in the wrong section. You do not have a Linux host, you have a Windows host. That said this belongs in the Linux as Guest. ( I will move it there )

Code: Select all

00:00:04.252564 VMMDev: Guest Log: BIOS: Booting from CD-ROM...
Now it appears that you are booting from the CD/Drive, meaning you have not actually installed it, correct?
I also see that you are warm booting which will create the kernel panic sometimes because the guests initramfs does not fully clear. I would do a cold boot ( power down the guest ) instead.

Code: Select all

00:00:01.173443 Host RAM: 8129MB total, 3370MB available
00:00:01.254767   RamSize           <integer> = 0x0000000100000000 (4 294 967 296, 4 GB)
I also see you are over committing your RAM by assigning more that you actually have available. Reduce the RAM allocation or free up host memory.
First of all, thanks for moving this thread. I was clueless where to put this.

I haven't installed ubuntu on the VM, this is the error I'm getting when I try to install it.

I'm also wondering what you mean by cold boot... (like i said.... I'm very new to this stuff)

I have 8 gigs of ram and 5 are constantly available.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: HELP! Kernal Panic error.

Post by Perryg »

I would do a cold boot ( power down the guest )
TheAndroidMan
Posts: 7
Joined: 10. Sep 2016, 23:17

Re: HELP! Kernal Panic error.

Post by TheAndroidMan »

Perryg wrote:
I would do a cold boot ( power down the guest )
I've been doing that the whole time I'd imagine... :/
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: HELP! Kernal Panic error.

Post by Perryg »

Not according to the log you posted. When it happens click on the red X in the upper title bar and select power off. Since it panics you do not have any way to tell the guest to power down and I guess you are using the machine column in the title bar to reset.
TheAndroidMan
Posts: 7
Joined: 10. Sep 2016, 23:17

Re: HELP! Kernal Panic error.

Post by TheAndroidMan »

Perryg wrote:Not according to the log you posted. When it happens click on the red X in the upper title bar and select power off. Since it panics you do not have any way to tell the guest to power down and I guess you are using the machine column in the title bar to reset.
Cold booting doesn't appear to solve the issue. Any other ideas?
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: HELP! Kernal Panic error.

Post by Perryg »

Post the newest guest log and also:

From the hosts terminal/command window type VBoxManage showvminfo <VM Name> --details and post here. Replace <VM Name> with the actual name of the VM. Use " " if the name has a space in it.

Note if the host is Windows you need to be in the directory that has VBoxManage.exe for the command to work.
TheAndroidMan
Posts: 7
Joined: 10. Sep 2016, 23:17

Re: HELP! Kernal Panic error.

Post by TheAndroidMan »

Perryg wrote:Post the newest guest log and also:

From the hosts terminal/command window type VBoxManage showvminfo <VM Name> --details and post here. Replace <VM Name> with the actual name of the VM. Use " " if the name has a space in it.

Note if the host is Windows you need to be in the directory that has VBoxManage.exe for the command to work.
Alright.
Attachments
VMInfo.txt
(3.84 KiB) Downloaded 25 times
Ubuntu-2016-09-10-20-08-17.log
(71.24 KiB) Downloaded 16 times
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: HELP! Kernal Panic error.

Post by Perryg »

00:00:01.207238 Host RAM: 8129MB total, 1647MB available
00:00:01.294896 RamSize <integer> = 0x0000000080000000 (2 147 483 648, 2 048 MB)

You are still over committing the RAM. You might be better off rebooting the host and not run any other programs until you get this installed.
TheAndroidMan
Posts: 7
Joined: 10. Sep 2016, 23:17

Re: HELP! Kernal Panic error.

Post by TheAndroidMan »

Perryg wrote:00:00:01.207238 Host RAM: 8129MB total, 1647MB available
00:00:01.294896 RamSize <integer> = 0x0000000080000000 (2 147 483 648, 2 048 MB)

You are still over committing the RAM. You might be better off rebooting the host and not run any other programs until you get this installed.
I don't see how I could be.... I have my Memory Usage on one screen and the VM on the other, I have 4 gigs available even when running the VM.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: HELP! Kernal Panic error.

Post by Perryg »

Logs don't lie my friend. Anyway I am off for the day.
Post Reply