Grub Customizer serve ad abbellire e modificare il menu di Grub 2. Per installarlo su Debian Wheezy/Sid:
# apt-get install libssl-dev cmake libgtkmm-2.4-dev
$ wget https://launchpad.net/grub-customizer/3.0/3.0.2/+download/grub-customizer_3.0.2.tar.gz
$ tar xfv grub-customizer_3.0.2.tar.gz
$ cd grub-customizer-3.0.2/
$ cmake
$ make -j3
# make install
enjoy 😉
Salve Edmond, grazie per i commandi che sono riuscito a eseguire fino a cmake – non accetta il comando.
Potresti indicare quale puo essere il motivo dell’errore ? Grazie marco
user@name:~$ cd grub-customizer-3.0.2/
user@name:~/grub-customizer-3.0.2$ cmake
cmake version 2.8.9
Usage
cmake [options]
cmake [options]
poi
user@name: ~/grub-customizer-3.0.2$ cmake grub-customizer-3.0.2
CMake Error: The source directory “/home/user/grub-customizer-3.0.2/grub-customizer-3.0.2” does not exist.
Marco ci sono cascato anche io, ma basta aprire il file README: devi scrivere ‘cmake .’ cioè aggiungere il punto come path… spero di esserti stato utile, ciao e un grazie a questo interessante blog.