Advertisement
szabozoltan69

GRUB-gond

Dec 17th, 2013
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.36 KB | None | 0 0
  1. ========================================================================
  2. cat /etc/default/grub
  3. ========================================================================
  4. # If you change this file, run 'update-grub' afterwards to update
  5. # /boot/grub/grub.cfg.
  6. # For full documentation of the options in this file, see:
  7. #   info -f grub -n 'Simple configuration'
  8.  
  9. GRUB_DEFAULT=0
  10. #GRUB_HIDDEN_TIMEOUT=0
  11. GRUB_HIDDEN_TIMEOUT_QUIET=true
  12. GRUB_TIMEOUT=3
  13. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  14. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  15. GRUB_CMDLINE_LINUX=""
  16.  
  17. # Uncomment to enable BadRAM filtering, modify to suit your needs
  18. # This works with Linux (no patch required) and with any kernel that obtains
  19. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  20. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  21.  
  22. # Uncomment to disable graphical terminal (grub-pc only)
  23. #GRUB_TERMINAL=console
  24.  
  25. # The resolution used on graphical terminal
  26. # note that you can use only modes which your graphic card supports via VBE
  27. # you can see them in real GRUB with the command `vbeinfo'
  28. #GRUB_GFXMODE=640x480
  29.  
  30. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  31. #GRUB_DISABLE_LINUX_UUID=true
  32.  
  33. # Uncomment to disable generation of recovery mode menu entries
  34. #GRUB_DISABLE_RECOVERY="true"
  35.  
  36. # Uncomment to get a beep at grub start
  37. #GRUB_INIT_TUNE="480 440 1"
  38. ========================================================================
  39. ls /boot/
  40. ========================================================================
  41. abi-3.11.0-13-generic
  42. abi-3.11.0-14-generic
  43. abi-3.8.0-19-generic
  44. config-3.11.0-13-generic
  45. config-3.11.0-14-generic
  46. config-3.8.0-19-generic
  47. extlinux
  48. grub
  49. initrd.img-3.11.0-13-generic
  50. initrd.img-3.11.0-14-generic
  51. initrd.img-3.8.0-19-generic
  52. memtest86+.bin
  53. memtest86+_multiboot.bin
  54. System.map-3.11.0-13-generic
  55. System.map-3.11.0-14-generic
  56. System.map-3.8.0-19-generic
  57. vmlinuz-3.11.0-13-generic
  58. vmlinuz-3.11.0-14-generic
  59. vmlinuz-3.8.0-19-generic
  60.  
  61. ========================================================================
  62. ls /
  63. ========================================================================
  64. ...
  65. initrd.img.old -> /boot/initrd.img-3.11.0-14-
  66. vmlinuz.old -> boot/vmlinuz-3.11.0-14-generic
  67. initrd.img -> boot/initrd.img-3.11.0-14-generic
  68. vmlinuz -> boot/vmlinuz-3.11.0-14-generic
  69. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement