web-dev-qa-db-ja.com

Grubカスタマイザーテーマエラー-「theme.txt」が見つかりません

私がやったこと:

  • Ubuntu 14.04の新規インストール
  • 4つのハードドライブすべてにBURGをインストールしました(さらにhd0)
  • うまくいくようです
  • GRUB Customizerをインストールし、BURGモードでrootとして実行します

それから私はこのエラーを受け取ります:

 *** initializing (w/o specified bootloader type)…
   * reading partition info…
   * Loading Framebuffer resolutions (background process)
   * Finding out if this is a live CD
sh: 1: hwinfo: not found
 *** initializing (w/ specified bootloader type)…
   * Checking if the config directory is clean
 *** loading configuration
 *** loading - preserveConfig: no
   * unsetting saved config
 *** loading settings
 *** loading grub list
   * loading scripts…
   * loading proxies…
   * cleaning up proxy configuration…
   * creating proxifiedScript links & chmodding other files…
   * running burg-mkconfig
     exception '28InvalidStringFormatException'
 with message 'theme index file path must contain '/boot/burg/themes' given path: 'saved''
 in /build/buildd/grub-customizer-4.0.6/src/Model/ThemeManager.cpp:68
     exception '28InvalidStringFormatException'
 with message 'theme index file path must contain '/boot/burg/themes' given path: 'saved''
 in /build/buildd/grub-customizer-4.0.6/src/Model/ThemeManager.cpp:68
   * restoring grub configuration
   * removing invalid proxies from list
   * loading completed
 *** grub list completely loaded
 *** loading saved grub list
     exception '28InvalidStringFormatException'
 with message 'theme index file path must contain '/boot/burg/themes' given path: 'saved''
 in /build/buildd/grub-customizer-4.0.6/src/Model/ThemeManager.cpp:68
     exception '28InvalidStringFormatException'
 with message 'theme index file path must contain '/boot/burg/themes' given path: 'saved''
 in /build/buildd/grub-customizer-4.0.6/src/Model/ThemeManager.cpp:68
     exception '28InvalidStringFormatException'
 with message 'theme index file path must contain '/boot/burg/themes' given path: 'saved''
 in /build/buildd/grub-customizer-4.0.6/src/Model/ThemeManager.cpp:68
     exception '28InvalidStringFormatException'
 with message 'theme index file path must contain '/boot/burg/themes' given path: 'saved''
 in /build/buildd/grub-customizer-4.0.6/src/Model/ThemeManager.cpp:68
     exception '28InvalidStringFormatException'
 with message 'theme index file path must contain '/boot/burg/themes' given path: 'saved''
 in /build/buildd/grub-customizer-4.0.6/src/Model/ThemeManager.cpp:68
     exception '28InvalidStringFormatException'
 with message 'theme index file path must contain '/boot/burg/themes' given path: 'saved''
 in /build/buildd/grub-customizer-4.0.6/src/Model/ThemeManager.cpp:68
     exception '28InvalidStringFormatException'
 with message 'theme index file path must contain '/boot/burg/themes' given path: 'saved''
 in /build/buildd/grub-customizer-4.0.6/src/Model/ThemeManager.cpp:68
     exception '28InvalidStringFormatException'
 with message 'theme index file path must contain '/boot/burg/themes' given path: 'saved''
 in /build/buildd/grub-customizer-4.0.6/src/Model/ThemeManager.cpp:68

テーマに切り替えようとすると、「theme.txt」が見つからないというメッセージが表示されます。

ただし、私のテーマにはすべて/ boot/burg/themesパスが含まれているようです。

「/ boot/burg/themes/sora/theme」が存在します。しかし、なぜ「theme」は「theme.txt」ではないのですか?

名前の変更は役に立ちません。

どのソリューションも大歓迎です!

2
Connor

色、壁紙、フォントなどのオプションを提供する単純なテーマメソッドの代わりに、複雑なテーマパッケージをインストールして、より見栄えの良いブートメニューを取得できます。

http://ubuntuforums.org (アカウントが必要)でこのスレッドのようなダウンロードソースがいくつかあります。または http://gnome-look.org で 'grub'を検索します

