Windows sparito da grub in dual boot

Informazioni, consigli e novità sulla galassia delle distribuzioni GNU/Linux, *nix, *BSD e su altri sistemi operativi non liberi.
Avatar utente
GjMan78
Rampante Reduce
Rampante Reduce
Messaggi: 6188
Iscrizione: mercoledì 22 novembre 2006, 19:15
Desktop: KdePlasma
Distribuzione: EndeavourOS
Sesso: Maschile
Località: ~/Italia/Lazio/Viterbo/

Re: Windows sparito da grub in dual boot

Messaggio da GjMan78 »

Se dovesse ricapitare che sparisca esegui nuovamente os-prober.

Sembra come se avviandolo manualmente la situazione si sblocchi...
MacBook Pro - Intel i5-3210 - 16 Gbyte Ram DDR3 - SSD 500 Gbyte x 2
»»» 𝗙𝗮𝗶 𝗶𝗹 𝗕𝗮𝗰𝗸𝘂𝗽! ¯\_(ツ)_/¯
Pucklord1971
Prode Principiante
Messaggi: 118
Iscrizione: mercoledì 4 gennaio 2023, 20:06
Distribuzione: Ubuntu 22.04.04 LTS
Sesso: Maschile

Re: Windows sparito da grub in dual boot

Messaggio da Pucklord1971 »

Un altro piccolo aiuto...
Adesso, prima del menù di scelta del sistema operativo, compare una pagina "ferma" con scritto che il colore di sfondo non va bene e di premere un tasto per continuare e poi appare la scelta del grub...
Come posso rimediare ?
Pucklord1971
Prode Principiante
Messaggi: 118
Iscrizione: mercoledì 4 gennaio 2023, 20:06
Distribuzione: Ubuntu 22.04.04 LTS
Sesso: Maschile

Re: Windows sparito da grub in dual boot

Messaggio da Pucklord1971 »

Incredibile...
E' di nuovo scomparso win 7 ed anche con sudo os-prober non trova nulla...

Codice: Seleziona tutto

andrea@andrea-System-Product-Name:~$ sudo os-prober
[sudo] password di andrea: 

Codice: Seleziona tutto

andrea@andrea-System-Product-Name:~$ lsblk -e7 -o name,uuid,size,fstype,mountpoints
NAME UUID                                   SIZE FSTYPE MOUNTPOINTS
sda                                       931,5G        
├─sda1
│    1C30CA3F30CA201E                     731,5G ntfs   /media/andrea/1C30CA3F30CA201E
├─sda2
│                                             1K        
├─sda3
│    51B9-539F                              513M vfat   /boot/efi
├─sda5
│    397dc77b-8356-4660-8159-5b42b3650067   8,1G swap   
└─sda6
     69d462e8-fc4d-43ba-8965-a8c6beeeb570 191,4G ext4   /var/snap/firefox/common/host-hunspell
                                                        /
sdb                                           0B        
sdc                                           0B        
sdd                                           0B        
sde                                           0B        
sr0                                        1024M
Pucklord1971
Prode Principiante
Messaggi: 118
Iscrizione: mercoledì 4 gennaio 2023, 20:06
Distribuzione: Ubuntu 22.04.04 LTS
Sesso: Maschile

Re: Windows sparito da grub in dual boot

Messaggio da Pucklord1971 »

Codice: Seleziona tutto

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT="Ubuntu"
GRUB_TIMEOUT_STYLE="hidden"
GRUB_TIMEOUT="5"
GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL="console"

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE="1920x1080"

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID="true"

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

GRUB_SAVEDEFAULT="falseGRUB_DISABLE_OS_PROBER=false"
GRUB_DISABLE_OS_PROBER="false"

