Guest User

Untitled

a guest
Nov 17th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. export GRUB_MENU_PICTURE="/boot/grub/wallpaper.png"
  2. export GRUB_COLOR_NORMAL="white/black"
  3. export GRUB_COLOR_HIGHLIGHT="black/white"
  4.  
  5. /dev/sda1: clean, 201776/60878736 files, 4991277/243040256 blocks
  6.  
  7. loglevel= All Kernel Messages with a loglevel smaller than the
  8. console loglevel will be printed to the console. It can
  9. also be changed with klogd or other programs. The
  10. loglevels are defined as follows:
  11.  
  12. 0 (KERN_EMERG) system is unusable
  13. 1 (KERN_ALERT) action must be taken immediately
  14. 2 (KERN_CRIT) critical conditions
  15. 3 (KERN_ERR) error conditions
  16. 4 (KERN_WARNING) warning conditions
  17. 5 (KERN_NOTICE) normal but significant condition
  18. 6 (KERN_INFO) informational
  19. 7 (KERN_DEBUG) debug-level messages
  20.  
  21.  
  22. quiet [KNL] Disable most log messages
  23.  
  24. linux /vmlinuz-4.4.0-21.generic.efi.signed root=/dev/mapper/encrypted ro loglevel=4
  25.  
  26. linux /vmlinuz-4.4.0-21.generic.efi.signed root=/dev/mapper/encrypted ro quiet
Add Comment
Please, Sign In to add comment