そのようなパッケージ(ほとんどの場合tar.gz形式)をダウンロードし、テーマチューザーの横にある追加ボタンを使用して、利用可能なテーマのリストに追加します。

テーマを変更すると、画像のプレビューを提供し、ファイル管理を可能にする簡単なエディターが表示されます。保存ボタンを押すと、変更されたテーマの内容が保存されます。

1
αғsнιη

私は同じ問題を抱えており、この方法を使用しました...

バーグを完全に削除します。

Sudo apt-get remove --purge burg burg-common burg-emu burg-pc burg-themes burg-themes-common

Burgを再インストールします。

Sudo add-apt-repository ppa:n-muench/burg && Sudo apt-get update && Sudo apt-get install burg burg-themes && Sudo burg-install "(hd0)" && Sudo update-burg && Sudo burg-emu

そして...

私は初心者ですが、解決策が見つからなかったため、すぐに共有することにしました。

Ubuntuを更新した後、ローダーがBURGからGRUBに変更された後、同じ問題が発生しました。チュートリアルを実行しようとすると、「theme.txt not found」、「theme index file path must must include '/ boot/burg/themes'」という問題が発生し、burg-emuは次のようになりました。 burgとgrub-customizerの両方をもう一度パージして再インストールしたとき、update-burgを実行した直後に端末からburg-emuを起動しようとしました。驚くべきことに、うまくいきましたが、リストにはさまざまなUbuntuバージョンがいっぱいでした。 Grub Customizerを起動してそれらを削除すると、burg.cfgが破損しました。/etc/default/burgを開いて、GRUB Customizerがburg.cfgを見つけて更新しようとした既存の「theme.txt」ではなく、GRUB_THEMEを「saved」に変更して、問題を解決しました。

再インストール後、私は入力しました:

update-burg && burg-emu

その後、f2でテーマを切り替えることができますが、grub-customizer cosの混乱をすべて実行しようとしないでください...

1
Campari

Grub Customizerを使用しないでください。 burg.cfgファイルが破損するだけです。そのため、theme.txtファイルが見つかりません。代わりに、burgエミュレーターから直接テーマを選択してください。ターミナルで「Sudo burg-emu」と入力するだけです。ただし、Grub Customizerを使用してburg.cfgファイルを構成しないでください。

0
gkhn
  1. バーグを完全に削除する:

    Sudo apt-get remove --purge burg burg-common burg-emu burg-pc burg-themes burg-themes-common
    
  2. Burgを再インストールします。

    Sudo add-apt-repository ppa:n-muench/burg && Sudo apt-get update && Sudo apt-get install burg burg-themes && Sudo burg-install "(hd0)" && Sudo update-burg && Sudo burg-emu
    
0
Seanoff

さて、すべてのテーマ用のtheme.txtファイルが必要です。ほとんどの場合、名前を変更したテーマファイルは実際のテーマファイルではないため、名前を変更しても機能しません。これは私が従ったチュートリアルであり、私のために働いた: http://develop.alpdesigns.ch/pages/ubuntu/brug-and-theme-configuration.html 私はgrubに戻ってパージインストールされたすべてのburgパッケージを再インストールします。私が言ったように、リンクされたチュートリアルを試してみてください、私にとっては問題なく動作しました...

0
John

私は初心者ですが、解決策が見つからなかったため、すぐに共有することにしました。

Ubuntuを更新した後、ローダーがBURGからGRUBに変更された後、同じ問題が発生しました。私は チュートリアル を実行しようとしましたが、同じ問題セットになりました: "theme.txt not found"、 "テーマインデックスファイルのパスには '/ boot/burg/themes'が含まれている必要があります"、burg-emuthis のように見え始めました。 burggrub-customizerの両方を再度パージして再インストールしたとき、burg-emuを実行した直後に、ターミナル経由でupdate-burgを起動しようとしました。驚くべきことに、うまくいきましたが、リストにはさまざまなUbuntuバージョンがいっぱいでした。 Grub Customizerを起動してそれらを削除しましたが、burg.cfgが壊れました。 /etc/default/burgを開き、GRUB_THEMEを、Grub Customizerがburg.cfgを見つけて更新しようとした、存在しない「theme.txt」ではなく「saved」に変更して、問題を解決しました。

0
bub