Hi Mates-
I hope your weekend is going well.
I'm preparing to install Modicia O.S. (Debian Stable based) but before I do I need help and clarification on a few things. There are a few questions I've got.
www.modiciaos.cloud
Once installed Modicia has to be booted twice before it can be used and many other things I just don't have time to explain.
On this triple booted Asus Tuf Gaming desktop I would usually just boot into Linux Mint, update Grub and my Debian Trixie and Slackware installations would be seen and show in the Grub Menu.
My thinking is that I will need to edit the /etc/default/grub config and change the string:
OR> should it be:
The Debian WiKi says that it should be set to the first string above that I put in code tags.
Is this correct thinking?
Also, I have Linux Mint 22.3 ready to boot Live on a thumb drive should this install go belly up.
I'm not well versed with Recovery Mode:-
How would I use LM Live to recover if need be? Use chroot?
That is without over riding the Mocicia install and having to perform fresh install of Mint.
In the code below you'll see the Samsung M2 drive where Linux Mint is currently installed. That's the drive I'll be installing Modicia O.S.to:-
The 1 TB ST31000524NS (/dev/sda) is my Debian Trixe install. The 500 GB WD (/dev/sdb) is my Slackware installation.
I'm checking myself with you guys before I wreck myself and my rig.
Thanks in advance
Alex
I hope your weekend is going well.
I'm preparing to install Modicia O.S. (Debian Stable based) but before I do I need help and clarification on a few things. There are a few questions I've got.
MODICIA O.S. – The Ultimate Linux Distribution for Multimedia Professionals
Discover MODICIA O.S. — the Linux distribution for creatives and professionals. Based on Debian Stable, it delivers performance, stability, and freedom with no ads or tracking. Pre‑installed and optimized software for video editing, audio production, graphic design, and office productivity makes...
Once installed Modicia has to be booted twice before it can be used and many other things I just don't have time to explain.
On this triple booted Asus Tuf Gaming desktop I would usually just boot into Linux Mint, update Grub and my Debian Trixie and Slackware installations would be seen and show in the Grub Menu.
My thinking is that I will need to edit the /etc/default/grub config and change the string:
Code:
GRUB_DISABLE_OS_PROBER=false
OR> should it be:
Code:
GRUB_DISABLE_OS_PROBER=true ?
The Debian WiKi says that it should be set to the first string above that I put in code tags.
Is this correct thinking?
Also, I have Linux Mint 22.3 ready to boot Live on a thumb drive should this install go belly up.
I'm not well versed with Recovery Mode:-
How would I use LM Live to recover if need be? Use chroot?
That is without over riding the Mocicia install and having to perform fresh install of Mint.
In the code below you'll see the Samsung M2 drive where Linux Mint is currently installed. That's the drive I'll be installing Modicia O.S.to:-
The 1 TB ST31000524NS (/dev/sda) is my Debian Trixe install. The 500 GB WD (/dev/sdb) is my Slackware installation.
Code:
root@slackware:~# fdisk -l
Disk /dev/nvme0n1: 232.89 GiB, 250059350016 bytes, 488397168 sectors
Disk model: Samsung SSD 970 EVO Plus 250GB
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: F53F3D88-B9DC-451D-90A2-4E5E36E630FC
Device Start End Sectors Size Type
/dev/nvme0n1p1 2048 4095 2048 1M BIOS boot
/dev/nvme0n1p2 4096 1054719 1050624 513M EFI System
/dev/nvme0n1p3 1054720 488396799 487342080 232.4G Linux filesystem
Disk /dev/sda: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: ST31000524NS
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x06de6078
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 1917688126 1917686079 914.4G 83 Linux
/dev/sda2 1917688127 1953525167 35837041 17.1G 82 Linux swap
Disk /dev/sdb: 465.76 GiB, 500107862016 bytes, 976773168 sectors
Disk model: WDC WD5000AZLX-0
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x58a3da76
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 2048 1026047 1024000 500M ef EFI (FAT-12/16/32)
/dev/sdb2 1026048 5220351 4194304 2G 82 Linux swap
/dev/sdb3 5220352 976773167 971552816 463.3G 83 Linux
I'm checking myself with you guys before I wreck myself and my rig.
Thanks in advance
Alex
Last edited:

