daily pastebin goal
27%
SHARE
TWEET

Untitled

a guest Sep 22nd, 2016 68 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.                   Boot Info Script 0.61      [1 April 2012]
  2.  
  3.  
  4. ============================= Boot Info Summary: ===============================
  5.  
  6.  => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of
  7.     the same hard drive for core.img. core.img is at this location and looks
  8.     for (,msdos5)/boot/grub on this drive.
  9.  
  10. sda1: __________________________________________________________________________
  11.  
  12.     File system:       ext4
  13.     Boot sector type:  -
  14.     Boot sector info:
  15.     Operating System:  Ubuntu 12.04.5 LTS
  16.     Boot files:        /boot/grub/grub.cfg /etc/fstab
  17.  
  18. sda2: __________________________________________________________________________
  19.  
  20.     File system:       ext4
  21.     Boot sector type:  -
  22.     Boot sector info:
  23.     Operating System:  
  24.     Boot files:        
  25.  
  26. sda3: __________________________________________________________________________
  27.  
  28.     File system:       Extended Partition
  29.     Boot sector type:  -
  30.     Boot sector info:
  31.  
  32. sda5: __________________________________________________________________________
  33.  
  34.     File system:       ext4
  35.     Boot sector type:  -
  36.     Boot sector info:
  37.     Operating System:  Ubuntu 12.04.5 LTS
  38.     Boot files:        /boot/grub/grub.cfg /etc/fstab
  39.                        /boot/extlinux/extlinux.conf /boot/grub/core.img
  40.  
  41. sda6: __________________________________________________________________________
  42.  
  43.     File system:       swap
  44.     Boot sector type:  -
  45.     Boot sector info:
  46.  
  47. sda7: __________________________________________________________________________
  48.  
  49.     File system:       swap
  50.     Boot sector type:  -
  51.     Boot sector info:
  52.  
  53. sda4: __________________________________________________________________________
  54.  
  55.     File system:       ext4
  56.     Boot sector type:  -
  57.     Boot sector info:
  58.     Operating System:  
  59.     Boot files:        
  60.  
  61. ============================ Drive/Partition Info: =============================
  62.  
  63. Drive: sda _____________________________________________________________________
  64.  
  65. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  66. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  67. Units = sectors of 1 * 512 = 512 bytes
  68. Sector size (logical/physical): 512 bytes / 4096 bytes
  69.  
  70. Partition  Boot  Start Sector    End Sector  # of Sectors  Id System
  71.  
  72. /dev/sda1    *          2,048    58,593,279    58,591,232  83 Linux
  73. /dev/sda2          58,593,280   197,410,815   138,817,536  83 Linux
  74. /dev/sda3         197,412,862   431,814,655   234,401,794   5 Extended
  75. /dev/sda5         211,816,448   411,813,887   199,997,440  83 Linux
  76. /dev/sda6         411,815,936   431,814,655    19,998,720  82 Linux swap / Solaris
  77. /dev/sda7         197,412,864   211,816,447    14,403,584  82 Linux swap / Solaris
  78. /dev/sda4         431,814,656   976,773,119   544,958,464  83 Linux
  79.  
  80.  
  81. "blkid" output: ________________________________________________________________
  82.  
  83. Device           UUID                                   TYPE       LABEL
  84.  
  85. /dev/sda1        7e17232a-d94d-40fd-a8bb-f88e8c01ceb1   ext4      
  86. /dev/sda2        777fc7df-b3e5-45eb-badc-73e7fde1ae50   ext4      
  87. /dev/sda4        fde28185-5c5b-4954-b636-bad2ecb43dc8   ext4       drive
  88. /dev/sda5        b883ca82-219e-4bdc-a059-7690e032b23b   ext4       Ubuntu12.04
  89. /dev/sda6        6c9cdadd-012d-4e42-9c25-3b7a61f0542a   swap      
  90. /dev/sda7        3137be73-4347-45c4-bee8-59f8df969878   swap      
  91.  
  92. ================================ Mount points: =================================
  93.  
  94. Device           Mount_Point              Type       Options
  95.  
  96. /dev/sda1        /                        ext4       (rw,errors=remount-ro)
  97. /dev/sda2        /home                    ext4       (rw)
  98. /dev/sda4        /media/drive             ext4       (rw)
  99.  
  100.  
  101. =========================== sda1/boot/grub/grub.cfg: ===========================
  102.  
  103. --------------------------------------------------------------------------------
  104. #
  105. # DO NOT EDIT THIS FILE
  106. #
  107. # It is automatically generated by grub-mkconfig using templates
  108. # from /etc/grub.d and settings from /etc/default/grub
  109. #
  110.  
  111. ### BEGIN /etc/grub.d/00_header ###
  112. if [ -s $prefix/grubenv ]; then
  113.   set have_grubenv=true
  114.   load_env
  115. fi
  116. set default="0"
  117. if [ "${prev_saved_entry}" ]; then
  118.   set saved_entry="${prev_saved_entry}"
  119.   save_env saved_entry
  120.   set prev_saved_entry=
  121.   save_env prev_saved_entry
  122.   set boot_once=true
  123. fi
  124.  
  125. function savedefault {
  126.   if [ -z "${boot_once}" ]; then
  127.     saved_entry="${chosen}"
  128.     save_env saved_entry
  129.   fi
  130. }
  131.  
  132. function recordfail {
  133.   set recordfail=1
  134.   if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  135. }
  136.  
  137. function load_video {
  138.   insmod efi_gop
  139.   insmod efi_uga
  140.   insmod video_bochs
  141.   insmod video_cirrus
  142. }
  143.  
  144. insmod part_msdos
  145. insmod ext2
  146. set root='(hd0,msdos1)'
  147. search --no-floppy --fs-uuid --set=root 7e17232a-d94d-40fd-a8bb-f88e8c01ceb1
  148. if loadfont /usr/share/grub/unicode.pf2 ; then
  149.   set gfxmode=auto
  150.   load_video
  151.   insmod gfxterm
  152.   insmod part_msdos
  153.   insmod ext2
  154.   set root='(hd0,msdos1)'
  155.   search --no-floppy --fs-uuid --set=root 7e17232a-d94d-40fd-a8bb-f88e8c01ceb1
  156.   set locale_dir=($root)/boot/grub/locale
  157.   set lang=en_US
  158.   insmod gettext
  159. fi
  160. terminal_output gfxterm
  161. if [ "${recordfail}" = 1 ] ; then
  162.   set timeout=-1
  163. else
  164.   set timeout=10
  165. fi
  166. ### END /etc/grub.d/00_header ###
  167.  
  168. ### BEGIN /etc/grub.d/05_debian_theme ###
  169. set menu_color_normal=white/black
  170. set menu_color_highlight=black/light-gray
  171. if background_color 44,0,30; then
  172.   clear
  173. fi
  174. ### END /etc/grub.d/05_debian_theme ###
  175.  
  176. ### BEGIN /etc/grub.d/10_linux ###
  177. function gfxmode {
  178.     set gfxpayload="${1}"
  179.     if [ "${1}" = "keep" ]; then
  180.         set vt_handoff=vt.handoff=7
  181.     else
  182.         set vt_handoff=
  183.     fi
  184. }
  185. if [ "${recordfail}" != 1 ]; then
  186.   if [ -e ${prefix}/gfxblacklist.txt ]; then
  187.     if hwmatch ${prefix}/gfxblacklist.txt 3; then
  188.       if [ ${match} = 0 ]; then
  189.         set linux_gfx_mode=keep
  190.       else
  191.         set linux_gfx_mode=text
  192.       fi
  193.     else
  194.       set linux_gfx_mode=text
  195.     fi
  196.   else
  197.     set linux_gfx_mode=keep
  198.   fi
  199. else
  200.   set linux_gfx_mode=text
  201. fi
  202. export linux_gfx_mode
  203. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  204. menuentry 'Ubuntu, with Linux 3.13.0-32-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  205.     recordfail
  206.     gfxmode $linux_gfx_mode
  207.     insmod gzio
  208.     insmod part_msdos
  209.     insmod ext2
  210.     set root='(hd0,msdos1)'
  211.     search --no-floppy --fs-uuid --set=root 7e17232a-d94d-40fd-a8bb-f88e8c01ceb1
  212.     linux   /boot/vmlinuz-3.13.0-32-generic root=UUID=7e17232a-d94d-40fd-a8bb-f88e8c01ceb1 ro   quiet splash $vt_handoff
  213.     initrd  /boot/initrd.img-3.13.0-32-generic
  214. }
  215. menuentry 'Ubuntu, with Linux 3.13.0-32-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  216.     recordfail
  217.     insmod gzio
  218.     insmod part_msdos
  219.     insmod ext2
  220.     set root='(hd0,msdos1)'
  221.     search --no-floppy --fs-uuid --set=root 7e17232a-d94d-40fd-a8bb-f88e8c01ceb1
  222.     echo    'Loading Linux 3.13.0-32-generic ...'
  223.     linux   /boot/vmlinuz-3.13.0-32-generic root=UUID=7e17232a-d94d-40fd-a8bb-f88e8c01ceb1 ro recovery nomodeset
  224.     echo    'Loading initial ramdisk ...'
  225.     initrd  /boot/initrd.img-3.13.0-32-generic
  226. }
  227. ### END /etc/grub.d/10_linux ###
  228.  
  229. ### BEGIN /etc/grub.d/20_linux_xen ###
  230. ### END /etc/grub.d/20_linux_xen ###
  231.  
  232. ### BEGIN /etc/grub.d/30_os-prober ###
  233. menuentry "Ubuntu, with Linux 3.5.0-54-generic (on /dev/sda5)" --class gnu-linux --class gnu --class os {
  234.     insmod part_msdos
  235.     insmod ext2
  236.     set root='(hd0,msdos5)'
  237.     search --no-floppy --fs-uuid --set=root b883ca82-219e-4bdc-a059-7690e032b23b
  238.     linux /boot/vmlinuz-3.5.0-54-generic root=UUID=b883ca82-219e-4bdc-a059-7690e032b23b ro quiet splash acpi_brightness=vendor $vt_handoff
  239.     initrd /boot/initrd.img-3.5.0-54-generic
  240. }
  241. menuentry "Ubuntu, with Linux 3.5.0-54-generic (recovery mode) (on /dev/sda5)" --class gnu-linux --class gnu --class os {
  242.     insmod part_msdos
  243.     insmod ext2
  244.     set root='(hd0,msdos5)'
  245.     search --no-floppy --fs-uuid --set=root b883ca82-219e-4bdc-a059-7690e032b23b
  246.     linux /boot/vmlinuz-3.5.0-54-generic root=UUID=b883ca82-219e-4bdc-a059-7690e032b23b ro recovery nomodeset
  247.     initrd /boot/initrd.img-3.5.0-54-generic
  248. }
  249. menuentry "Ubuntu, with Linux 3.5.0-51-generic (on /dev/sda5)" --class gnu-linux --class gnu --class os {
  250.     insmod part_msdos
  251.     insmod ext2
  252.     set root='(hd0,msdos5)'
  253.     search --no-floppy --fs-uuid --set=root b883ca82-219e-4bdc-a059-7690e032b23b
  254.     linux /boot/vmlinuz-3.5.0-51-generic root=UUID=b883ca82-219e-4bdc-a059-7690e032b23b ro quiet splash acpi_brightness=vendor $vt_handoff
  255.     initrd /boot/initrd.img-3.5.0-51-generic
  256. }
  257. menuentry "Ubuntu, with Linux 3.5.0-51-generic (recovery mode) (on /dev/sda5)" --class gnu-linux --class gnu --class os {
  258.     insmod part_msdos
  259.     insmod ext2
  260.     set root='(hd0,msdos5)'
  261.     search --no-floppy --fs-uuid --set=root b883ca82-219e-4bdc-a059-7690e032b23b
  262.     linux /boot/vmlinuz-3.5.0-51-generic root=UUID=b883ca82-219e-4bdc-a059-7690e032b23b ro recovery nomodeset
  263.     initrd /boot/initrd.img-3.5.0-51-generic
  264. }
  265. set timeout_style=menu
  266. if [ "${timeout}" = 0 ]; then
  267.   set timeout=10
  268. fi
  269. ### END /etc/grub.d/30_os-prober ###
  270.  
  271. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  272. ### END /etc/grub.d/30_uefi-firmware ###
  273.  
  274. ### BEGIN /etc/grub.d/40_custom ###
  275. # This file provides an easy way to add custom menu entries.  Simply type the
  276. # menu entries you want to add after this comment.  Be careful not to change
  277. # the 'exec tail' line above.
  278. ### END /etc/grub.d/40_custom ###
  279.  
  280. ### BEGIN /etc/grub.d/41_custom ###
  281. if [ -f  $prefix/custom.cfg ]; then
  282.   source $prefix/custom.cfg;
  283. fi
  284. ### END /etc/grub.d/41_custom ###
  285. --------------------------------------------------------------------------------
  286.  
  287. =============================== sda1/etc/fstab: ================================
  288.  
  289. --------------------------------------------------------------------------------
  290. # /etc/fstab: static file system information.
  291. #
  292. # Use 'blkid' to print the universally unique identifier for a
  293. # device; this may be used with UUID= as a more robust way to name devices
  294. # that works even if disks are added and removed. See fstab(5).
  295. #
  296. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  297. proc            /proc           proc    nodev,noexec,nosuid 0       0
  298. # / was on /dev/sda1 during installation
  299. UUID=7e17232a-d94d-40fd-a8bb-f88e8c01ceb1 /               ext4    errors=remount-ro 0       1
  300. # /home was on /dev/sda2 during installation
  301. UUID=777fc7df-b3e5-45eb-badc-73e7fde1ae50 /home           ext4    defaults        0       2
  302. # swap was on /dev/sda6 during installation
  303. UUID=6c9cdadd-012d-4e42-9c25-3b7a61f0542a none            swap    sw              0       0
  304. # swap was on /dev/sda7 during installation
  305. UUID=3137be73-4347-45c4-bee8-59f8df969878 none            swap    sw              0       0
  306. # Manually added /media/drive
  307. UUID=fde28185-5c5b-4954-b636-bad2ecb43dc8 /media/drive    ext4    defaults        0       0
  308. --------------------------------------------------------------------------------
  309.  
  310. =================== sda1: Location of files loaded by Grub: ====================
  311.  
  312.            GiB - GB             File                                 Fragment(s)
  313.  
  314.                =                boot/grub/grub.cfg                             1
  315.                =                boot/initrd.img-3.13.0-32-generic              1
  316.                =                boot/vmlinuz-3.13.0-32-generic                 2
  317.                =                boot/vmlinuz-3.13.0-32-generic.efi.signed      1
  318.                =                initrd.img                                     1
  319.                =                vmlinuz                                        2
  320.  
  321. =========================== sda5/boot/grub/grub.cfg: ===========================
  322.  
  323. --------------------------------------------------------------------------------
  324. #
  325. # DO NOT EDIT THIS FILE
  326. #
  327. # It is automatically generated by grub-mkconfig using templates
  328. # from /etc/grub.d and settings from /etc/default/grub
  329. #
  330.  
  331. ### BEGIN /etc/grub.d/00_header ###
  332. if [ -s $prefix/grubenv ]; then
  333.   set have_grubenv=true
  334.   load_env
  335. fi
  336. set default="0"
  337. if [ "${prev_saved_entry}" ]; then
  338.   set saved_entry="${prev_saved_entry}"
  339.   save_env saved_entry
  340.   set prev_saved_entry=
  341.   save_env prev_saved_entry
  342.   set boot_once=true
  343. fi
  344.  
  345. function savedefault {
  346.   if [ -z "${boot_once}" ]; then
  347.     saved_entry="${chosen}"
  348.     save_env saved_entry
  349.   fi
  350. }
  351.  
  352. function recordfail {
  353.   set recordfail=1
  354.   if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  355. }
  356.  
  357. function load_video {
  358.   insmod vbe
  359.   insmod vga
  360.   insmod video_bochs
  361.   insmod video_cirrus
  362. }
  363.  
  364. insmod part_msdos
  365. insmod ext2
  366. set root='(hd0,msdos5)'
  367. search --no-floppy --fs-uuid --set=root b883ca82-219e-4bdc-a059-7690e032b23b
  368. if loadfont /usr/share/grub/unicode.pf2 ; then
  369.   set gfxmode=auto
  370.   load_video
  371.   insmod gfxterm
  372.   insmod part_msdos
  373.   insmod ext2
  374.   set root='(hd0,msdos5)'
  375.   search --no-floppy --fs-uuid --set=root b883ca82-219e-4bdc-a059-7690e032b23b
  376.   set locale_dir=($root)/boot/grub/locale
  377.   set lang=en_US
  378.   insmod gettext
  379. fi
  380. terminal_output gfxterm
  381. insmod part_msdos
  382. insmod ext2
  383. set root='(hd0,msdos5)'
  384. search --no-floppy --fs-uuid --set=root b883ca82-219e-4bdc-a059-7690e032b23b
  385. insmod tga
  386. background_image -m stretch /usr/share/images/grub/tech13.tga
  387. if [ "${recordfail}" = 1 ] ; then
  388.   set timeout=30
  389. else
  390.   set timeout=10
  391. fi
  392. ### END /etc/grub.d/00_header ###
  393.  
  394. ### BEGIN /etc/grub.d/05_debian_theme ###
  395. insmod part_msdos
  396. insmod ext2
  397. set root='(hd0,msdos5)'
  398. search --no-floppy --fs-uuid --set=root b883ca82-219e-4bdc-a059-7690e032b23b
  399. insmod tga
  400. if background_image /usr/share/images/grub/tech13.tga; then
  401.   true
  402. else
  403.   set menu_color_normal=yellow/black
  404.   set menu_color_highlight=black/green
  405.   if background_color 44,0,30; then
  406.     clear
  407.   fi
  408. fi
  409. ### END /etc/grub.d/05_debian_theme ###
  410.  
  411. ### BEGIN /etc/grub.d/10_linux ###
  412. function gfxmode {
  413.     set gfxpayload="${1}"
  414.     if [ "${1}" = "keep" ]; then
  415.         set vt_handoff=vt.handoff=7
  416.     else
  417.         set vt_handoff=
  418.     fi
  419. }
  420. if [ "${recordfail}" != 1 ]; then
  421.   if [ -e ${prefix}/gfxblacklist.txt ]; then
  422.     if hwmatch ${prefix}/gfxblacklist.txt 3; then
  423.       if [ ${match} = 0 ]; then
  424.         set linux_gfx_mode=keep
  425.       else
  426.         set linux_gfx_mode=text
  427.       fi
  428.     else
  429.       set linux_gfx_mode=text
  430.     fi
  431.   else
  432.     set linux_gfx_mode=keep
  433.   fi
  434. else
  435.   set linux_gfx_mode=text
  436. fi
  437. export linux_gfx_mode
  438. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  439. menuentry 'Ubuntu, with Linux 3.5.0-54-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  440.     recordfail
  441.     gfxmode $linux_gfx_mode
  442.     insmod gzio
  443.     insmod part_msdos
  444.     insmod ext2
  445.     set root='(hd0,msdos5)'
  446.     search --no-floppy --fs-uuid --set=root b883ca82-219e-4bdc-a059-7690e032b23b
  447.     linux   /boot/vmlinuz-3.5.0-54-generic root=UUID=b883ca82-219e-4bdc-a059-7690e032b23b ro   quiet splash acpi_brightness=vendor $vt_handoff
  448.     initrd  /boot/initrd.img-3.5.0-54-generic
  449. }
  450. menuentry 'Ubuntu, with Linux 3.5.0-54-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  451.     recordfail
  452.     insmod gzio
  453.     insmod part_msdos
  454.     insmod ext2
  455.     set root='(hd0,msdos5)'
  456.     search --no-floppy --fs-uuid --set=root b883ca82-219e-4bdc-a059-7690e032b23b
  457.     echo    'Loading Linux 3.5.0-54-generic ...'
  458.     linux   /boot/vmlinuz-3.5.0-54-generic root=UUID=b883ca82-219e-4bdc-a059-7690e032b23b ro recovery nomodeset
  459.     echo    'Loading initial ramdisk ...'
  460.     initrd  /boot/initrd.img-3.5.0-54-generic
  461. }
  462. submenu "Previous Linux versions" {
  463. menuentry 'Ubuntu, with Linux 3.5.0-51-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  464.     recordfail
  465.     gfxmode $linux_gfx_mode
  466.     insmod gzio
  467.     insmod part_msdos
  468.     insmod ext2
  469.     set root='(hd0,msdos5)'
  470.     search --no-floppy --fs-uuid --set=root b883ca82-219e-4bdc-a059-7690e032b23b
  471.     linux   /boot/vmlinuz-3.5.0-51-generic root=UUID=b883ca82-219e-4bdc-a059-7690e032b23b ro   quiet splash acpi_brightness=vendor $vt_handoff
  472.     initrd  /boot/initrd.img-3.5.0-51-generic
  473. }
  474. menuentry 'Ubuntu, with Linux 3.5.0-51-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  475.     recordfail
  476.     insmod gzio
  477.     insmod part_msdos
  478.     insmod ext2
  479.     set root='(hd0,msdos5)'
  480.     search --no-floppy --fs-uuid --set=root b883ca82-219e-4bdc-a059-7690e032b23b
  481.     echo    'Loading Linux 3.5.0-51-generic ...'
  482.     linux   /boot/vmlinuz-3.5.0-51-generic root=UUID=b883ca82-219e-4bdc-a059-7690e032b23b ro recovery nomodeset
  483.     echo    'Loading initial ramdisk ...'
  484.     initrd  /boot/initrd.img-3.5.0-51-generic
  485. }
  486. }
  487. ### END /etc/grub.d/10_linux ###
  488.  
  489. ### BEGIN /etc/grub.d/20_linux_xen ###
  490. ### END /etc/grub.d/20_linux_xen ###
  491.  
  492. ### BEGIN /etc/grub.d/20_memtest86+ ###
  493. menuentry "Memory test (memtest86+)" {
  494.     insmod part_msdos
  495.     insmod ext2
  496.     set root='(hd0,msdos5)'
  497.     search --no-floppy --fs-uuid --set=root b883ca82-219e-4bdc-a059-7690e032b23b
  498.     linux16 /boot/memtest86+.bin
  499. }
  500. menuentry "Memory test (memtest86+, serial console 115200)" {
  501.     insmod part_msdos
  502.     insmod ext2
  503.     set root='(hd0,msdos5)'
  504.     search --no-floppy --fs-uuid --set=root b883ca82-219e-4bdc-a059-7690e032b23b
  505.     linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  506. }
  507. ### END /etc/grub.d/20_memtest86+ ###
  508.  
  509. ### BEGIN /etc/grub.d/30_os-prober ###
  510. menuentry "Ubuntu, with Linux 3.13.0-32-generic (on /dev/sda1)" --class gnu-linux --class gnu --class os {
  511.     insmod part_msdos
  512.     insmod ext2
  513.     set root='(hd0,msdos1)'
  514.     search --no-floppy --fs-uuid --set=root 7e17232a-d94d-40fd-a8bb-f88e8c01ceb1
  515.     linux /boot/vmlinuz-3.13.0-32-generic.efi.signed root=UUID=7e17232a-d94d-40fd-a8bb-f88e8c01ceb1 ro quiet splash $vt_handoff
  516.     initrd /boot/initrd.img-3.13.0-32-generic
  517. }
  518. menuentry "Ubuntu, with Linux 3.13.0-32-generic (recovery mode) (on /dev/sda1)" --class gnu-linux --class gnu --class os {
  519.     insmod part_msdos
  520.     insmod ext2
  521.     set root='(hd0,msdos1)'
  522.     search --no-floppy --fs-uuid --set=root 7e17232a-d94d-40fd-a8bb-f88e8c01ceb1
  523.     linux /boot/vmlinuz-3.13.0-32-generic.efi.signed root=UUID=7e17232a-d94d-40fd-a8bb-f88e8c01ceb1 ro recovery nomodeset
  524.     initrd /boot/initrd.img-3.13.0-32-generic
  525. }
  526. set timeout_style=menu
  527. if [ "${timeout}" = 0 ]; then
  528.   set timeout=10
  529. fi
  530. ### END /etc/grub.d/30_os-prober ###
  531.  
  532. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  533. ### END /etc/grub.d/30_uefi-firmware ###
  534.  
  535. ### BEGIN /etc/grub.d/40_custom ###
  536. # This file provides an easy way to add custom menu entries.  Simply type the
  537. # menu entries you want to add after this comment.  Be careful not to change
  538. # the 'exec tail' line above.
  539. ### END /etc/grub.d/40_custom ###
  540.  
  541. ### BEGIN /etc/grub.d/41_custom ###
  542. if [ -f  $prefix/custom.cfg ]; then
  543.   source $prefix/custom.cfg;
  544. fi
  545. ### END /etc/grub.d/41_custom ###
  546. --------------------------------------------------------------------------------
  547.  
  548. =============================== sda5/etc/fstab: ================================
  549.  
  550. --------------------------------------------------------------------------------
  551. # /etc/fstab: static file system information.
  552. #
  553. # Use 'blkid' to print the universally unique identifier for a
  554. # device; this may be used with UUID= as a more robust way to name devices
  555. # that works even if disks are added and removed. See fstab(5).
  556. #
  557. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  558. proc            /proc           proc    nodev,noexec,nosuid 0       0
  559. # / was on /dev/sda5 during installation
  560. UUID=b883ca82-219e-4bdc-a059-7690e032b23b /               ext4    errors=remount-ro 0       1
  561. # swap was on /dev/sda6 during installation
  562. UUID=6c9cdadd-012d-4e42-9c25-3b7a61f0542a none            swap    sw              0       0
  563. /dev/sda4 /media/DRIVE vfat utf8=1,rw,nosuid,nodev,uid=1000,gid=1000 0 0
  564. --------------------------------------------------------------------------------
  565.  
  566. ====================== sda5/boot/extlinux/extlinux.conf: =======================
  567.  
  568. --------------------------------------------------------------------------------
  569. ## /boot/extlinux/extlinux.conf
  570. ##
  571. ## IMPORTANT WARNING
  572. ##
  573. ## The configuration of this file is generated automatically.
  574. ## Do not edit this file manually, use: extlinux-update
  575.  
  576.  
  577. default l0
  578. prompt 1
  579. timeout 50
  580.  
  581. include themes/debian/theme.cfg
  582. --------------------------------------------------------------------------------
  583.  
  584. =================== sda5: Location of files loaded by Grub: ====================
  585.  
  586.            GiB - GB             File                                 Fragment(s)
  587.  
  588.                =                boot/grub/core.img                             1
  589.                =                boot/grub/grub.cfg                             1
  590.                =                boot/initrd.img-3.5.0-51-generic               1
  591.                =                boot/initrd.img-3.5.0-54-generic               2
  592.                =                boot/vmlinuz-3.5.0-51-generic                  1
  593.                =                boot/vmlinuz-3.5.0-54-generic                  2
  594.                =                vmlinuz                                        2
  595.                =                vmlinuz.old                                    1
  596.  
  597. ================= sda5: Location of files loaded by Syslinux: ==================
  598.  
  599.            GiB - GB             File                                 Fragment(s)
  600.  
  601.                =                boot/extlinux/chain.c32                        1
  602.                =                boot/extlinux/extlinux.conf                    1
  603.  
  604. ============== sda5: Version of COM32(R) files used by Syslinux: ===============
  605.  
  606.  boot/extlinux/chain.c32            :  COM32R module (v4.xx)
  607.  
  608. ========= Devices which don't seem to have a corresponding hard drive: =========
  609.  
  610. sdb
  611.  
  612. =============================== StdErr Messages: ===============================
  613.  
  614. xz: (stdin): Compressed data is corrupt
  615. awk: cmd. line:36: Math support is not compiled in
  616. awk: cmd. line:36: Math support is not compiled in
  617. awk: cmd. line:36: Math support is not compiled in
  618. awk: cmd. line:36: Math support is not compiled in
  619. awk: cmd. line:36: Math support is not compiled in
  620. awk: cmd. line:36: Math support is not compiled in
  621. awk: cmd. line:36: Math support is not compiled in
  622. awk: cmd. line:36: Math support is not compiled in
  623. awk: cmd. line:36: Math support is not compiled in
  624. awk: cmd. line:36: Math support is not compiled in
  625. awk: cmd. line:36: Math support is not compiled in
  626. awk: cmd. line:36: Math support is not compiled in
  627. awk: cmd. line:36: Math support is not compiled in
  628. awk: cmd. line:36: Math support is not compiled in
  629. awk: cmd. line:36: Math support is not compiled in
  630. awk: cmd. line:36: Math support is not compiled in
RAW Paste Data
Top