1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => No boot loader is installed in the MBR of /dev/sdb.
  4. sdb1: __________________________________________________________________________
  5. File system: vfat
  6. Boot sector type: FAT32
  7. Boot sector info: No errors found in the Boot Parameter Block.
  8. Operating System:
  9. Boot files: /EFI/ubuntu/MokManager.efi /EFI/ubuntu/fwupx64.efi
  10. /EFI/ubuntu/grubx64.efi /EFI/ubuntu/shimx64.efi
  11. sdb2: __________________________________________________________________________
  12. File system: ext4
  13. Boot sector type: -
  14. Boot sector info:
  15. Operating System: Ubuntu 16.04.1 LTS
  16. Boot files: /boot/grub/grub.cfg /etc/fstab
  17. sdb3: __________________________________________________________________________
  18. File system: swap
  19. Boot sector type: -
  20. Boot sector info:
  21. sda: ___________________________________________________________________________
  22. File system: vfat
  23. Boot sector type: SYSLINUX 6.03 2014-10-06................................................2....0............A20 gate n
  24. Boot sector info: Syslinux looks at sector 2987056 of /dev/sda for its
  25. second stage. SYSLINUX is installed in the directory.
  26. No errors found in the Boot Parameter Block.
  27. Operating System:
  28. Boot files: /boot/grub/grub.cfg /syslinux/syslinux.cfg
  29. /casper/vmlinuz.efi /EFI/BOOT/grubx64.efi /ldlinux.sys
  30. ============================ Drive/Partition Info: =============================
  31. Drive: sdb _____________________________________________________________________
  32. Disk /dev/sdb: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  33. Units: sectors of 1 * 512 = 512 bytes
  34. Sector size (logical/physical): 512 bytes / 4096 bytes
  35. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  36. Disklabel type: gpt
  37. Partition Boot Start Sector End Sector # of Sectors Id System
  38. /dev/sdb1 1 976,773,167 976,773,167 ee GPT
  39. GUID Partition Table detected.
  40. Partition Attrs Start Sector End Sector # of Sectors System
  41. /dev/sdb1 2,048 1,050,623 1,048,576 EFI System partition
  42. /dev/sdb2 1,050,624 972,752,895 971,702,272 Data partition (Linux)
  43. /dev/sdb3 972,752,896 976,771,071 4,018,176 Swap partition (Linux)
  44. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  45. "blkid" output: ________________________________________________________________
  46. Device UUID TYPE LABEL
  47. /dev/loop0 squashfs
  48. /dev/sda 3653-5BDC vfat MYLINUXLIVE
  49. /dev/sdb1 B5A1-2814 vfat
  50. /dev/sdb2 cde63275-a3ee-4233-83c3-99b774be1c38 ext4
  51. /dev/sdb3 24eea185-352c-4d56-ab3e-90a3a00ede1a swap
  52. ========================= "ls -l /dev/disk/by-id" output: ======================
  53. total 0
  54. lrwxrwxrwx 1 root root 9 Jan 25 21:28 ata-TOSHIBA_MQ01ABF050_459KCBCQT -> ../../sdb
  55. lrwxrwxrwx 1 root root 10 Jan 25 21:28 ata-TOSHIBA_MQ01ABF050_459KCBCQT-part1 -> ../../sdb1
  56. lrwxrwxrwx 1 root root 10 Jan 25 21:28 ata-TOSHIBA_MQ01ABF050_459KCBCQT-part2 -> ../../sdb2
  57. lrwxrwxrwx 1 root root 10 Jan 25 21:28 ata-TOSHIBA_MQ01ABF050_459KCBCQT-part3 -> ../../sdb3
  58. lrwxrwxrwx 1 root root 9 Jan 25 21:28 usb-090c_1000_B1306100000479-0:0 -> ../../sda
  59. lrwxrwxrwx 1 root root 9 Jan 25 21:28 wwn-0x5000039633c80336 -> ../../sdb
  60. lrwxrwxrwx 1 root root 10 Jan 25 21:28 wwn-0x5000039633c80336-part1 -> ../../sdb1
  61. lrwxrwxrwx 1 root root 10 Jan 25 21:28 wwn-0x5000039633c80336-part2 -> ../../sdb2
  62. lrwxrwxrwx 1 root root 10 Jan 25 21:28 wwn-0x5000039633c80336-part3 -> ../../sdb3
  63. ================================ Mount points: =================================
  64. Device Mount_Point Type Options
  65. /dev/loop0 /rofs squashfs (ro,noatime)
  66. /dev/sda /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  67. =========================== sdb2/boot/grub/grub.cfg: ===========================
  68. --------------------------------------------------------------------------------
  69. #
  70. # DO NOT EDIT THIS FILE
  71. #
  72. # It is automatically generated by grub-mkconfig using templates
  73. # from /etc/grub.d and settings from /etc/default/grub
  74. #
  75. ### BEGIN /etc/grub.d/00_header ###
  76. if [ -s $prefix/grubenv ]; then
  77. set have_grubenv=true
  78. load_env
  79. fi
  80. if [ "${next_entry}" ] ; then
  81. set default="${next_entry}"
  82. set next_entry=
  83. save_env next_entry
  84. set boot_once=true
  85. else
  86. set default="0"
  87. fi
  88. if [ x"${feature_menuentry_id}" = xy ]; then
  89. menuentry_id_option="--id"
  90. else
  91. menuentry_id_option=""
  92. fi
  93. export menuentry_id_option
  94. if [ "${prev_saved_entry}" ]; then
  95. set saved_entry="${prev_saved_entry}"
  96. save_env saved_entry
  97. set prev_saved_entry=
  98. save_env prev_saved_entry
  99. set boot_once=true
  100. fi
  101. function savedefault {
  102. if [ -z "${boot_once}" ]; then
  103. saved_entry="${chosen}"
  104. save_env saved_entry
  105. fi
  106. }
  107. function recordfail {
  108. set recordfail=1
  109. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  110. }
  111. function load_video {
  112. if [ x$feature_all_video_module = xy ]; then
  113. insmod all_video
  114. else
  115. insmod efi_gop
  116. insmod efi_uga
  117. insmod ieee1275_fb
  118. insmod vbe
  119. insmod vga
  120. insmod video_bochs
  121. insmod video_cirrus
  122. fi
  123. }
  124. if [ x$feature_default_font_path = xy ] ; then
  125. font=unicode
  126. else
  127. insmod part_gpt
  128. insmod ext2
  129. set root='hd1,gpt2'
  130. if [ x$feature_platform_search_hint = xy ]; then
  131. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 cde63275-a3ee-4233-83c3-99b774be1c38
  132. else
  133. search --no-floppy --fs-uuid --set=root cde63275-a3ee-4233-83c3-99b774be1c38
  134. fi
  135. font="/usr/share/grub/unicode.pf2"
  136. fi
  137. if loadfont $font ; then
  138. set gfxmode=auto
  139. load_video
  140. insmod gfxterm
  141. set locale_dir=$prefix/locale
  142. set lang=fr_FR
  143. insmod gettext
  144. fi
  145. terminal_output gfxterm
  146. if [ "${recordfail}" = 1 ] ; then
  147. set timeout=30
  148. else
  149. if [ x$feature_timeout_style = xy ] ; then
  150. set timeout_style=hidden
  151. set timeout=0
  152. # Fallback hidden-timeout code in case the timeout_style feature is
  153. # unavailable.
  154. elif sleep --interruptible 0 ; then
  155. set timeout=0
  156. fi
  157. fi
  158. ### END /etc/grub.d/00_header ###
  159. ### BEGIN /etc/grub.d/05_debian_theme ###
  160. set menu_color_normal=white/black
  161. set menu_color_highlight=black/light-gray
  162. if background_color 44,0,30,0; then
  163. clear
  164. fi
  165. ### END /etc/grub.d/05_debian_theme ###
  166. ### BEGIN /etc/grub.d/10_linux ###
  167. function gfxmode {
  168. set gfxpayload="${1}"
  169. if [ "${1}" = "keep" ]; then
  170. set vt_handoff=vt.handoff=7
  171. else
  172. set vt_handoff=
  173. fi
  174. }
  175. if [ "${recordfail}" != 1 ]; then
  176. if [ -e ${prefix}/gfxblacklist.txt ]; then
  177. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  178. if [ ${match} = 0 ]; then
  179. set linux_gfx_mode=keep
  180. else
  181. set linux_gfx_mode=text
  182. fi
  183. else
  184. set linux_gfx_mode=text
  185. fi
  186. else
  187. set linux_gfx_mode=keep
  188. fi
  189. else
  190. set linux_gfx_mode=text
  191. fi
  192. export linux_gfx_mode
  193. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-cde63275-a3ee-4233-83c3-99b774be1c38' {
  194. recordfail
  195. load_video
  196. gfxmode $linux_gfx_mode
  197. insmod gzio
  198. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  199. insmod part_gpt
  200. insmod ext2
  201. set root='hd1,gpt2'
  202. if [ x$feature_platform_search_hint = xy ]; then
  203. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 cde63275-a3ee-4233-83c3-99b774be1c38
  204. else
  205. search --no-floppy --fs-uuid --set=root cde63275-a3ee-4233-83c3-99b774be1c38
  206. fi
  207. linux /boot/vmlinuz-4.4.0-59-generic.efi.signed root=UUID=cde63275-a3ee-4233-83c3-99b774be1c38 ro quiet splash $vt_handoff
  208. initrd /boot/initrd.img-4.4.0-59-generic
  209. }
  210. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-cde63275-a3ee-4233-83c3-99b774be1c38' {
  211. menuentry 'Ubuntu, avec Linux 4.4.0-59-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-59-generic-advanced-cde63275-a3ee-4233-83c3-99b774be1c38' {
  212. recordfail
  213. load_video
  214. gfxmode $linux_gfx_mode
  215. insmod gzio
  216. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  217. insmod part_gpt
  218. insmod ext2
  219. set root='hd1,gpt2'
  220. if [ x$feature_platform_search_hint = xy ]; then
  221. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 cde63275-a3ee-4233-83c3-99b774be1c38
  222. else
  223. search --no-floppy --fs-uuid --set=root cde63275-a3ee-4233-83c3-99b774be1c38
  224. fi
  225. echo 'Chargement de Linux 4.4.0-59-generic…'
  226. linux /boot/vmlinuz-4.4.0-59-generic.efi.signed root=UUID=cde63275-a3ee-4233-83c3-99b774be1c38 ro quiet splash $vt_handoff
  227. echo 'Chargement du disque mémoire initial…'
  228. initrd /boot/initrd.img-4.4.0-59-generic
  229. }
  230. menuentry 'Ubuntu, with Linux 4.4.0-59-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-59-generic-init-upstart-cde63275-a3ee-4233-83c3-99b774be1c38' {
  231. recordfail
  232. load_video
  233. gfxmode $linux_gfx_mode
  234. insmod gzio
  235. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  236. insmod part_gpt
  237. insmod ext2
  238. set root='hd1,gpt2'
  239. if [ x$feature_platform_search_hint = xy ]; then
  240. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 cde63275-a3ee-4233-83c3-99b774be1c38
  241. else
  242. search --no-floppy --fs-uuid --set=root cde63275-a3ee-4233-83c3-99b774be1c38
  243. fi
  244. echo 'Chargement de Linux 4.4.0-59-generic…'
  245. linux /boot/vmlinuz-4.4.0-59-generic.efi.signed root=UUID=cde63275-a3ee-4233-83c3-99b774be1c38 ro quiet splash $vt_handoff init=/sbin/upstart
  246. echo 'Chargement du disque mémoire initial…'
  247. initrd /boot/initrd.img-4.4.0-59-generic
  248. }
  249. menuentry 'Ubuntu, with Linux 4.4.0-59-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-59-generic-recovery-cde63275-a3ee-4233-83c3-99b774be1c38' {
  250. recordfail
  251. load_video
  252. insmod gzio
  253. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  254. insmod part_gpt
  255. insmod ext2
  256. set root='hd1,gpt2'
  257. if [ x$feature_platform_search_hint = xy ]; then
  258. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 cde63275-a3ee-4233-83c3-99b774be1c38
  259. else
  260. search --no-floppy --fs-uuid --set=root cde63275-a3ee-4233-83c3-99b774be1c38
  261. fi
  262. echo 'Chargement de Linux 4.4.0-59-generic…'
  263. linux /boot/vmlinuz-4.4.0-59-generic.efi.signed root=UUID=cde63275-a3ee-4233-83c3-99b774be1c38 ro recovery nomodeset
  264. echo 'Chargement du disque mémoire initial…'
  265. initrd /boot/initrd.img-4.4.0-59-generic
  266. }
  267. menuentry 'Ubuntu, avec Linux 4.4.0-31-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-advanced-cde63275-a3ee-4233-83c3-99b774be1c38' {
  268. recordfail
  269. load_video
  270. gfxmode $linux_gfx_mode
  271. insmod gzio
  272. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  273. insmod part_gpt
  274. insmod ext2
  275. set root='hd1,gpt2'
  276. if [ x$feature_platform_search_hint = xy ]; then
  277. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 cde63275-a3ee-4233-83c3-99b774be1c38
  278. else
  279. search --no-floppy --fs-uuid --set=root cde63275-a3ee-4233-83c3-99b774be1c38
  280. fi
  281. echo 'Chargement de Linux 4.4.0-31-generic…'
  282. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=cde63275-a3ee-4233-83c3-99b774be1c38 ro quiet splash $vt_handoff
  283. echo 'Chargement du disque mémoire initial…'
  284. initrd /boot/initrd.img-4.4.0-31-generic
  285. }
  286. menuentry 'Ubuntu, with Linux 4.4.0-31-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-init-upstart-cde63275-a3ee-4233-83c3-99b774be1c38' {
  287. recordfail
  288. load_video
  289. gfxmode $linux_gfx_mode
  290. insmod gzio
  291. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  292. insmod part_gpt
  293. insmod ext2
  294. set root='hd1,gpt2'
  295. if [ x$feature_platform_search_hint = xy ]; then
  296. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 cde63275-a3ee-4233-83c3-99b774be1c38
  297. else
  298. search --no-floppy --fs-uuid --set=root cde63275-a3ee-4233-83c3-99b774be1c38
  299. fi
  300. echo 'Chargement de Linux 4.4.0-31-generic…'
  301. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=cde63275-a3ee-4233-83c3-99b774be1c38 ro quiet splash $vt_handoff init=/sbin/upstart
  302. echo 'Chargement du disque mémoire initial…'
  303. initrd /boot/initrd.img-4.4.0-31-generic
  304. }
  305. menuentry 'Ubuntu, with Linux 4.4.0-31-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-recovery-cde63275-a3ee-4233-83c3-99b774be1c38' {
  306. recordfail
  307. load_video
  308. insmod gzio
  309. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  310. insmod part_gpt
  311. insmod ext2
  312. set root='hd1,gpt2'
  313. if [ x$feature_platform_search_hint = xy ]; then
  314. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 cde63275-a3ee-4233-83c3-99b774be1c38
  315. else
  316. search --no-floppy --fs-uuid --set=root cde63275-a3ee-4233-83c3-99b774be1c38
  317. fi
  318. echo 'Chargement de Linux 4.4.0-31-generic…'
  319. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=cde63275-a3ee-4233-83c3-99b774be1c38 ro recovery nomodeset
  320. echo 'Chargement du disque mémoire initial…'
  321. initrd /boot/initrd.img-4.4.0-31-generic
  322. }
  323. }
  324. ### END /etc/grub.d/10_linux ###
  325. ### BEGIN /etc/grub.d/20_linux_xen ###
  326. ### END /etc/grub.d/20_linux_xen ###
  327. ### BEGIN /etc/grub.d/20_memtest86+ ###
  328. ### END /etc/grub.d/20_memtest86+ ###
  329. ### BEGIN /etc/grub.d/30_os-prober ###
  330. ### END /etc/grub.d/30_os-prober ###
  331. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  332. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  333. fwsetup
  334. }
  335. ### END /etc/grub.d/30_uefi-firmware ###
  336. ### BEGIN /etc/grub.d/40_custom ###
  337. # This file provides an easy way to add custom menu entries. Simply type the
  338. # menu entries you want to add after this comment. Be careful not to change
  339. # the 'exec tail' line above.
  340. ### END /etc/grub.d/40_custom ###
  341. ### BEGIN /etc/grub.d/41_custom ###
  342. if [ -f ${config_directory}/custom.cfg ]; then
  343. source ${config_directory}/custom.cfg
  344. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  345. source $prefix/custom.cfg;
  346. fi
  347. ### END /etc/grub.d/41_custom ###
  348. --------------------------------------------------------------------------------
  349. =============================== sdb2/etc/fstab: ================================
  350. --------------------------------------------------------------------------------
  351. # /etc/fstab: static file system information.
  352. #
  353. # Use 'blkid' to print the universally unique identifier for a
  354. # device; this may be used with UUID= as a more robust way to name devices
  355. # that works even if disks are added and removed. See fstab(5).
  356. #
  357. # <file system> <mount point> <type> <options> <dump> <pass>
  358. # / was on /dev/sdb2 during installation
  359. UUID=cde63275-a3ee-4233-83c3-99b774be1c38 / ext4 errors=remount-ro 0 1
  360. # /boot/efi was on /dev/sdb1 during installation
  361. UUID=B5A1-2814 /boot/efi vfat umask=0077 0 1
  362. # swap was on /dev/sdb3 during installation
  363. UUID=24eea185-352c-4d56-ab3e-90a3a00ede1a none swap sw 0 0
  364. --------------------------------------------------------------------------------
  365. =================== sdb2: Location of files loaded by Grub: ====================
  366. GiB - GB File Fragment(s)
  367. 104.861476898 = 112.594153472 boot/grub/grub.cfg 1
  368. 1.683319092 = 1.807450112 boot/vmlinuz-4.4.0-31-generic 2
  369. 105.306968689 = 113.072496640 boot/vmlinuz-4.4.0-59-generic 1
  370. 105.421623230 = 113.195606016 boot/vmlinuz-4.4.0-59-generic.efi.signed 1
  371. 1.683319092 = 1.807450112 vmlinuz 2
  372. 105.590251923 = 113.376669696 boot/initrd.img-4.4.0-31-generic 1
  373. 105.665035248 = 113.456967680 boot/initrd.img-4.4.0-59-generic 2
  374. 105.590251923 = 113.376669696 initrd.img 1
  375. 105.590251923 = 113.376669696 initrd.img.old 1
  376. =========================== sda/boot/grub/grub.cfg: ============================
  377. --------------------------------------------------------------------------------
  378. if loadfont /boot/grub/font.pf2 ; then
  379. set gfxmode=auto
  380. insmod efi_gop
  381. insmod efi_uga
  382. insmod gfxterm
  383. terminal_output gfxterm
  384. fi
  385. set menu_color_normal=white/black
  386. set menu_color_highlight=black/light-gray
  387. menuentry "Try Ubuntu without installing" {
  388. set gfxpayload=keep
  389. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  390. initrd /casper/initrd.lz
  391. }
  392. menuentry "Install Ubuntu" {
  393. set gfxpayload=keep
  394. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  395. initrd /casper/initrd.lz
  396. }
  397. menuentry "OEM install (for manufacturers)" {
  398. set gfxpayload=keep
  399. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
  400. initrd /casper/initrd.lz
  401. }
  402. menuentry "Check disc for defects" {
  403. set gfxpayload=keep
  404. linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash ---
  405. initrd /casper/initrd.lz
  406. }
  407. --------------------------------------------------------------------------------
  408. ========================== sda/syslinux/syslinux.cfg: ==========================
  409. --------------------------------------------------------------------------------
  410. # D-I config version 2.0
  411. # search path for the c32 support libraries (libcom32, libutil etc.)
  412. path
  413. include menu.cfg
  414. default vesamenu.c32
  415. prompt 0
  416. timeout 50
  417. ui gfxboot bootlogo
  418. --------------------------------------------------------------------------------
  419. ==================== sda: Location of files loaded by Grub: ====================
  420. GiB - GB File Fragment(s)
  421. ?? = ?? boot/grub/grub.cfg 1
  422. ================== sda: Location of files loaded by Syslinux: ==================
  423. GiB - GB File Fragment(s)
  424. ?? = ?? syslinux/syslinux.cfg 1
  425. ?? = ?? ldlinux.sys 1
  426. ?? = ?? ldlinux.c32 1
  427. ?? = ?? syslinux/chain.c32 1
  428. ?? = ?? syslinux/gfxboot.c32 1
  429. ?? = ?? syslinux/ldlinux.c32 1
  430. ?? = ?? syslinux/libcom32.c32 1
  431. ?? = ?? syslinux/libutil.c32 1
  432. ?? = ?? syslinux/vesamenu.c32 1
  433. =============== sda: Version of COM32(R) files used by Syslinux: ===============
  434. ldlinux.c32 : not a COM32/COM32R module
  435. syslinux/chain.c32 : not a COM32/COM32R module
  436. syslinux/gfxboot.c32 : not a COM32/COM32R module
  437. syslinux/ldlinux.c32 : not a COM32/COM32R module
  438. syslinux/libcom32.c32 : not a COM32/COM32R module
  439. syslinux/libutil.c32 : not a COM32/COM32R module
  440. syslinux/vesamenu.c32 : not a COM32/COM32R module
  441. =============================== StdErr Messages: ===============================
  442. File descriptor 9 (/proc/8128/mounts) leaked on lvs invocation. Parent PID 14969: bash
  443. File descriptor 63 (pipe:[78151]) leaked on lvs invocation. Parent PID 14969: bash
  444. ADDITIONAL INFORMATION :
  445. =================== log of boot-repair 2017-01-25__21h28 ===================
  446. boot-repair version : 4ppa40
  447. boot-sav version : 4ppa40
  448. glade2script version : 3.2.3~ppa1
  449. boot-sav-extra version : 4ppa40
  450. boot-repair is executed in live-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  451. CPU op-mode(s): 32-bit, 64-bit
  452. BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  453. ls: cannot access '/home/usr/.config': No such file or directory
  454. =================== os-prober:
  455. /dev/sdb2:Ubuntu 16.04.1 LTS (16.04):Ubuntu:linux
  456. =================== blkid:
  457. /dev/sda: LABEL="MYLINUXLIVE" UUID="3653-5BDC" TYPE="vfat"
  458. /dev/loop0: TYPE="squashfs"
  459. /dev/sdb1: UUID="B5A1-2814" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="b1a6fb3f-0005-4c26-9206-083e5ab978f7"
  460. /dev/sdb2: UUID="cde63275-a3ee-4233-83c3-99b774be1c38" TYPE="ext4" PARTUUID="794bc10f-521f-4837-a1b4-1c15d09aa9af"
  461. /dev/sdb3: UUID="24eea185-352c-4d56-ab3e-90a3a00ede1a" TYPE="swap" PARTUUID="a14fa4d0-7477-4918-b1ff-8cc774aad651"
  462. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  463. =================== sdb2/etc/grub.d/ :
  464. drwxr-xr-x 2 root root 4096 Jan 25 20:11 grub.d
  465. total 76
  466. -rwxr-xr-x 1 root root 9791 Jun 17 2016 00_header
  467. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
  468. -rwxr-xr-x 1 root root 12261 Jun 17 2016 10_linux
  469. -rwxr-xr-x 1 root root 11082 Jun 17 2016 20_linux_xen
  470. -rwxr-xr-x 1 root root 1992 Jan 28 2016 20_memtest86+
  471. -rwxr-xr-x 1 root root 11692 Jun 17 2016 30_os-prober
  472. -rwxr-xr-x 1 root root 1418 Jun 17 2016 30_uefi-firmware
  473. -rwxr-xr-x 1 root root 214 Jun 17 2016 40_custom
  474. -rwxr-xr-x 1 root root 216 Jun 17 2016 41_custom
  475. -rw-r--r-- 1 root root 483 Jun 17 2016 README
  476. =================== sdb2/etc/default/grub :
  477. # If you change this file, run 'update-grub' afterwards to update
  478. # /boot/grub/grub.cfg.
  479. # For full documentation of the options in this file, see:
  480. # info -f grub -n 'Simple configuration'
  481. GRUB_DEFAULT=0
  482. GRUB_HIDDEN_TIMEOUT=0
  483. GRUB_HIDDEN_TIMEOUT_QUIET=true
  484. GRUB_TIMEOUT=10
  485. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  486. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  487. GRUB_CMDLINE_LINUX=""
  488. # Uncomment to enable BadRAM filtering, modify to suit your needs
  489. # This works with Linux (no patch required) and with any kernel that obtains
  490. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  491. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  492. # Uncomment to disable graphical terminal (grub-pc only)
  493. #GRUB_TERMINAL=console
  494. # The resolution used on graphical terminal
  495. # note that you can use only modes which your graphic card supports via VBE
  496. # you can see them in real GRUB with the command `vbeinfo'
  497. #GRUB_GFXMODE=640x480
  498. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  499. #GRUB_DISABLE_LINUX_UUID=true
  500. # Uncomment to disable generation of recovery mode menu entries
  501. #GRUB_DISABLE_RECOVERY="true"
  502. # Uncomment to get a beep at grub start
  503. #GRUB_INIT_TUNE="480 440 1"
  504. /boot/efi detected in the fstab of sdb2: UUID=B5A1-2814 (sdb1)
  505. =================== efibootmgr -v
  506. BootCurrent: 0001
  507. Timeout: 0 seconds
  508. BootOrder: 2001,2002,2003
  509. Boot0000* Unknown Device: HD(1,GPT,b1a6fb3f-0005-4c26-9206-083e5ab978f7,0x800,0x100000)/File(EFIubuntushimx64.efi)RC
  510. Boot0001* USB FDD: Generic USB Storage PciRoot(0x0)/Pci(0x14,0x0)/USB(1,0)RC
  511. Boot0002* Unknown Device: HD(1,GPT,b1a6fb3f-0005-4c26-9206-083e5ab978f7,0x800,0x100000)/File(EFIubuntushimx64.efi)RC
  512. Boot0003* Unknown Device: FvVol(a881d567-6cb0-4eee-8435-2e72d33e45b5)/FvFile(c57ad6b7-0515-40a8-9d21-551652854e37)RC...0
  513. Boot0004* Unknown Device: FvVol(a881d567-6cb0-4eee-8435-2e72d33e45b5)/FvFile(c57ad6b7-0515-40a8-9d21-551652854e37)RC...0
  514. Boot0005* Unknown Device: FvVol(a881d567-6cb0-4eee-8435-2e72d33e45b5)/FvFile(c57ad6b7-0515-40a8-9d21-551652854e37)RC...0
  515. Boot0006* ubuntu HD(1,GPT,b1a6fb3f-0005-4c26-9206-083e5ab978f7,0x800,0x100000)/File(EFIubuntushimx64.efi)
  516. Boot2001* EFI USB Device RC
  517. Boot2002* EFI DVD/CDROM RC
  518. Boot2003* EFI Network RC
  519. =================== UEFI/Legacy mode:
  520. BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
  521. SecureBoot enabled.
  522. =================== PARTITIONS & DISKS:
  523. sdb1 : sdb, 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/sdb1.
  524. sdb2 : sdb, 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/sdb2.
  525. sdb : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  526. =================== parted -l:
  527. Model: (scsi)
  528. Disk /dev/sda: 16.1GB
  529. Sector size (logical/physical): 512B/512B
  530. Partition Table: loop
  531. Disk Flags:
  532. Number Start End Size File system Flags
  533. 1 0.00B 16.1GB 16.1GB fat32
  534. Model: ATA TOSHIBA MQ01ABF0 (scsi)
  535. Disk /dev/sdb: 500GB
  536. Sector size (logical/physical): 512B/4096B
  537. Partition Table: gpt
  538. Disk Flags:
  539. Number Start End Size File system Name Flags
  540. 1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
  541. 2 538MB 498GB 498GB ext4
  542. 3 498GB 500GB 2057MB linux-swap(v1)
  543. =================== parted -lm:
  544. BYT;
  545. /dev/sda:16.1GB:scsi:512:512:loop: :;
  546. 1:0.00B:16.1GB:16.1GB:fat32::;
  547. BYT;
  548. /dev/sdb:500GB:scsi:512:4096:gpt:ATA TOSHIBA MQ01ABF0:;
  549. 1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
  550. 2:538MB:498GB:498GB:ext4::;
  551. 3:498GB:500GB:2057MB:linux-swap(v1)::;
  552. =================== lsblk:
  553. KNAME TYPE FSTYPE SIZE LABEL
  554. sda disk vfat 15G MYLINUXLIVE
  555. sdb disk 465.8G
  556. sdb1 part vfat 512M
  557. sdb2 part ext4 463.4G
  558. sdb3 part swap 1.9G
  559. loop0 loop squashfs 1.4G
  560. KNAME ROTA RO RM STATE MOUNTPOINT
  561. sda 1 0 1 running /cdrom
  562. sdb 1 0 0 running
  563. sdb1 1 0 0 /mnt/boot-sav/sdb1
  564. sdb2 1 0 0 /mnt/boot-sav/sdb2
  565. sdb3 1 0 0 [SWAP]
  566. loop0 1 1 0 /rofs
  567. =================== mount:
  568. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  569. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  570. udev on /dev type devtmpfs (rw,nosuid,relatime,size=965572k,nr_inodes=241393,mode=755)
  571. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  572. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=196044k,mode=755)
  573. /dev/sda on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  574. /dev/loop0 on /rofs type squashfs (ro,noatime)
  575. /cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
  576. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  577. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  578. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  579. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  580. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  581. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  582. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  583. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  584. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  585. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  586. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  587. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  588. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  589. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  590. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  591. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  592. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  593. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=36,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  594. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  595. mqueue on /dev/mqueue type mqueue (rw,relatime)
  596. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  597. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  598. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  599. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  600. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=196044k,mode=700,uid=999,gid=999)
  601. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  602. /dev/sdb1 on /mnt/boot-sav/sdb1 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  603. /dev/sdb2 on /mnt/boot-sav/sdb2 type ext4 (rw,relatime,data=ordered)
  604. =================== ls:
  605. /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
  606. /sys/block/sdb (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sdb1 sdb2 sdb3 size slaves stat subsystem trace uevent
  607. /dev (filtered): acpi_thermal_rel autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sdb sdb1 sdb2 sdb3 sg0 sg1 shm snapshot snd stderr stdin stdout tpm0 uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  608. ls /dev/mapper: control
  609. =================== hexdump -n512 -C /dev/sdb1
  610. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  611. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  612. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  613. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  614. 00000040 80 01 29 14 28 a1 b5 4e 4f 20 4e 41 4d 45 20 20 |..).(..NO NAME |
  615. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  616. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  617. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  618. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  619. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  620. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  621. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  622. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  623. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  624. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  625. *
  626. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  627. 00000200
  628. =================== df -Th:
  629. Filesystem Type Size Used Avail Use% Mounted on
  630. udev devtmpfs 943M 0 943M 0% /dev
  631. tmpfs tmpfs 192M 6.2M 186M 4% /run
  632. /dev/sda vfat 15G 1.5G 14G 10% /cdrom
  633. /dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
  634. /cow overlay 958M 66M 892M 7% /
  635. tmpfs tmpfs 958M 236K 957M 1% /dev/shm
  636. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  637. tmpfs tmpfs 958M 0 958M 0% /sys/fs/cgroup
  638. tmpfs tmpfs 958M 256K 957M 1% /tmp
  639. tmpfs tmpfs 192M 96K 192M 1% /run/user/999
  640. /dev/sdb1 vfat 511M 3.6M 508M 1% /mnt/boot-sav/sdb1
  641. /dev/sdb2 ext4 456G 4.5G 429G 2% /mnt/boot-sav/sdb2
  642. =================== fdisk -l:
  643. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  644. Units: sectors of 1 * 512 = 512 bytes
  645. Sector size (logical/physical): 512 bytes / 4096 bytes
  646. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  647. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  648. Units: sectors of 1 * 512 = 512 bytes
  649. Sector size (logical/physical): 512 bytes / 4096 bytes
  650. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  651. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  652. Units: sectors of 1 * 512 = 512 bytes
  653. Sector size (logical/physical): 512 bytes / 4096 bytes
  654. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  655. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  656. Units: sectors of 1 * 512 = 512 bytes
  657. Sector size (logical/physical): 512 bytes / 4096 bytes
  658. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  659. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  660. Units: sectors of 1 * 512 = 512 bytes
  661. Sector size (logical/physical): 512 bytes / 4096 bytes
  662. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  663. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  664. Units: sectors of 1 * 512 = 512 bytes
  665. Sector size (logical/physical): 512 bytes / 4096 bytes
  666. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  667. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  668. Units: sectors of 1 * 512 = 512 bytes
  669. Sector size (logical/physical): 512 bytes / 4096 bytes
  670. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  671. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  672. Units: sectors of 1 * 512 = 512 bytes
  673. Sector size (logical/physical): 512 bytes / 4096 bytes
  674. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  675. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  676. Units: sectors of 1 * 512 = 512 bytes
  677. Sector size (logical/physical): 512 bytes / 4096 bytes
  678. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  679. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  680. Units: sectors of 1 * 512 = 512 bytes
  681. Sector size (logical/physical): 512 bytes / 4096 bytes
  682. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  683. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  684. Units: sectors of 1 * 512 = 512 bytes
  685. Sector size (logical/physical): 512 bytes / 4096 bytes
  686. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  687. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  688. Units: sectors of 1 * 512 = 512 bytes
  689. Sector size (logical/physical): 512 bytes / 4096 bytes
  690. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  691. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  692. Units: sectors of 1 * 512 = 512 bytes
  693. Sector size (logical/physical): 512 bytes / 4096 bytes
  694. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  695. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  696. Units: sectors of 1 * 512 = 512 bytes
  697. Sector size (logical/physical): 512 bytes / 4096 bytes
  698. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  699. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  700. Units: sectors of 1 * 512 = 512 bytes
  701. Sector size (logical/physical): 512 bytes / 4096 bytes
  702. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  703. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  704. Units: sectors of 1 * 512 = 512 bytes
  705. Sector size (logical/physical): 512 bytes / 4096 bytes
  706. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  707. Disk /dev/loop0: 1.4 GiB, 1459982336 bytes, 2851528 sectors
  708. Units: sectors of 1 * 512 = 512 bytes
  709. Sector size (logical/physical): 512 bytes / 512 bytes
  710. I/O size (minimum/optimal): 512 bytes / 512 bytes
  711. Disk /dev/sdb: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  712. Units: sectors of 1 * 512 = 512 bytes
  713. Sector size (logical/physical): 512 bytes / 4096 bytes
  714. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  715. Disklabel type: gpt
  716. Disk identifier: E01C8D4F-9A94-47C0-B125-08A5523804E4
  717. Device Start End Sectors Size Type
  718. /dev/sdb1 2048 1050623 1048576 512M EFI System
  719. /dev/sdb2 1050624 972752895 971702272 463.4G Linux filesystem
  720. /dev/sdb3 972752896 976771071 4018176 1.9G Linux swap
  721. Disk /dev/sda: 15 GiB, 16095641600 bytes, 31436800 sectors
  722. Units: sectors of 1 * 512 = 512 bytes
  723. Sector size (logical/physical): 512 bytes / 512 bytes
  724. I/O size (minimum/optimal): 512 bytes / 512 bytes
  725. Disklabel type: dos
  726. Disk identifier: 0x20ac7dda
  727. Device Boot Start End Sectors Size Id Type
  728. /dev/sda1 3224498923 3657370039 432871117 206.4G 7 HPFS/NTFS/exFAT
  729. /dev/sda2 3272020941 5225480974 1953460034 931.5G 16 Hidden FAT16
  730. /dev/sda3 0 0 0 0B 6f unknown
  731. /dev/sda4 50200576 974536369 924335794 440.8G 0 Empty
  732. Partition table entries are not in disk order.
  733. =================== Suggested repair
  734. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sdb2, using the following options: sdb1/boot/efi,
  735. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  736. =================== User settings
  737. The settings chosen by the user will not act on the boot.
  738. paste.ubuntu.com ko (), using paste.debian
  739. paste.debian.net ko (), using paste2