export GRUB_MENU_PICTURE="/home/andrea/Immagini/Sfondi/pink-4k.jpg"
export GRUB_COLOR_NORMAL="light-gray/black"
export GRUB_COLOR_HIGHLIGHT="red/blackGRUB_DISABLE_OS_PROBER=false"
GRUB_DISABLE_OS_PROBER="false"
GRUB_DISABLE_OS_PROBER="true"
GRUB_DISABLE_OS_PROBER="false"
GRUB_DISABLE_OS_PROBER="false"
GRUB_DISABLE_OS_PROBER=false
Avatar utente
GjMan78
Rampante Reduce
Rampante Reduce
Messaggi: 6188
Iscrizione: mercoledì 22 novembre 2006, 19:15
Desktop: KdePlasma
Distribuzione: EndeavourOS
Sesso: Maschile
Località: ~/Italia/Lazio/Viterbo/

Re: Windows sparito da grub in dual boot

Messaggio da GjMan78 »

Ecco il problema, hai incasinato la configurazione di grub.

apri il terminale ed esegui questo

Codice: Seleziona tutto

sudo mv /etc/default/grub /etc/default/grub.old

Codice: Seleziona tutto

sudo nano /etc/default/grub
Incollaci questo usando la combinazione di tasti CTRL + SHIFT + V

Codice: Seleziona tutto

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`( . /etc/os-release; echo ${NAME:-Ubuntu} ) 2>/dev/null || echo Ubuntu`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# If your computer has multiple operating systems installed, then you
# probably want to run os-prober. However, if your computer is a host
# for guest OSes installed via LVM or raw disk devices, running
# os-prober can cause damage to those guest OSes as it mounts
# filesystems to look for things.
GRUB_DISABLE_OS_PROBER=false

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal
GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
Salva con CTRL + O, Invio.

Esci con CTRL + X.

Esegui

Codice: Seleziona tutto

sudo update-grub
E disinstalla quell'idiozia di grub customizer.
MacBook Pro - Intel i5-3210 - 16 Gbyte Ram DDR3 - SSD 500 Gbyte x 2
»»» 𝗙𝗮𝗶 𝗶𝗹 𝗕𝗮𝗰𝗸𝘂𝗽! ¯\_(ツ)_/¯
Pucklord1971
Prode Principiante
Messaggi: 118
Iscrizione: mercoledì 4 gennaio 2023, 20:06
Distribuzione: Ubuntu 22.04.04 LTS
Sesso: Maschile

Re: Windows sparito da grub in dual boot

Messaggio da Pucklord1971 »

GjMan78 ha scritto:
lunedì 5 agosto 2024, 18:41
Ecco il problema, hai incasinato la configurazione di grub.

apri il terminale ed esegui questo

Codice: Seleziona tutto

sudo mv /etc/default/grub /etc/default/grub.old

Codice: Seleziona tutto

sudo nano /etc/default/grub
Incollaci questo usando la combinazione di tasti CTRL + SHIFT + V

Codice: Seleziona tutto

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`( . /etc/os-release; echo ${NAME:-Ubuntu} ) 2>/dev/null || echo Ubuntu`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# If your computer has multiple operating systems installed, then you
# probably want to run os-prober. However, if your computer is a host
# for guest OSes installed via LVM or raw disk devices, running
# os-prober can cause damage to those guest OSes as it mounts
# filesystems to look for things.
GRUB_DISABLE_OS_PROBER=false

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal
GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
Salva con CTRL + O, Invio.

Esci con CTRL + X.

Esegui

Codice: Seleziona tutto

sudo update-grub
E disinstalla quell'idiozia di grub customizer.
Fatto come hai scritto...
Tutto ok...
Unica cosa che non capisco è che adesso, all'avvio, compare uno splash di Kubuntu 22.04...
Come faccio a toglierlo ?
Avatar utente
GjMan78
Rampante Reduce
Rampante Reduce
Messaggi: 6188
Iscrizione: mercoledì 22 novembre 2006, 19:15
Desktop: KdePlasma
Distribuzione: EndeavourOS
Sesso: Maschile
Località: ~/Italia/Lazio/Viterbo/

Re: Windows sparito da grub in dual boot

Messaggio da GjMan78 »

Esegui questo nel terminale

Codice: Seleziona tutto

