that is not a spin issue. we went out of our way to keep os-prober enabled because debian goes out of their way to disable os-prober.BitterTruth wrote: Sun Oct 01, 2023 3:13 am
We told Stevo about it and he kindly backported 1.32 to testing.
The sound issue was only a glitch it seems, since it's worked well after that. I'll be interested to see what the pipewire fix brings.
The 'quiet splash' is working now as well but something's overriding the /e/d/grub file and subsequent update-grub. Disabling os-prober in grub using:
GRUB_DISABLE_OS_PROBER=true
GRUB_DISABLE_OS_PROBER="true"
has no effect. Still runs and detects other OSes. Update-grub doesn't display the traditional warnings about it being on/off either. I will play around with it a bit more before I download the newer iso. Many thanks again.
towards teh bottom of the /etc/default/grub file you should see this:
Code: Select all
#comment out the below line to allow the above GRUB_DISABLE_OS_PROBER to be toggled off manually
if [ -e /etc/default/grub.mx-defaults ]; then
. /etc/default/grub.mx-defaults
fi
#comment out the above lines to allow the above GRUB_DISABLE_OS_PROBER to be toggled off manually