Hypervisor Boot Weird Messages

Hi,

When i boot my APC3100 (with Debian), the Hypervisor boot shell shows some weird verbose messages…

The messages are the following:

[ 0.048921] Cannot find an available gap in the 32-bit address range
[ 0.048923] PCI devices with unassigned 32-bit BARs may not work!
rootfs: recovering journal
rootfs: Clearing orphaned inode 276369 (uid=1000, gid=1000, mode=0100700, size=3096)
rootfs: Clearing orphaned inode 283358 (uid=1000, gid=1000, mode=0100600, size=4194304)
rootfs: Clearing orphaned inode 276370 (uid=1000, gid=1000, mode=0100644, size=1923)
rootfs: Clearing orphaned inode 279011 (uid=1000, gid=1000, mode=010644, size=1923)
rootfs: clean, 140670/1662976 files, 1085770/6623744 blocks
[ 4.716380] itco_wdt itco_wdt: can’t request region for resource [mem 0x00c5fffc-0x0c5fffff]

Here is a photo of the messages:

Here is a photo of the hardware configuration:

As you can see there is a usb connected for the touch of a monitor, a DVI-D for the video signal of the monitor, extra port for powerlink cable (purple), extra port for another DVI-D (the one thats not used in the image).

What it could be?

We tried upgrading the BIOS to the latest version but it didn’t change anything.
Could it be a setting related to the hypervisor?

Thanks in advance.

The file system is corrupted, this message is from fsck when the file system is being repaired.
If this message appears at every boot, you should check the hard disk or the system was not shut down properly (init 0).

1 Like

Sorry for the late reply.

Actually after trying to reboot the hypervisor system (GPOS+AR) via the brhypsrvSystemReboot() function (via C API libbrhypsrv64.so), I noticed that the “rootfs” messages disappeared.
So it was most likely due to an inappropriate shutdown.

However the messages:
[ 0.048921] Cannot find an available gap in the 32-bit address range
[ 0.048923] PCI devices with unassigned 32-bit BARs may not work!
[ 4.716380] itco_wdt itco_wdt: can’t request region for resource [mem 0x00c5fffc-0x0c5fffff]
have not disappeared, their cause is still unknown to me.