View previous topic :: View next topic |
Author |
Message |
messana Tux's lil' helper
Joined: 27 Nov 2010 Posts: 90
|
Posted: Thu Sep 26, 2024 2:54 pm Post subject: grub doppio impossibile [Risolto] |
|
|
Ciao a tutti, sul mio pc ho due 2 ssd. Nel primo ho installato plasma con systemd, successivamente ho deciso di installare nel secondo mate con openrc. Credevo che fosse tutto ok ma mi sono accorto che quando ho installato mate openrc mi sono perso il grub plasma systemd. Io accedo ai sistemi con f8 e dal bios scelgo quale sistema linux avviare. Per bypassare il problema ho installato su plasma un kernel diverso da gentoo mate openrc ma niente le 2 gentoo non riescono a convivere nel solito pc. Ricordo tempo fa di aver trovato un post dove era possibile configurare il grub dando dei nomi diversi ai 2 sistemi tipo gentoo_plasma e gentoo_mate.
Spero di essere stato abbastanza chiaro...
Last edited by messana on Sun Sep 29, 2024 10:24 am; edited 1 time in total |
|
Back to top |
|
|
sabayonino Veteran
Joined: 03 Jan 2012 Posts: 1036
|
Posted: Sat Sep 28, 2024 4:21 pm Post subject: |
|
|
Ciao Mex ... è un piacere rileggerti dopo tanto tempo.
Per uqanto riguarda la tua domanda ,
potresti provare la seguente soluzione bypassando "f8"
decidi quale grub vuoi utilizzare principalmente (ssd1? o ssd2 ? ) o quale disco fare il boot principalemente
in /etc/default/grub
decommenta o aggiungi se non c'è :
Code: | GRUB_DISABLE_OS_PROBER="false" |
aggiorna il file di conf
Code: | grub-mkconfig -o /boot/grub/grub.cfg |
il pacchetto
Code: | [I] sys-boot/os-prober
Available versions: 1.81-r3{tbz2} ~1.82 **9999*l
Installed versions: 1.81-r3{tbz2}(09:20:17 16/06/2024)
Homepage: https://salsa.debian.org/installer-team/os-prober
Description: Utility to detect other OSs on a set of drives |
dovrebbe essere installato.
questo permette l'individuazione di altri SO in altre unità o partizioni e verranno aggiunte al menu di boot
PS : io ho la tua stessa situazione:
Gentoo Principale su SSD /dev/sda3 (boot da BIOS)
Gentoo di riserva su HDD /dev/sdb5
Il boot lo fa da bios su sda ma ho la possibilità di selezionarle la seconda distribuzione direttamente dal menu grub di sda
Esempio :
Quote: |
grub-mkconfig -o /boot/grub/grub.cfg
Password:
Generating grub configuration file ...
Found theme: /boot/grub/themes/starfield/theme.txt
Found linux image: /boot/vmlinuz-6.6.52-gentoo-x86_64
Found initrd image: /boot/intel-uc.img /boot/amd-uc.img /boot/initramfs-6.6.52-gentoo-x86_64.img
Found linux image: /boot/vmlinuz-6.6.51-gentoo-dist
Found initrd image: /boot/intel-uc.img /boot/amd-uc.img /boot/initramfs-6.6.51-gentoo-dist.img
Found linux image: /boot/vmlinuz-6.1.106-gentoo-x86_64
Found initrd image: /boot/intel-uc.img /boot/amd-uc.img /boot/initramfs-6.1.106-gentoo-x86_64.img
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Found Gentoo Linux on /dev/sdb5
Adding boot menu entry for UEFI Firmware Settings ...
Found memtest image: /boot/memtest86plus/memtest64.bios
Found memtest image: /boot/memtest86plus/memtest.efi64
|
_________________ LRS i586 on G.Drive
LRS x86-64 EFI on MEGA |
|
Back to top |
|
|
messana Tux's lil' helper
Joined: 27 Nov 2010 Posts: 90
|
Posted: Sun Sep 29, 2024 10:23 am Post subject: Risolto |
|
|
Grazie mille Sabayonino, è un piacere risentirti.
Tante buone cose, a presto. |
|
Back to top |
|
|
|