deepin boot screen missing
Tofloor
poster avatar
hgaevin
deepin
2017-08-14 11:21
Author
hi i recently installed deepin for the first time and everything was going fine until now when i started up my pc the deepin letters filling up w/ blue were replaced by a grey screen with 3 white squares in the middle.

how can i put the deepin screen back ?
Reply Favorite View the author
All Replies
imgradeone
deepin
2017-08-14 16:35
#1
You don't have boot screen,I don't have shutdown screen
Reply View the author
danygee
deepin
2017-08-22 13:51
#2
The same problem for me after installing nvidia drivers
Reply View the author
svetoch
deepin
2017-08-24 00:14
#3
ctrl + alt +t

  1. sudo nano /etc/default/grub
Copy the Code


GRUB_GFXMODE=»1920×1080″ //add your monitor parameters

GRUB_GFXPAYLOAD_LINUX=»keep» //add this line

save (F2)

  1. sudo update-initfamfs -u

  2. sudo update-grub2
Copy the Code


reboot
Reply View the author
danygee
deepin
2017-08-24 11:45
#4
Here is my config, but it seems to be ignored on boot:

  1. # Written by com.deepin.daemon.Grub2
  2. GRUB_BACKGROUND="/boot/grub/themes/deepin/background.png"
  3. GRUB_CMDLINE_LINUX=""
  4. GRUB_CMDLINE_LINUX_DEFAULT=""
  5. GRUB_DEFAULT="0"
  6. GRUB_DISTRIBUTOR="`/usr/bin/lsb_release -d -s 2>/dev/null || echo Deepin`"
  7. GRUB_THEME="/boot/grub/themes/deepin/theme.txt"
  8. GRUB_TIMEOUT="5"
  9. GRUB_HIDDEN_TIMEOUT_QUIET="true"
  10. GRUB_GFXMODE="1920x1080x32"
  11. GRUB_GFXPAYLOAD_LINUX="keep"
  12. GRUB_VIDEO_BACKEND="vbe"
  13. GRUB_SAVEDEFAULT="false"
Copy the Code
Reply View the author
Gourji
deepin
2017-08-24 14:26
#5
1- Download the zipped script and extract it

2- Open a terminal window and navigate to the directory containing the script.

3- Enter the following command.

chmod +x plymouth-resolution-fix.sh

4- Enter the following command to run the script.

sudo ./plymouth-resolution-fix.sh
Reply View the author
danygee
deepin
2017-11-29 13:22
#6
Edited by danygee at 2017-11-30 14:26
https://bbs.deepin.org/post/144146
1- Download the zipped script and extract it

2- Open a terminal window and navigate to the director ...

Thx!
It did some changes.
Now I have black screen on boot, which is better than ugly nvidia grey screen with stupid dots.
On shutdown and restart, the animation is displayed properly.
Any idea what to do to bring the deepin animation back on boot?




Reply View the author
RealAct
deepin
2017-12-03 20:45
#7
Has anyone encountered a complete solution to this issue? it seems the script provided by Gourji helps but doesn't totally fix it.
Reply View the author
genetics73
deepin
2017-12-04 07:57
#8
You must modify the grub settings such that the screen resolution is between 800x600 and 1024x768. For me, the simplest way was to install a program called Grub-customizer, and then change the settings in "Advanced" from "Auto" to your choice. You may want to experiment with the resolution till you find the best one for you.
Reply View the author
RealAct
deepin
2017-12-04 15:40
#9
https://bbs.deepin.org/post/144146
You must modify the grub settings such that the screen resolution is between 800x600 and 1024x768. F ...

genetics73, thanks, I will try that.
Reply View the author