Author Topic: How to easily change the Grub Screen's background on R10  (Read 1591 times)

Dan

  • Sr. Member
  • ****
  • Posts: 192
    • View Profile
How to easily change the Grub Screen's background on R10
« on: September 02, 2016, 09:00:27 PM »
I don't know if it's just me, but on both of my installs of R10 thusfar, the grub screen is that basic black and blue grub screen.

If anyone else is experiencing this, and you'd like to have the classic wattOS background on R10...here's the simplest way that I know without having to change any configuration files. All you need to do is copy and paste an image.

1. Open your file manager as root.

To open the file manager as root, you can either...

a) From the main menu, go to System Tools and click on Root File Manager. Then enter your password in the window that pops up.

...or...

b) Open your terminal, and enter the following command...

Code: [Select]
sudo pcmanfm
It will also ask for your password in the terminal after entering that command.

Either method will open your file manager as root.

Now...if you don't already have a shortcut to Filesystem Root in the side panel, click "Edit" in the tool bar, then click "Preferences". In the window that pops up, click on "Layout", and put a check mark next to "Filesystem Root". That will give you a shortcut and easy access to the root File System in your File Manager. Close the "Preferences" window.

2. Click the shortcut to Filesystem Root in the side panel, and go to /usr/share/wattOS

Right-click on green-grub.jpg and choose Copy.

3. Click the shortcut to Filesystem Root again, and go to /boot/grub

On any empty space in that folder, right-click and choose Paste

That should paste the copied picture into that folder.

4. Close the File Manager

5. Open your terminal, and enter this command...

Code: [Select]
sudo update-grub
When that finishes, Reboot your computer, and you should now have the wattOS grub screen.  ;)
« Last Edit: September 02, 2016, 10:05:48 PM by Dan »

billwho

  • Full Member
  • ***
  • Posts: 34
    • View Profile
Re: How to easily change the Grub Screen's background on R10
« Reply #1 on: September 02, 2016, 09:42:43 PM »
Yes... I also got the basic black and blue grub screen on install.

Please add to step 1 of your instructions for someone who does not know how open the file manager as root:

1. goto Menu > System Tools > Root File Manager
login with your password

THEN add 'Filesystem Root' to the side panel

otherwise when you try to Paste to /boot/grub
you will get 'Permission denied'

Now I have changed the grub screen to green-grub.jpg
--and--
The mouse is working

Much better... thank you for both Dan
« Last Edit: September 02, 2016, 09:47:21 PM by billwho »

Dan

  • Sr. Member
  • ****
  • Posts: 192
    • View Profile
Re: How to easily change the Grub Screen's background on R10
« Reply #2 on: September 02, 2016, 09:55:54 PM »
Will do! Thanks for the reminder billwho!