Windows sparito da grub in dual boot
- GjMan78
- Rampante Reduce
- Messaggi: 6171
- 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
Sembra come se avviandolo manualmente la situazione si sblocchi...
»»» 𝗙𝗮𝗶 𝗶𝗹 𝗕𝗮𝗰𝗸𝘂𝗽! ¯\_(ツ)_/¯
-
- Prode Principiante
- Messaggi: 117
- Iscrizione: mercoledì 4 gennaio 2023, 20:06
- Distribuzione: Ubuntu 22.04.03 LTS
- Sesso: Maschile
Re: Windows sparito da grub in dual boot
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 ?
-
- Prode Principiante
- Messaggi: 117
- Iscrizione: mercoledì 4 gennaio 2023, 20:06
- Distribuzione: Ubuntu 22.04.03 LTS
- Sesso: Maschile
Re: Windows sparito da grub in dual boot
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
-
- Prode Principiante
- Messaggi: 117
- Iscrizione: mercoledì 4 gennaio 2023, 20:06
- Distribuzione: Ubuntu 22.04.03 LTS
- Sesso: Maschile
Re: Windows sparito da grub in dual boot
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
- GjMan78
- Rampante Reduce
- Messaggi: 6171
- 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
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
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"
Esci con CTRL + X.
Esegui
Codice: Seleziona tutto
sudo update-grub
»»» 𝗙𝗮𝗶 𝗶𝗹 𝗕𝗮𝗰𝗸𝘂𝗽! ¯\_(ツ)_/¯
-
- Prode Principiante
- Messaggi: 117
- Iscrizione: mercoledì 4 gennaio 2023, 20:06
- Distribuzione: Ubuntu 22.04.03 LTS
- Sesso: Maschile
Re: Windows sparito da grub in dual boot
Fatto come hai scritto...GjMan78 ha scritto: ↑lunedì 5 agosto 2024, 18:41Ecco 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
Incollaci questo usando la combinazione di tasti CTRL + SHIFT + VCodice: Seleziona tutto
sudo nano /etc/default/grub
Salva con CTRL + O, Invio.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"
Esci con CTRL + X.
EseguiE disinstalla quell'idiozia di grub customizer.Codice: Seleziona tutto
sudo update-grub
Tutto ok...
Unica cosa che non capisco è che adesso, all'avvio, compare uno splash di Kubuntu 22.04...
Come faccio a toglierlo ?
- GjMan78
- Rampante Reduce
- Messaggi: 6171
- 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
Codice: Seleziona tutto
sudo update-alternatives --config default.plymouth
»»» 𝗙𝗮𝗶 𝗶𝗹 𝗕𝗮𝗰𝗸𝘂𝗽! ¯\_(ツ)_/¯
-
- Prode Principiante
- Messaggi: 117
- Iscrizione: mercoledì 4 gennaio 2023, 20:06
- Distribuzione: Ubuntu 22.04.03 LTS
- Sesso: Maschile
Re: Windows sparito da grub in dual boot
Provato due volte, cambiando il predefinito, ma si avvia sempre con lo splash di kubuntu...
- GjMan78
- Rampante Reduce
- Messaggi: 6171
- 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
Codice: Seleziona tutto
dpkg -l | grep plymouth
Codice: Seleziona tutto
plymouth-set-default-theme -l
»»» 𝗙𝗮𝗶 𝗶𝗹 𝗕𝗮𝗰𝗸𝘂𝗽! ¯\_(ツ)_/¯
-
- Prode Principiante
- Messaggi: 117
- Iscrizione: mercoledì 4 gennaio 2023, 20:06
- Distribuzione: Ubuntu 22.04.03 LTS
- Sesso: Maschile
Re: Windows sparito da grub in dual boot
GjMan78 ha scritto: ↑venerdì 9 agosto 2024, 17:59Posta 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
- GjMan78
- Rampante Reduce
- Messaggi: 6171
- 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
Codice: Seleziona tutto
sudo apt remove plymouth-theme-kubuntu-logo plymouth-theme-kubuntu-text plymouth-theme-ubuntu-budgie-logo plymouth-theme-ubuntu-text
Codice: Seleziona tutto
sudo apt insall --reinstall plymouth-theme-ubuntu-gnome-logo
Codice: Seleziona tutto
sudo update-alternatives --config default.plymouth
»»» 𝗙𝗮𝗶 𝗶𝗹 𝗕𝗮𝗰𝗸𝘂𝗽! ¯\_(ツ)_/¯
-
- Prode Principiante
- Messaggi: 117
- Iscrizione: mercoledì 4 gennaio 2023, 20:06
- Distribuzione: Ubuntu 22.04.03 LTS
- Sesso: Maschile
Re: Windows sparito da grub in dual boot
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:
- GjMan78
- Rampante Reduce
- Messaggi: 6171
- 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
»»» 𝗙𝗮𝗶 𝗶𝗹 𝗕𝗮𝗰𝗸𝘂𝗽! ¯\_(ツ)_/¯
-
- Prode Principiante
- Messaggi: 117
- Iscrizione: mercoledì 4 gennaio 2023, 20:06
- Distribuzione: Ubuntu 22.04.03 LTS
- Sesso: Maschile
Re: Windows sparito da grub in dual boot
Tutto ok...
Grazie infinite, anche per la pazienza...
- GjMan78
- Rampante Reduce
- Messaggi: 6171
- 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
»»» 𝗙𝗮𝗶 𝗶𝗹 𝗕𝗮𝗰𝗸𝘂𝗽! ¯\_(ツ)_/¯
Chi c’è in linea
Visualizzano questa sezione: 0 utenti iscritti e 0 ospiti