sudo update-alternatives --config default.plymouth
Se hai più temi per l'animazione di avvio ti verrà chiesto quale utilizzare, seleziona quella classica di Ubuntu.
MacBook Pro - Intel i5-3210 - 16 Gbyte Ram DDR3 - SSD 500 Gbyte x 2
»»» 𝗙𝗮𝗶 𝗶𝗹 𝗕𝗮𝗰𝗸𝘂𝗽! ¯\_(ツ)_/¯
Pucklord1971
Prode Principiante
Messaggi: 118
Iscrizione: mercoledì 4 gennaio 2023, 20:06
Distribuzione: Ubuntu 22.04.04 LTS
Sesso: Maschile

Re: Windows sparito da grub in dual boot

Messaggio da Pucklord1971 »

Nisba...
Provato due volte, cambiando il predefinito, ma si avvia sempre con lo splash di kubuntu...
Avatar utente
GjMan78
Rampante Reduce
Rampante Reduce
Messaggi: 6188
Iscrizione: mercoledì 22 novembre 2006, 19:15
Desktop: KdePlasma
Distribuzione: EndeavourOS
Sesso: Maschile
Località: ~/Italia/Lazio/Viterbo/

Re: Windows sparito da grub in dual boot

Messaggio da GjMan78 »

Posta questo

Codice: Seleziona tutto

dpkg -l | grep plymouth

Codice: Seleziona tutto

plymouth-set-default-theme -l
MacBook Pro - Intel i5-3210 - 16 Gbyte Ram DDR3 - SSD 500 Gbyte x 2
»»» 𝗙𝗮𝗶 𝗶𝗹 𝗕𝗮𝗰𝗸𝘂𝗽! ¯\_(ツ)_/¯
Pucklord1971
Prode Principiante
Messaggi: 118
Iscrizione: mercoledì 4 gennaio 2023, 20:06
Distribuzione: Ubuntu 22.04.04 LTS
Sesso: Maschile

Re: Windows sparito da grub in dual boot

Messaggio da Pucklord1971 »

GjMan78 ha scritto:
venerdì 9 agosto 2024, 17:59
Posta questo

Codice: Seleziona tutto

dpkg -l | grep plymouth

Codice: Seleziona tutto

plymouth-set-default-theme -l

Codice: Seleziona tutto

andrea@andrea-System-Product-Name:~$ dpkg -l | grep plymouth
ii  libplymouth5:amd64                                 0.9.5+git20211018-1ubuntu3                        amd64        graphical boot animation and logger - shared libraries
ii  plymouth                                           0.9.5+git20211018-1ubuntu3                        amd64        boot animation, logger and I/O multiplexer
ii  plymouth-label                                     0.9.5+git20211018-1ubuntu3                        amd64        boot animation, logger and I/O multiplexer - label control
ii  plymouth-theme-breeze                              5.24.4-0ubuntu1                                   amd64        Breeze theme for Plymouth
ii  plymouth-theme-kubuntu-logo                        1:22.04.10                                        all          graphical boot animation and logger - kubuntu-logo theme
ii  plymouth-theme-kubuntu-text                        1:22.04.10                                        all          graphical boot animation and logger - kubuntu-text theme
rc  plymouth-theme-solar                               0.9.0-0ubuntu3                                    amd64        graphical boot animation and logger - solar theme
ii  plymouth-theme-spinner                             0.9.5+git20211018-1ubuntu3                        amd64        boot animation, logger and I/O multiplexer - spinner theme
ii  plymouth-theme-ubuntu-budgie-logo                  0.14.4                                            all          graphical boot animation and logger - Ubuntu Budgie logo theme
ii  plymouth-theme-ubuntu-gnome-logo                   22.04.2                                           all          graphical boot animation and logger - ubuntu-gnome-logo theme
ii  plymouth-theme-ubuntu-text                         0.9.5+git20211018-1ubuntu3                        amd64        boot animation, logger and I/O multiplexer - ubuntu text theme

Codice: Seleziona tutto

andrea@andrea-System-Product-Name:~$ plymouth-set-default-theme -l
plymouth-set-default-theme: comando non trovato
Avatar utente
GjMan78
Rampante Reduce
Rampante Reduce
Messaggi: 6188
Iscrizione: mercoledì 22 novembre 2006, 19:15
Desktop: KdePlasma
Distribuzione: EndeavourOS
Sesso: Maschile
Località: ~/Italia/Lazio/Viterbo/

