Advertisement
Guest User

Untitled

a guest
Aug 29th, 2015
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.51 KB | None | 0 0
  1. /dev/xvda1: LABEL="cloudimg-rootfs" UUID="d4f2aafc-946a-4514-930d-4c45e676f198" TYPE="ext4"
  2. /dev/xvdf1: LABEL="permaroot" UUID="afb7e502-ad08-4d6a-8701-2c05863f958e" TYPE="ext4"
  3.  
  4. #
  5. # DO NOT EDIT THIS FILE
  6. #
  7. # It is automatically generated by grub-mkconfig using templates
  8. # from /etc/grub.d and settings from /etc/default/grub
  9. #
  10.  
  11. ### BEGIN /etc/grub.d/00_header ###
  12. if [ -s $prefix/grubenv ]; then
  13. set have_grubenv=true
  14. load_env
  15. fi
  16. if [ "${next_entry}" ] ; then
  17. set default="${next_entry}"
  18. set next_entry=
  19. save_env next_entry
  20. set boot_once=true
  21. else
  22. set default="0"
  23. fi
  24.  
  25. if [ x"${feature_menuentry_id}" = xy ]; then
  26. menuentry_id_option="--id"
  27. else
  28. menuentry_id_option=""
  29. fi
  30.  
  31. export menuentry_id_option
  32.  
  33. if [ "${prev_saved_entry}" ]; then
  34. set saved_entry="${prev_saved_entry}"
  35. save_env saved_entry
  36. set prev_saved_entry=
  37. save_env prev_saved_entry
  38. set boot_once=true
  39. fi
  40.  
  41. function savedefault {
  42. if [ -z "${boot_once}" ]; then
  43. saved_entry="${chosen}"
  44. save_env saved_entry
  45. fi
  46. }
  47. function recordfail {
  48. set recordfail=1
  49. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  50. }
  51. function load_video {
  52. if [ x$feature_all_video_module = xy ]; then
  53. insmod all_video
  54. else
  55. insmod efi_gop
  56. insmod efi_uga
  57. insmod ieee1275_fb
  58. insmod vbe
  59. insmod vga
  60. insmod video_bochs
  61. insmod video_cirrus
  62. fi
  63. }
  64.  
  65. terminal_input console
  66. terminal_output console
  67. if [ "${recordfail}" = 1 ] ; then
  68. set timeout=0
  69. else
  70. if [ x$feature_timeout_style = xy ] ; then
  71. set timeout_style=hidden
  72. set timeout=0
  73. # Fallback hidden-timeout code in case the timeout_style feature is
  74. # unavailable.
  75. elif sleep --interruptible 0 ; then
  76. set timeout=0
  77. fi
  78. fi
  79. ### END /etc/grub.d/00_header ###
  80.  
  81. ### BEGIN /etc/grub.d/05_debian_theme ###
  82. set menu_color_normal=white/black
  83. set menu_color_highlight=black/light-gray
  84. ### END /etc/grub.d/05_debian_theme ###
  85.  
  86. ### BEGIN /etc/grub.d/20_linux_xen ###
  87.  
  88. ### END /etc/grub.d/20_linux_xen ###
  89.  
  90. ### BEGIN /etc/grub.d/30_os-prober ###
  91. menuentry 'Ubuntu 14.04.3 LTS (14.04) (on /dev/xvdf1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-afb7e502-ad08-4d6a-8701-2c05863f958e' {
  92. insmod part_msdos
  93. insmod ext2
  94. if [ x$feature_platform_search_hint = xy ]; then
  95. search --no-floppy --fs-uuid --set=root afb7e502-ad08-4d6a-8701-2c05863f958e
  96. else
  97. search --no-floppy --fs-uuid --set=root afb7e502-ad08-4d6a-8701-2c05863f958e
  98. fi
  99. linux /boot/vmlinuz-3.13.0-48-generic root=/dev/xvdf1 ro console=tty1 console=ttyS0
  100. initrd /boot/initrd.img-3.13.0-48-generic
  101. }
  102. submenu 'Advanced options for Ubuntu 14.04.3 LTS (14.04) (on /dev/xvdf1)' $menuentry_id_option 'osprober-gnulinux-advanced-afb7e502-ad08-4d6a-8701-2c05863f958e' {
  103. menuentry 'Ubuntu (on /dev/xvdf1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.13.0-48-generic--afb7e502-ad08-4d6a-8701-2c05863f958e' {
  104. insmod part_msdos
  105. insmod ext2
  106. if [ x$feature_platform_search_hint = xy ]; then
  107. search --no-floppy --fs-uuid --set=root afb7e502-ad08-4d6a-8701-2c05863f958e
  108. else
  109. search --no-floppy --fs-uuid --set=root afb7e502-ad08-4d6a-8701-2c05863f958e
  110. fi
  111. linux /boot/vmlinuz-3.13.0-48-generic root=/dev/xvdf1 ro console=tty1 console=ttyS0
  112. initrd /boot/initrd.img-3.13.0-48-generic
  113. }
  114. menuentry 'Ubuntu, with Linux 3.13.0-48-generic (on /dev/xvdf1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.13.0-48-generic--afb7e502-ad08-4d6a-8701-2c05863f958e' {
  115. insmod part_msdos
  116. insmod ext2
  117. if [ x$feature_platform_search_hint = xy ]; then
  118. search --no-floppy --fs-uuid --set=root afb7e502-ad08-4d6a-8701-2c05863f958e
  119. else
  120. search --no-floppy --fs-uuid --set=root afb7e502-ad08-4d6a-8701-2c05863f958e
  121. fi
  122. linux /boot/vmlinuz-3.13.0-48-generic root=/dev/xvdf1 ro console=tty1 console=ttyS0
  123. initrd /boot/initrd.img-3.13.0-48-generic
  124. }
  125. menuentry 'Ubuntu, with Linux 3.13.0-48-generic (recovery mode) (on /dev/xvdf1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.13.0-48-generic-root=/dev/xvdf1 ro recovery nomodeset-afb7e502-ad08-4d6a-8701-2c05863f958e' {
  126. insmod part_msdos
  127. insmod ext2
  128. if [ x$feature_platform_search_hint = xy ]; then
  129. search --no-floppy --fs-uuid --set=root afb7e502-ad08-4d6a-8701-2c05863f958e
  130. else
  131. search --no-floppy --fs-uuid --set=root afb7e502-ad08-4d6a-8701-2c05863f958e
  132. fi
  133. linux /boot/vmlinuz-3.13.0-48-generic root=/dev/xvdf1 ro recovery nomodeset
  134. initrd /boot/initrd.img-3.13.0-48-generic
  135. }
  136. }
  137.  
  138. set timeout_style=menu
  139. if [ "${timeout}" = 0 ]; then
  140. set timeout=10
  141. fi
  142. ### END /etc/grub.d/30_os-prober ###
  143.  
  144. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  145. ### END /etc/grub.d/30_uefi-firmware ###
  146.  
  147. ### BEGIN /etc/grub.d/40_custom ###
  148. # This file provides an easy way to add custom menu entries. Simply type the
  149. # menu entries you want to add after this comment. Be careful not to change
  150. # the 'exec tail' line above.
  151. ### END /etc/grub.d/40_custom ###
  152.  
  153. ### BEGIN /etc/grub.d/41_custom ###
  154. if [ -f ${config_directory}/custom.cfg ]; then
  155. source ${config_directory}/custom.cfg
  156. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  157. source $prefix/custom.cfg;
  158. fi
  159. ### END /etc/grub.d/41_custom ###
  160.  
  161. Boot Info Script 0.61 [1 April 2012]
  162.  
  163.  
  164. ============================= Boot Info Summary: ===============================
  165.  
  166.  
  167. ============================ Drive/Partition Info: =============================
  168.  
  169. no valid partition table found
  170. "blkid" output: ________________________________________________________________
  171.  
  172. Device UUID TYPE LABEL
  173.  
  174. /dev/xvda1 d4f2aafc-946a-4514-930d-4c45e676f198 ext4 cloudimg-rootfs
  175. /dev/xvdf1 afb7e502-ad08-4d6a-8701-2c05863f958e ext4 permaroot
  176.  
  177. ================================ Mount points: =================================
  178.  
  179. Device Mount_Point Type Options
  180.  
  181. /dev/xvda1 / ext4 (rw,discard)
  182. /dev/xvdf1 /permaroot ext4 (rw)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement