[SOLVED] KERNEL PANIC - NOT SYNCING, 6.9.2, Boots in safe mode only


Recommended Posts

Title says it all.  Here's a photo of where it hangs.  I've tried flashing to a different USB (same model),  but that didn't work.  It does boot in safe mode.  

 

But where do I go from here?   

 

Is it possible to revert back to 6.8.3?  In unRAID it looks like there's an option.  But it doesn't seem to be functional.

 

20210428_180101.thumb.jpg.8fbd9849da0ee18c7f15dfee795fd888.jpg

Edited by Marc_G2
Link to comment
  • Marc_G2 changed the title to KERNEL PANIC - NOT SYNCING, 6.9.2, Boots in safe mode only [SOLVED]

Actually I found the exact cause.  Apparently I can't competently delete something from the syslinux.cfg file.  I got tire of seeing this warning from the fix common problems tool:

 

vfio-pci.ids or xen-pciback.hide found within syslinux.cfg. For best results on Unraid 6.9+, it is recommended to remove those methods of isolating devices for use within a VM and instead utilize the options within Tools - System Devices. See HERE for more details

 

I tried following the directions I saw here twice.  But apparently I don't know what I'm doing.

https://forums.unraid.net/topic/103525-vfio-pciids-found-within-syslinuxcfg/?tab=comments#comment-955697&searchlight=1

 

Link to comment

@Marc_G2 Looks like it cannot find the rootfs. Syslinux should look similar to this as a minimum.. You may have additional options after the bzroot.

 

default menu.c32
menu title Lime Technology, Inc.
prompt 0
timeout 50
label Unraid OS
  menu default
  kernel /bzimage
  append initrd=/bzroot 
label Unraid OS GUI Mode
  kernel /bzimage
  append initrd=/bzroot,/bzroot-gui 
label Unraid OS Safe Mode (no plugins, no GUI)
  kernel /bzimage
  append initrd=/bzroot unraidsafemode
label Unraid OS GUI Safe Mode (no plugins)
  kernel /bzimage
  append initrd=/bzroot,/bzroot-gui unraidsafemode
label Memtest86+
  kernel /memtest

 

Or if you click on flash within GUI. Ignore the addition entries I have.

 

image.thumb.png.db1e28b879355672e8eb5a7e12c97ced.png

  • Like 1
Link to comment

So this is my syslinux.cfg file that currently works.   I thought I just needed to delete vfio-pci.ids=1022:43c7,1b73:1100

Is that not right?  I attached my broken .cfg file.  I know using notepad can cause issues.  But I figured it would've fine for this.

 

default menu.c32
menu title Lime Technology, Inc.
prompt 0
timeout 50
label Unraid OS
  menu default
  kernel /bzimage
  append initrd=/bzroot vfio-pci.ids=1022:43c7,1b73:1100
label Unraid OS GUI Mode
  kernel /bzimage
  append initrd=/bzroot,/bzroot-gui
label Unraid OS Safe Mode (no plugins, no GUI)
  kernel /bzimage
  append initrd=/bzroot unraidsafemode
label Unraid OS GUI Safe Mode (no plugins)
  kernel /bzimage
  append initrd=/bzroot,/bzroot-gui unraidsafemode
label Memtest86+
  kernel /memtest

 

(broken) syslinux.cfg

Link to comment
Just now, Marc_G2 said:

So this is my syslinux.cfg file that currently works.   I thought I just needed to delete vfio-pci.ids=1022:43c7,1b73:1100

Is that not right?  I attached my broken .cfg file.  I know using notepad can cause issues.  But I figured it would've fine for this.

 


default menu.c32
menu title Lime Technology, Inc.
prompt 0
timeout 50
label Unraid OS
  menu default
  kernel /bzimage
  append initrd=/bzroot vfio-pci.ids=1022:43c7,1b73:1100
label Unraid OS GUI Mode
  kernel /bzimage
  append initrd=/bzroot,/bzroot-gui
label Unraid OS Safe Mode (no plugins, no GUI)
  kernel /bzimage
  append initrd=/bzroot unraidsafemode
label Unraid OS GUI Safe Mode (no plugins)
  kernel /bzimage
  append initrd=/bzroot,/bzroot-gui unraidsafemode
label Memtest86+
  kernel /memtest

 

(broken) syslinux.cfg 473 B · 0 downloads

Click on flash drive in Main tab. 

This will bring up the syslinux. You can just delete the vfio part click apply.

 

image.thumb.png.4b9be7ac33d11c21802cd58601fe2c05.png

Link to comment

Windows notepad saves things with Windows line endings, and in general is just awful. If you work with Linux-based files in the future, consider a replacement such as Notepad++, Programmer's Notepad, Atom, or similar. It's generally safer, and they're all free.

 

 

@Marc_G2 - Just to clarify, what's the state of things? Still booting to a kernel panic normally, but seems okay in Safe Mode? It might be best to copy your Config directory, erase the flash, and start over. The Config directory is the only directory which contains system-specific information on the flash drive. You're experiencing odd behavior, one of the files may have been mangled by a bad tool, and it doesn't seem like there are any customizations in place (aside from /config ) that you need in place, correct?

Link to comment
21 hours ago, SimonF said:

Click on flash drive in Main tab. 

This will bring up the syslinux. You can just delete the vfio part click apply.

Ah yes, thanks.  It'd been so long since I configured my VM, I completely forgot about that.

 

13 hours ago, codefaux said:

Just to clarify, what's the state of things?

The issue is resolved now.  I just need to edit it the correct way

  • Like 1
Link to comment
  • JorgeB changed the title to [SOLVED] KERNEL PANIC - NOT SYNCING, 6.9.2, Boots in safe mode only

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.