Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

6.9.2 prompts to reboot when viewing VM Manager in Settings

Featured Replies

Solved by SimonF

  • Community Expert
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.

I have just seen this on 6.11rc4 on one of my machines which no changes will see if I can findout what is the cause.

 

image.thumb.png.a4de69f58f79838d2db2de9c3087527b.png

  • Community Expert
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

  • Author
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?

  • Author

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?

  • Community Expert
  • 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?

  • Author

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!

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...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.