diff --git a/helpers/DATA/plymouth/background.png b/helpers/DATA/plymouth/background.png
index bc7d94dae3f15cd1e7e5c8c4f17413083d1d3897..23938a4eec8d457efbeabd66dedb5b6ac66f61a6 100644
Binary files a/helpers/DATA/plymouth/background.png and b/helpers/DATA/plymouth/background.png differ
diff --git a/helpers/DATA/plymouth/script.script b/helpers/DATA/plymouth/script.script
index c07fc5440bc1f5ebf5490a662572528baedf082f..847154b7077e3c9132e9073a31eac1542b7c2fb5 100644
--- a/helpers/DATA/plymouth/script.script
+++ b/helpers/DATA/plymouth/script.script
@@ -26,7 +26,7 @@ if (bits_per_pixel == 4) {
 logo.sprite = Sprite(logo.image);
 logo.opacity_angle = 0;
 logo.sprite.SetX (Window.GetX() + Window.GetWidth()  / 2 - logo.image.GetWidth()  / 2);
-logo.sprite.SetY (Window.GetY() + Window.GetHeight() / 2 - logo.image.GetHeight() / 2);
+logo.sprite.SetY (Window.GetY() + (Window.GetHeight() / 3) * 2 - logo.image.GetHeight() / 2);
 logo.sprite.SetOpacity (1);
 
 fun refresh_callback ()
diff --git a/helpers/DATA/plymouth/trisquel_logo.png b/helpers/DATA/plymouth/trisquel_logo.png
index af52d51db0d93e8bcac6d5413211bcc5451e7b9f..58a989faba0ba375ccf3f50ea8707bc698ab3a82 100644
Binary files a/helpers/DATA/plymouth/trisquel_logo.png and b/helpers/DATA/plymouth/trisquel_logo.png differ
diff --git a/helpers/make-plymouth b/helpers/make-plymouth
index b82a6050d599a9bb7514952daabb245d6c826b05..20c2dfafe08710b7e73fa4f61a36d06812df8d41 100644
--- a/helpers/make-plymouth
+++ b/helpers/make-plymouth
@@ -17,7 +17,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=3
+VERSION=5
 QUILT=skip
 . ./config