1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 9Feb2015]
  2. ============================= Boot Info Summary: ===============================
  3. => No boot loader is installed in the MBR of /dev/sda.
  4. => Syslinux MBR (3.00-3.35) is installed in the MBR of /dev/sdb.
  5. sda1: __________________________________________________________________________
  6. File system:
  7. Boot sector type: Unknown
  8. Boot sector info:
  9. Mounting failed: mount: unknown filesystem type ''
  10. sda2: __________________________________________________________________________
  11. File system: ext4
  12. Boot sector type: -
  13. Boot sector info:
  14. Operating System: Ubuntu 14.04.3 LTS
  15. Boot files: /boot/grub/grub.cfg /etc/fstab
  16. sda3: __________________________________________________________________________
  17. File system: swap
  18. Boot sector type: -
  19. Boot sector info:
  20. sdb1: __________________________________________________________________________
  21. File system: vfat
  22. Boot sector type: SYSLINUX 4.07
  23. Boot sector info: Syslinux looks at sector 32776 of /dev/sdb1 for its
  24. second stage. The integrity check of Syslinux failed.
  25. No errors found in the Boot Parameter Block.
  26. Operating System:
  27. Boot files: /boot/grub/grub.cfg /syslinux.cfg /casper/vmlinuz.efi
  28. /EFI/BOOT/grubx64.efi /ldlinux.sys
  29. ============================ Drive/Partition Info: =============================
  30. Drive: sda _____________________________________________________________________
  31. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  32. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  33. Units = sectors of 1 * 512 = 512 bytes
  34. Sector size (logical/physical): 512 bytes / 512 bytes
  35. Partition Boot Start Sector End Sector # of Sectors Id System
  36. /dev/sda1 1 976,773,167 976,773,167 ee GPT
  37. GUID Partition Table detected.
  38. Partition Start Sector End Sector # of Sectors System
  39. /dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
  40. /dev/sda2 1,050,624 968,615,935 967,565,312 Data partition (Linux)
  41. /dev/sda3 968,615,936 976,771,071 8,155,136 Swap partition (Linux)
  42. Drive: sdb _____________________________________________________________________
  43. Disk /dev/sdb: 8166 MB, 8166703104 bytes
  44. 255 heads, 63 sectors/track, 992 cylinders, total 15950592 sectors
  45. Units = sectors of 1 * 512 = 512 bytes
  46. Sector size (logical/physical): 512 bytes / 512 bytes
  47. Partition Boot Start Sector End Sector # of Sectors Id System
  48. /dev/sdb1 * 2,048 15,950,591 15,948,544 c W95 FAT32 (LBA)
  49. "blkid" output: ________________________________________________________________
  50. Device UUID TYPE LABEL
  51. /dev/loop0 squashfs
  52. /dev/sda2 cbb51897-b4d0-4038-b668-9f4653a2a8f9 ext4
  53. /dev/sda3 f3c0dfe4-b011-4ee5-9b37-f70af691e756 swap
  54. /dev/sdb1 EA6E-5AB1 vfat UBUNTU 14_0
  55. ========================= "ls -l /dev/disk/by-id" output: ======================
  56. total 0
  57. lrwxrwxrwx 1 root root 9 Jan 7 05:59 ata-TOSHIBA_MQ01ABF050_34HZCPMNT -> ../../sda
  58. lrwxrwxrwx 1 root root 10 Jan 7 04:30 ata-TOSHIBA_MQ01ABF050_34HZCPMNT-part1 -> ../../sda1
  59. lrwxrwxrwx 1 root root 10 Jan 7 04:30 ata-TOSHIBA_MQ01ABF050_34HZCPMNT-part2 -> ../../sda2
  60. lrwxrwxrwx 1 root root 10 Jan 7 04:30 ata-TOSHIBA_MQ01ABF050_34HZCPMNT-part3 -> ../../sda3
  61. lrwxrwxrwx 1 root root 9 Jan 7 04:30 ata-TSSTcorp_CDDVDW_SU-208FB_S11S6YJF302BSV -> ../../sr0
  62. lrwxrwxrwx 1 root root 9 Jan 7 05:59 usb-hp_v220w_AA35061A00000158-0:0 -> ../../sdb
  63. lrwxrwxrwx 1 root root 10 Jan 7 04:30 usb-hp_v220w_AA35061A00000158-0:0-part1 -> ../../sdb1
  64. lrwxrwxrwx 1 root root 9 Jan 7 05:59 wwn-0x5000039564406c9a -> ../../sda
  65. lrwxrwxrwx 1 root root 10 Jan 7 04:30 wwn-0x5000039564406c9a-part1 -> ../../sda1
  66. lrwxrwxrwx 1 root root 10 Jan 7 04:30 wwn-0x5000039564406c9a-part2 -> ../../sda2
  67. lrwxrwxrwx 1 root root 10 Jan 7 04:30 wwn-0x5000039564406c9a-part3 -> ../../sda3
  68. ================================ Mount points: =================================
  69. Device Mount_Point Type Options
  70. /dev/loop0 /rofs squashfs (ro,noatime)
  71. /dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  72. =========================== sda2/boot/grub/grub.cfg: ===========================
  73. --------------------------------------------------------------------------------
  74. #
  75. # DO NOT EDIT THIS FILE
  76. #
  77. # It is automatically generated by grub-mkconfig using templates
  78. # from /etc/grub.d and settings from /etc/default/grub
  79. #
  80. ### BEGIN /etc/grub.d/00_header ###
  81. if [ -s $prefix/grubenv ]; then
  82. set have_grubenv=true
  83. load_env
  84. fi
  85. if [ "${next_entry}" ] ; then
  86. set default="${next_entry}"
  87. set next_entry=
  88. save_env next_entry
  89. set boot_once=true
  90. else
  91. set default="0"
  92. fi
  93. if [ x"${feature_menuentry_id}" = xy ]; then
  94. menuentry_id_option="--id"
  95. else
  96. menuentry_id_option=""
  97. fi
  98. export menuentry_id_option
  99. if [ "${prev_saved_entry}" ]; then
  100. set saved_entry="${prev_saved_entry}"
  101. save_env saved_entry
  102. set prev_saved_entry=
  103. save_env prev_saved_entry
  104. set boot_once=true
  105. fi
  106. function savedefault {
  107. if [ -z "${boot_once}" ]; then
  108. saved_entry="${chosen}"
  109. save_env saved_entry
  110. fi
  111. }
  112. function recordfail {
  113. set recordfail=1
  114. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  115. }
  116. function load_video {
  117. if [ x$feature_all_video_module = xy ]; then
  118. insmod all_video
  119. else
  120. insmod efi_gop
  121. insmod efi_uga
  122. insmod ieee1275_fb
  123. insmod vbe
  124. insmod vga
  125. insmod video_bochs
  126. insmod video_cirrus
  127. fi
  128. }
  129. if [ x$feature_default_font_path = xy ] ; then
  130. font=unicode
  131. else
  132. insmod part_gpt
  133. insmod ext2
  134. set root='hd0,gpt2'
  135. if [ x$feature_platform_search_hint = xy ]; then
  136. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 cbb51897-b4d0-4038-b668-9f4653a2a8f9
  137. else
  138. search --no-floppy --fs-uuid --set=root cbb51897-b4d0-4038-b668-9f4653a2a8f9
  139. fi
  140. font="/usr/share/grub/unicode.pf2"
  141. fi
  142. if loadfont $font ; then
  143. set gfxmode=auto
  144. load_video
  145. insmod gfxterm
  146. set locale_dir=$prefix/locale
  147. set lang=pt_BR
  148. insmod gettext
  149. fi
  150. terminal_output gfxterm
  151. if [ "${recordfail}" = 1 ] ; then
  152. set timeout=30
  153. else
  154. if [ x$feature_timeout_style = xy ] ; then
  155. set timeout_style=hidden
  156. set timeout=0
  157. # Fallback hidden-timeout code in case the timeout_style feature is
  158. # unavailable.
  159. elif sleep --interruptible 0 ; then
  160. set timeout=0
  161. fi
  162. fi
  163. ### END /etc/grub.d/00_header ###
  164. ### BEGIN /etc/grub.d/05_debian_theme ###
  165. set menu_color_normal=white/black
  166. set menu_color_highlight=black/light-gray
  167. if background_color 44,0,30,0; then
  168. clear
  169. fi
  170. ### END /etc/grub.d/05_debian_theme ###
  171. ### BEGIN /etc/grub.d/10_linux ###
  172. function gfxmode {
  173. set gfxpayload="${1}"
  174. if [ "${1}" = "keep" ]; then
  175. set vt_handoff=vt.handoff=7
  176. else
  177. set vt_handoff=
  178. fi
  179. }
  180. if [ "${recordfail}" != 1 ]; then
  181. if [ -e ${prefix}/gfxblacklist.txt ]; then
  182. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  183. if [ ${match} = 0 ]; then
  184. set linux_gfx_mode=keep
  185. else
  186. set linux_gfx_mode=text
  187. fi
  188. else
  189. set linux_gfx_mode=text
  190. fi
  191. else
  192. set linux_gfx_mode=keep
  193. fi
  194. else
  195. set linux_gfx_mode=text
  196. fi
  197. export linux_gfx_mode
  198. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-cbb51897-b4d0-4038-b668-9f4653a2a8f9' {
  199. recordfail
  200. load_video
  201. gfxmode $linux_gfx_mode
  202. insmod gzio
  203. insmod part_gpt
  204. insmod ext2
  205. set root='hd0,gpt2'
  206. if [ x$feature_platform_search_hint = xy ]; then
  207. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 cbb51897-b4d0-4038-b668-9f4653a2a8f9
  208. else
  209. search --no-floppy --fs-uuid --set=root cbb51897-b4d0-4038-b668-9f4653a2a8f9
  210. fi
  211. linux /boot/vmlinuz-3.19.0-43-generic.efi.signed root=UUID=cbb51897-b4d0-4038-b668-9f4653a2a8f9 ro quiet splash $vt_handoff
  212. initrd /boot/initrd.img-3.19.0-43-generic
  213. }
  214. submenu 'Opções avançadas para Ubuntu' $menuentry_id_option 'gnulinux-advanced-cbb51897-b4d0-4038-b668-9f4653a2a8f9' {
  215. menuentry 'Ubuntu, com Linux 3.19.0-43-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-43-generic-advanced-cbb51897-b4d0-4038-b668-9f4653a2a8f9' {
  216. recordfail
  217. load_video
  218. gfxmode $linux_gfx_mode
  219. insmod gzio
  220. insmod part_gpt
  221. insmod ext2
  222. set root='hd0,gpt2'
  223. if [ x$feature_platform_search_hint = xy ]; then
  224. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 cbb51897-b4d0-4038-b668-9f4653a2a8f9
  225. else
  226. search --no-floppy --fs-uuid --set=root cbb51897-b4d0-4038-b668-9f4653a2a8f9
  227. fi
  228. echo 'Carregando Linux 3.19.0-43-generic ...'
  229. linux /boot/vmlinuz-3.19.0-43-generic.efi.signed root=UUID=cbb51897-b4d0-4038-b668-9f4653a2a8f9 ro quiet splash $vt_handoff
  230. echo 'Carregando ramdisk inicial ...'
  231. initrd /boot/initrd.img-3.19.0-43-generic
  232. }
  233. menuentry 'Ubuntu, with Linux 3.19.0-43-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-43-generic-recovery-cbb51897-b4d0-4038-b668-9f4653a2a8f9' {
  234. recordfail
  235. load_video
  236. insmod gzio
  237. insmod part_gpt
  238. insmod ext2
  239. set root='hd0,gpt2'
  240. if [ x$feature_platform_search_hint = xy ]; then
  241. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 cbb51897-b4d0-4038-b668-9f4653a2a8f9
  242. else
  243. search --no-floppy --fs-uuid --set=root cbb51897-b4d0-4038-b668-9f4653a2a8f9
  244. fi
  245. echo 'Carregando Linux 3.19.0-43-generic ...'
  246. linux /boot/vmlinuz-3.19.0-43-generic.efi.signed root=UUID=cbb51897-b4d0-4038-b668-9f4653a2a8f9 ro recovery nomodeset
  247. echo 'Carregando ramdisk inicial ...'
  248. initrd /boot/initrd.img-3.19.0-43-generic
  249. }
  250. menuentry 'Ubuntu, com Linux 3.19.0-25-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-25-generic-advanced-cbb51897-b4d0-4038-b668-9f4653a2a8f9' {
  251. recordfail
  252. load_video
  253. gfxmode $linux_gfx_mode
  254. insmod gzio
  255. insmod part_gpt
  256. insmod ext2
  257. set root='hd0,gpt2'
  258. if [ x$feature_platform_search_hint = xy ]; then
  259. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 cbb51897-b4d0-4038-b668-9f4653a2a8f9
  260. else
  261. search --no-floppy --fs-uuid --set=root cbb51897-b4d0-4038-b668-9f4653a2a8f9
  262. fi
  263. echo 'Carregando Linux 3.19.0-25-generic ...'
  264. linux /boot/vmlinuz-3.19.0-25-generic root=UUID=cbb51897-b4d0-4038-b668-9f4653a2a8f9 ro quiet splash $vt_handoff
  265. echo 'Carregando ramdisk inicial ...'
  266. initrd /boot/initrd.img-3.19.0-25-generic
  267. }
  268. menuentry 'Ubuntu, with Linux 3.19.0-25-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-25-generic-recovery-cbb51897-b4d0-4038-b668-9f4653a2a8f9' {
  269. recordfail
  270. load_video
  271. insmod gzio
  272. insmod part_gpt
  273. insmod ext2
  274. set root='hd0,gpt2'
  275. if [ x$feature_platform_search_hint = xy ]; then
  276. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 cbb51897-b4d0-4038-b668-9f4653a2a8f9
  277. else
  278. search --no-floppy --fs-uuid --set=root cbb51897-b4d0-4038-b668-9f4653a2a8f9
  279. fi
  280. echo 'Carregando Linux 3.19.0-25-generic ...'
  281. linux /boot/vmlinuz-3.19.0-25-generic root=UUID=cbb51897-b4d0-4038-b668-9f4653a2a8f9 ro recovery nomodeset
  282. echo 'Carregando ramdisk inicial ...'
  283. initrd /boot/initrd.img-3.19.0-25-generic
  284. }
  285. }
  286. ### END /etc/grub.d/10_linux ###
  287. ### BEGIN /etc/grub.d/20_linux_xen ###
  288. ### END /etc/grub.d/20_linux_xen ###
  289. ### BEGIN /etc/grub.d/20_memtest86+ ###
  290. ### END /etc/grub.d/20_memtest86+ ###
  291. ### BEGIN /etc/grub.d/30_os-prober ###
  292. ### END /etc/grub.d/30_os-prober ###
  293. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  294. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  295. fwsetup
  296. }
  297. ### END /etc/grub.d/30_uefi-firmware ###
  298. ### BEGIN /etc/grub.d/40_custom ###
  299. # This file provides an easy way to add custom menu entries. Simply type the
  300. # menu entries you want to add after this comment. Be careful not to change
  301. # the 'exec tail' line above.
  302. ### END /etc/grub.d/40_custom ###
  303. ### BEGIN /etc/grub.d/41_custom ###
  304. if [ -f ${config_directory}/custom.cfg ]; then
  305. source ${config_directory}/custom.cfg
  306. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  307. source $prefix/custom.cfg;
  308. fi
  309. ### END /etc/grub.d/41_custom ###
  310. --------------------------------------------------------------------------------
  311. =============================== sda2/etc/fstab: ================================
  312. --------------------------------------------------------------------------------
  313. # /etc/fstab: static file system information.
  314. #
  315. # Use 'blkid' to print the universally unique identifier for a
  316. # device; this may be used with UUID= as a more robust way to name devices
  317. # that works even if disks are added and removed. See fstab(5).
  318. #
  319. # <file system> <mount point> <type> <options> <dump> <pass>
  320. # / was on /dev/sda2 during installation
  321. UUID=cbb51897-b4d0-4038-b668-9f4653a2a8f9 / ext4 errors=remount-ro 0 1
  322. # /boot/efi was on /dev/sda1 during installation
  323. UUID=6A63-58F4 /boot/efi vfat defaults 0 1
  324. # swap was on /dev/sda3 during installation
  325. UUID=f3c0dfe4-b011-4ee5-9b37-f70af691e756 none swap sw 0 0
  326. --------------------------------------------------------------------------------
  327. =========================== sdb1/boot/grub/grub.cfg: ===========================
  328. --------------------------------------------------------------------------------
  329. if loadfont /boot/grub/font.pf2 ; then
  330. set gfxmode=auto
  331. insmod efi_gop
  332. insmod efi_uga
  333. insmod gfxterm
  334. terminal_output gfxterm
  335. fi
  336. set menu_color_normal=white/black
  337. set menu_color_highlight=black/light-gray
  338. menuentry "Try Ubuntu without installing" {
  339. set gfxpayload=keep
  340. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash --
  341. initrd /casper/initrd.lz
  342. }
  343. menuentry "Install Ubuntu" {
  344. set gfxpayload=keep
  345. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash --
  346. initrd /casper/initrd.lz
  347. }
  348. menuentry "OEM install (for manufacturers)" {
  349. set gfxpayload=keep
  350. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true --
  351. initrd /casper/initrd.lz
  352. }
  353. menuentry "Check disc for defects" {
  354. set gfxpayload=keep
  355. linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash --
  356. initrd /casper/initrd.lz
  357. }
  358. --------------------------------------------------------------------------------
  359. ============================== sdb1/syslinux.cfg: ==============================
  360. --------------------------------------------------------------------------------
  361. DEFAULT loadconfig
  362. LABEL loadconfig
  363. CONFIG /isolinux/isolinux.cfg
  364. APPEND /isolinux/
  365. --------------------------------------------------------------------------------
  366. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  367. Unknown BootLoader on sda1
  368. =============================== StdErr Messages: ===============================
  369. hexdump: /dev/sda1: Input/output error
  370. hexdump: /dev/sda1: Input/output error
  371. File descriptor 9 (/proc/4497/mounts) leaked on lvs invocation. Parent PID 10536: bash
  372. File descriptor 63 (pipe:[67628]) leaked on lvs invocation. Parent PID 10536: bash
  373. /dev/sda1: read failed after 0 of 4096 at 0: Input/output error
  374. No volume groups found
  375. ADDITIONAL INFORMATION :
  376. =================== log of boot-info 2016-01-07__05h59 ===================
  377. boot-info version : 4ppa35
  378. boot-sav version : 4ppa35
  379. glade2script version : 3.2.2~ppa47~saucy
  380. boot-sav-extra version : 4ppa35
  381. boot-info is executed in live-session (Ubuntu 14.04.3 LTS, trusty, Ubuntu, x86_64)
  382. CPU op-mode(s): 32-bit, 64-bit
  383. BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash --
  384. ls: cannot access /home/usr/.config: No such file or directory
  385. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  386. =================== os-prober:
  387. /dev/sda2:Ubuntu 14.04.3 LTS (14.04):Ubuntu:linux
  388. =================== blkid:
  389. /dev/loop0: TYPE="squashfs"
  390. /dev/sda1: UUID="6A63-58F4" TYPE="vfat"
  391. /dev/sda2: UUID="cbb51897-b4d0-4038-b668-9f4653a2a8f9" TYPE="ext4"
  392. /dev/sda3: UUID="f3c0dfe4-b011-4ee5-9b37-f70af691e756" TYPE="swap"
  393. /dev/sdb1: LABEL="UBUNTU 14_0" UUID="EA6E-5AB1" TYPE="vfat"
  394. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  395. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util sfdisk doesn't support GPT. Use GNU Parted.
  396. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  397. =================== sda2/etc/grub.d/ :
  398. drwxr-xr-x 2 root root 4096 Jan 7 00:44 grub.d
  399. total 76
  400. -rwxr-xr-x 1 root root 9791 Dec 17 15:00 00_header
  401. -rwxr-xr-x 1 root root 6058 May 13 2015 05_debian_theme
  402. -rwxr-xr-x 1 root root 11608 Jun 26 2015 10_linux
  403. -rwxr-xr-x 1 root root 10412 Jun 26 2015 20_linux_xen
  404. -rwxr-xr-x 1 root root 1992 Mar 12 2014 20_memtest86+
  405. -rwxr-xr-x 1 root root 11692 Jun 26 2015 30_os-prober
  406. -rwxr-xr-x 1 root root 1416 Jun 26 2015 30_uefi-firmware
  407. -rwxr-xr-x 1 root root 214 Jun 26 2015 40_custom
  408. -rwxr-xr-x 1 root root 216 Jun 26 2015 41_custom
  409. -rw-r--r-- 1 root root 483 Jun 26 2015 README
  410. =================== sda2/etc/default/grub :
  411. # If you change this file, run 'update-grub' afterwards to update
  412. # /boot/grub/grub.cfg.
  413. # For full documentation of the options in this file, see:
  414. # info -f grub -n 'Simple configuration'
  415. GRUB_DEFAULT=0
  416. GRUB_HIDDEN_TIMEOUT=0
  417. GRUB_HIDDEN_TIMEOUT_QUIET=true
  418. GRUB_TIMEOUT=10
  419. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  420. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  421. GRUB_CMDLINE_LINUX=""
  422. # Uncomment to enable BadRAM filtering, modify to suit your needs
  423. # This works with Linux (no patch required) and with any kernel that obtains
  424. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  425. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  426. # Uncomment to disable graphical terminal (grub-pc only)
  427. #GRUB_TERMINAL=console
  428. # The resolution used on graphical terminal
  429. # note that you can use only modes which your graphic card supports via VBE
  430. # you can see them in real GRUB with the command `vbeinfo'
  431. #GRUB_GFXMODE=640x480
  432. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  433. #GRUB_DISABLE_LINUX_UUID=true
  434. # Uncomment to disable generation of recovery mode menu entries
  435. #GRUB_DISABLE_RECOVERY="true"
  436. # Uncomment to get a beep at grub start
  437. #GRUB_INIT_TUNE="480 440 1"
  438. /boot/efi detected in the fstab of sda2: UUID=6A63-58F4 (sda1)
  439. =================== efibootmgr -v
  440. BootCurrent: 000A
  441. Timeout: 2 seconds
  442. BootOrder: 0009,0001,0002,000A,0004
  443. Boot0001* UEFI: IP6 Realtek PCIe FE Family Controller ACPI(a0341d0,0)PCI(1c,0)PCI(0,0)MAC(f8a963136634,0)030d3c000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000..BO
  444. Boot0002* UEFI: IP4 Realtek PCIe FE Family Controller ACPI(a0341d0,0)PCI(1c,0)PCI(0,0)MAC(f8a963136634,0)IPv4(0.0.0.0:0<->0.0.0.0:0,0, 0..BO
  445. Boot0004* UEFI: Built-in EFI Shell Vendor(5023b95c-db26-429b-a648-bd47664c8012,)..BO
  446. Boot0009* ubuntu Vendor(99e275e7-75a0-4b37-a2e6-c5385e6c00cb,)
  447. Boot000A* UEFI: hp v220w 8192 ACPI(a0341d0,0)PCI(14,0)USB(4,0)USB(2,0)HD(1,800,f35b00,0005a765)..BO
  448. =================== UEFI/Legacy mode:
  449. BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
  450. SecureBoot disabled. (maybe sec-boot, Please report this message to [email protected])
  451. =================== PARTITIONS & DISKS:
  452. sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, is-correct-EFI, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
  453. sda2 : sda, not-sepboot, grubenv-ok grub2, signed grub-efi , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, farbios, /mnt/boot-sav/sda2.
  454. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  455. =================== parted -l:
  456. Model: ATA TOSHIBA MQ01ABF0 (scsi)
  457. Disk /dev/sda: 500GB
  458. Sector size (logical/physical): 512B/512B
  459. Partition Table: gpt
  460. Number Start End Size File system Name Flags
  461. 1 1049kB 538MB 537MB fat32 boot
  462. 2 538MB 496GB 495GB ext4
  463. 3 496GB 500GB 4175MB linux-swap(v1)
  464. Model: hp v220w (scsi)
  465. Disk /dev/sdb: 8167MB
  466. Sector size (logical/physical): 512B/512B
  467. Partition Table: msdos
  468. Number Start End Size Type File system Flags
  469. 1 1049kB 8167MB 8166MB primary fat32 boot, lba
  470. =================== parted -lm:
  471. BYT;
  472. /dev/sda:500GB:scsi:512:512:gpt:ATA TOSHIBA MQ01ABF0;
  473. 1:1049kB:538MB:537MB:fat32::boot;
  474. 2:538MB:496GB:495GB:ext4::;
  475. 3:496GB:500GB:4175MB:linux-swap(v1)::;
  476. BYT;
  477. /dev/sdb:8167MB:scsi:512:512:msdos:hp v220w;
  478. 1:1049kB:8167MB:8166MB:fat32::boot, lba;
  479. =================== lsblk:
  480. KNAME TYPE FSTYPE SIZE LABEL
  481. sda disk 465.8G
  482. sda1 part vfat 512M
  483. sda2 part ext4 461.4G
  484. sda3 part swap 3.9G
  485. sdb disk 7.6G
  486. sdb1 part vfat 7.6G UBUNTU 14_0
  487. sr0 rom 1024M
  488. loop0 loop squashfs 962.1M
  489. KNAME ROTA RO RM STATE MOUNTPOINT
  490. sda 1 0 0 running
  491. sda1 1 0 0 /mnt/boot-sav/sda1
  492. sda2 1 0 0 /mnt/boot-sav/sda2
  493. sda3 1 0 0 [SWAP]
  494. sdb 1 0 1 running
  495. sdb1 1 0 1 /cdrom
  496. sr0 1 0 1 running
  497. loop0 1 1 0 /rofs
  498. =================== mount:
  499. /cow on / type overlay (rw)
  500. proc on /proc type proc (rw,noexec,nosuid,nodev)
  501. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  502. udev on /dev type devtmpfs (rw,mode=0755)
  503. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  504. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  505. /dev/sdb1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  506. /dev/loop0 on /rofs type squashfs (ro,noatime)
  507. none on /sys/fs/cgroup type tmpfs (rw)
  508. none on /sys/fs/fuse/connections type fusectl (rw)
  509. none on /sys/kernel/debug type debugfs (rw)
  510. none on /sys/kernel/security type securityfs (rw)
  511. none on /sys/firmware/efi/efivars type efivarfs (rw)
  512. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  513. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  514. none on /run/shm type tmpfs (rw,nosuid,nodev)
  515. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  516. none on /sys/fs/pstore type pstore (rw)
  517. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  518. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=ubuntu)
  519. /dev/sda1 on /mnt/boot-sav/sda1 type vfat (rw)
  520. /dev/sda2 on /mnt/boot-sav/sda2 type ext4 (rw)
  521. =================== ls:
  522. /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda3 size slaves stat subsystem trace uevent
  523. /sys/block/sdb (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sdb1 size slaves stat subsystem trace uevent
  524. /sys/block/sr0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
  525. /dev (filtered): autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hpet i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 input kmsg kvm log mapper mcelog media0 mei0 mem memory_bandwidth net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sdb sdb1 sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom v4l vfio vga_arbiter vhci vhost-net video0 zero
  526. ls /dev/mapper: control
  527. =================== hexdump -n512 -C /dev/sda1
  528. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  529. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  530. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  531. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  532. 00000040 80 01 29 f4 58 63 6a 4e 4f 20 4e 41 4d 45 20 20 |..).XcjNO NAME |
  533. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  534. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  535. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  536. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  537. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  538. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  539. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  540. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  541. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  542. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  543. *
  544. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  545. 00000200
  546. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  547. =================== df -Th:
  548. Filesystem Type Size Used Avail Use% Mounted on
  549. /cow overlay 1.9G 181M 1.7G 10% /
  550. udev devtmpfs 1.9G 12K 1.9G 1% /dev
  551. tmpfs tmpfs 384M 1.3M 383M 1% /run
  552. /dev/sdb1 vfat 7.6G 1006M 6.7G 13% /cdrom
  553. /dev/loop0 squashfs 963M 963M 0 100% /rofs
  554. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  555. tmpfs tmpfs 1.9G 40K 1.9G 1% /tmp
  556. none tmpfs 5.0M 0 5.0M 0% /run/lock
  557. none tmpfs 1.9G 584K 1.9G 1% /run/shm
  558. none tmpfs 100M 64K 100M 1% /run/user
  559. /dev/sda1 vfat 511M 3.4M 508M 1% /mnt/boot-sav/sda1
  560. /dev/sda2 ext4 455G 4.1G 427G 1% /mnt/boot-sav/sda2
  561. =================== fdisk -l:
  562. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  563. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  564. Units = sectors of 1 * 512 = 512 bytes
  565. Sector size (logical/physical): 512 bytes / 512 bytes
  566. I/O size (minimum/optimal): 512 bytes / 512 bytes
  567. Disk identifier: 0x00000000
  568. Device Boot Start End Blocks Id System
  569. /dev/sda1 1 976773167 488386583+ ee GPT
  570. Disk /dev/sdb: 8166 MB, 8166703104 bytes
  571. 255 heads, 63 sectors/track, 992 cylinders, total 15950592 sectors
  572. Units = sectors of 1 * 512 = 512 bytes
  573. Sector size (logical/physical): 512 bytes / 512 bytes
  574. I/O size (minimum/optimal): 512 bytes / 512 bytes
  575. Disk identifier: 0x0005a765
  576. Device Boot Start End Blocks Id System
  577. /dev/sdb1 * 2048 15950591 7974272 c W95 FAT32 (LBA)
  578. =================== Suggested repair
  579. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  580. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  581. =================== User settings
  582. The settings chosen by the user will not act on the boot.
  583. paste.ubuntu.com ko (), using paste.debian
  584. paste.debian.net ko (http://paste.debian.net/), using paste2