You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Still present on on rc2, but here it also seems to crash with bios lock disabled.
Flashed rc1, and I could log into the machine, on rc2 variety of crashes occurred, logs in the attachment.
In the first panic it seems to occur in SHMEM. SHMEM according to Linux Kconfig:
The shmem is an internal filesystem used to manage shared memory.
It is backed by swap and manages resource limits. It is also exported
to userspace as tmpfs if TMPFS is enabled. Disabling this
option replaces shmem and tmpfs with the much simpler ramfs code,
which may be appropriate on small systems without swap.
Seconds panic is a page fault (non existing page) in during __kmalloc_node.
Third is a page fault in mas_spanning_rebalance.isra (maple tree).
It looks really random. I strongly recommend to do things I mentioned here: #1160 (comment)
Component
Dasharo firmware
Device
Protectli VP2430
Dasharo version
v0.9.0rc-1
Dasharo Tools Suite version
Test case ID
BLS001.001, BLS002.001
Brief summary
when the
Bios Lock
is turned on it prevents Ubuntu from bootingHow reproducible
happens every time to me, though the test sample is too little to claim it is 100%
How to reproduce
UEFI setup menu -> Dasharo System Features -> Dasharo Security Options
and turnLock the BIOS boot medium
ON, then save and restart.Expected behavior
ubuntu should boot as usual
Actual behavior
Lock the BIOS boot medium
back off, and booting ubuntu causes no problemkernel panic
errorLock the BIOS boot medium
back off, and booting ubuntu is an easy fix to get rid of kernel paniclog above shows kernel panic in action.
Screenshots
No response
Additional context
No response
Solutions you've tried
No response
The text was updated successfully, but these errors were encountered: