Page 1 of 1

XFS : Failed to recover EFIs (Unable to start Oracle VM VirtualBox)

Posted: 25. Jun 2019, 20:40
by Ammi
VBox.log
(78.78 KiB) Downloaded 22 times
Abruptly unable to connect to Oracle VM VirtualBox .
Getting the below error on VirtualBoxVM GUI :
-------
XFS:Internal error XFS_WANT_CORRUPTED_GOTO at line 1634 of file fs/xfs/xfs_alloc
c.c. Caller 0xffffffffa0167825

XFS (dm-0) : Failed to recover EFIs
-------
Below are few lines from the log :

Code: Select all

00:00:02.250511 NAT: Guest address guess set to 10.0.2.15 by initialization
00:00:02.250621 NAT: resolv.conf: nameserver 8.8.8.8
00:00:02.250628 NAT: resolv.conf: nameserver 12.127.17.83
00:00:02.250639 NAT: DNS#0: 8.8.8.8
00:00:02.250643 NAT: DNS#1: 12.127.17.83
00:00:02.250726 NAT: Set redirect TCP 0.0.0.0:8080 -> 0.0.0.0:8080
00:00:02.250757 NAT: Set redirect TCP 0.0.0.0:8081 -> 0.0.0.0:8081
00:00:02.250781 NAT: Set redirect TCP 0.0.0.0:1521 -> 0.0.0.0:1521
00:00:02.250833 NAT: Failed to redirect TCP 0.0.0.0:22 -> 0.0.0.0:22 (Permission denied)
Thanks in Advance!

Re: XFS : Failed to recover EFIs (Unable to connect Oracle VM VirtualBox)

Posted: 25. Jun 2019, 23:20
by socratis
Ammi wrote:Abruptly unable to connect to Oracle VM VirtualBox
What does that mean? Connect ... how?
Ammi wrote:Getting the below error on VirtualBoxVM GUI
I tried searching for that string (XFS_WANT_CORRUPTED_GOTO) in the VirtualBox source code, and I couldn't find any references. Are you sure the error is coming from VirtualBox? Can you post a screenshot of the error?


PS. For future reference you should ZIP your logs. It helps you, it helps us, it helps the server, it helps save a (virtual) tree or two... ;)

Re: XFS : Failed to recover EFIs (Unable to connect Oracle VM VirtualBox)

Posted: 26. Jun 2019, 14:23
by Ammi
Hi Socratis,

I meant, I have been using Oracle VirtualBox for more than 2 years with no issue. All of a sudden I am unable to start VirtualBox.
Please find the attached screenshot of the error.

Thank You!

Re: XFS : Failed to recover EFIs (Unable to start Oracle VM VirtualBox)

Posted: 26. Jun 2019, 14:30
by mpack
XFS is a (somewhat obscure IMHO) guest filesystem, so that looks like guest file corruption. The error itself clearly occurs inside the guest OS, not in the VirtualBox process.

Re: XFS : Failed to recover EFIs (Unable to start Oracle VM VirtualBox)

Posted: 26. Jun 2019, 14:41
by socratis
Ammi wrote:All of a sudden I am unable to start VirtualBox.
VirtualBox and the VM start just fine, that's not your problem. Just as mpack said, the problem is within your guest.

Just because an OS/program that runs in the context of VirtualBox has a problem, it doesn't make it a VirtualBox problem necessarily. You're having an issue that has nothing to do with VirtualBox, so my suggestion would be to treat it as such, as a native problem with the OS or the application of the guest.

Re: XFS : Failed to recover EFIs (Unable to start Oracle VM VirtualBox)

Posted: 26. Jun 2019, 18:01
by mpack
There seems to be plenty information available online about the XFS_WANT_CORRUPTED_GOTO error. Apparantly it's relatively common and easily fixed using a tool called "xfs_repair". You may have to boot the VM from a repair CD in order to run the tool, just like you'd do in the physical world.