Advertisement
Guest User

Untitled

a guest
Sep 28th, 2014
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.26 KB | None | 0 0
  1. lsblk
  2.  
  3. NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
  4. sda 8:0 0 931,5G 0 disk
  5. ├─sda1 8:1 0 1K 0 part
  6. ├─sda2 8:2 0 29,6G 0 part
  7. ├─sda3 8:3 0 75,5G 0 part
  8. ├─sda4 8:4 0 34,6G 0 part
  9. ├─sda5 8:5 0 9,4G 0 part [SWAP]
  10. ├─sda6 8:6 0 49,6G 0 part /home
  11. ├─sda7 8:7 0 596,8G 0 part
  12. ├─sda8 8:8 0 113,7G 0 part
  13. └─sda9 8:9 0 22,5G 0 part /
  14. sdb 8:16 0 465,8G 0 disk
  15. └─sdb1 8:17 0 465,8G 0 part
  16. sdc 8:32 0 298,1G 0 disk
  17. └─sdc1 8:33 0 298,1G 0 part
  18. sdd 8:48 1 1,9G 0 disk
  19. └─sdd1 8:49 1 1,9G 0 part
  20. sr0 11:0 1 1024M 0 rom
  21.  
  22.  
  23. sudo grub-mkconfig
  24. Generando archivo de configuración grub...
  25. #
  26. # DO NOT EDIT THIS FILE
  27. #
  28. # It is automatically generated by grub-mkconfig using templates
  29. # from /etc/grub.d and settings from /etc/default/grub
  30. #
  31.  
  32. ### BEGIN /etc/grub.d/00_header ###
  33. if [ -s $prefix/grubenv ]; then
  34. set have_grubenv=true
  35. load_env
  36. fi
  37. if [ "${next_entry}" ] ; then
  38. set default="${next_entry}"
  39. set next_entry=
  40. save_env next_entry
  41. set boot_once=true
  42. else
  43. set default="0"
  44. fi
  45.  
  46. if [ x"${feature_menuentry_id}" = xy ]; then
  47. menuentry_id_option="--id"
  48. else
  49. menuentry_id_option=""
  50. fi
  51.  
  52. export menuentry_id_option
  53.  
  54. if [ "${prev_saved_entry}" ]; then
  55. set saved_entry="${prev_saved_entry}"
  56. save_env saved_entry
  57. set prev_saved_entry=
  58. save_env prev_saved_entry
  59. set boot_once=true
  60. fi
  61.  
  62. function savedefault {
  63. if [ -z "${boot_once}" ]; then
  64. saved_entry="${chosen}"
  65. save_env saved_entry
  66. fi
  67. }
  68. function recordfail {
  69. set recordfail=1
  70. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  71. }
  72. function load_video {
  73. if [ x$feature_all_video_module = xy ]; then
  74. insmod all_video
  75. else
  76. insmod efi_gop
  77. insmod efi_uga
  78. insmod ieee1275_fb
  79. insmod vbe
  80. insmod vga
  81. insmod video_bochs
  82. insmod video_cirrus
  83. fi
  84. }
  85.  
  86. if [ x$feature_default_font_path = xy ] ; then
  87. font=unicode
  88. else
  89. insmod part_msdos
  90. insmod ext2
  91. set root='hd0,msdos9'
  92. if [ x$feature_platform_search_hint = xy ]; then
  93. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos9 --hint-efi=hd0,msdos9 --hint-baremetal=ahci0,msdos9 364ed826-888c-49ea-b051-849a18f35c82
  94. else
  95. search --no-floppy --fs-uuid --set=root 364ed826-888c-49ea-b051-849a18f35c82
  96. fi
  97. font="/usr/share/grub/unicode.pf2"
  98. fi
  99.  
  100. if loadfont $font ; then
  101. set gfxmode=auto
  102. load_video
  103. insmod gfxterm
  104. set locale_dir=$prefix/locale
  105. set lang=es_UY
  106. insmod gettext
  107. fi
  108. terminal_output gfxterm
  109. if [ "${recordfail}" = 1 ] ; then
  110. set timeout=-1
  111. else
  112. if [ x$feature_timeout_style = xy ] ; then
  113. set timeout_style=menu
  114. set timeout=10
  115. # Fallback normal timeout code in case the timeout_style feature is
  116. # unavailable.
  117. else
  118. set timeout=10
  119. fi
  120. fi
  121. play 480 440 1
  122. ### END /etc/grub.d/00_header ###
  123.  
  124. ### BEGIN /etc/grub.d/05_debian_theme ###
  125. set menu_color_normal=white/black
  126. set menu_color_highlight=black/light-gray
  127. ### END /etc/grub.d/05_debian_theme ###
  128.  
  129. ### BEGIN /etc/grub.d/10_linux ###
  130. function gfxmode {
  131. set gfxpayload="${1}"
  132. if [ "${1}" = "keep" ]; then
  133. set vt_handoff=vt.handoff=7
  134. else
  135. set vt_handoff=
  136. fi
  137. }
  138. if [ "${recordfail}" != 1 ]; then
  139. if [ -e ${prefix}/gfxblacklist.txt ]; then
  140. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  141. if [ ${match} = 0 ]; then
  142. set linux_gfx_mode=keep
  143. else
  144. set linux_gfx_mode=text
  145. fi
  146. else
  147. set linux_gfx_mode=text
  148. fi
  149. else
  150. set linux_gfx_mode=keep
  151. fi
  152. else
  153. set linux_gfx_mode=text
  154. fi
  155. export linux_gfx_mode
  156. Se encontró una imagen linux: /boot/vmlinuz-3.13.0-32-generic
  157. Se encontró una imagen initrd: /boot/initrd.img-3.13.0-32-generic
  158. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-364ed826-888c-49ea-b051-849a18f35c82' {
  159. recordfail
  160. load_video
  161. gfxmode $linux_gfx_mode
  162. insmod gzio
  163. insmod part_msdos
  164. insmod ext2
  165. set root='hd0,msdos9'
  166. if [ x$feature_platform_search_hint = xy ]; then
  167. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos9 --hint-efi=hd0,msdos9 --hint-baremetal=ahci0,msdos9 364ed826-888c-49ea-b051-849a18f35c82
  168. else
  169. search --no-floppy --fs-uuid --set=root 364ed826-888c-49ea-b051-849a18f35c82
  170. fi
  171. linux /boot/vmlinuz-3.13.0-32-generic root=UUID=364ed826-888c-49ea-b051-849a18f35c82 ro quiet splash $vt_handoff
  172. initrd /boot/initrd.img-3.13.0-32-generic
  173. }
  174. submenu 'Opciones avanzadas para Ubuntu' $menuentry_id_option 'gnulinux-advanced-364ed826-888c-49ea-b051-849a18f35c82' {
  175. menuentry 'Ubuntu, con Linux 3.13.0-32-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-32-generic-advanced-364ed826-888c-49ea-b051-849a18f35c82' {
  176. recordfail
  177. load_video
  178. gfxmode $linux_gfx_mode
  179. insmod gzio
  180. insmod part_msdos
  181. insmod ext2
  182. set root='hd0,msdos9'
  183. if [ x$feature_platform_search_hint = xy ]; then
  184. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos9 --hint-efi=hd0,msdos9 --hint-baremetal=ahci0,msdos9 364ed826-888c-49ea-b051-849a18f35c82
  185. else
  186. search --no-floppy --fs-uuid --set=root 364ed826-888c-49ea-b051-849a18f35c82
  187. fi
  188. echo 'Cargando Linux 3.13.0-32-generic ...'
  189. linux /boot/vmlinuz-3.13.0-32-generic root=UUID=364ed826-888c-49ea-b051-849a18f35c82 ro quiet splash $vt_handoff
  190. echo 'Cargando el disco RAM inicial...'
  191. initrd /boot/initrd.img-3.13.0-32-generic
  192. }
  193. menuentry 'Ubuntu, with Linux 3.13.0-32-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-32-generic-recovery-364ed826-888c-49ea-b051-849a18f35c82' {
  194. recordfail
  195. load_video
  196. insmod gzio
  197. insmod part_msdos
  198. insmod ext2
  199. set root='hd0,msdos9'
  200. if [ x$feature_platform_search_hint = xy ]; then
  201. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos9 --hint-efi=hd0,msdos9 --hint-baremetal=ahci0,msdos9 364ed826-888c-49ea-b051-849a18f35c82
  202. else
  203. search --no-floppy --fs-uuid --set=root 364ed826-888c-49ea-b051-849a18f35c82
  204. fi
  205. echo 'Cargando Linux 3.13.0-32-generic ...'
  206. linux /boot/vmlinuz-3.13.0-32-generic root=UUID=364ed826-888c-49ea-b051-849a18f35c82 ro recovery nomodeset
  207. echo 'Cargando el disco RAM inicial...'
  208. initrd /boot/initrd.img-3.13.0-32-generic
  209. }
  210. }
  211.  
  212. ### END /etc/grub.d/10_linux ###
  213.  
  214. ### BEGIN /etc/grub.d/20_linux_xen ###
  215.  
  216. ### END /etc/grub.d/20_linux_xen ###
  217.  
  218. ### BEGIN /etc/grub.d/20_memtest86+ ###
  219. Found memtest86+ image: /boot/memtest86+.elf
  220. menuentry 'Memory test (memtest86+)' {
  221. insmod part_msdos
  222. insmod ext2
  223. set root='hd0,msdos9'
  224. if [ x$feature_platform_search_hint = xy ]; then
  225. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos9 --hint-efi=hd0,msdos9 --hint-baremetal=ahci0,msdos9 364ed826-888c-49ea-b051-849a18f35c82
  226. else
  227. search --no-floppy --fs-uuid --set=root 364ed826-888c-49ea-b051-849a18f35c82
  228. fi
  229. knetbsd /boot/memtest86+.elf
  230. }
  231. Found memtest86+ image: /boot/memtest86+.bin
  232. menuentry 'Memory test (memtest86+, serial console 115200)' {
  233. insmod part_msdos
  234. insmod ext2
  235. set root='hd0,msdos9'
  236. if [ x$feature_platform_search_hint = xy ]; then
  237. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos9 --hint-efi=hd0,msdos9 --hint-baremetal=ahci0,msdos9 364ed826-888c-49ea-b051-849a18f35c82
  238. else
  239. search --no-floppy --fs-uuid --set=root 364ed826-888c-49ea-b051-849a18f35c82
  240. fi
  241. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  242. }
  243. ### END /etc/grub.d/20_memtest86+ ###
  244.  
  245. ### BEGIN /etc/grub.d/30_os-prober ###
  246. ### END /etc/grub.d/30_os-prober ###
  247.  
  248. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  249. ### END /etc/grub.d/30_uefi-firmware ###
  250.  
  251. ### BEGIN /etc/grub.d/40_custom ###
  252. # This file provides an easy way to add custom menu entries. Simply type the
  253. # menu entries you want to add after this comment. Be careful not to change
  254. # the 'exec tail' line above.
  255. ### END /etc/grub.d/40_custom ###
  256.  
  257. ### BEGIN /etc/grub.d/41_custom ###
  258. if [ -f ${config_directory}/custom.cfg ]; then
  259. source ${config_directory}/custom.cfg
  260. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  261. source $prefix/custom.cfg;
  262. fi
  263. ### END /etc/grub.d/41_custom ###
  264. hecho
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement