Ubuntu の起動時にコマンドのエコーを停止するにはどうすればよいですか?
私が話していることのイメージ:
Ubuntu デスクトップは通常、起動時にスプラッシュ スクリーンを表示しますが、何らかの理由 (またはインストールの問題) により、私の PC ではテキスト モードで詳細なメッセージ リストが表示されます。
Ubuntu を再インストールせずにこれを修正できますか?
問題の原因はこれだと確信しています:
- Windows をインストールしましたが、ブートローダーが変更され、デュアルブートが利用できなくなったため、Puppy Linux Live CD (高速で簡単なソリューション) を使用して新しい GRUB ファイルを作成しました。ここで述べている問題を除いて、ほぼすべて問題ありません。修正方法について何かアイデアはありますか?
Grub ファイル (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
答え1
さて、現時点では、Puppy Linuxのgrub4dosを起動に使用しています
Ubuntu の grub を再インストールする必要があります。
sudo grub-install /dev/sda #if booting in legacy mode
または
sudo install-grub #if booting in EFI mode
それから
sudo update-grub