Comment puis-je arrêter l'écho des commandes au démarrage d'ubuntu?
Une image de ce dont je parle:
Ubuntu Desktop affiche normalement un écran de démarrage au démarrage, mais pour une raison quelconque (ou peut-être un problème d’installation), sur mon PC, il affiche une liste détaillée de messages en mode texte.
Puis-je résoudre ce problème sans réinstaller Ubuntu?
Maintenant, je suis sûr que l'origine du problème est la suivante:
Fichier Grub (produit par Puppy Linux):
# menu.lst produced by grub4dosconfig-v1.9.2
color white/green yellow/blue white/black green/black
#splashimage=/splash.xpm
timeout 10
default 0
# Full installed Linux
title Ubuntu
uuid 4a0cefa3-46a8-4143-8fbd-1872c641c9a4
kernel /vmlinuz root=/dev/sda5 ro
initrd /initrd.img
# Windows
# this entry searches Windows on the HDD and boot it up
title Windows\nBoot up Windows if installed
errorcheck off
find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /bootmgr
find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader /ntldr
find --set-root --ignore-floppies --ignore-cd /io.sys
chainloader /io.sys
errorcheck on
# Advanced Menu
title Advanced menu
configfile /menu-advanced.lst
commandline
Bien au moment où vous utilisez grub4dos de Puppy Linux pour démarrer
Vous devez réinstaller le fichier Ubuntu.
Sudo grub-install /dev/sda #if booting in legacy mode
ou
Sudo install-grub #if booting in EFI mode
ensuite
Sudo update-grub