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/sda.
  4. => Syslinux MBR (5.00 and higher) is installed in the MBR of /dev/sdb.
  5. sda1: __________________________________________________________________________
  6. File system: vfat
  7. Boot sector type: FAT32
  8. Boot sector info: No errors found in the Boot Parameter Block.
  9. Operating System:
  10. Boot files: /EFI/ubuntu/MokManager.efi /EFI/ubuntu/fwupx64.efi
  11. /EFI/ubuntu/grubx64.efi /EFI/ubuntu/shimx64.efi
  12. sda2: __________________________________________________________________________
  13. File system: ext4
  14. Boot sector type: -
  15. Boot sector info:
  16. Operating System: Ubuntu 16.04.1 LTS
  17. Boot files: /boot/grub/grub.cfg /etc/fstab
  18. sda3: __________________________________________________________________________
  19. File system: swap
  20. Boot sector type: -
  21. Boot sector info:
  22. sda4: __________________________________________________________________________
  23. File system: ext4
  24. Boot sector type: -
  25. Boot sector info:
  26. Operating System:
  27. Boot files:
  28. sdb1: __________________________________________________________________________
  29. File system: vfat
  30. Boot sector type: Windows 8/2012: FAT32
  31. Boot sector info: No errors found in the Boot Parameter Block.
  32. Operating System:
  33. Boot files: /boot/grub/grub.cfg /syslinux/syslinux.cfg
  34. /casper/vmlinuz.efi /EFI/BOOT/grubx64.efi /ldlinux.sys
  35. ============================ Drive/Partition Info: =============================
  36. Drive: sda _____________________________________________________________________
  37. Disk /dev/sda: 119.2 GiB, 128035676160 bytes, 250069680 sectors
  38. Units: sectors of 1 * 512 = 512 bytes
  39. Sector size (logical/physical): 512 bytes / 512 bytes
  40. I/O size (minimum/optimal): 512 bytes / 512 bytes
  41. Disklabel type: gpt
  42. Partition Boot Start Sector End Sector # of Sectors Id System
  43. /dev/sda1 1 250,069,679 250,069,679 ee GPT
  44. GUID Partition Table detected.
  45. Partition Attrs Start Sector End Sector # of Sectors System
  46. /dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
  47. /dev/sda2 1,050,624 63,550,623 62,500,000 Data partition (Linux)
  48. /dev/sda3 241,840,128 250,068,991 8,228,864 Swap partition (Linux)
  49. /dev/sda4 63,551,488 241,840,127 178,288,640 Data partition (Linux)
  50. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  51. Drive: sdb _____________________________________________________________________
  52. Disk /dev/sdb: 1.9 GiB, 1992294400 bytes, 3891200 sectors
  53. Units: sectors of 1 * 512 = 512 bytes
  54. Sector size (logical/physical): 512 bytes / 512 bytes
  55. I/O size (minimum/optimal): 512 bytes / 512 bytes
  56. Disklabel type: dos
  57. Partition Boot Start Sector End Sector # of Sectors Id System
  58. /dev/sdb1 * 1,408 3,891,199 3,889,792 b W95 FAT32
  59. "blkid" output: ________________________________________________________________
  60. Device UUID TYPE LABEL
  61. /dev/loop0 squashfs
  62. /dev/sda1 D4EA-4C70 vfat
  63. /dev/sda2 5baed62e-62d0-4361-a8d9-c632a333a1b2 ext4
  64. /dev/sda3 21e66816-2e99-4807-a16d-6b9b2d7a239f swap
  65. /dev/sda4 4162fe78-1d87-4c09-ad28-d2c6bdc658d9 ext4
  66. /dev/sdb1 E0AF-F11B vfat MYLINUXLIVE
  67. ========================= "ls -l /dev/disk/by-id" output: ======================
  68. total 0
  69. lrwxrwxrwx 1 root root 9 Sep 25 15:38 ata-LDLC_05302016H2684 -> ../../sda
  70. lrwxrwxrwx 1 root root 10 Sep 25 15:38 ata-LDLC_05302016H2684-part1 -> ../../sda1
  71. lrwxrwxrwx 1 root root 10 Sep 25 15:38 ata-LDLC_05302016H2684-part2 -> ../../sda2
  72. lrwxrwxrwx 1 root root 10 Sep 25 15:38 ata-LDLC_05302016H2684-part3 -> ../../sda3
  73. lrwxrwxrwx 1 root root 10 Sep 25 15:38 ata-LDLC_05302016H2684-part4 -> ../../sda4
  74. lrwxrwxrwx 1 root root 9 Sep 25 15:38 usb-Generic_Flash_Disk_88F984831A7739B95C47-0:0 -> ../../sdb
  75. lrwxrwxrwx 1 root root 10 Sep 25 15:38 usb-Generic_Flash_Disk_88F984831A7739B95C47-0:0-part1 -> ../../sdb1
  76. ================================ Mount points: =================================
  77. Device Mount_Point Type Options
  78. /dev/loop0 /rofs squashfs (ro,noatime)
  79. /dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  80. =========================== sda2/boot/grub/grub.cfg: ===========================
  81. --------------------------------------------------------------------------------
  82. #
  83. # DO NOT EDIT THIS FILE
  84. #
  85. # It is automatically generated by grub-mkconfig using templates
  86. # from /etc/grub.d and settings from /etc/default/grub
  87. #
  88. ### BEGIN /etc/grub.d/00_header ###
  89. if [ -s $prefix/grubenv ]; then
  90. set have_grubenv=true
  91. load_env
  92. fi
  93. if [ "${next_entry}" ] ; then
  94. set default="${next_entry}"
  95. set next_entry=
  96. save_env next_entry
  97. set boot_once=true
  98. else
  99. set default="0"
  100. fi
  101. if [ x"${feature_menuentry_id}" = xy ]; then
  102. menuentry_id_option="--id"
  103. else
  104. menuentry_id_option=""
  105. fi
  106. export menuentry_id_option
  107. if [ "${prev_saved_entry}" ]; then
  108. set saved_entry="${prev_saved_entry}"
  109. save_env saved_entry
  110. set prev_saved_entry=
  111. save_env prev_saved_entry
  112. set boot_once=true
  113. fi
  114. function savedefault {
  115. if [ -z "${boot_once}" ]; then
  116. saved_entry="${chosen}"
  117. save_env saved_entry
  118. fi
  119. }
  120. function recordfail {
  121. set recordfail=1
  122. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  123. }
  124. function load_video {
  125. if [ x$feature_all_video_module = xy ]; then
  126. insmod all_video
  127. else
  128. insmod efi_gop
  129. insmod efi_uga
  130. insmod ieee1275_fb
  131. insmod vbe
  132. insmod vga
  133. insmod video_bochs
  134. insmod video_cirrus
  135. fi
  136. }
  137. if [ x$feature_default_font_path = xy ] ; then
  138. font=unicode
  139. else
  140. insmod part_gpt
  141. insmod ext2
  142. set root='hd0,gpt2'
  143. if [ x$feature_platform_search_hint = xy ]; then
  144. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 5baed62e-62d0-4361-a8d9-c632a333a1b2
  145. else
  146. search --no-floppy --fs-uuid --set=root 5baed62e-62d0-4361-a8d9-c632a333a1b2
  147. fi
  148. font="/usr/share/grub/unicode.pf2"
  149. fi
  150. if loadfont $font ; then
  151. set gfxmode=auto
  152. load_video
  153. insmod gfxterm
  154. set locale_dir=$prefix/locale
  155. set lang=fr_FR
  156. insmod gettext
  157. fi
  158. terminal_output gfxterm
  159. if [ "${recordfail}" = 1 ] ; then
  160. set timeout=30
  161. else
  162. if [ x$feature_timeout_style = xy ] ; then
  163. set timeout_style=hidden
  164. set timeout=0
  165. # Fallback hidden-timeout code in case the timeout_style feature is
  166. # unavailable.
  167. elif sleep --interruptible 0 ; then
  168. set timeout=0
  169. fi
  170. fi
  171. ### END /etc/grub.d/00_header ###
  172. ### BEGIN /etc/grub.d/05_debian_theme ###
  173. set menu_color_normal=white/black
  174. set menu_color_highlight=black/light-gray
  175. if background_color 44,0,30,0; then
  176. clear
  177. fi
  178. ### END /etc/grub.d/05_debian_theme ###
  179. ### BEGIN /etc/grub.d/10_linux ###
  180. function gfxmode {
  181. set gfxpayload="${1}"
  182. if [ "${1}" = "keep" ]; then
  183. set vt_handoff=vt.handoff=7
  184. else
  185. set vt_handoff=
  186. fi
  187. }
  188. if [ "${recordfail}" != 1 ]; then
  189. if [ -e ${prefix}/gfxblacklist.txt ]; then
  190. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  191. if [ ${match} = 0 ]; then
  192. set linux_gfx_mode=keep
  193. else
  194. set linux_gfx_mode=text
  195. fi
  196. else
  197. set linux_gfx_mode=text
  198. fi
  199. else
  200. set linux_gfx_mode=keep
  201. fi
  202. else
  203. set linux_gfx_mode=text
  204. fi
  205. export linux_gfx_mode
  206. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-5baed62e-62d0-4361-a8d9-c632a333a1b2' {
  207. recordfail
  208. load_video
  209. gfxmode $linux_gfx_mode
  210. insmod gzio
  211. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  212. insmod part_gpt
  213. insmod ext2
  214. set root='hd0,gpt2'
  215. if [ x$feature_platform_search_hint = xy ]; then
  216. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 5baed62e-62d0-4361-a8d9-c632a333a1b2
  217. else
  218. search --no-floppy --fs-uuid --set=root 5baed62e-62d0-4361-a8d9-c632a333a1b2
  219. fi
  220. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=UUID=5baed62e-62d0-4361-a8d9-c632a333a1b2 ro quiet splash $vt_handoff
  221. initrd /boot/initrd.img-4.4.0-31-generic
  222. }
  223. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-5baed62e-62d0-4361-a8d9-c632a333a1b2' {
  224. 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-5baed62e-62d0-4361-a8d9-c632a333a1b2' {
  225. recordfail
  226. load_video
  227. gfxmode $linux_gfx_mode
  228. insmod gzio
  229. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  230. insmod part_gpt
  231. insmod ext2
  232. set root='hd0,gpt2'
  233. if [ x$feature_platform_search_hint = xy ]; then
  234. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 5baed62e-62d0-4361-a8d9-c632a333a1b2
  235. else
  236. search --no-floppy --fs-uuid --set=root 5baed62e-62d0-4361-a8d9-c632a333a1b2
  237. fi
  238. echo 'Chargement de Linux 4.4.0-31-generic…'
  239. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=UUID=5baed62e-62d0-4361-a8d9-c632a333a1b2 ro quiet splash $vt_handoff
  240. echo 'Chargement du disque mémoire initial…'
  241. initrd /boot/initrd.img-4.4.0-31-generic
  242. }
  243. 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-5baed62e-62d0-4361-a8d9-c632a333a1b2' {
  244. recordfail
  245. load_video
  246. gfxmode $linux_gfx_mode
  247. insmod gzio
  248. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  249. insmod part_gpt
  250. insmod ext2
  251. set root='hd0,gpt2'
  252. if [ x$feature_platform_search_hint = xy ]; then
  253. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 5baed62e-62d0-4361-a8d9-c632a333a1b2
  254. else
  255. search --no-floppy --fs-uuid --set=root 5baed62e-62d0-4361-a8d9-c632a333a1b2
  256. fi
  257. echo 'Chargement de Linux 4.4.0-31-generic…'
  258. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=UUID=5baed62e-62d0-4361-a8d9-c632a333a1b2 ro quiet splash $vt_handoff init=/sbin/upstart
  259. echo 'Chargement du disque mémoire initial…'
  260. initrd /boot/initrd.img-4.4.0-31-generic
  261. }
  262. 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-5baed62e-62d0-4361-a8d9-c632a333a1b2' {
  263. recordfail
  264. load_video
  265. insmod gzio
  266. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  267. insmod part_gpt
  268. insmod ext2
  269. set root='hd0,gpt2'
  270. if [ x$feature_platform_search_hint = xy ]; then
  271. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 5baed62e-62d0-4361-a8d9-c632a333a1b2
  272. else
  273. search --no-floppy --fs-uuid --set=root 5baed62e-62d0-4361-a8d9-c632a333a1b2
  274. fi
  275. echo 'Chargement de Linux 4.4.0-31-generic…'
  276. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=UUID=5baed62e-62d0-4361-a8d9-c632a333a1b2 ro recovery nomodeset
  277. echo 'Chargement du disque mémoire initial…'
  278. initrd /boot/initrd.img-4.4.0-31-generic
  279. }
  280. }
  281. ### END /etc/grub.d/10_linux ###
  282. ### BEGIN /etc/grub.d/20_linux_xen ###
  283. ### END /etc/grub.d/20_linux_xen ###
  284. ### BEGIN /etc/grub.d/20_memtest86+ ###
  285. ### END /etc/grub.d/20_memtest86+ ###
  286. ### BEGIN /etc/grub.d/30_os-prober ###
  287. ### END /etc/grub.d/30_os-prober ###
  288. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  289. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  290. fwsetup
  291. }
  292. ### END /etc/grub.d/30_uefi-firmware ###
  293. ### BEGIN /etc/grub.d/40_custom ###
  294. # This file provides an easy way to add custom menu entries. Simply type the
  295. # menu entries you want to add after this comment. Be careful not to change
  296. # the 'exec tail' line above.
  297. ### END /etc/grub.d/40_custom ###
  298. ### BEGIN /etc/grub.d/41_custom ###
  299. if [ -f ${config_directory}/custom.cfg ]; then
  300. source ${config_directory}/custom.cfg
  301. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  302. source $prefix/custom.cfg;
  303. fi
  304. ### END /etc/grub.d/41_custom ###
  305. --------------------------------------------------------------------------------
  306. =============================== sda2/etc/fstab: ================================
  307. --------------------------------------------------------------------------------
  308. # /etc/fstab: static file system information.
  309. #
  310. # Use 'blkid' to print the universally unique identifier for a
  311. # device; this may be used with UUID= as a more robust way to name devices
  312. # that works even if disks are added and removed. See fstab(5).
  313. #
  314. # <file system> <mount point> <type> <options> <dump> <pass>
  315. # / was on /dev/sda2 during installation
  316. UUID=5baed62e-62d0-4361-a8d9-c632a333a1b2 / ext4 errors=remount-ro 0 1
  317. # /boot/efi was on /dev/sda1 during installation
  318. UUID=D4EA-4C70 /boot/efi vfat umask=0077 0 1
  319. # /home was on /dev/sda4 during installation
  320. UUID=4162fe78-1d87-4c09-ad28-d2c6bdc658d9 /home ext4 defaults 0 2
  321. # swap was on /dev/sda3 during installation
  322. UUID=21e66816-2e99-4807-a16d-6b9b2d7a239f none swap sw 0 0
  323. --------------------------------------------------------------------------------
  324. =================== sda2: Location of files loaded by Grub: ====================
  325. GiB - GB File Fragment(s)
  326. 2.633670807 = 2.827882496 boot/grub/grub.cfg 1
  327. 1.734100342 = 1.861976064 boot/vmlinuz-4.4.0-31-generic 1
  328. 2.889221191 = 3.102277632 boot/vmlinuz-4.4.0-31-generic.efi.signed 1
  329. 1.734100342 = 1.861976064 vmlinuz 1
  330. 10.909236908 = 11.713703936 boot/initrd.img-4.4.0-31-generic 3
  331. 10.909236908 = 11.713703936 initrd.img 3
  332. =========================== sdb1/boot/grub/grub.cfg: ===========================
  333. --------------------------------------------------------------------------------
  334. if loadfont /boot/grub/font.pf2 ; then
  335. set gfxmode=auto
  336. insmod efi_gop
  337. insmod efi_uga
  338. insmod gfxterm
  339. terminal_output gfxterm
  340. fi
  341. set menu_color_normal=white/black
  342. set menu_color_highlight=black/light-gray
  343. menuentry "Try Ubuntu without installing" {
  344. set gfxpayload=keep
  345. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  346. initrd /casper/initrd.lz
  347. }
  348. menuentry "Install Ubuntu" {
  349. set gfxpayload=keep
  350. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  351. initrd /casper/initrd.lz
  352. }
  353. menuentry "OEM install (for manufacturers)" {
  354. set gfxpayload=keep
  355. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
  356. initrd /casper/initrd.lz
  357. }
  358. menuentry "Check disc for defects" {
  359. set gfxpayload=keep
  360. linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash ---
  361. initrd /casper/initrd.lz
  362. }
  363. --------------------------------------------------------------------------------
  364. ========================= sdb1/syslinux/syslinux.cfg: ==========================
  365. --------------------------------------------------------------------------------
  366. # D-I config version 2.0
  367. # search path for the c32 support libraries (libcom32, libutil etc.)
  368. path
  369. include menu.cfg
  370. default vesamenu.c32
  371. prompt 0
  372. timeout 50
  373. ui gfxboot bootlogo
  374. --------------------------------------------------------------------------------
  375. =================== sdb1: Location of files loaded by Grub: ====================
  376. GiB - GB File Fragment(s)
  377. ?? = ?? boot/grub/grub.cfg 1
  378. ================= sdb1: Location of files loaded by Syslinux: ==================
  379. GiB - GB File Fragment(s)
  380. ?? = ?? syslinux/syslinux.cfg 1
  381. ?? = ?? ldlinux.sys 2
  382. ?? = ?? syslinux/chain.c32 1
  383. ?? = ?? syslinux/gfxboot.c32 1
  384. ?? = ?? syslinux/ldlinux.c32 2
  385. ?? = ?? syslinux/libcom32.c32 1
  386. ?? = ?? syslinux/libutil.c32 1
  387. ?? = ?? syslinux/vesamenu.c32 1
  388. ============== sdb1: Version of COM32(R) files used by Syslinux: ===============
  389. ldlinux.c32 : not a COM32/COM32R module
  390. syslinux/chain.c32 : not a COM32/COM32R module
  391. syslinux/gfxboot.c32 : not a COM32/COM32R module
  392. syslinux/ldlinux.c32 : not a COM32/COM32R module
  393. syslinux/libcom32.c32 : not a COM32/COM32R module
  394. syslinux/libutil.c32 : not a COM32/COM32R module
  395. syslinux/vesamenu.c32 : not a COM32/COM32R module
  396. =============================== StdErr Messages: ===============================
  397. File descriptor 9 (/proc/7565/mounts) leaked on lvs invocation. Parent PID 14634: bash
  398. File descriptor 63 (pipe:[61588]) leaked on lvs invocation. Parent PID 14634: bash
  399. ADDITIONAL INFORMATION :
  400. =================== log of boot-info 2016-09-25__15h38 ===================
  401. boot-info version : 4ppa38
  402. boot-sav version : 4ppa38
  403. glade2script version : 3.2.3~ppa1
  404. boot-sav-extra version : 4ppa38
  405. boot-info is executed in live-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  406. CPU op-mode(s): 32-bit, 64-bit
  407. BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  408. ls: cannot access '/home/usr/.config': No such file or directory
  409. =================== os-prober:
  410. /dev/sda2:Ubuntu 16.04.1 LTS (16.04):Ubuntu:linux
  411. =================== blkid:
  412. /dev/sda1: UUID="D4EA-4C70" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="ecef54d9-9499-4795-bca4-b04908d80b42"
  413. /dev/sda2: UUID="5baed62e-62d0-4361-a8d9-c632a333a1b2" TYPE="ext4" PARTUUID="4b3e3d6f-f97e-42c4-a186-4e188965fe51"
  414. /dev/sda4: UUID="4162fe78-1d87-4c09-ad28-d2c6bdc658d9" TYPE="ext4" PARTUUID="0b6eb2fa-78fb-46d0-a013-57122d674ee4"
  415. /dev/sdb1: LABEL="MYLINUXLIVE" UUID="E0AF-F11B" TYPE="vfat" PARTUUID="54bdc529-01"
  416. /dev/loop0: TYPE="squashfs"
  417. /dev/sda3: UUID="21e66816-2e99-4807-a16d-6b9b2d7a239f" TYPE="swap" PARTUUID="d026e5d0-fb3c-48c0-a21d-142cacab8529"
  418. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  419. =================== sda2/etc/grub.d/ :
  420. drwxr-xr-x 2 root root 4096 Jul 19 20:50 grub.d
  421. total 76
  422. -rwxr-xr-x 1 root root 9791 Jun 17 09:10 00_header
  423. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
  424. -rwxr-xr-x 1 root root 12261 Jun 17 09:10 10_linux
  425. -rwxr-xr-x 1 root root 11082 Jun 17 09:10 20_linux_xen
  426. -rwxr-xr-x 1 root root 1992 Jan 28 2016 20_memtest86+
  427. -rwxr-xr-x 1 root root 11692 Jun 17 09:10 30_os-prober
  428. -rwxr-xr-x 1 root root 1418 Jun 17 09:10 30_uefi-firmware
  429. -rwxr-xr-x 1 root root 214 Jun 17 09:10 40_custom
  430. -rwxr-xr-x 1 root root 216 Jun 17 09:10 41_custom
  431. -rw-r--r-- 1 root root 483 Jun 17 09:10 README
  432. =================== sda2/etc/default/grub :
  433. # If you change this file, run 'update-grub' afterwards to update
  434. # /boot/grub/grub.cfg.
  435. # For full documentation of the options in this file, see:
  436. # info -f grub -n 'Simple configuration'
  437. GRUB_DEFAULT=0
  438. GRUB_HIDDEN_TIMEOUT=0
  439. GRUB_HIDDEN_TIMEOUT_QUIET=true
  440. GRUB_TIMEOUT=10
  441. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  442. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  443. GRUB_CMDLINE_LINUX=""
  444. # Uncomment to enable BadRAM filtering, modify to suit your needs
  445. # This works with Linux (no patch required) and with any kernel that obtains
  446. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  447. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  448. # Uncomment to disable graphical terminal (grub-pc only)
  449. #GRUB_TERMINAL=console
  450. # The resolution used on graphical terminal
  451. # note that you can use only modes which your graphic card supports via VBE
  452. # you can see them in real GRUB with the command `vbeinfo'
  453. #GRUB_GFXMODE=640x480
  454. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  455. #GRUB_DISABLE_LINUX_UUID=true
  456. # Uncomment to disable generation of recovery mode menu entries
  457. #GRUB_DISABLE_RECOVERY="true"
  458. # Uncomment to get a beep at grub start
  459. #GRUB_INIT_TUNE="480 440 1"
  460. /boot/efi detected in the fstab of sda2: UUID=D4EA-4C70 (sda1)
  461. =================== efibootmgr -v
  462. BootCurrent: 0003
  463. Timeout: 2 seconds
  464. BootOrder: 0003,0002,0001,0000
  465. Boot0000* Windows Boot Manager VenHw(99e275e7-75a0-4b37-a2e6-c5385e6c00cb)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...h................
  466. Boot0001* ubuntu HD(1,GPT,ecef54d9-9499-4795-bca4-b04908d80b42,0x800,0x100000)/File(EFIUBUNTUSHIMX64.EFI)
  467. Boot0002* ubuntu HD(1,GPT,ecef54d9-9499-4795-bca4-b04908d80b42,0x800,0x100000)/File(EFIUBUNTUGRUBX64.EFI)..BO
  468. Boot0003* UEFI: Generic Flash Disk 8.07, Partition 1 PciRoot(0x0)/Pci(0x14,0x0)/USB(0,0)/HD(1,MBR,0x41,0x580,0x3b5a80)..BO
  469. =================== UEFI/Legacy mode:
  470. BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
  471. SecureBoot disabled. (maybe sec-boot, Please report this message to [email protected])
  472. =================== PARTITIONS & DISKS:
  473. sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, is-correct-EFI, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
  474. sda2 : sda, not-sepboot, grubenv-ok grub2, signed grub-efi , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, not-far, /mnt/boot-sav/sda2.
  475. sda4 : 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, farbios, /mnt/boot-sav/sda4.
  476. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  477. =================== parted -l:
  478. Model: ATA LDLC (scsi)
  479. Disk /dev/sda: 128GB
  480. Sector size (logical/physical): 512B/512B
  481. Partition Table: gpt
  482. Disk Flags:
  483. Number Start End Size File system Name Flags
  484. 1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
  485. 2 538MB 32.5GB 32.0GB ext4
  486. 4 32.5GB 124GB 91.3GB ext4
  487. 3 124GB 128GB 4213MB linux-swap(v1)
  488. Model: Generic Flash Disk (scsi)
  489. Disk /dev/sdb: 1992MB
  490. Sector size (logical/physical): 512B/512B
  491. Partition Table: msdos
  492. Disk Flags:
  493. Number Start End Size Type File system Flags
  494. 1 721kB 1992MB 1992MB primary fat32 boot
  495. =================== parted -lm:
  496. BYT;
  497. /dev/sda:128GB:scsi:512:512:gpt:ATA LDLC:;
  498. 1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
  499. 2:538MB:32.5GB:32.0GB:ext4::;
  500. 4:32.5GB:124GB:91.3GB:ext4::;
  501. 3:124GB:128GB:4213MB:linux-swap(v1)::;
  502. BYT;
  503. /dev/sdb:1992MB:scsi:512:512:msdos:Generic Flash Disk:;
  504. 1:721kB:1992MB:1992MB:fat32::boot;
  505. =================== lsblk:
  506. KNAME TYPE FSTYPE SIZE LABEL
  507. sda disk 119.2G
  508. sda1 part vfat 512M
  509. sda2 part ext4 29.8G
  510. sda3 part swap 3.9G
  511. sda4 part ext4 85G
  512. sdb disk 1.9G
  513. sdb1 part vfat 1.9G MYLINUXLIVE
  514. loop0 loop squashfs 1.4G
  515. KNAME ROTA RO RM STATE MOUNTPOINT
  516. sda 0 0 0 running
  517. sda1 0 0 0 /mnt/boot-sav/sda1
  518. sda2 0 0 0 /mnt/boot-sav/sda2
  519. sda3 0 0 0 [SWAP]
  520. sda4 0 0 0 /mnt/boot-sav/sda4
  521. sdb 1 0 1 running
  522. sdb1 1 0 1 /cdrom
  523. loop0 1 1 0 /rofs
  524. =================== mount:
  525. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  526. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  527. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1969168k,nr_inodes=492292,mode=755)
  528. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  529. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=396760k,mode=755)
  530. /dev/sdb1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  531. /dev/loop0 on /rofs type squashfs (ro,noatime)
  532. /cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
  533. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  534. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  535. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  536. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  537. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  538. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  539. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  540. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  541. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  542. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  543. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  544. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  545. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  546. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  547. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  548. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  549. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  550. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=34,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  551. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  552. mqueue on /dev/mqueue type mqueue (rw,relatime)
  553. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  554. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  555. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  556. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  557. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=396760k,mode=700,uid=999,gid=999)
  558. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  559. /dev/sda1 on /mnt/boot-sav/sda1 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  560. /dev/sda2 on /mnt/boot-sav/sda2 type ext4 (rw,relatime,data=ordered)
  561. /dev/sda4 on /mnt/boot-sav/sda4 type ext4 (rw,relatime,data=ordered)
  562. =================== ls:
  563. /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 sda4 size slaves stat subsystem trace uevent
  564. /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 size slaves stat subsystem trace uevent
  565. /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 hidraw1 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 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 sda1 sda2 sda3 sda4 sdb sdb1 sg0 sg1 shm snapshot snd stderr stdin stdout tpm0 uhid uinput urandom usb userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  566. ls /dev/mapper: control
  567. =================== hexdump -n512 -C /dev/sda1
  568. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  569. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  570. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  571. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  572. 00000040 80 01 29 70 4c ea d4 4e 4f 20 4e 41 4d 45 20 20 |..)pL..NO NAME |
  573. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  574. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  575. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  576. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  577. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  578. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  579. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  580. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  581. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  582. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  583. *
  584. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  585. 00000200
  586. =================== df -Th:
  587. Filesystem Type Size Used Avail Use% Mounted on
  588. udev devtmpfs 1.9G 0 1.9G 0% /dev
  589. tmpfs tmpfs 388M 6.3M 382M 2% /run
  590. /dev/sdb1 vfat 1.9G 1.9G 28K 100% /cdrom
  591. /dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
  592. /cow overlay 1.9G 72M 1.9G 4% /
  593. tmpfs tmpfs 1.9G 172K 1.9G 1% /dev/shm
  594. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  595. tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
  596. tmpfs tmpfs 1.9G 264K 1.9G 1% /tmp
  597. tmpfs tmpfs 388M 88K 388M 1% /run/user/999
  598. /dev/sda1 vfat 511M 3.6M 508M 1% /mnt/boot-sav/sda1
  599. /dev/sda2 ext4 30G 3.5G 25G 13% /mnt/boot-sav/sda2
  600. /dev/sda4 ext4 84G 57M 80G 1% /mnt/boot-sav/sda4
  601. =================== fdisk -l:
  602. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  603. Units: sectors of 1 * 512 = 512 bytes
  604. Sector size (logical/physical): 512 bytes / 4096 bytes
  605. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  606. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  607. Units: sectors of 1 * 512 = 512 bytes
  608. Sector size (logical/physical): 512 bytes / 4096 bytes
  609. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  610. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  611. Units: sectors of 1 * 512 = 512 bytes
  612. Sector size (logical/physical): 512 bytes / 4096 bytes
  613. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  614. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  615. Units: sectors of 1 * 512 = 512 bytes
  616. Sector size (logical/physical): 512 bytes / 4096 bytes
  617. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  618. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  619. Units: sectors of 1 * 512 = 512 bytes
  620. Sector size (logical/physical): 512 bytes / 4096 bytes
  621. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  622. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  623. Units: sectors of 1 * 512 = 512 bytes
  624. Sector size (logical/physical): 512 bytes / 4096 bytes
  625. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  626. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  627. Units: sectors of 1 * 512 = 512 bytes
  628. Sector size (logical/physical): 512 bytes / 4096 bytes
  629. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  630. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  631. Units: sectors of 1 * 512 = 512 bytes
  632. Sector size (logical/physical): 512 bytes / 4096 bytes
  633. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  634. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  635. Units: sectors of 1 * 512 = 512 bytes
  636. Sector size (logical/physical): 512 bytes / 4096 bytes
  637. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  638. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  639. Units: sectors of 1 * 512 = 512 bytes
  640. Sector size (logical/physical): 512 bytes / 4096 bytes
  641. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  642. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  643. Units: sectors of 1 * 512 = 512 bytes
  644. Sector size (logical/physical): 512 bytes / 4096 bytes
  645. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  646. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  647. Units: sectors of 1 * 512 = 512 bytes
  648. Sector size (logical/physical): 512 bytes / 4096 bytes
  649. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  650. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  651. Units: sectors of 1 * 512 = 512 bytes
  652. Sector size (logical/physical): 512 bytes / 4096 bytes
  653. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  654. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  655. Units: sectors of 1 * 512 = 512 bytes
  656. Sector size (logical/physical): 512 bytes / 4096 bytes
  657. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  658. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  659. Units: sectors of 1 * 512 = 512 bytes
  660. Sector size (logical/physical): 512 bytes / 4096 bytes
  661. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  662. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  663. Units: sectors of 1 * 512 = 512 bytes
  664. Sector size (logical/physical): 512 bytes / 4096 bytes
  665. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  666. Disk /dev/loop0: 1.4 GiB, 1459982336 bytes, 2851528 sectors
  667. Units: sectors of 1 * 512 = 512 bytes
  668. Sector size (logical/physical): 512 bytes / 512 bytes
  669. I/O size (minimum/optimal): 512 bytes / 512 bytes
  670. Disk /dev/sda: 119.2 GiB, 128035676160 bytes, 250069680 sectors
  671. Units: sectors of 1 * 512 = 512 bytes
  672. Sector size (logical/physical): 512 bytes / 512 bytes
  673. I/O size (minimum/optimal): 512 bytes / 512 bytes
  674. Disklabel type: gpt
  675. Disk identifier: 604FEAB9-3DCB-4D9B-B3A0-03C2277186A9
  676. Device Start End Sectors Size Type
  677. /dev/sda1 2048 1050623 1048576 512M EFI System
  678. /dev/sda2 1050624 63550623 62500000 29.8G Linux filesystem
  679. /dev/sda3 241840128 250068991 8228864 3.9G Linux swap
  680. /dev/sda4 63551488 241840127 178288640 85G Linux filesystem
  681. Partition table entries are not in disk order.
  682. Disk /dev/sdb: 1.9 GiB, 1992294400 bytes, 3891200 sectors
  683. Units: sectors of 1 * 512 = 512 bytes
  684. Sector size (logical/physical): 512 bytes / 512 bytes
  685. I/O size (minimum/optimal): 512 bytes / 512 bytes
  686. Disklabel type: dos
  687. Disk identifier: 0x54bdc529
  688. Device Boot Start End Sectors Size Id Type
  689. /dev/sdb1 * 1408 3891199 3889792 1.9G b W95 FAT32
  690. =================== Suggested repair
  691. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  692. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  693. =================== User settings
  694. The settings chosen by the user will not act on the boot.
  695. paste.ubuntu.com ko (), using paste.debian
  696. paste.debian.net ko (), using paste2