Replies: 2 comments
-
If using MX Linux's GRUB, At MX Linux, edit Make sure you have the following settings
Then execute the following command sudo update-grub ======================================================== Alternatively, you can put the setting in the Example: Execute the following command sudo mkdir -p /etc/default/grub.d
echo 'GRUB_DISABLE_OS_PROBER=false' | sudo tee /etc/default/grub.d/os-prober.cfg Then execute the following command sudo update-grub ========================================================
|
Beta Was this translation helpful? Give feedback.
-
I don't know why the grub installation fails in your environment. Maybe you can refer to the precautions I mentioned in another discussion thread #95 - dual boot. AlternativeThe default installation program provided by I provide another method here to install This is just an experimental method for your reference. It's not guaranteed to work for your environment. You can experiment and see if it works. Please refer to the following steps. The current settings are only applicable to AnduinOS 1.3 series ( Howto
sudo apt update
sudo apt install calamares calamares-settings-debian git clone -b ubuntu-25.04 https://github.com/samwhelp/calamares-settings-debian-adjustment-for-ubuntu.git calamares-settings
cd calamares-settings
./install.sh
calamares-install-debian
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I set up my hard drive to multi boot Linux distros ; so far I only have Anduin ; at the end of the installation grub fail to be install , MX linux is in another drive and that's how I get it to run , when I run sudo update-grub it updates correctly , but it does not appear in boot options in bios , can some body help me with that ?
Beta Was this translation helpful? Give feedback.
All reactions