Re: Windows sparito da grub in dual boot

Messaggio da GjMan78 »

Io eliminerei tutti questi pacchetti

Codice: Seleziona tutto

sudo apt remove plymouth-theme-kubuntu-logo  plymouth-theme-kubuntu-text plymouth-theme-ubuntu-budgie-logo plymouth-theme-ubuntu-text
poi

Codice: Seleziona tutto

sudo apt insall --reinstall plymouth-theme-ubuntu-gnome-logo
e fammi vedere cosa dice questo

Codice: Seleziona tutto

sudo update-alternatives --config default.plymouth
MacBook Pro - Intel i5-3210 - 16 Gbyte Ram DDR3 - SSD 500 Gbyte x 2
»»» 𝗙𝗮𝗶 𝗶𝗹 𝗕𝗮𝗰𝗸𝘂𝗽! ¯\_(ツ)_/¯
Pucklord1971
Prode Principiante
Messaggi: 118
Iscrizione: mercoledì 4 gennaio 2023, 20:06
Distribuzione: Ubuntu 22.04.04 LTS
Sesso: Maschile

Re: Windows sparito da grub in dual boot

Messaggio da Pucklord1971 »

Codice: Seleziona tutto

andrea@andrea-System-Product-Name:~$ sudo update-alternatives --config default.plymouth
[sudo] password di andrea: 
Sono disponibili 2 scelte per l'alternativa default.plymouth (che fornisce /usr/share/plymouth/themes/default.plymouth).

  Selezione    Percorso                                                                 Priorità  Stato
------------------------------------------------------------
* 0            /usr/share/plymouth/themes/ubuntu-gnome-logo/ubuntu-gnome-logo.plymouth   150       modalità automatica
  1            /usr/share/plymouth/themes/bgrt/bgrt.plymouth                             110       modalità manuale
  2            /usr/share/plymouth/themes/ubuntu-gnome-logo/ubuntu-gnome-logo.plymouth   150       modalità manuale

Premere Invio per mantenere il valore predefinito[*] o digitare il numero della selezione: 
Avatar utente
GjMan78
Rampante Reduce
Rampante Reduce
Messaggi: 6188
Iscrizione: mercoledì 22 novembre 2006, 19:15
Desktop: KdePlasma
Distribuzione: EndeavourOS
Sesso: Maschile
Località: ~/Italia/Lazio/Viterbo/

Re: Windows sparito da grub in dual boot

Messaggio da GjMan78 »

Dovrebbe essere a posto. Prova a riavviare.
MacBook Pro - Intel i5-3210 - 16 Gbyte Ram DDR3 - SSD 500 Gbyte x 2
»»» 𝗙𝗮𝗶 𝗶𝗹 𝗕𝗮𝗰𝗸𝘂𝗽! ¯\_(ツ)_/¯
Pucklord1971
Prode Principiante
Messaggi: 118
Iscrizione: mercoledì 4 gennaio 2023, 20:06
Distribuzione: Ubuntu 22.04.04 LTS
Sesso: Maschile

Re: Windows sparito da grub in dual boot

Messaggio da Pucklord1971 »

Riavviato...
Tutto ok...
Grazie infinite, anche per la pazienza...
Avatar utente
GjMan78
Rampante Reduce
Rampante Reduce
Messaggi: 6188
Iscrizione: mercoledì 22 novembre 2006, 19:15
Desktop: KdePlasma
Distribuzione: EndeavourOS
Sesso: Maschile
Località: ~/Italia/Lazio/Viterbo/

Re: Windows sparito da grub in dual boot

Messaggio da GjMan78 »

Prego!
MacBook Pro - Intel i5-3210 - 16 Gbyte Ram DDR3 - SSD 500 Gbyte x 2
»»» 𝗙𝗮𝗶 𝗶𝗹 𝗕𝗮𝗰𝗸𝘂𝗽! ¯\_(ツ)_/¯
Scrivi risposta

Ritorna a “Altre distribuzioni e sistemi operativi”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 2 ospiti