6.9.2 prompts to reboot when viewing VM Manager in Settings


Go to solution Solved by SimonF,

Recommended Posts

On 8/10/2022 at 3:17 AM, nraygun said:

Still looking for more support on this. Hope someone can help or steer me in the right direction.

Cat you provide the following cat /boot/syslinux/syslinux.cfg

 

I had pcie entries only on the gui section and not on the making the two the same fixed my issue.

 

root@computenode:~# cat /boot/syslinux/syslinux.cfg 
default menu.c32
menu title Lime Technology, Inc.
prompt 0
timeout 50
label Unraid OS
  menu default
  kernel /bzimage
  append initrd=/bzroot isolcpus=2-11 
label Unraid OS GUI Mode
  kernel /bzimage
  append initrd=/bzroot,/bzroot-gui isolcpus=2-11 acpi_enforce_resources=lax i915.force_probe=4680 pcie_acs_override=downstream,multifunction vfio-pci.enable_sriov=1
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

Edited by SimonF
Link to comment
default menu.c32
menu title Lime Technology, Inc.
prompt 0
timeout 50
label Unraid OS
  menu default
  kernel /bzimage
  append initrd=/bzroot pcie_acs_override=downstream,multifunction vfio_iommu_type1.allow_unsafe_interrupts=1
label Unraid OS GUI Mode
  kernel /bzimage
  append vfio_iommu_type1.allow_unsafe_interrupts=1 pcie_acs_override=downstream,multifunction 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

 

The default looks similar to the default except the default has commas and the parameters are in a different order.

Should I make the default parameters the same as the GUI mode?

Link to comment
  • Solution
20 minutes ago, nraygun said:

The setting in the GUI for PCI ACS override is "both", not "downstream". Maybe I need to change that? Is "both" the proper parameter name?

The GUI is likely to be incorrect.

 

the current running can be found by 

 

cat  /proc/cmdline 

 

But this will be why you are seeing the reboot as GUI and Syslinux config dont match. Maybe you changed in syslinux and not via the GUI?

  • Like 1
Link to comment

BINGO!
I changed them both to be the same (omitting the bzroot-gui for the default) and the problem is solved - no more prompt for a reboot when looking at the VM settings!!! Woohoo!

Thank you so much @SimonF!!!

 

Not sure, but maybe in the past I changed the syslinux file manually. But wouldn't changing it in the GUI write a new one? Oh well, it's fixed.

 

Thanks again!

Link to comment

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.