1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 2048
  4. of the same hard drive for core.img. core.img is at this location and
  5. looks for (,gpt2)/boot/grub. It also embeds following components:
  6. modules
  7. ---------------------------------------------------------------------------
  8. fshelp ext2 part_gpt biosdisk
  9. ---------------------------------------------------------------------------
  10. sda1: __________________________________________________________________________
  11. File system: BIOS Boot partition
  12. Boot sector type: Grub2's core.img
  13. Boot sector info:
  14. sda2: __________________________________________________________________________
  15. File system: ext4
  16. Boot sector type: -
  17. Boot sector info:
  18. Operating System: Ubuntu 16.04.1 LTS
  19. Boot files: /boot/grub/grub.cfg /etc/fstab
  20. /boot/grub/i386-pc/core.img
  21. sda3: __________________________________________________________________________
  22. File system: swap
  23. Boot sector type: -
  24. Boot sector info:
  25. ============================ Drive/Partition Info: =============================
  26. Drive: sda _____________________________________________________________________
  27. Disk /dev/sda: 2.7 TiB, 3000592982016 bytes, 5860533168 sectors
  28. Units: sectors of 1 * 512 = 512 bytes
  29. Sector size (logical/physical): 512 bytes / 4096 bytes
  30. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  31. Disklabel type: gpt
  32. Partition Boot Start Sector End Sector # of Sectors Id System
  33. /dev/sda1 1 4,294,967,295 4,294,967,295 ee GPT
  34. GUID Partition Table detected.
  35. Partition Attrs Start Sector End Sector # of Sectors System
  36. /dev/sda1 2,048 4,095 2,048 BIOS Boot partition
  37. /dev/sda2 4,096 5,852,426,239 5,852,422,144 Data partition (Linux)
  38. /dev/sda3 5,852,426,240 5,860,532,223 8,105,984 Swap partition (Linux)
  39. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  40. "blkid" output: ________________________________________________________________
  41. Device UUID TYPE LABEL
  42. /dev/loop0 squashfs
  43. /dev/sda1
  44. /dev/sda2 4be3542a-795b-42f4-b5f0-f09125fdf53f ext4
  45. /dev/sda3 f2553586-199b-4990-af9f-354099a586c6 swap
  46. /dev/sr0 2016-07-19-21-31-47-00 iso9660 Ubuntu 16.04.1 LTS i386
  47. ========================= "ls -l /dev/disk/by-id" output: ======================
  48. total 0
  49. lrwxrwxrwx 1 root root 9 Dec 28 14:18 ata-ST3000DM001-1ER166_W5032CZJ -> ../../sda
  50. lrwxrwxrwx 1 root root 10 Dec 28 14:18 ata-ST3000DM001-1ER166_W5032CZJ-part1 -> ../../sda1
  51. lrwxrwxrwx 1 root root 10 Dec 28 14:18 ata-ST3000DM001-1ER166_W5032CZJ-part2 -> ../../sda2
  52. lrwxrwxrwx 1 root root 10 Dec 28 14:18 ata-ST3000DM001-1ER166_W5032CZJ-part3 -> ../../sda3
  53. lrwxrwxrwx 1 root root 9 Dec 28 14:01 ata-hp_DVD_A_DH16ABLH_3D8044902227 -> ../../sr0
  54. lrwxrwxrwx 1 root root 9 Dec 28 14:01 usb-Multi_Flash_Reader_058F63666471-0:0 -> ../../sdb
  55. lrwxrwxrwx 1 root root 9 Dec 28 14:18 wwn-0x5000c5009dc65996 -> ../../sda
  56. lrwxrwxrwx 1 root root 10 Dec 28 14:18 wwn-0x5000c5009dc65996-part1 -> ../../sda1
  57. lrwxrwxrwx 1 root root 10 Dec 28 14:18 wwn-0x5000c5009dc65996-part2 -> ../../sda2
  58. lrwxrwxrwx 1 root root 10 Dec 28 14:18 wwn-0x5000c5009dc65996-part3 -> ../../sda3
  59. ================================ Mount points: =================================
  60. Device Mount_Point Type Options
  61. /dev/loop0 /rofs squashfs (ro,noatime)
  62. /dev/sr0 /cdrom iso9660 (ro,noatime)
  63. =========================== sda2/boot/grub/grub.cfg: ===========================
  64. --------------------------------------------------------------------------------
  65. #
  66. # DO NOT EDIT THIS FILE
  67. #
  68. # It is automatically generated by grub-mkconfig using templates
  69. # from /etc/grub.d and settings from /etc/default/grub
  70. #
  71. ### BEGIN /etc/grub.d/00_header ###
  72. if [ -s $prefix/grubenv ]; then
  73. set have_grubenv=true
  74. load_env
  75. fi
  76. if [ "${next_entry}" ] ; then
  77. set default="${next_entry}"
  78. set next_entry=
  79. save_env next_entry
  80. set boot_once=true
  81. else
  82. set default="0"
  83. fi
  84. if [ x"${feature_menuentry_id}" = xy ]; then
  85. menuentry_id_option="--id"
  86. else
  87. menuentry_id_option=""
  88. fi
  89. export menuentry_id_option
  90. if [ "${prev_saved_entry}" ]; then
  91. set saved_entry="${prev_saved_entry}"
  92. save_env saved_entry
  93. set prev_saved_entry=
  94. save_env prev_saved_entry
  95. set boot_once=true
  96. fi
  97. function savedefault {
  98. if [ -z "${boot_once}" ]; then
  99. saved_entry="${chosen}"
  100. save_env saved_entry
  101. fi
  102. }
  103. function recordfail {
  104. set recordfail=1
  105. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  106. }
  107. function load_video {
  108. if [ x$feature_all_video_module = xy ]; then
  109. insmod all_video
  110. else
  111. insmod efi_gop
  112. insmod efi_uga
  113. insmod ieee1275_fb
  114. insmod vbe
  115. insmod vga
  116. insmod video_bochs
  117. insmod video_cirrus
  118. fi
  119. }
  120. if [ x$feature_default_font_path = xy ] ; then
  121. font=unicode
  122. else
  123. insmod part_gpt
  124. insmod ext2
  125. set root='hd0,gpt2'
  126. if [ x$feature_platform_search_hint = xy ]; then
  127. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 4be3542a-795b-42f4-b5f0-f09125fdf53f
  128. else
  129. search --no-floppy --fs-uuid --set=root 4be3542a-795b-42f4-b5f0-f09125fdf53f
  130. fi
  131. font="/usr/share/grub/unicode.pf2"
  132. fi
  133. if loadfont $font ; then
  134. set gfxmode=auto
  135. load_video
  136. insmod gfxterm
  137. set locale_dir=$prefix/locale
  138. set lang=fr_FR
  139. insmod gettext
  140. fi
  141. terminal_output gfxterm
  142. if [ "${recordfail}" = 1 ] ; then
  143. set timeout=10
  144. else
  145. if [ x$feature_timeout_style = xy ] ; then
  146. set timeout_style=menu
  147. set timeout=10
  148. # Fallback normal timeout code in case the timeout_style feature is
  149. # unavailable.
  150. else
  151. set timeout=10
  152. fi
  153. fi
  154. ### END /etc/grub.d/00_header ###
  155. ### BEGIN /etc/grub.d/05_debian_theme ###
  156. set menu_color_normal=white/black
  157. set menu_color_highlight=black/light-gray
  158. if background_color 44,0,30,0; then
  159. clear
  160. fi
  161. ### END /etc/grub.d/05_debian_theme ###
  162. ### BEGIN /etc/grub.d/10_linux ###
  163. function gfxmode {
  164. set gfxpayload="${1}"
  165. if [ "${1}" = "keep" ]; then
  166. set vt_handoff=vt.handoff=7
  167. else
  168. set vt_handoff=
  169. fi
  170. }
  171. if [ "${recordfail}" != 1 ]; then
  172. if [ -e ${prefix}/gfxblacklist.txt ]; then
  173. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  174. if [ ${match} = 0 ]; then
  175. set linux_gfx_mode=keep
  176. else
  177. set linux_gfx_mode=text
  178. fi
  179. else
  180. set linux_gfx_mode=text
  181. fi
  182. else
  183. set linux_gfx_mode=keep
  184. fi
  185. else
  186. set linux_gfx_mode=text
  187. fi
  188. export linux_gfx_mode
  189. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-4be3542a-795b-42f4-b5f0-f09125fdf53f' {
  190. recordfail
  191. load_video
  192. gfxmode $linux_gfx_mode
  193. insmod gzio
  194. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  195. insmod part_gpt
  196. insmod ext2
  197. set root='hd0,gpt2'
  198. if [ x$feature_platform_search_hint = xy ]; then
  199. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 4be3542a-795b-42f4-b5f0-f09125fdf53f
  200. else
  201. search --no-floppy --fs-uuid --set=root 4be3542a-795b-42f4-b5f0-f09125fdf53f
  202. fi
  203. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=4be3542a-795b-42f4-b5f0-f09125fdf53f ro quiet splash $vt_handoff
  204. initrd /boot/initrd.img-4.4.0-31-generic
  205. }
  206. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-4be3542a-795b-42f4-b5f0-f09125fdf53f' {
  207. menuentry 'Ubuntu, with 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-4be3542a-795b-42f4-b5f0-f09125fdf53f' {
  208. recordfail
  209. load_video
  210. gfxmode $linux_gfx_mode
  211. insmod gzio
  212. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  213. insmod part_gpt
  214. insmod ext2
  215. set root='hd0,gpt2'
  216. if [ x$feature_platform_search_hint = xy ]; then
  217. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 4be3542a-795b-42f4-b5f0-f09125fdf53f
  218. else
  219. search --no-floppy --fs-uuid --set=root 4be3542a-795b-42f4-b5f0-f09125fdf53f
  220. fi
  221. echo 'Loading Linux 4.4.0-31-generic ...'
  222. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=4be3542a-795b-42f4-b5f0-f09125fdf53f ro quiet splash $vt_handoff
  223. echo 'Loading initial ramdisk ...'
  224. initrd /boot/initrd.img-4.4.0-31-generic
  225. }
  226. 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-4be3542a-795b-42f4-b5f0-f09125fdf53f' {
  227. recordfail
  228. load_video
  229. gfxmode $linux_gfx_mode
  230. insmod gzio
  231. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  232. insmod part_gpt
  233. insmod ext2
  234. set root='hd0,gpt2'
  235. if [ x$feature_platform_search_hint = xy ]; then
  236. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 4be3542a-795b-42f4-b5f0-f09125fdf53f
  237. else
  238. search --no-floppy --fs-uuid --set=root 4be3542a-795b-42f4-b5f0-f09125fdf53f
  239. fi
  240. echo 'Loading Linux 4.4.0-31-generic ...'
  241. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=4be3542a-795b-42f4-b5f0-f09125fdf53f ro quiet splash $vt_handoff init=/sbin/upstart
  242. echo 'Loading initial ramdisk ...'
  243. initrd /boot/initrd.img-4.4.0-31-generic
  244. }
  245. 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-4be3542a-795b-42f4-b5f0-f09125fdf53f' {
  246. recordfail
  247. load_video
  248. insmod gzio
  249. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  250. insmod part_gpt
  251. insmod ext2
  252. set root='hd0,gpt2'
  253. if [ x$feature_platform_search_hint = xy ]; then
  254. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 4be3542a-795b-42f4-b5f0-f09125fdf53f
  255. else
  256. search --no-floppy --fs-uuid --set=root 4be3542a-795b-42f4-b5f0-f09125fdf53f
  257. fi
  258. echo 'Loading Linux 4.4.0-31-generic ...'
  259. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=4be3542a-795b-42f4-b5f0-f09125fdf53f ro recovery nomodeset
  260. echo 'Loading initial ramdisk ...'
  261. initrd /boot/initrd.img-4.4.0-31-generic
  262. }
  263. }
  264. ### END /etc/grub.d/10_linux ###
  265. ### BEGIN /etc/grub.d/20_linux_xen ###
  266. ### END /etc/grub.d/20_linux_xen ###
  267. ### BEGIN /etc/grub.d/30_os-prober ###
  268. ### END /etc/grub.d/30_os-prober ###
  269. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  270. ### END /etc/grub.d/30_uefi-firmware ###
  271. ### BEGIN /etc/grub.d/40_custom ###
  272. # This file provides an easy way to add custom menu entries. Simply type the
  273. # menu entries you want to add after this comment. Be careful not to change
  274. # the 'exec tail' line above.
  275. ### END /etc/grub.d/40_custom ###
  276. ### BEGIN /etc/grub.d/41_custom ###
  277. if [ -f ${config_directory}/custom.cfg ]; then
  278. source ${config_directory}/custom.cfg
  279. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  280. source $prefix/custom.cfg;
  281. fi
  282. ### END /etc/grub.d/41_custom ###
  283. --------------------------------------------------------------------------------
  284. =============================== sda2/etc/fstab: ================================
  285. --------------------------------------------------------------------------------
  286. # /etc/fstab: static file system information.
  287. #
  288. # Use 'blkid' to print the universally unique identifier for a
  289. # device; this may be used with UUID= as a more robust way to name devices
  290. # that works even if disks are added and removed. See fstab(5).
  291. #
  292. # <file system> <mount point> <type> <options> <dump> <pass>
  293. # / was on /dev/sda2 during installation
  294. UUID=4be3542a-795b-42f4-b5f0-f09125fdf53f / ext4 errors=remount-ro 0 1
  295. # swap was on /dev/sda3 during installation
  296. UUID=f2553586-199b-4990-af9f-354099a586c6 none swap sw 0 0
  297. --------------------------------------------------------------------------------
  298. =================== sda2: Location of files loaded by Grub: ====================
  299. GiB - GB File Fragment(s)
  300. 1304.140262604 = 1400.309944320 boot/grub/grub.cfg 1
  301. 1380.297534943 = 1482.083192832 boot/grub/i386-pc/core.img 1
  302. 1304.140251160 = 1400.309932032 boot/vmlinuz-4.4.0-31-generic 1
  303. 1304.140251160 = 1400.309932032 vmlinuz 1
  304. 1.814449310 = 1.948250112 boot/initrd.img-4.4.0-31-generic 4
  305. 1.814449310 = 1.948250112 initrd.img 4
  306. ========= Devices which don't seem to have a corresponding hard drive: =========
  307. sdb
  308. =============================== StdErr Messages: ===============================
  309. File descriptor 9 (/proc/9428/mounts) leaked on lvs invocation. Parent PID 15741: bash
  310. File descriptor 63 (pipe:[79912]) leaked on lvs invocation. Parent PID 15741: bash
  311. ADDITIONAL INFORMATION :
  312. =================== log of boot-info 2016-12-28__14h18 ===================
  313. boot-info version : 4ppa40
  314. boot-sav version : 4ppa40
  315. glade2script version : 3.2.3~ppa1
  316. boot-sav-extra version : 4ppa40
  317. Error: Can't have a partition outside the disk!
  318. Error: Can't have a partition outside the disk!
  319. boot-info is executed in live-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, i686)
  320. CPU op-mode(s): 32-bit, 64-bit
  321. file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  322. ls: impossible d'accéder à '/home/usr/.config': Aucun fichier ou dossier de ce type
  323. mount: /dev/sda1 is write-protected, mounting read-only
  324. NTFS signature is missing.
  325. Failed to mount '/dev/sda1': Argument invalide
  326. The device '/dev/sda1' doesn't seem to have a valid NTFS.
  327. Maybe the wrong device is used? Or the whole disk instead of a
  328. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  329. mount /dev/sda1 : Error code 12
  330. mount -r /dev/sda1 /mnt/boot-sav/sda1
  331. NTFS signature is missing.
  332. Failed to mount '/dev/sda1': Argument invalide
  333. The device '/dev/sda1' doesn't seem to have a valid NTFS.
  334. Maybe the wrong device is used? Or the whole disk instead of a
  335. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  336. mount -r /dev/sda1 : Error code 12
  337. =================== os-prober:
  338. /dev/sda2:Ubuntu 16.04.1 LTS (16.04):Ubuntu:linux
  339. =================== blkid:
  340. /dev/sda2: UUID="4be3542a-795b-42f4-b5f0-f09125fdf53f" TYPE="ext4" PARTUUID="af09ebf5-7fff-42f4-bc1a-d7dca41999d2"
  341. /dev/sr0: UUID="2016-07-19-21-31-47-00" LABEL="Ubuntu 16.04.1 LTS i386" TYPE="iso9660" PTUUID="09b07823" PTTYPE="dos"
  342. /dev/loop0: TYPE="squashfs"
  343. /dev/sda3: UUID="f2553586-199b-4990-af9f-354099a586c6" TYPE="swap" PARTUUID="1085ad91-949b-4a4f-a752-03a739de6111"
  344. /dev/sda1: PARTUUID="48efef26-e3b8-4fa5-967f-8af08eb25a97"
  345. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  346. mount: /dev/sda1 is write-protected, mounting read-only
  347. NTFS signature is missing.
  348. Failed to mount '/dev/sda1': Argument invalide
  349. The device '/dev/sda1' doesn't seem to have a valid NTFS.
  350. Maybe the wrong device is used? Or the whole disk instead of a
  351. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  352. mount /dev/sda1 : Error code 12
  353. mount -r /dev/sda1 /mnt/boot-sav/sda1
  354. NTFS signature is missing.
  355. Failed to mount '/dev/sda1': Argument invalide
  356. The device '/dev/sda1' doesn't seem to have a valid NTFS.
  357. Maybe the wrong device is used? Or the whole disk instead of a
  358. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  359. mount -r /dev/sda1 : Error code 12
  360. =================== sda2/etc/grub.d/ :
  361. drwxr-xr-x 2 root root 4096 déc. 28 13:49 grub.d
  362. drwxr-xr-x 2 root root 4096 déc. 28 13:49 grub.d.bak
  363. total 72
  364. -rwxr-xr-x 1 root root 9791 juil. 23 00:09 00_header
  365. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  366. -rwxr-xr-x 1 root root 12261 juil. 23 00:09 10_linux
  367. -rwxr-xr-x 1 root root 11082 juil. 23 00:09 20_linux_xen
  368. -rwxr-xr-x 1 root root 11692 juil. 23 00:09 30_os-prober
  369. -rwxr-xr-x 1 root root 1418 juil. 23 00:09 30_uefi-firmware
  370. -rwxr-xr-x 1 root root 214 juil. 23 00:09 40_custom
  371. -rwxr-xr-x 1 root root 216 juil. 23 00:09 41_custom
  372. -rw-r--r-- 1 root root 483 juil. 23 00:09 README
  373. =================== sda2/etc/default/grub :
  374. # If you change this file, run 'update-grub' afterwards to update
  375. # /boot/grub/grub.cfg.
  376. # For full documentation of the options in this file, see:
  377. # info -f grub -n 'Simple configuration'
  378. GRUB_DEFAULT=0
  379. #GRUB_HIDDEN_TIMEOUT=0
  380. GRUB_HIDDEN_TIMEOUT_QUIET=true
  381. GRUB_TIMEOUT=10
  382. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  383. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  384. GRUB_CMDLINE_LINUX=""
  385. # Uncomment to enable BadRAM filtering, modify to suit your needs
  386. # This works with Linux (no patch required) and with any kernel that obtains
  387. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  388. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  389. # Uncomment to disable graphical terminal (grub-pc only)
  390. #GRUB_TERMINAL=console
  391. # The resolution used on graphical terminal
  392. # note that you can use only modes which your graphic card supports via VBE
  393. # you can see them in real GRUB with the command `vbeinfo'
  394. #GRUB_GFXMODE=640x480
  395. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  396. #GRUB_DISABLE_LINUX_UUID=true
  397. # Uncomment to disable generation of recovery mode menu entries
  398. #GRUB_DISABLE_RECOVERY="true"
  399. # Uncomment to get a beep at grub start
  400. #GRUB_INIT_TUNE="480 440 1"
  401. =================== UEFI/Legacy mode:
  402. This live-session is not EFI-compatible.
  403. SecureBoot maybe enabled.
  404. =================== PARTITIONS & DISKS:
  405. sda2 : sda, not-sepboot, grubenv-ok grub2, signed grub-pc , update-grub, 32, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-without-efi, 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.
  406. sda1 : sda, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, 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.
  407. sda : GPT, BIOS_boot, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  408. =================== parted -l:
  409. Model: ATA ST3000DM001-1ER1 (scsi)
  410. Disk /dev/sda: 3001GB
  411. Sector size (logical/physical): 512B/4096B
  412. Partition Table: gpt
  413. Disk Flags:
  414. Number Start End Size File system Name Flags
  415. 1 1049kB 2097kB 1049kB bios_grub
  416. 2 2097kB 2996GB 2996GB ext4
  417. 3 2996GB 3001GB 4150MB linux-swap(v1)
  418. Model: hp DVD A DH16ABLH (scsi)
  419. Disk /dev/sr0: 4700MB
  420. Sector size (logical/physical): 2048B/2048B
  421. Partition Table: unknown
  422. Disk Flags:
  423. =================== parted -lm:
  424. BYT;
  425. /dev/sda:3001GB:scsi:512:4096:gpt:ATA ST3000DM001-1ER1:;
  426. 1:1049kB:2097kB:1049kB:::bios_grub;
  427. 2:2097kB:2996GB:2996GB:ext4::;
  428. 3:2996GB:3001GB:4150MB:linux-swap(v1)::;
  429. BYT;
  430. /dev/sr0:4700MB:scsi:2048:2048:unknown:hp DVD A DH16ABLH:;
  431. =================== lsblk:
  432. KNAME TYPE FSTYPE SIZE LABEL
  433. sda disk 2,7T
  434. sda1 part 1M
  435. sda2 part ext4 2,7T
  436. sda3 part swap 3,9G
  437. sr0 rom iso9660 4,4G Ubuntu 16.04.1 LTS i386
  438. loop0 loop squashfs 1,4G
  439. KNAME ROTA RO RM STATE MOUNTPOINT
  440. sda 1 0 0 running
  441. sda1 1 0 0
  442. sda2 1 0 0 /mnt/boot-sav/sda2
  443. sda3 1 0 0 [SWAP]
  444. sr0 1 0 1 running /cdrom
  445. loop0 1 1 0 /rofs
  446. =================== mount:
  447. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  448. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  449. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1983516k,nr_inodes=206476,mode=755)
  450. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  451. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=399372k,mode=755)
  452. /dev/sr0 on /cdrom type iso9660 (ro,noatime)
  453. /dev/loop0 on /rofs type squashfs (ro,noatime)
  454. /cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
  455. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  456. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  457. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  458. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  459. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  460. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  461. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  462. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  463. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  464. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  465. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  466. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  467. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  468. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  469. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  470. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  471. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=26,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  472. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  473. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  474. mqueue on /dev/mqueue type mqueue (rw,relatime)
  475. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  476. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  477. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  478. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=399372k,mode=700,uid=999,gid=999)
  479. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  480. /dev/sda2 on /mnt/boot-sav/sda2 type ext4 (rw,relatime,data=ordered)
  481. =================== ls:
  482. /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 sda1 sda2 sda3 size slaves stat subsystem trace uevent
  483. /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 size slaves stat subsystem trace uevent
  484. /sys/block/sr0 (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
  485. /dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri dvd dvdrw ecryptfs fb0 fd full fuse fw0 hidraw0 hidraw1 hidraw2 hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 initctl input kmsg 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 sda1 sda2 sda3 sdb sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb userio v4l vfio vga_arbiter vhci vhost-net video0 watchdog watchdog0 zero
  486. ls /dev/mapper: control
  487. =================== df -Th:
  488. Filesystem Type Size Used Avail Use% Mounted on
  489. udev devtmpfs 1.9G 0 1.9G 0% /dev
  490. tmpfs tmpfs 391M 6.3M 384M 2% /run
  491. /dev/sr0 iso9660 1.5G 1.5G 0 100% /cdrom
  492. /dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
  493. /cow overlay 2.0G 117M 1.8G 6% /
  494. tmpfs tmpfs 2.0G 344K 2.0G 1% /dev/shm
  495. tmpfs tmpfs 5.0M 8.0K 5.0M 1% /run/lock
  496. tmpfs tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup
  497. tmpfs tmpfs 2.0G 744K 2.0G 1% /tmp
  498. tmpfs tmpfs 391M 72K 390M 1% /run/user/999
  499. /dev/sda2 ext4 2.7T 4.0G 2.6T 1% /mnt/boot-sav/sda2
  500. =================== fdisk -l:
  501. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  502. Units: sectors of 1 * 512 = 512 bytes
  503. Sector size (logical/physical): 512 bytes / 4096 bytes
  504. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  505. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  506. Units: sectors of 1 * 512 = 512 bytes
  507. Sector size (logical/physical): 512 bytes / 4096 bytes
  508. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  509. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  510. Units: sectors of 1 * 512 = 512 bytes
  511. Sector size (logical/physical): 512 bytes / 4096 bytes
  512. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  513. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  514. Units: sectors of 1 * 512 = 512 bytes
  515. Sector size (logical/physical): 512 bytes / 4096 bytes
  516. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  517. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  518. Units: sectors of 1 * 512 = 512 bytes
  519. Sector size (logical/physical): 512 bytes / 4096 bytes
  520. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  521. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  522. Units: sectors of 1 * 512 = 512 bytes
  523. Sector size (logical/physical): 512 bytes / 4096 bytes
  524. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  525. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  526. Units: sectors of 1 * 512 = 512 bytes
  527. Sector size (logical/physical): 512 bytes / 4096 bytes
  528. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  529. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  530. Units: sectors of 1 * 512 = 512 bytes
  531. Sector size (logical/physical): 512 bytes / 4096 bytes
  532. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  533. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  534. Units: sectors of 1 * 512 = 512 bytes
  535. Sector size (logical/physical): 512 bytes / 4096 bytes
  536. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  537. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  538. Units: sectors of 1 * 512 = 512 bytes
  539. Sector size (logical/physical): 512 bytes / 4096 bytes
  540. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  541. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  542. Units: sectors of 1 * 512 = 512 bytes
  543. Sector size (logical/physical): 512 bytes / 4096 bytes
  544. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  545. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  546. Units: sectors of 1 * 512 = 512 bytes
  547. Sector size (logical/physical): 512 bytes / 4096 bytes
  548. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  549. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  550. Units: sectors of 1 * 512 = 512 bytes
  551. Sector size (logical/physical): 512 bytes / 4096 bytes
  552. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  553. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  554. Units: sectors of 1 * 512 = 512 bytes
  555. Sector size (logical/physical): 512 bytes / 4096 bytes
  556. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  557. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  558. Units: sectors of 1 * 512 = 512 bytes
  559. Sector size (logical/physical): 512 bytes / 4096 bytes
  560. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  561. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  562. Units: sectors of 1 * 512 = 512 bytes
  563. Sector size (logical/physical): 512 bytes / 4096 bytes
  564. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  565. Disk /dev/loop0: 1.4 GiB, 1488424960 bytes, 2907080 sectors
  566. Units: sectors of 1 * 512 = 512 bytes
  567. Sector size (logical/physical): 512 bytes / 512 bytes
  568. I/O size (minimum/optimal): 512 bytes / 512 bytes
  569. Disk /dev/sda: 2.7 TiB, 3000592982016 bytes, 5860533168 sectors
  570. Units: sectors of 1 * 512 = 512 bytes
  571. Sector size (logical/physical): 512 bytes / 4096 bytes
  572. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  573. Disklabel type: gpt
  574. Disk identifier: 9F56ECDC-2470-472B-A9AD-C729BB3C00CF
  575. Device Start End Sectors Size Type
  576. /dev/sda1 2048 4095 2048 1M BIOS boot
  577. /dev/sda2 4096 5852426239 5852422144 2.7T Linux filesystem
  578. /dev/sda3 5852426240 5860532223 8105984 3.9G Linux swap
  579. =================== Suggested repair
  580. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda2 into the MBR of sda.
  581. Additional repair would be performed: unhide-bootmenu-10s
  582. =================== User settings
  583. The settings chosen by the user will not act on the boot.
  584. paste.ubuntu.com ko (), using paste.debian
  585. paste.debian.net ko (), using paste2