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 1 of
  4. the same hard drive for core.img. core.img is at this location and looks
  5. for (,msdos1)/boot/grub. It also embeds following components:
  6. modules
  7. ---------------------------------------------------------------------------
  8. fshelp ext2 part_msdos biosdisk
  9. ---------------------------------------------------------------------------
  10. sda1: __________________________________________________________________________
  11. File system: ext4
  12. Boot sector type: -
  13. Boot sector info:
  14. Operating System: Ubuntu 16.04.2 LTS
  15. Boot files: /boot/grub/grub.cfg /etc/fstab
  16. /boot/grub/i386-pc/core.img
  17. sda2: __________________________________________________________________________
  18. File system: Extended Partition
  19. Boot sector type: Unknown
  20. Boot sector info:
  21. sda5: __________________________________________________________________________
  22. File system: swap
  23. Boot sector type: -
  24. Boot sector info:
  25. sda3: __________________________________________________________________________
  26. File system: ext4
  27. Boot sector type: -
  28. Boot sector info:
  29. Operating System: Ubuntu 16.04.2 LTS
  30. Boot files: /boot/grub/grub.cfg /etc/fstab
  31. /boot/grub/i386-pc/core.img
  32. ============================ Drive/Partition Info: =============================
  33. Drive: sda _____________________________________________________________________
  34. Disk /dev/sda: 149 GiB, 160000000000 bytes, 312500000 sectors
  35. Units: sectors of 1 * 512 = 512 bytes
  36. Sector size (logical/physical): 512 bytes / 512 bytes
  37. I/O size (minimum/optimal): 512 bytes / 512 bytes
  38. Disklabel type: dos
  39. Partition Boot Start Sector End Sector # of Sectors Id System
  40. /dev/sda1 * 141,312 14,538,751 14,397,440 83 Linux
  41. /dev/sda2 299,956,222 312,498,175 12,541,954 5 Extended
  42. /dev/sda5 299,956,224 312,498,175 12,541,952 82 Linux swap / Solaris
  43. /dev/sda3 14,538,752 28,936,191 14,397,440 83 Linux
  44. "blkid" output: ________________________________________________________________
  45. Device UUID TYPE LABEL
  46. /dev/loop0 squashfs
  47. /dev/sda1 0550cf40-1842-41d3-9bdc-48cc866a0ae9 ext4
  48. /dev/sda3 0550cf40-1842-41d3-9bdc-48cc866a0ae9 ext4
  49. /dev/sda5 f9b13ca8-a01b-4fc9-b5ae-a379a29fe78c swap
  50. /dev/sr0 2017-02-15-21-44-13-00 iso9660 Ubuntu 16.04.2 LTS amd64
  51. ========================= "ls -l /dev/disk/by-id" output: ======================
  52. total 0
  53. lrwxrwxrwx 1 root root 9 Mar 21 13:35 ata-ST3160812AS_5LS8KVFX -> ../../sda
  54. lrwxrwxrwx 1 root root 10 Mar 21 13:35 ata-ST3160812AS_5LS8KVFX-part1 -> ../../sda1
  55. lrwxrwxrwx 1 root root 10 Mar 21 13:35 ata-ST3160812AS_5LS8KVFX-part2 -> ../../sda2
  56. lrwxrwxrwx 1 root root 10 Mar 21 13:35 ata-ST3160812AS_5LS8KVFX-part3 -> ../../sda3
  57. lrwxrwxrwx 1 root root 10 Mar 21 13:35 ata-ST3160812AS_5LS8KVFX-part5 -> ../../sda5
  58. lrwxrwxrwx 1 root root 9 Mar 21 13:14 ata-hp_CDDVDW_TS-H653T_R7106GRB526028 -> ../../sr0
  59. lrwxrwxrwx 1 root root 9 Mar 21 13:14 usb-Multiple_Card_Reader_058F63666433-0:0 -> ../../sdb
  60. ================================ Mount points: =================================
  61. Device Mount_Point Type Options
  62. /dev/loop0 /rofs squashfs (ro,noatime)
  63. /dev/sr0 /cdrom iso9660 (ro,noatime)
  64. =========================== sda1/boot/grub/grub.cfg: ===========================
  65. --------------------------------------------------------------------------------
  66. #
  67. # DO NOT EDIT THIS FILE
  68. #
  69. # It is automatically generated by grub-mkconfig using templates
  70. # from /etc/grub.d and settings from /etc/default/grub
  71. #
  72. ### BEGIN /etc/grub.d/00_header ###
  73. if [ -s $prefix/grubenv ]; then
  74. set have_grubenv=true
  75. load_env
  76. fi
  77. if [ "${next_entry}" ] ; then
  78. set default="${next_entry}"
  79. set next_entry=
  80. save_env next_entry
  81. set boot_once=true
  82. else
  83. set default="0"
  84. fi
  85. if [ x"${feature_menuentry_id}" = xy ]; then
  86. menuentry_id_option="--id"
  87. else
  88. menuentry_id_option=""
  89. fi
  90. export menuentry_id_option
  91. if [ "${prev_saved_entry}" ]; then
  92. set saved_entry="${prev_saved_entry}"
  93. save_env saved_entry
  94. set prev_saved_entry=
  95. save_env prev_saved_entry
  96. set boot_once=true
  97. fi
  98. function savedefault {
  99. if [ -z "${boot_once}" ]; then
  100. saved_entry="${chosen}"
  101. save_env saved_entry
  102. fi
  103. }
  104. function recordfail {
  105. set recordfail=1
  106. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  107. }
  108. function load_video {
  109. if [ x$feature_all_video_module = xy ]; then
  110. insmod all_video
  111. else
  112. insmod efi_gop
  113. insmod efi_uga
  114. insmod ieee1275_fb
  115. insmod vbe
  116. insmod vga
  117. insmod video_bochs
  118. insmod video_cirrus
  119. fi
  120. }
  121. if [ x$feature_default_font_path = xy ] ; then
  122. font=unicode
  123. else
  124. insmod part_msdos
  125. insmod ext2
  126. set root='hd0,msdos1'
  127. if [ x$feature_platform_search_hint = xy ]; then
  128. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 0550cf40-1842-41d3-9bdc-48cc866a0ae9
  129. else
  130. search --no-floppy --fs-uuid --set=root 0550cf40-1842-41d3-9bdc-48cc866a0ae9
  131. fi
  132. font="/usr/share/grub/unicode.pf2"
  133. fi
  134. if loadfont $font ; then
  135. set gfxmode=auto
  136. load_video
  137. insmod gfxterm
  138. set locale_dir=$prefix/locale
  139. set lang=en_US
  140. insmod gettext
  141. fi
  142. terminal_output gfxterm
  143. if [ "${recordfail}" = 1 ] ; then
  144. set timeout=30
  145. else
  146. if [ x$feature_timeout_style = xy ] ; then
  147. set timeout_style=hidden
  148. set timeout=0
  149. # Fallback hidden-timeout code in case the timeout_style feature is
  150. # unavailable.
  151. elif sleep --interruptible 0 ; then
  152. set timeout=0
  153. fi
  154. fi
  155. ### END /etc/grub.d/00_header ###
  156. ### BEGIN /etc/grub.d/05_debian_theme ###
  157. set menu_color_normal=white/black
  158. set menu_color_highlight=black/light-gray
  159. if background_color 44,0,30,0; then
  160. clear
  161. fi
  162. ### END /etc/grub.d/05_debian_theme ###
  163. ### BEGIN /etc/grub.d/10_linux ###
  164. function gfxmode {
  165. set gfxpayload="${1}"
  166. if [ "${1}" = "keep" ]; then
  167. set vt_handoff=vt.handoff=7
  168. else
  169. set vt_handoff=
  170. fi
  171. }
  172. if [ "${recordfail}" != 1 ]; then
  173. if [ -e ${prefix}/gfxblacklist.txt ]; then
  174. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  175. if [ ${match} = 0 ]; then
  176. set linux_gfx_mode=keep
  177. else
  178. set linux_gfx_mode=text
  179. fi
  180. else
  181. set linux_gfx_mode=text
  182. fi
  183. else
  184. set linux_gfx_mode=keep
  185. fi
  186. else
  187. set linux_gfx_mode=text
  188. fi
  189. export linux_gfx_mode
  190. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-0550cf40-1842-41d3-9bdc-48cc866a0ae9' {
  191. recordfail
  192. load_video
  193. gfxmode $linux_gfx_mode
  194. insmod gzio
  195. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  196. insmod part_msdos
  197. insmod ext2
  198. set root='hd0,msdos1'
  199. if [ x$feature_platform_search_hint = xy ]; then
  200. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 0550cf40-1842-41d3-9bdc-48cc866a0ae9
  201. else
  202. search --no-floppy --fs-uuid --set=root 0550cf40-1842-41d3-9bdc-48cc866a0ae9
  203. fi
  204. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=0550cf40-1842-41d3-9bdc-48cc866a0ae9 ro quiet splash $vt_handoff
  205. initrd /boot/initrd.img-4.8.0-36-generic
  206. }
  207. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-0550cf40-1842-41d3-9bdc-48cc866a0ae9' {
  208. menuentry 'Ubuntu, with Linux 4.8.0-36-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-advanced-0550cf40-1842-41d3-9bdc-48cc866a0ae9' {
  209. recordfail
  210. load_video
  211. gfxmode $linux_gfx_mode
  212. insmod gzio
  213. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  214. insmod part_msdos
  215. insmod ext2
  216. set root='hd0,msdos1'
  217. if [ x$feature_platform_search_hint = xy ]; then
  218. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 0550cf40-1842-41d3-9bdc-48cc866a0ae9
  219. else
  220. search --no-floppy --fs-uuid --set=root 0550cf40-1842-41d3-9bdc-48cc866a0ae9
  221. fi
  222. echo 'Loading Linux 4.8.0-36-generic ...'
  223. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=0550cf40-1842-41d3-9bdc-48cc866a0ae9 ro quiet splash $vt_handoff
  224. echo 'Loading initial ramdisk ...'
  225. initrd /boot/initrd.img-4.8.0-36-generic
  226. }
  227. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-init-upstart-0550cf40-1842-41d3-9bdc-48cc866a0ae9' {
  228. recordfail
  229. load_video
  230. gfxmode $linux_gfx_mode
  231. insmod gzio
  232. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  233. insmod part_msdos
  234. insmod ext2
  235. set root='hd0,msdos1'
  236. if [ x$feature_platform_search_hint = xy ]; then
  237. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 0550cf40-1842-41d3-9bdc-48cc866a0ae9
  238. else
  239. search --no-floppy --fs-uuid --set=root 0550cf40-1842-41d3-9bdc-48cc866a0ae9
  240. fi
  241. echo 'Loading Linux 4.8.0-36-generic ...'
  242. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=0550cf40-1842-41d3-9bdc-48cc866a0ae9 ro quiet splash $vt_handoff init=/sbin/upstart
  243. echo 'Loading initial ramdisk ...'
  244. initrd /boot/initrd.img-4.8.0-36-generic
  245. }
  246. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-recovery-0550cf40-1842-41d3-9bdc-48cc866a0ae9' {
  247. recordfail
  248. load_video
  249. insmod gzio
  250. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  251. insmod part_msdos
  252. insmod ext2
  253. set root='hd0,msdos1'
  254. if [ x$feature_platform_search_hint = xy ]; then
  255. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 0550cf40-1842-41d3-9bdc-48cc866a0ae9
  256. else
  257. search --no-floppy --fs-uuid --set=root 0550cf40-1842-41d3-9bdc-48cc866a0ae9
  258. fi
  259. echo 'Loading Linux 4.8.0-36-generic ...'
  260. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=0550cf40-1842-41d3-9bdc-48cc866a0ae9 ro recovery nomodeset
  261. echo 'Loading initial ramdisk ...'
  262. initrd /boot/initrd.img-4.8.0-36-generic
  263. }
  264. }
  265. ### END /etc/grub.d/10_linux ###
  266. ### BEGIN /etc/grub.d/20_linux_xen ###
  267. ### END /etc/grub.d/20_linux_xen ###
  268. ### BEGIN /etc/grub.d/20_memtest86+ ###
  269. menuentry 'Memory test (memtest86+)' {
  270. insmod part_msdos
  271. insmod ext2
  272. set root='hd0,msdos1'
  273. if [ x$feature_platform_search_hint = xy ]; then
  274. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 0550cf40-1842-41d3-9bdc-48cc866a0ae9
  275. else
  276. search --no-floppy --fs-uuid --set=root 0550cf40-1842-41d3-9bdc-48cc866a0ae9
  277. fi
  278. knetbsd /boot/memtest86+.elf
  279. }
  280. menuentry 'Memory test (memtest86+, serial console 115200)' {
  281. insmod part_msdos
  282. insmod ext2
  283. set root='hd0,msdos1'
  284. if [ x$feature_platform_search_hint = xy ]; then
  285. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 0550cf40-1842-41d3-9bdc-48cc866a0ae9
  286. else
  287. search --no-floppy --fs-uuid --set=root 0550cf40-1842-41d3-9bdc-48cc866a0ae9
  288. fi
  289. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  290. }
  291. ### END /etc/grub.d/20_memtest86+ ###
  292. ### BEGIN /etc/grub.d/30_os-prober ###
  293. ### END /etc/grub.d/30_os-prober ###
  294. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  295. ### END /etc/grub.d/30_uefi-firmware ###
  296. ### BEGIN /etc/grub.d/40_custom ###
  297. # This file provides an easy way to add custom menu entries. Simply type the
  298. # menu entries you want to add after this comment. Be careful not to change
  299. # the 'exec tail' line above.
  300. ### END /etc/grub.d/40_custom ###
  301. ### BEGIN /etc/grub.d/41_custom ###
  302. if [ -f ${config_directory}/custom.cfg ]; then
  303. source ${config_directory}/custom.cfg
  304. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  305. source $prefix/custom.cfg;
  306. fi
  307. ### END /etc/grub.d/41_custom ###
  308. --------------------------------------------------------------------------------
  309. =============================== sda1/etc/fstab: ================================
  310. --------------------------------------------------------------------------------
  311. # /etc/fstab: static file system information.
  312. #
  313. # Use 'blkid' to print the universally unique identifier for a
  314. # device; this may be used with UUID= as a more robust way to name devices
  315. # that works even if disks are added and removed. See fstab(5).
  316. #
  317. # <file system> <mount point> <type> <options> <dump> <pass>
  318. # / was on /dev/sda1 during installation
  319. UUID=0550cf40-1842-41d3-9bdc-48cc866a0ae9 / ext4 errors=remount-ro 0 1
  320. # swap was on /dev/sda5 during installation
  321. UUID=f9b13ca8-a01b-4fc9-b5ae-a379a29fe78c none swap sw 0 0
  322. --------------------------------------------------------------------------------
  323. =================== sda1: Location of files loaded by Grub: ====================
  324. GiB - GB File Fragment(s)
  325. 4.110168457 = 4.413259776 boot/grub/grub.cfg 1
  326. 4.131023407 = 4.435652608 boot/grub/i386-pc/core.img 1
  327. 1.226520538 = 1.316966400 boot/vmlinuz-4.8.0-36-generic 2
  328. 1.226520538 = 1.316966400 vmlinuz 2
  329. 4.606109619 = 4.945772544 boot/initrd.img-4.8.0-36-generic 4
  330. 4.606109619 = 4.945772544 initrd.img 4
  331. =========================== sda3/boot/grub/grub.cfg: ===========================
  332. --------------------------------------------------------------------------------
  333. #
  334. # DO NOT EDIT THIS FILE
  335. #
  336. # It is automatically generated by grub-mkconfig using templates
  337. # from /etc/grub.d and settings from /etc/default/grub
  338. #
  339. ### BEGIN /etc/grub.d/00_header ###
  340. if [ -s $prefix/grubenv ]; then
  341. set have_grubenv=true
  342. load_env
  343. fi
  344. if [ "${next_entry}" ] ; then
  345. set default="${next_entry}"
  346. set next_entry=
  347. save_env next_entry
  348. set boot_once=true
  349. else
  350. set default="0"
  351. fi
  352. if [ x"${feature_menuentry_id}" = xy ]; then
  353. menuentry_id_option="--id"
  354. else
  355. menuentry_id_option=""
  356. fi
  357. export menuentry_id_option
  358. if [ "${prev_saved_entry}" ]; then
  359. set saved_entry="${prev_saved_entry}"
  360. save_env saved_entry
  361. set prev_saved_entry=
  362. save_env prev_saved_entry
  363. set boot_once=true
  364. fi
  365. function savedefault {
  366. if [ -z "${boot_once}" ]; then
  367. saved_entry="${chosen}"
  368. save_env saved_entry
  369. fi
  370. }
  371. function recordfail {
  372. set recordfail=1
  373. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  374. }
  375. function load_video {
  376. if [ x$feature_all_video_module = xy ]; then
  377. insmod all_video
  378. else
  379. insmod efi_gop
  380. insmod efi_uga
  381. insmod ieee1275_fb
  382. insmod vbe
  383. insmod vga
  384. insmod video_bochs
  385. insmod video_cirrus
  386. fi
  387. }
  388. if [ x$feature_default_font_path = xy ] ; then
  389. font=unicode
  390. else
  391. insmod part_msdos
  392. insmod ext2
  393. set root='hd0,msdos1'
  394. if [ x$feature_platform_search_hint = xy ]; then
  395. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 0550cf40-1842-41d3-9bdc-48cc866a0ae9
  396. else
  397. search --no-floppy --fs-uuid --set=root 0550cf40-1842-41d3-9bdc-48cc866a0ae9
  398. fi
  399. font="/usr/share/grub/unicode.pf2"
  400. fi
  401. if loadfont $font ; then
  402. set gfxmode=auto
  403. load_video
  404. insmod gfxterm
  405. set locale_dir=$prefix/locale
  406. set lang=en_US
  407. insmod gettext
  408. fi
  409. terminal_output gfxterm
  410. if [ "${recordfail}" = 1 ] ; then
  411. set timeout=30
  412. else
  413. if [ x$feature_timeout_style = xy ] ; then
  414. set timeout_style=hidden
  415. set timeout=0
  416. # Fallback hidden-timeout code in case the timeout_style feature is
  417. # unavailable.
  418. elif sleep --interruptible 0 ; then
  419. set timeout=0
  420. fi
  421. fi
  422. ### END /etc/grub.d/00_header ###
  423. ### BEGIN /etc/grub.d/05_debian_theme ###
  424. set menu_color_normal=white/black
  425. set menu_color_highlight=black/light-gray
  426. if background_color 44,0,30,0; then
  427. clear
  428. fi
  429. ### END /etc/grub.d/05_debian_theme ###
  430. ### BEGIN /etc/grub.d/10_linux ###
  431. function gfxmode {
  432. set gfxpayload="${1}"
  433. if [ "${1}" = "keep" ]; then
  434. set vt_handoff=vt.handoff=7
  435. else
  436. set vt_handoff=
  437. fi
  438. }
  439. if [ "${recordfail}" != 1 ]; then
  440. if [ -e ${prefix}/gfxblacklist.txt ]; then
  441. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  442. if [ ${match} = 0 ]; then
  443. set linux_gfx_mode=keep
  444. else
  445. set linux_gfx_mode=text
  446. fi
  447. else
  448. set linux_gfx_mode=text
  449. fi
  450. else
  451. set linux_gfx_mode=keep
  452. fi
  453. else
  454. set linux_gfx_mode=text
  455. fi
  456. export linux_gfx_mode
  457. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-0550cf40-1842-41d3-9bdc-48cc866a0ae9' {
  458. recordfail
  459. load_video
  460. gfxmode $linux_gfx_mode
  461. insmod gzio
  462. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  463. insmod part_msdos
  464. insmod ext2
  465. set root='hd0,msdos1'
  466. if [ x$feature_platform_search_hint = xy ]; then
  467. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 0550cf40-1842-41d3-9bdc-48cc866a0ae9
  468. else
  469. search --no-floppy --fs-uuid --set=root 0550cf40-1842-41d3-9bdc-48cc866a0ae9
  470. fi
  471. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=0550cf40-1842-41d3-9bdc-48cc866a0ae9 ro quiet splash $vt_handoff
  472. initrd /boot/initrd.img-4.8.0-36-generic
  473. }
  474. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-0550cf40-1842-41d3-9bdc-48cc866a0ae9' {
  475. menuentry 'Ubuntu, with Linux 4.8.0-36-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-advanced-0550cf40-1842-41d3-9bdc-48cc866a0ae9' {
  476. recordfail
  477. load_video
  478. gfxmode $linux_gfx_mode
  479. insmod gzio
  480. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  481. insmod part_msdos
  482. insmod ext2
  483. set root='hd0,msdos1'
  484. if [ x$feature_platform_search_hint = xy ]; then
  485. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 0550cf40-1842-41d3-9bdc-48cc866a0ae9
  486. else
  487. search --no-floppy --fs-uuid --set=root 0550cf40-1842-41d3-9bdc-48cc866a0ae9
  488. fi
  489. echo 'Loading Linux 4.8.0-36-generic ...'
  490. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=0550cf40-1842-41d3-9bdc-48cc866a0ae9 ro quiet splash $vt_handoff
  491. echo 'Loading initial ramdisk ...'
  492. initrd /boot/initrd.img-4.8.0-36-generic
  493. }
  494. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-init-upstart-0550cf40-1842-41d3-9bdc-48cc866a0ae9' {
  495. recordfail
  496. load_video
  497. gfxmode $linux_gfx_mode
  498. insmod gzio
  499. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  500. insmod part_msdos
  501. insmod ext2
  502. set root='hd0,msdos1'
  503. if [ x$feature_platform_search_hint = xy ]; then
  504. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 0550cf40-1842-41d3-9bdc-48cc866a0ae9
  505. else
  506. search --no-floppy --fs-uuid --set=root 0550cf40-1842-41d3-9bdc-48cc866a0ae9
  507. fi
  508. echo 'Loading Linux 4.8.0-36-generic ...'
  509. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=0550cf40-1842-41d3-9bdc-48cc866a0ae9 ro quiet splash $vt_handoff init=/sbin/upstart
  510. echo 'Loading initial ramdisk ...'
  511. initrd /boot/initrd.img-4.8.0-36-generic
  512. }
  513. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-recovery-0550cf40-1842-41d3-9bdc-48cc866a0ae9' {
  514. recordfail
  515. load_video
  516. insmod gzio
  517. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  518. insmod part_msdos
  519. insmod ext2
  520. set root='hd0,msdos1'
  521. if [ x$feature_platform_search_hint = xy ]; then
  522. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 0550cf40-1842-41d3-9bdc-48cc866a0ae9
  523. else
  524. search --no-floppy --fs-uuid --set=root 0550cf40-1842-41d3-9bdc-48cc866a0ae9
  525. fi
  526. echo 'Loading Linux 4.8.0-36-generic ...'
  527. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=0550cf40-1842-41d3-9bdc-48cc866a0ae9 ro recovery nomodeset
  528. echo 'Loading initial ramdisk ...'
  529. initrd /boot/initrd.img-4.8.0-36-generic
  530. }
  531. }
  532. ### END /etc/grub.d/10_linux ###
  533. ### BEGIN /etc/grub.d/20_linux_xen ###
  534. ### END /etc/grub.d/20_linux_xen ###
  535. ### BEGIN /etc/grub.d/20_memtest86+ ###
  536. menuentry 'Memory test (memtest86+)' {
  537. insmod part_msdos
  538. insmod ext2
  539. set root='hd0,msdos1'
  540. if [ x$feature_platform_search_hint = xy ]; then
  541. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 0550cf40-1842-41d3-9bdc-48cc866a0ae9
  542. else
  543. search --no-floppy --fs-uuid --set=root 0550cf40-1842-41d3-9bdc-48cc866a0ae9
  544. fi
  545. knetbsd /boot/memtest86+.elf
  546. }
  547. menuentry 'Memory test (memtest86+, serial console 115200)' {
  548. insmod part_msdos
  549. insmod ext2
  550. set root='hd0,msdos1'
  551. if [ x$feature_platform_search_hint = xy ]; then
  552. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 0550cf40-1842-41d3-9bdc-48cc866a0ae9
  553. else
  554. search --no-floppy --fs-uuid --set=root 0550cf40-1842-41d3-9bdc-48cc866a0ae9
  555. fi
  556. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  557. }
  558. ### END /etc/grub.d/20_memtest86+ ###
  559. ### BEGIN /etc/grub.d/30_os-prober ###
  560. ### END /etc/grub.d/30_os-prober ###
  561. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  562. ### END /etc/grub.d/30_uefi-firmware ###
  563. ### BEGIN /etc/grub.d/40_custom ###
  564. # This file provides an easy way to add custom menu entries. Simply type the
  565. # menu entries you want to add after this comment. Be careful not to change
  566. # the 'exec tail' line above.
  567. ### END /etc/grub.d/40_custom ###
  568. ### BEGIN /etc/grub.d/41_custom ###
  569. if [ -f ${config_directory}/custom.cfg ]; then
  570. source ${config_directory}/custom.cfg
  571. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  572. source $prefix/custom.cfg;
  573. fi
  574. ### END /etc/grub.d/41_custom ###
  575. --------------------------------------------------------------------------------
  576. =============================== sda3/etc/fstab: ================================
  577. --------------------------------------------------------------------------------
  578. # /etc/fstab: static file system information.
  579. #
  580. # Use 'blkid' to print the universally unique identifier for a
  581. # device; this may be used with UUID= as a more robust way to name devices
  582. # that works even if disks are added and removed. See fstab(5).
  583. #
  584. # <file system> <mount point> <type> <options> <dump> <pass>
  585. # / was on /dev/sda1 during installation
  586. UUID=0550cf40-1842-41d3-9bdc-48cc866a0ae9 / ext4 errors=remount-ro 0 1
  587. # swap was on /dev/sda5 during installation
  588. UUID=f9b13ca8-a01b-4fc9-b5ae-a379a29fe78c none swap sw 0 0
  589. --------------------------------------------------------------------------------
  590. =================== sda3: Location of files loaded by Grub: ====================
  591. GiB - GB File Fragment(s)
  592. 10.975402832 = 11.784749056 boot/grub/grub.cfg 1
  593. 10.996257782 = 11.807141888 boot/grub/i386-pc/core.img 1
  594. 8.091754913 = 8.688455680 boot/vmlinuz-4.8.0-36-generic 2
  595. 8.091754913 = 8.688455680 vmlinuz 2
  596. 11.471343994 = 12.317261824 boot/initrd.img-4.8.0-36-generic 4
  597. 11.471343994 = 12.317261824 initrd.img 4
  598. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  599. Unknown BootLoader on sda2
  600. ========= Devices which don't seem to have a corresponding hard drive: =========
  601. sdb
  602. =============================== StdErr Messages: ===============================
  603. hexdump: /dev/sda2: No such device or address
  604. hexdump: /dev/sda2: No such device or address
  605. File descriptor 9 (/proc/10960/mounts) leaked on lvs invocation. Parent PID 17427: bash
  606. File descriptor 63 (pipe:[352621]) leaked on lvs invocation. Parent PID 17427: bash
  607. ADDITIONAL INFORMATION :
  608. =================== log of boot-info 2017-03-21__13h35 ===================
  609. boot-info version : 4ppa40
  610. boot-sav version : 4ppa40
  611. glade2script version : 3.2.3~ppa1
  612. boot-sav-extra version : 4ppa40
  613. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  614. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  615. boot-info is executed in live-session (Ubuntu 16.04.2 LTS, xenial, Ubuntu, x86_64)
  616. CPU op-mode(s): 32-bit, 64-bit
  617. file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  618. ls: impossible d'accéder à '/home/usr/.config': Aucun fichier ou dossier de ce type
  619. =================== os-prober:
  620. /dev/sda1:Ubuntu 16.04.2 LTS (16.04):Ubuntu:linux
  621. /dev/sda3:Ubuntu 16.04.2 LTS (16.04):Ubuntu1:linux
  622. =================== blkid:
  623. /dev/sda1: UUID="0550cf40-1842-41d3-9bdc-48cc866a0ae9" TYPE="ext4" PARTUUID="b4775237-01"
  624. /dev/sr0: UUID="2017-02-15-21-44-13-00" LABEL="Ubuntu 16.04.2 LTS amd64" TYPE="iso9660" PTUUID="15e2543d" PTTYPE="dos"
  625. /dev/loop0: TYPE="squashfs"
  626. /dev/sda5: UUID="f9b13ca8-a01b-4fc9-b5ae-a379a29fe78c" TYPE="swap" PARTUUID="b4775237-05"
  627. /dev/sda3: UUID="0550cf40-1842-41d3-9bdc-48cc866a0ae9" TYPE="ext4" PARTUUID="b4775237-03"
  628. 1 disks with OS, 2 OS : 2 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  629. =================== sda1/etc/grub.d/ :
  630. drwxr-xr-x 2 root root 4096 févr. 15 20:36 grub.d
  631. total 76
  632. -rwxr-xr-x 1 root root 9791 janv. 13 16:26 00_header
  633. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  634. -rwxr-xr-x 1 root root 12261 janv. 13 16:26 10_linux
  635. -rwxr-xr-x 1 root root 11082 janv. 13 16:26 20_linux_xen
  636. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  637. -rwxr-xr-x 1 root root 11692 janv. 13 16:26 30_os-prober
  638. -rwxr-xr-x 1 root root 1418 janv. 13 16:26 30_uefi-firmware
  639. -rwxr-xr-x 1 root root 214 janv. 13 16:26 40_custom
  640. -rwxr-xr-x 1 root root 216 janv. 13 16:26 41_custom
  641. -rw-r--r-- 1 root root 483 janv. 13 16:26 README
  642. =================== sda1/etc/default/grub :
  643. # If you change this file, run 'update-grub' afterwards to update
  644. # /boot/grub/grub.cfg.
  645. # For full documentation of the options in this file, see:
  646. # info -f grub -n 'Simple configuration'
  647. GRUB_DEFAULT=0
  648. GRUB_HIDDEN_TIMEOUT=0
  649. GRUB_HIDDEN_TIMEOUT_QUIET=true
  650. GRUB_TIMEOUT=10
  651. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  652. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  653. GRUB_CMDLINE_LINUX=""
  654. # Uncomment to enable BadRAM filtering, modify to suit your needs
  655. # This works with Linux (no patch required) and with any kernel that obtains
  656. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  657. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  658. # Uncomment to disable graphical terminal (grub-pc only)
  659. #GRUB_TERMINAL=console
  660. # The resolution used on graphical terminal
  661. # note that you can use only modes which your graphic card supports via VBE
  662. # you can see them in real GRUB with the command `vbeinfo'
  663. #GRUB_GFXMODE=640x480
  664. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  665. #GRUB_DISABLE_LINUX_UUID=true
  666. # Uncomment to disable generation of recovery mode menu entries
  667. #GRUB_DISABLE_RECOVERY="true"
  668. # Uncomment to get a beep at grub start
  669. #GRUB_INIT_TUNE="480 440 1"
  670. =================== sda3/etc/grub.d/ :
  671. drwxr-xr-x 2 root root 4096 févr. 15 20:36 grub.d
  672. total 76
  673. -rwxr-xr-x 1 root root 9791 janv. 13 16:26 00_header
  674. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  675. -rwxr-xr-x 1 root root 12261 janv. 13 16:26 10_linux
  676. -rwxr-xr-x 1 root root 11082 janv. 13 16:26 20_linux_xen
  677. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  678. -rwxr-xr-x 1 root root 11692 janv. 13 16:26 30_os-prober
  679. -rwxr-xr-x 1 root root 1418 janv. 13 16:26 30_uefi-firmware
  680. -rwxr-xr-x 1 root root 214 janv. 13 16:26 40_custom
  681. -rwxr-xr-x 1 root root 216 janv. 13 16:26 41_custom
  682. -rw-r--r-- 1 root root 483 janv. 13 16:26 README
  683. =================== sda3/etc/default/grub :
  684. # If you change this file, run 'update-grub' afterwards to update
  685. # /boot/grub/grub.cfg.
  686. # For full documentation of the options in this file, see:
  687. # info -f grub -n 'Simple configuration'
  688. GRUB_DEFAULT=0
  689. GRUB_HIDDEN_TIMEOUT=0
  690. GRUB_HIDDEN_TIMEOUT_QUIET=true
  691. GRUB_TIMEOUT=10
  692. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  693. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  694. GRUB_CMDLINE_LINUX=""
  695. # Uncomment to enable BadRAM filtering, modify to suit your needs
  696. # This works with Linux (no patch required) and with any kernel that obtains
  697. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  698. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  699. # Uncomment to disable graphical terminal (grub-pc only)
  700. #GRUB_TERMINAL=console
  701. # The resolution used on graphical terminal
  702. # note that you can use only modes which your graphic card supports via VBE
  703. # you can see them in real GRUB with the command `vbeinfo'
  704. #GRUB_GFXMODE=640x480
  705. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  706. #GRUB_DISABLE_LINUX_UUID=true
  707. # Uncomment to disable generation of recovery mode menu entries
  708. #GRUB_DISABLE_RECOVERY="true"
  709. # Uncomment to get a beep at grub start
  710. #GRUB_INIT_TUNE="480 440 1"
  711. =================== UEFI/Legacy mode:
  712. This live-session is not in EFI-mode.
  713. SecureBoot maybe enabled.
  714. =================== PARTITIONS & DISKS:
  715. sda1 : sda, not-sepboot, grubenv-ok grub2, signed grub-pc , update-grub, 64, 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, not-far, /mnt/boot-sav/sda1.
  716. sda3 : sda, not-sepboot, grubenv-ok grub2, signed grub-pc , update-grub, 64, 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, not-far, /mnt/boot-sav/sda3.
  717. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  718. =================== parted -l:
  719. Model: ATA ST3160812AS (scsi)
  720. Disk /dev/sda: 160GB
  721. Sector size (logical/physical): 512B/512B
  722. Partition Table: msdos
  723. Disk Flags:
  724. Number Start End Size Type File system Flags
  725. 1 72.4MB 7444MB 7371MB primary ext4 boot
  726. 3 7444MB 14.8GB 7371MB primary ext4
  727. 2 154GB 160GB 6421MB extended
  728. 5 154GB 160GB 6421MB logical linux-swap(v1)
  729. Model: hp CDDVDW TS-H653T (scsi)
  730. Disk /dev/sr0: 1554MB
  731. Sector size (logical/physical): 2048B/2048B
  732. Partition Table: mac
  733. Disk Flags:
  734. Number Start End Size File system Name Flags
  735. 1 2048B 6143B 4096B Apple
  736. 2 7389kB 9880kB 2490kB EFI
  737. =================== parted -lm:
  738. BYT;
  739. /dev/sda:160GB:scsi:512:512:msdos:ATA ST3160812AS:;
  740. 1:72.4MB:7444MB:7371MB:ext4::boot;
  741. 3:7444MB:14.8GB:7371MB:ext4::;
  742. 2:154GB:160GB:6421MB:::;
  743. 5:154GB:160GB:6421MB:linux-swap(v1)::;
  744. BYT;
  745. /dev/sr0:1554MB:scsi:2048:2048:mac:hp CDDVDW TS-H653T:;
  746. 1:2048B:6143B:4096B::Apple:;
  747. 2:7389kB:9880kB:2490kB::EFI:;
  748. =================== lsblk:
  749. KNAME TYPE FSTYPE SIZE LABEL
  750. sr0 rom iso9660 1,5G Ubuntu 16.04.2 LTS amd64
  751. loop0 loop squashfs 1,4G
  752. sda disk 149G
  753. sda5 part swap 6G
  754. sda3 part ext4 6,9G
  755. sda1 part ext4 6,9G
  756. KNAME ROTA RO RM STATE MOUNTPOINT
  757. sr0 1 0 1 running /cdrom
  758. loop0 1 1 0 /rofs
  759. sda 1 0 0 running
  760. sda5 1 0 0 [SWAP]
  761. sda3 1 0 0 /mnt/boot-sav/sda3
  762. sda1 1 0 0 /mnt/boot-sav/sda1
  763. =================== mount:
  764. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  765. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  766. udev on /dev type devtmpfs (rw,nosuid,relatime,size=3029996k,nr_inodes=757499,mode=755)
  767. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  768. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=609116k,mode=755)
  769. /dev/sr0 on /cdrom type iso9660 (ro,noatime)
  770. /dev/loop0 on /rofs type squashfs (ro,noatime)
  771. aufs on / type aufs (rw,noatime,si=836863693b30dd5c)
  772. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  773. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  774. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  775. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  776. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  777. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  778. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  779. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  780. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  781. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  782. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  783. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  784. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  785. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  786. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  787. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  788. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=28,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=12550)
  789. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  790. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  791. mqueue on /dev/mqueue type mqueue (rw,relatime)
  792. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  793. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  794. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  795. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=609116k,mode=700,uid=999,gid=999)
  796. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  797. /dev/sda1 on /mnt/boot-sav/sda1 type ext4 (rw,relatime,data=ordered)
  798. /dev/sda3 on /mnt/boot-sav/sda3 type ext4 (rw,relatime,data=ordered)
  799. =================== ls:
  800. /sys/block/sda (filtered): alignment_offset badblocks 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 sda5 size slaves stat subsystem trace uevent
  801. /sys/block/sdb (filtered): alignment_offset badblocks 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
  802. /sys/block/sr0 (filtered): alignment_offset badblocks 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
  803. /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 hidraw0 hidraw1 hidraw2 hidraw3 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 initctl input kfd kmsg lightnvm log mapper mcelog mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda5 sdb sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb userio vfio vga_arbiter vhci vhost-net zero
  804. ls /dev/mapper: control
  805. =================== df -Th:
  806. Filesystem Type Size Used Avail Use% Mounted on
  807. udev devtmpfs 2.9G 0 2.9G 0% /dev
  808. tmpfs tmpfs 595M 8.9M 587M 2% /run
  809. /dev/sr0 iso9660 1.5G 1.5G 0 100% /cdrom
  810. /dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
  811. aufs aufs 3.0G 1.8G 1.2G 62% /
  812. tmpfs tmpfs 3.0G 348K 3.0G 1% /dev/shm
  813. tmpfs tmpfs 5.0M 8.0K 5.0M 1% /run/lock
  814. tmpfs tmpfs 3.0G 0 3.0G 0% /sys/fs/cgroup
  815. tmpfs tmpfs 3.0G 984K 3.0G 1% /tmp
  816. tmpfs tmpfs 595M 52K 595M 1% /run/user/999
  817. /dev/sda1 ext4 6.7G 4.4G 2.0G 69% /mnt/boot-sav/sda1
  818. /dev/sda3 ext4 6.7G 4.4G 2.0G 69% /mnt/boot-sav/sda3
  819. =================== fdisk -l:
  820. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  821. Units: sectors of 1 * 512 = 512 bytes
  822. Sector size (logical/physical): 512 bytes / 4096 bytes
  823. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  824. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  825. Units: sectors of 1 * 512 = 512 bytes
  826. Sector size (logical/physical): 512 bytes / 4096 bytes
  827. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  828. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  829. Units: sectors of 1 * 512 = 512 bytes
  830. Sector size (logical/physical): 512 bytes / 4096 bytes
  831. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  832. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  833. Units: sectors of 1 * 512 = 512 bytes
  834. Sector size (logical/physical): 512 bytes / 4096 bytes
  835. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  836. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  837. Units: sectors of 1 * 512 = 512 bytes
  838. Sector size (logical/physical): 512 bytes / 4096 bytes
  839. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  840. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  841. Units: sectors of 1 * 512 = 512 bytes
  842. Sector size (logical/physical): 512 bytes / 4096 bytes
  843. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  844. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  845. Units: sectors of 1 * 512 = 512 bytes
  846. Sector size (logical/physical): 512 bytes / 4096 bytes
  847. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  848. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  849. Units: sectors of 1 * 512 = 512 bytes
  850. Sector size (logical/physical): 512 bytes / 4096 bytes
  851. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  852. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  853. Units: sectors of 1 * 512 = 512 bytes
  854. Sector size (logical/physical): 512 bytes / 4096 bytes
  855. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  856. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  857. Units: sectors of 1 * 512 = 512 bytes
  858. Sector size (logical/physical): 512 bytes / 4096 bytes
  859. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  860. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  861. Units: sectors of 1 * 512 = 512 bytes
  862. Sector size (logical/physical): 512 bytes / 4096 bytes
  863. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  864. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  865. Units: sectors of 1 * 512 = 512 bytes
  866. Sector size (logical/physical): 512 bytes / 4096 bytes
  867. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  868. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  869. Units: sectors of 1 * 512 = 512 bytes
  870. Sector size (logical/physical): 512 bytes / 4096 bytes
  871. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  872. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  873. Units: sectors of 1 * 512 = 512 bytes
  874. Sector size (logical/physical): 512 bytes / 4096 bytes
  875. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  876. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  877. Units: sectors of 1 * 512 = 512 bytes
  878. Sector size (logical/physical): 512 bytes / 4096 bytes
  879. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  880. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  881. Units: sectors of 1 * 512 = 512 bytes
  882. Sector size (logical/physical): 512 bytes / 4096 bytes
  883. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  884. Disk /dev/loop0: 1.4 GiB, 1497772032 bytes, 2925336 sectors
  885. Units: sectors of 1 * 512 = 512 bytes
  886. Sector size (logical/physical): 512 bytes / 512 bytes
  887. I/O size (minimum/optimal): 512 bytes / 512 bytes
  888. Disk /dev/sda: 149 GiB, 160000000000 bytes, 312500000 sectors
  889. Units: sectors of 1 * 512 = 512 bytes
  890. Sector size (logical/physical): 512 bytes / 512 bytes
  891. I/O size (minimum/optimal): 512 bytes / 512 bytes
  892. Disklabel type: dos
  893. Disk identifier: 0xb4775237
  894. Device Boot Start End Sectors Size Id Type
  895. /dev/sda1 * 141312 14538751 14397440 6.9G 83 Linux
  896. /dev/sda2 299956222 312498175 12541954 6G 5 Extended
  897. /dev/sda3 14538752 28936191 14397440 6.9G 83 Linux
  898. /dev/sda5 299956224 312498175 12541952 6G 82 Linux swap / Solaris
  899. Partition table entries are not in disk order.
  900. =================== Suggested repair
  901. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda1 into the MBR of sda.
  902. Additional repair would be performed: unhide-bootmenu-10s
  903. =================== User settings
  904. The settings chosen by the user will not act on the boot.
  905. paste.ubuntu.com ko (), using paste.debian
  906. paste.debian.net ko (), using paste2