diff --git a/debian/README.Debian b/debian/README.Debian
index 3001410..ed0c992 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -87,6 +87,6 @@ GRUB_CMDLINE_LINUX_DEFAULT variable. For example:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
-or to keep the grub background during kernel load:
+You may also keep the grub background and hide the kernel boot messages with:
- GRUB_CMDLINE_LINUX_DEFAULT="quiet splash fbcon=vc:2-6"
+ GRUB_CMDLINE_LINUX_DEFAULT="quiet splash fbcon=vc:2"
diff --git a/debian/changelog b/debian/changelog
index cf8c74c..2a10d1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
desktop-base (8.0.0~exp2) UNRELEASED; urgency=medium
[ Aurélien COUDERC ]
+ * Add widescreen alternative for grub background
* Add plymouth Lines theme.
* Add KDM Lines theme and make it default.
* Add QML Lines theme for ksplash and make it default for new users.
diff --git a/debian/prerm b/debian/prerm
index 5017a7a..226cc35 100644
--- a/debian/prerm
+++ b/debian/prerm
@@ -40,6 +40,7 @@ if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
# remove grub alternatives
for background in \
lines-grub.png \
+ lines-grub-1920x1080.png \
joy-grub.png \
spacefun-grub.png \
spacefun-grub-widescreen.png \
diff --git a/grub/lines-grub-1920x1080.png b/grub/lines-grub-1920x1080.png
index 3fc9677..dde0656 100644
Binary files a/grub/lines-grub-1920x1080.png and b/grub/lines-grub-1920x1080.png differ
diff --git a/source/lines/grub-widescreen.svg b/source/lines/grub-widescreen.svg
new file mode 100644
index 0000000..4054504
--- /dev/null
+++ b/source/lines/grub-widescreen.svg
@@ -0,0 +1,330 @@
+
+
\ No newline at end of file
diff --git a/source/lines/grub.svg b/source/lines/grub.svg
new file mode 100644
index 0000000..897e80f
--- /dev/null
+++ b/source/lines/grub.svg
@@ -0,0 +1,308 @@
+
+
\ No newline at end of file