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. sda1: __________________________________________________________________________
  5. File system: vfat
  6. Boot sector type: FAT32
  7. Boot sector info: No errors found in the Boot Parameter Block.
  8. Operating System:
  9. Boot files: /EFI/Boot/bootx64.efi /EFI/ubuntu/MokManager.efi
  10. /EFI/ubuntu/fwupx64.efi /EFI/ubuntu/grubx64.efi
  11. /EFI/ubuntu/shimx64.efi
  12. /EFI/Microsoft/Boot/bootmgfw.efi
  13. /EFI/Microsoft/Boot/bootx64.efi
  14. sda2: __________________________________________________________________________
  15. File system: ext4
  16. Boot sector type: -
  17. Boot sector info:
  18. Operating System: Ubuntu 16.04.2 LTS
  19. Boot files: /boot/grub/grub.cfg /etc/fstab
  20. sda3: __________________________________________________________________________
  21. File system: swap
  22. Boot sector type: -
  23. Boot sector info:
  24. ============================ Drive/Partition Info: =============================
  25. Drive: sda _____________________________________________________________________
  26. Disk /dev/sda: 149 GiB, 160000000000 bytes, 312500000 sectors
  27. Units: sectors of 1 * 512 = 512 bytes
  28. Sector size (logical/physical): 512 bytes / 512 bytes
  29. I/O size (minimum/optimal): 512 bytes / 512 bytes
  30. Disklabel type: gpt
  31. Partition Boot Start Sector End Sector # of Sectors Id System
  32. /dev/sda1 1 312,499,999 312,499,999 ee GPT
  33. GUID Partition Table detected.
  34. Partition Attrs Start Sector End Sector # of Sectors System
  35. /dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
  36. /dev/sda2 1,050,624 299,954,175 298,903,552 Data partition (Linux)
  37. /dev/sda3 299,954,176 312,498,175 12,544,000 Swap partition (Linux)
  38. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  39. "blkid" output: ________________________________________________________________
  40. Device UUID TYPE LABEL
  41. /dev/loop0 squashfs
  42. /dev/sda1 E508-3B1C vfat
  43. /dev/sda2 911d2654-a278-48ab-9f08-fcdf4318ea60 ext4
  44. /dev/sda3 927f279d-0d74-4b03-bb0a-a654264626ab swap
  45. /dev/sr0 2017-02-15-21-44-13-00 iso9660 Ubuntu 16.04.2 LTS amd64
  46. ========================= "ls -l /dev/disk/by-id" output: ======================
  47. total 0
  48. lrwxrwxrwx 1 root root 9 Mar 19 19:01 ata-ST3160812AS_5LS8KVFX -> ../../sda
  49. lrwxrwxrwx 1 root root 10 Mar 19 19:01 ata-ST3160812AS_5LS8KVFX-part1 -> ../../sda1
  50. lrwxrwxrwx 1 root root 10 Mar 19 19:01 ata-ST3160812AS_5LS8KVFX-part2 -> ../../sda2
  51. lrwxrwxrwx 1 root root 10 Mar 19 19:01 ata-ST3160812AS_5LS8KVFX-part3 -> ../../sda3
  52. lrwxrwxrwx 1 root root 9 Mar 19 18:58 ata-hp_CDDVDW_TS-H653T_R7106GRB526028 -> ../../sr0
  53. lrwxrwxrwx 1 root root 9 Mar 19 18:31 usb-Multiple_Card_Reader_058F63666433-0:0 -> ../../sdb
  54. ================================ Mount points: =================================
  55. Device Mount_Point Type Options
  56. /dev/loop0 /rofs squashfs (ro,noatime)
  57. /dev/sr0 /cdrom iso9660 (ro,noatime)
  58. =========================== sda2/boot/grub/grub.cfg: ===========================
  59. --------------------------------------------------------------------------------
  60. #
  61. # DO NOT EDIT THIS FILE
  62. #
  63. # It is automatically generated by grub-mkconfig using templates
  64. # from /etc/grub.d and settings from /etc/default/grub
  65. #
  66. ### BEGIN /etc/grub.d/00_header ###
  67. if [ -s $prefix/grubenv ]; then
  68. set have_grubenv=true
  69. load_env
  70. fi
  71. if [ "${next_entry}" ] ; then
  72. set default="${next_entry}"
  73. set next_entry=
  74. save_env next_entry
  75. set boot_once=true
  76. else
  77. set default="0"
  78. fi
  79. if [ x"${feature_menuentry_id}" = xy ]; then
  80. menuentry_id_option="--id"
  81. else
  82. menuentry_id_option=""
  83. fi
  84. export menuentry_id_option
  85. if [ "${prev_saved_entry}" ]; then
  86. set saved_entry="${prev_saved_entry}"
  87. save_env saved_entry
  88. set prev_saved_entry=
  89. save_env prev_saved_entry
  90. set boot_once=true
  91. fi
  92. function savedefault {
  93. if [ -z "${boot_once}" ]; then
  94. saved_entry="${chosen}"
  95. save_env saved_entry
  96. fi
  97. }
  98. function recordfail {
  99. set recordfail=1
  100. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  101. }
  102. function load_video {
  103. if [ x$feature_all_video_module = xy ]; then
  104. insmod all_video
  105. else
  106. insmod efi_gop
  107. insmod efi_uga
  108. insmod ieee1275_fb
  109. insmod vbe
  110. insmod vga
  111. insmod video_bochs
  112. insmod video_cirrus
  113. fi
  114. }
  115. if [ x$feature_default_font_path = xy ] ; then
  116. font=unicode
  117. else
  118. insmod part_gpt
  119. insmod ext2
  120. set root='hd0,gpt2'
  121. if [ x$feature_platform_search_hint = xy ]; then
  122. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 911d2654-a278-48ab-9f08-fcdf4318ea60
  123. else
  124. search --no-floppy --fs-uuid --set=root 911d2654-a278-48ab-9f08-fcdf4318ea60
  125. fi
  126. font="/usr/share/grub/unicode.pf2"
  127. fi
  128. if loadfont $font ; then
  129. set gfxmode=auto
  130. load_video
  131. insmod gfxterm
  132. set locale_dir=$prefix/locale
  133. set lang=en_US
  134. insmod gettext
  135. fi
  136. terminal_output gfxterm
  137. if [ "${recordfail}" = 1 ] ; then
  138. set timeout=10
  139. else
  140. if [ x$feature_timeout_style = xy ] ; then
  141. set timeout_style=menu
  142. set timeout=10
  143. # Fallback normal timeout code in case the timeout_style feature is
  144. # unavailable.
  145. else
  146. set timeout=10
  147. fi
  148. fi
  149. ### END /etc/grub.d/00_header ###
  150. ### BEGIN /etc/grub.d/05_debian_theme ###
  151. set menu_color_normal=white/black
  152. set menu_color_highlight=black/light-gray
  153. if background_color 44,0,30,0; then
  154. clear
  155. fi
  156. ### END /etc/grub.d/05_debian_theme ###
  157. ### BEGIN /etc/grub.d/10_linux ###
  158. function gfxmode {
  159. set gfxpayload="${1}"
  160. if [ "${1}" = "keep" ]; then
  161. set vt_handoff=vt.handoff=7
  162. else
  163. set vt_handoff=
  164. fi
  165. }
  166. if [ "${recordfail}" != 1 ]; then
  167. if [ -e ${prefix}/gfxblacklist.txt ]; then
  168. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  169. if [ ${match} = 0 ]; then
  170. set linux_gfx_mode=keep
  171. else
  172. set linux_gfx_mode=text
  173. fi
  174. else
  175. set linux_gfx_mode=text
  176. fi
  177. else
  178. set linux_gfx_mode=keep
  179. fi
  180. else
  181. set linux_gfx_mode=text
  182. fi
  183. export linux_gfx_mode
  184. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-911d2654-a278-48ab-9f08-fcdf4318ea60' {
  185. recordfail
  186. load_video
  187. gfxmode $linux_gfx_mode
  188. insmod gzio
  189. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  190. insmod part_gpt
  191. insmod ext2
  192. set root='hd0,gpt2'
  193. if [ x$feature_platform_search_hint = xy ]; then
  194. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 911d2654-a278-48ab-9f08-fcdf4318ea60
  195. else
  196. search --no-floppy --fs-uuid --set=root 911d2654-a278-48ab-9f08-fcdf4318ea60
  197. fi
  198. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=911d2654-a278-48ab-9f08-fcdf4318ea60 ro quiet splash $vt_handoff
  199. initrd /boot/initrd.img-4.8.0-36-generic
  200. }
  201. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-911d2654-a278-48ab-9f08-fcdf4318ea60' {
  202. 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-911d2654-a278-48ab-9f08-fcdf4318ea60' {
  203. recordfail
  204. load_video
  205. gfxmode $linux_gfx_mode
  206. insmod gzio
  207. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  208. insmod part_gpt
  209. insmod ext2
  210. set root='hd0,gpt2'
  211. if [ x$feature_platform_search_hint = xy ]; then
  212. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 911d2654-a278-48ab-9f08-fcdf4318ea60
  213. else
  214. search --no-floppy --fs-uuid --set=root 911d2654-a278-48ab-9f08-fcdf4318ea60
  215. fi
  216. echo 'Loading Linux 4.8.0-36-generic ...'
  217. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=911d2654-a278-48ab-9f08-fcdf4318ea60 ro quiet splash $vt_handoff
  218. echo 'Loading initial ramdisk ...'
  219. initrd /boot/initrd.img-4.8.0-36-generic
  220. }
  221. 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-911d2654-a278-48ab-9f08-fcdf4318ea60' {
  222. recordfail
  223. load_video
  224. gfxmode $linux_gfx_mode
  225. insmod gzio
  226. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  227. insmod part_gpt
  228. insmod ext2
  229. set root='hd0,gpt2'
  230. if [ x$feature_platform_search_hint = xy ]; then
  231. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 911d2654-a278-48ab-9f08-fcdf4318ea60
  232. else
  233. search --no-floppy --fs-uuid --set=root 911d2654-a278-48ab-9f08-fcdf4318ea60
  234. fi
  235. echo 'Loading Linux 4.8.0-36-generic ...'
  236. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=911d2654-a278-48ab-9f08-fcdf4318ea60 ro quiet splash $vt_handoff init=/sbin/upstart
  237. echo 'Loading initial ramdisk ...'
  238. initrd /boot/initrd.img-4.8.0-36-generic
  239. }
  240. 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-911d2654-a278-48ab-9f08-fcdf4318ea60' {
  241. recordfail
  242. load_video
  243. insmod gzio
  244. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  245. insmod part_gpt
  246. insmod ext2
  247. set root='hd0,gpt2'
  248. if [ x$feature_platform_search_hint = xy ]; then
  249. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 911d2654-a278-48ab-9f08-fcdf4318ea60
  250. else
  251. search --no-floppy --fs-uuid --set=root 911d2654-a278-48ab-9f08-fcdf4318ea60
  252. fi
  253. echo 'Loading Linux 4.8.0-36-generic ...'
  254. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=911d2654-a278-48ab-9f08-fcdf4318ea60 ro recovery nomodeset
  255. echo 'Loading initial ramdisk ...'
  256. initrd /boot/initrd.img-4.8.0-36-generic
  257. }
  258. menuentry 'Ubuntu, with Linux 4.4.0-67-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-67-generic-advanced-911d2654-a278-48ab-9f08-fcdf4318ea60' {
  259. recordfail
  260. load_video
  261. gfxmode $linux_gfx_mode
  262. insmod gzio
  263. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  264. insmod part_gpt
  265. insmod ext2
  266. set root='hd0,gpt2'
  267. if [ x$feature_platform_search_hint = xy ]; then
  268. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 911d2654-a278-48ab-9f08-fcdf4318ea60
  269. else
  270. search --no-floppy --fs-uuid --set=root 911d2654-a278-48ab-9f08-fcdf4318ea60
  271. fi
  272. echo 'Loading Linux 4.4.0-67-generic ...'
  273. linux /boot/vmlinuz-4.4.0-67-generic.efi.signed root=UUID=911d2654-a278-48ab-9f08-fcdf4318ea60 ro quiet splash $vt_handoff
  274. echo 'Loading initial ramdisk ...'
  275. initrd /boot/initrd.img-4.4.0-67-generic
  276. }
  277. menuentry 'Ubuntu, with Linux 4.4.0-67-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-67-generic-init-upstart-911d2654-a278-48ab-9f08-fcdf4318ea60' {
  278. recordfail
  279. load_video
  280. gfxmode $linux_gfx_mode
  281. insmod gzio
  282. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  283. insmod part_gpt
  284. insmod ext2
  285. set root='hd0,gpt2'
  286. if [ x$feature_platform_search_hint = xy ]; then
  287. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 911d2654-a278-48ab-9f08-fcdf4318ea60
  288. else
  289. search --no-floppy --fs-uuid --set=root 911d2654-a278-48ab-9f08-fcdf4318ea60
  290. fi
  291. echo 'Loading Linux 4.4.0-67-generic ...'
  292. linux /boot/vmlinuz-4.4.0-67-generic.efi.signed root=UUID=911d2654-a278-48ab-9f08-fcdf4318ea60 ro quiet splash $vt_handoff init=/sbin/upstart
  293. echo 'Loading initial ramdisk ...'
  294. initrd /boot/initrd.img-4.4.0-67-generic
  295. }
  296. menuentry 'Ubuntu, with Linux 4.4.0-67-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-67-generic-recovery-911d2654-a278-48ab-9f08-fcdf4318ea60' {
  297. recordfail
  298. load_video
  299. insmod gzio
  300. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  301. insmod part_gpt
  302. insmod ext2
  303. set root='hd0,gpt2'
  304. if [ x$feature_platform_search_hint = xy ]; then
  305. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 911d2654-a278-48ab-9f08-fcdf4318ea60
  306. else
  307. search --no-floppy --fs-uuid --set=root 911d2654-a278-48ab-9f08-fcdf4318ea60
  308. fi
  309. echo 'Loading Linux 4.4.0-67-generic ...'
  310. linux /boot/vmlinuz-4.4.0-67-generic.efi.signed root=UUID=911d2654-a278-48ab-9f08-fcdf4318ea60 ro recovery nomodeset
  311. echo 'Loading initial ramdisk ...'
  312. initrd /boot/initrd.img-4.4.0-67-generic
  313. }
  314. }
  315. ### END /etc/grub.d/10_linux ###
  316. ### BEGIN /etc/grub.d/20_linux_xen ###
  317. ### END /etc/grub.d/20_linux_xen ###
  318. ### BEGIN /etc/grub.d/25_custom ###
  319. menuentry "EFI/ubuntu/fwupx64.efi" {
  320. search --fs-uuid --no-floppy --set=root E508-3B1C
  321. chainloader (${root})/EFI/ubuntu/fwupx64.efi
  322. }
  323. menuentry "EFI/ubuntu/MokManager.efi" {
  324. search --fs-uuid --no-floppy --set=root E508-3B1C
  325. chainloader (${root})/EFI/ubuntu/MokManager.efi
  326. }
  327. ### END /etc/grub.d/25_custom ###
  328. ### BEGIN /etc/grub.d/30_os-prober ###
  329. ### END /etc/grub.d/30_os-prober ###
  330. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  331. ### END /etc/grub.d/30_uefi-firmware ###
  332. ### BEGIN /etc/grub.d/40_custom ###
  333. # This file provides an easy way to add custom menu entries. Simply type the
  334. # menu entries you want to add after this comment. Be careful not to change
  335. # the 'exec tail' line above.
  336. ### END /etc/grub.d/40_custom ###
  337. ### BEGIN /etc/grub.d/41_custom ###
  338. if [ -f ${config_directory}/custom.cfg ]; then
  339. source ${config_directory}/custom.cfg
  340. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  341. source $prefix/custom.cfg;
  342. fi
  343. ### END /etc/grub.d/41_custom ###
  344. --------------------------------------------------------------------------------
  345. =============================== sda2/etc/fstab: ================================
  346. --------------------------------------------------------------------------------
  347. # /etc/fstab: static file system information.
  348. #
  349. # Use 'blkid' to print the universally unique identifier for a
  350. # device; this may be used with UUID= as a more robust way to name devices
  351. # that works even if disks are added and removed. See fstab(5).
  352. #
  353. # <file system> <mount point> <type> <options> <dump> <pass>
  354. # / was on /dev/sda2 during installation
  355. UUID=911d2654-a278-48ab-9f08-fcdf4318ea60 / ext4 errors=remount-ro 0 1
  356. # /boot/efi was on /dev/sda1 during installation
  357. #UUID=E508-3B1C /boot/efi vfat umask=0077 0 1
  358. # swap was on /dev/sda3 during installation
  359. UUID=927f279d-0d74-4b03-bb0a-a654264626ab none swap sw 0 0
  360. UUID=E508-3B1C /boot/efi vfat defaults 0 1
  361. --------------------------------------------------------------------------------
  362. =================== sda2: Location of files loaded by Grub: ====================
  363. GiB - GB File Fragment(s)
  364. 112.704559326 = 121.015599104 boot/grub/grub.cfg 1
  365. 2.331436157 = 2.503360512 boot/vmlinuz-4.4.0-67-generic 1
  366. 2.632572174 = 2.826702848 boot/vmlinuz-4.4.0-67-generic.efi.signed 1
  367. 1.660114288 = 1.782534144 boot/vmlinuz-4.8.0-36-generic 2
  368. 2.331436157 = 2.503360512 vmlinuz 1
  369. 1.660114288 = 1.782534144 vmlinuz.old 2
  370. 112.705680847 = 121.016803328 boot/initrd.img-4.4.0-67-generic 2
  371. 96.689399719 = 103.819452416 boot/initrd.img-4.8.0-36-generic 3
  372. 112.705680847 = 121.016803328 initrd.img 2
  373. 96.689399719 = 103.819452416 initrd.img.old 3
  374. ========= Devices which don't seem to have a corresponding hard drive: =========
  375. sdb
  376. =============================== StdErr Messages: ===============================
  377. File descriptor 9 (/proc/13303/mounts) leaked on lvs invocation. Parent PID 5053: bash
  378. File descriptor 63 (pipe:[386022]) leaked on lvs invocation. Parent PID 5053: bash
  379. ADDITIONAL INFORMATION :
  380. =================== log of boot-repair 2017-03-19__19h01 ===================
  381. boot-repair version : 4ppa40
  382. boot-sav version : 4ppa40
  383. glade2script version : 3.2.3~ppa1
  384. boot-sav-extra version : 4ppa40
  385. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  386. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  387. boot-repair is executed in live-session (Ubuntu 16.04.2 LTS, xenial, Ubuntu, x86_64)
  388. CPU op-mode(s): 32-bit, 64-bit
  389. BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  390. ls: cannot access '/home/usr/.config': No such file or directory
  391. =================== os-prober:
  392. /dev/sda2:Ubuntu 16.04.2 LTS (16.04):Ubuntu:linux
  393. =================== blkid:
  394. /dev/sda1: UUID="E508-3B1C" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="24cbc2fd-9084-4dbe-ad12-20141787d4c8"
  395. /dev/sda2: UUID="911d2654-a278-48ab-9f08-fcdf4318ea60" TYPE="ext4" PARTUUID="0e051131-906e-4b25-9221-69c44214d4c2"
  396. /dev/sr0: UUID="2017-02-15-21-44-13-00" LABEL="Ubuntu 16.04.2 LTS amd64" TYPE="iso9660" PTUUID="15e2543d" PTTYPE="dos"
  397. /dev/sda3: UUID="927f279d-0d74-4b03-bb0a-a654264626ab" TYPE="swap" PARTUUID="f4a0ffe6-23f7-4072-a566-9841ee6052c7"
  398. /dev/loop0: TYPE="squashfs"
  399. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  400. /boot/efi detected in the fstab of sda2: UUID=E508-3B1C (sda1)
  401. ls /sys/firmware/efi/vars : UsbSupport-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,USB_POINT-8be4df61-93ca-11d2-aa0d-00e098032b8c,UsbMassDevNum-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,USBGPIOPINSTATUS-8be4df61-93ca-11d2-aa0d-00e098032b8c,Unsupport_CPU_F1-8be4df61-93ca-11d2-aa0d-00e098032b8c,ucal-707c9176-a4c1-4e27-851d-1c37b7ca73c8,Timeout-8be4df61-93ca-11d2-aa0d-00e098032b8c,SystemIds-71202eee-5f53-40d9-ab3d-9e0c26d96657,StdDefaults-4599d26f-1a11-49b8-b91f-858745cff824,Setup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,RBLastBoot-24b0699b-65a9-4e12-9a81-21d719c2d390,RBCheckSumTbl-58ae1a7f-513b-45cc-8b36-f5b158192e86,ProcFreqM-8be4df61-93ca-11d2-aa0d-00e098032b8c,PowerOnTime-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,PNP0510_0_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0510_0_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0501_0_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0501_0_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PlatformLangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,PlatformLang-8be4df61-93ca-11d2-aa0d-00e098032b8c,OldLegacyDevOrder-a56074db-65fe-45f7-bd21-2d2bdd8e9652,new_var,NBMemoryInfo-490216c0-076a-44d3-a536-ace05c90e386,MrcS3Resume-6737934b-a27e-4c05-ad5b-6ab86273680b,MonotonicCounter-8be4df61-93ca-11d2-aa0d-00e098032b8c,MokListRT-605dab50-e046-4300-abb6-3dd810dd8b23,MemCeil.-8be4df61-93ca-11d2-aa0d-00e098032b8c,LegacyDevOrder-a56074db-65fe-45f7-bd21-2d2bdd8e9652,LastMemorySize-fae1c30d-0113-4946-9504-1c63af98b923,LangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,Lang-8be4df61-93ca-11d2-aa0d-00e098032b8c,HpSetupDefFlag-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HpPassphraseStructureVariable-707c9176-a4c1-4e27-851d-1c37b7ca73c8,HobRomImage-dde1bc72-d45e-4209-ab85-14462d2f5074,HddDevice-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD14-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD13-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD12-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD11-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD10-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD09-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD08-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD07-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD06-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD05-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD04-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD03-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD02-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD01-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD00-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,FLOPPYDEVICE-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,FLOPPY00-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,FBYTEVariableVt-f189629f-a25e-44ba-91e1-18ac7c7de02c,FBYTEVariableSmartCover-f189629f-a25e-44ba-91e1-18ac7c7de02c,FBYTEVariableSbso-f189629f-a25e-44ba-91e1-18ac7c7de02c,FBYTEVariableNoLogo-f189629f-a25e-44ba-91e1-18ac7c7de02c,FBYTEVariableIntSPK-f189629f-a25e-44ba-91e1-18ac7c7de02c,FBYTEVariableHDMI-f189629f-a25e-44ba-91e1-18ac7c7de02c,FBYTEVariableFPA-f189629f-a25e-44ba-91e1-18ac7c7de02c,FBYTEVariable-f189629f-a25e-44ba-91e1-18ac7c7de02c,DmiVarbf-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarbe-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarbd-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarbc-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarbb-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarba-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb9-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb8-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb7-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb6-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb5-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb4-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb3-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb2-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb1f-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb1e-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb1d-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb1c-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb1b-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb1a-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb19-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb18-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb17-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb16-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb15-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb1-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb14-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb13-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb12-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb11-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb10-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb0-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVar38-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVar26-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVar18-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVar17-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVar15-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVar119-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiArray-4b3082a3-80c6-4d7e-9cd0-583917265df1,del_var,CpuS3Resume-30b98b95-dfa3-4501-a3ce-e38c186384a0,CpuIdCkSum-a09a3211-0d22-4733-4455-06778899aabb,ConOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConOut-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConInDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConIn-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConErrDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,CHASSISIDVariable-82839afb-2806-4548-9059-a031a4b63213,CDROMDEVICE-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,CDROM06-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,CDROM05-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,CDROM04-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,CDROM03-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,CDROM02-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,CDROM01-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,CDROM00-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,BuildIdDdc-f115d093-962a-4d58-8ccb-764517382460,BootOrder-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0006-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0005-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0003-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0002-8be4df61-93ca-11d2-aa0d-00e098032b8c,AMITSESetup-c811fa38-42c8-4579-a9bb-60e94eddfb34,AcpiGlobalVariable-af9ffd67-ec10-488a-9dfc-6cbf5ee22c2e,
  402. Please report this message to [email protected]
  403. =================== efibootmgr -v
  404. BootCurrent: 0006
  405. Timeout: 0 seconds
  406. BootOrder: 0006,0005,0002,0003
  407. Boot0002* Disque dur BBS(HD,,0x0)AMGOAMNOW.......-.S.T.3.1.6.0.8.1.2.A.S....................A.........................AMBO
  408. Boot0003* Network Card BBS(Network,,0x0)AMGOAMNOd.......*.R.e.a.l.t.e.k. .P.X.E. .B.0.7. .D.0.0.........................rN.D+..,.........AMBO
  409. Boot0005* CD/DVD Drive BBS(CDROM,,0x0)AMGOAMNOq.......-.h.p. . . . . . . .C.D.D.V.D.W. .T.S.-.H.6.5.3.T....................A.........................AMBO
  410. Boot0006* UEFI: hp CDDVDW TS-H653T PciRoot(0x0)/Pci(0x1f,0x2)/Sata(4,65535,0)/CDROM(1,0xe18,0x1300)AMBO
  411. =================== UEFI/Legacy mode:
  412. BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
  413. SecureBoot maybe enabled. (maybe sec-boot, Please report this message to [email protected])
  414. =================== PARTITIONS & DISKS:
  415. 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.
  416. sda2 : sda, not-sepboot, no-grubenv nogrub, signed , no-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, nogrubinstall, with--usr, fstab-without-usr, not-sep-usr, standard, farbios, /mnt/boot-sav/sda2.
  417. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  418. =================== parted -l:
  419. Model: ATA ST3160812AS (scsi)
  420. Disk /dev/sda: 160GB
  421. Sector size (logical/physical): 512B/512B
  422. Partition Table: gpt
  423. Disk Flags:
  424. Number Start End Size File system Name Flags
  425. 1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
  426. 2 538MB 154GB 153GB ext4
  427. 3 154GB 160GB 6423MB linux-swap(v1)
  428. Model: hp CDDVDW TS-H653T (scsi)
  429. Disk /dev/sr0: 1554MB
  430. Sector size (logical/physical): 2048B/2048B
  431. Partition Table: mac
  432. Disk Flags:
  433. Number Start End Size File system Name Flags
  434. 1 2048B 6143B 4096B Apple
  435. 2 7389kB 9880kB 2490kB EFI
  436. =================== parted -lm:
  437. BYT;
  438. /dev/sda:160GB:scsi:512:512:gpt:ATA ST3160812AS:;
  439. 1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
  440. 2:538MB:154GB:153GB:ext4::;
  441. 3:154GB:160GB:6423MB:linux-swap(v1)::;
  442. BYT;
  443. /dev/sr0:1554MB:scsi:2048:2048:mac:hp CDDVDW TS-H653T:;
  444. 1:2048B:6143B:4096B::Apple:;
  445. 2:7389kB:9880kB:2490kB::EFI:;
  446. =================== lsblk:
  447. KNAME TYPE FSTYPE SIZE LABEL
  448. sr0 rom iso9660 1.5G Ubuntu 16.04.2 LTS amd64
  449. loop0 loop squashfs 1.4G
  450. sda disk 149G
  451. sda2 part ext4 142.5G
  452. sda3 part swap 6G
  453. sda1 part vfat 512M
  454. KNAME ROTA RO RM STATE MOUNTPOINT
  455. sr0 1 0 1 running /cdrom
  456. loop0 1 1 0 /rofs
  457. sda 1 0 0 running
  458. sda2 1 0 0 /mnt/boot-sav/sda2
  459. sda3 1 0 0 [SWAP]
  460. sda1 1 0 0 /mnt/boot-sav/sda1
  461. =================== mount:
  462. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  463. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  464. udev on /dev type devtmpfs (rw,nosuid,relatime,size=3029996k,nr_inodes=757499,mode=755)
  465. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  466. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=609116k,mode=755)
  467. /dev/sr0 on /cdrom type iso9660 (ro,noatime)
  468. /dev/loop0 on /rofs type squashfs (ro,noatime)
  469. aufs on / type aufs (rw,noatime,si=a17d645a3a1b0960)
  470. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  471. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  472. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  473. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  474. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  475. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  476. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  477. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  478. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  479. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  480. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  481. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  482. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  483. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  484. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  485. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  486. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  487. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=31,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=12400)
  488. mqueue on /dev/mqueue type mqueue (rw,relatime)
  489. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  490. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  491. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  492. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  493. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  494. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=609116k,mode=700,uid=999,gid=999)
  495. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  496. /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)
  497. /dev/sda2 on /mnt/boot-sav/sda2 type ext4 (rw,relatime,data=ordered)
  498. =================== ls:
  499. /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 size slaves stat subsystem trace uevent
  500. /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
  501. /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
  502. /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 sdb sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb userio vfio vga_arbiter vhci vhost-net zero
  503. ls /dev/mapper: control
  504. =================== hexdump -n512 -C /dev/sda1
  505. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  506. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  507. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  508. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  509. 00000040 80 01 29 1c 3b 08 e5 4e 4f 20 4e 41 4d 45 20 20 |..).;..NO NAME |
  510. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  511. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  512. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  513. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  514. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  515. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  516. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  517. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  518. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  519. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  520. *
  521. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  522. 00000200
  523. =================== df -Th:
  524. Filesystem Type Size Used Avail Use% Mounted on
  525. udev devtmpfs 2.9G 0 2.9G 0% /dev
  526. tmpfs tmpfs 595M 8.9M 587M 2% /run
  527. /dev/sr0 iso9660 1.5G 1.5G 0 100% /cdrom
  528. /dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
  529. aufs aufs 3.0G 135M 2.8G 5% /
  530. tmpfs tmpfs 3.0G 400K 3.0G 1% /dev/shm
  531. tmpfs tmpfs 5.0M 8.0K 5.0M 1% /run/lock
  532. tmpfs tmpfs 3.0G 0 3.0G 0% /sys/fs/cgroup
  533. tmpfs tmpfs 3.0G 276K 3.0G 1% /tmp
  534. tmpfs tmpfs 595M 80K 595M 1% /run/user/999
  535. /dev/sda1 vfat 511M 80K 511M 1% /mnt/boot-sav/sda1
  536. /dev/sda2 ext4 141G 3.9G 130G 3% /mnt/boot-sav/sda2
  537. =================== fdisk -l:
  538. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  539. Units: sectors of 1 * 512 = 512 bytes
  540. Sector size (logical/physical): 512 bytes / 4096 bytes
  541. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  542. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  543. Units: sectors of 1 * 512 = 512 bytes
  544. Sector size (logical/physical): 512 bytes / 4096 bytes
  545. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  546. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  547. Units: sectors of 1 * 512 = 512 bytes
  548. Sector size (logical/physical): 512 bytes / 4096 bytes
  549. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  550. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  551. Units: sectors of 1 * 512 = 512 bytes
  552. Sector size (logical/physical): 512 bytes / 4096 bytes
  553. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  554. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  555. Units: sectors of 1 * 512 = 512 bytes
  556. Sector size (logical/physical): 512 bytes / 4096 bytes
  557. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  558. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  559. Units: sectors of 1 * 512 = 512 bytes
  560. Sector size (logical/physical): 512 bytes / 4096 bytes
  561. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  562. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  563. Units: sectors of 1 * 512 = 512 bytes
  564. Sector size (logical/physical): 512 bytes / 4096 bytes
  565. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  566. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  567. Units: sectors of 1 * 512 = 512 bytes
  568. Sector size (logical/physical): 512 bytes / 4096 bytes
  569. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  570. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  571. Units: sectors of 1 * 512 = 512 bytes
  572. Sector size (logical/physical): 512 bytes / 4096 bytes
  573. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  574. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  575. Units: sectors of 1 * 512 = 512 bytes
  576. Sector size (logical/physical): 512 bytes / 4096 bytes
  577. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  578. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  579. Units: sectors of 1 * 512 = 512 bytes
  580. Sector size (logical/physical): 512 bytes / 4096 bytes
  581. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  582. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  583. Units: sectors of 1 * 512 = 512 bytes
  584. Sector size (logical/physical): 512 bytes / 4096 bytes
  585. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  586. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  587. Units: sectors of 1 * 512 = 512 bytes
  588. Sector size (logical/physical): 512 bytes / 4096 bytes
  589. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  590. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  591. Units: sectors of 1 * 512 = 512 bytes
  592. Sector size (logical/physical): 512 bytes / 4096 bytes
  593. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  594. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  595. Units: sectors of 1 * 512 = 512 bytes
  596. Sector size (logical/physical): 512 bytes / 4096 bytes
  597. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  598. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  599. Units: sectors of 1 * 512 = 512 bytes
  600. Sector size (logical/physical): 512 bytes / 4096 bytes
  601. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  602. Disk /dev/loop0: 1.4 GiB, 1497772032 bytes, 2925336 sectors
  603. Units: sectors of 1 * 512 = 512 bytes
  604. Sector size (logical/physical): 512 bytes / 512 bytes
  605. I/O size (minimum/optimal): 512 bytes / 512 bytes
  606. Disk /dev/sda: 149 GiB, 160000000000 bytes, 312500000 sectors
  607. Units: sectors of 1 * 512 = 512 bytes
  608. Sector size (logical/physical): 512 bytes / 512 bytes
  609. I/O size (minimum/optimal): 512 bytes / 512 bytes
  610. Disklabel type: gpt
  611. Disk identifier: BDBE51CA-316B-48CF-9AB2-09C8E3D5A483
  612. Device Start End Sectors Size Type
  613. /dev/sda1 2048 1050623 1048576 512M EFI System
  614. /dev/sda2 1050624 299954175 298903552 142.5G Linux filesystem
  615. /dev/sda3 299954176 312498175 12544000 6G Linux swap
  616. =================== Recommended repair
  617. The default repair of the Boot-Repair utility will purge (in order to fix packages sign-grub fix executable) and reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  618. Additional repair will be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  619. Mount sda1 on /mnt/boot-sav/sda2/boot/efi
  620. ls sda1/efi: /ubuntu/fwupx64.efi /ubuntu/fw
  621. chroot /mnt/boot-sav/sda2 apt-get -y --force-yes update
  622. Purge the GRUB of sda2
  623. cp: cannot stat '/mnt/boot-sav/sda2/etc/default/grub': No such file or directory
  624. grub-efi-amd64-signed available
  625. The following additional packages will be installed:
  626. grub-common grub-efi-amd64 grub-efi-amd64-bin grub2-common os-prober
  627. Suggested packages:
  628. multiboot-doc grub-emu xorriso desktop-base
  629. The following NEW packages will be installed:
  630. grub-common grub-efi-amd64 grub-efi-amd64-bin grub-efi-amd64-signed
  631. grub2-common os-prober
  632. 0 upgraded, 6 newly installed, 0 to remove and 93 not upgraded.
  633. W: --force-yes is deprecated, use one of the options starting with --allow instead.
  634. DEBCHECK debOK, grub-efi-amd64-signed
  635. DEBCHECK debOK
  636. shim-signed available
  637. linux-signed-generic available
  638. Then type: sudo chroot "/mnt/boot-sav/sda2" dpkg --configure -ansudo chroot "/mnt/boot-sav/sda2" apt-get install -fynsudo chroot "/mnt/boot-sav/sda2" apt-get install -y --force-yes grub-efi-amd64-signed shim-signed linux-signed-generic
  639. =================== sda2/etc/grub.d/ :
  640. drwxr-xr-x 2 root root 4096 Mar 19 19:05 grub.d
  641. drwxr-xr-x 2 root root 4096 Mar 19 18:52 grub.d.bak
  642. total 76
  643. -rwxr-xr-x 1 root root 9791 Mar 1 22:01 00_header
  644. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
  645. -rwxr-xr-x 1 root root 12512 Mar 1 22:01 10_linux
  646. -rwxr-xr-x 1 root root 11082 Mar 1 22:01 20_linux_xen
  647. -rwxr-xr-x 1 root root 11692 Mar 1 22:01 30_os-prober
  648. -rwxr-xr-x 1 root root 1418 Mar 1 22:01 30_uefi-firmware
  649. -rwxr-xr-x 1 root root 214 Mar 1 22:01 40_custom
  650. -rwxr-xr-x 1 root root 216 Mar 1 22:01 41_custom
  651. -rw-r--r-- 1 root root 483 Mar 1 22:01 README
  652. =================== sda2/etc/default/grub :
  653. # If you change this file, run 'update-grub' afterwards to update
  654. # /boot/grub/grub.cfg.
  655. # For full documentation of the options in this file, see:
  656. # info -f grub -n 'Simple configuration'
  657. GRUB_DEFAULT=0
  658. GRUB_HIDDEN_TIMEOUT=0
  659. GRUB_HIDDEN_TIMEOUT_QUIET=true
  660. GRUB_TIMEOUT=10
  661. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  662. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  663. GRUB_CMDLINE_LINUX=""
  664. # Uncomment to enable BadRAM filtering, modify to suit your needs
  665. # This works with Linux (no patch required) and with any kernel that obtains
  666. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  667. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  668. # Uncomment to disable graphical terminal (grub-pc only)
  669. #GRUB_TERMINAL=console
  670. # The resolution used on graphical terminal
  671. # note that you can use only modes which your graphic card supports via VBE
  672. # you can see them in real GRUB with the command `vbeinfo'
  673. #GRUB_GFXMODE=640x480
  674. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  675. #GRUB_DISABLE_LINUX_UUID=true
  676. # Uncomment to disable generation of recovery mode menu entries
  677. #GRUB_DISABLE_RECOVERY="true"
  678. # Uncomment to get a beep at grub start
  679. #GRUB_INIT_TUNE="480 440 1"
  680. /boot/efi detected in the fstab of sda2: UUID=E508-3B1C (sda1)
  681. Unhide GRUB boot menu in sda2/etc/default/grub
  682. =================== sda2/etc/grub.d/ :
  683. drwxr-xr-x 2 root root 4096 Mar 19 19:05 grub.d
  684. drwxr-xr-x 2 root root 4096 Mar 19 18:52 grub.d.bak
  685. total 76
  686. -rwxr-xr-x 1 root root 9791 Mar 1 22:01 00_header
  687. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
  688. -rwxr-xr-x 1 root root 12512 Mar 1 22:01 10_linux
  689. -rwxr-xr-x 1 root root 11082 Mar 1 22:01 20_linux_xen
  690. -rwxr-xr-x 1 root root 11692 Mar 1 22:01 30_os-prober
  691. -rwxr-xr-x 1 root root 1418 Mar 1 22:01 30_uefi-firmware
  692. -rwxr-xr-x 1 root root 214 Mar 1 22:01 40_custom
  693. -rwxr-xr-x 1 root root 216 Mar 1 22:01 41_custom
  694. -rw-r--r-- 1 root root 483 Mar 1 22:01 README
  695. =================== sda2/etc/default/grub :
  696. # If you change this file, run 'update-grub' afterwards to update
  697. # /boot/grub/grub.cfg.
  698. # For full documentation of the options in this file, see:
  699. # info -f grub -n 'Simple configuration'
  700. GRUB_DEFAULT=0
  701. #GRUB_HIDDEN_TIMEOUT=0
  702. GRUB_HIDDEN_TIMEOUT_QUIET=true
  703. GRUB_TIMEOUT=10
  704. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  705. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  706. GRUB_CMDLINE_LINUX=""
  707. # Uncomment to enable BadRAM filtering, modify to suit your needs
  708. # This works with Linux (no patch required) and with any kernel that obtains
  709. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  710. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  711. # Uncomment to disable graphical terminal (grub-pc only)
  712. #GRUB_TERMINAL=console
  713. # The resolution used on graphical terminal
  714. # note that you can use only modes which your graphic card supports via VBE
  715. # you can see them in real GRUB with the command `vbeinfo'
  716. #GRUB_GFXMODE=640x480
  717. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  718. #GRUB_DISABLE_LINUX_UUID=true
  719. # Uncomment to disable generation of recovery mode menu entries
  720. #GRUB_DISABLE_RECOVERY="true"
  721. # Uncomment to get a beep at grub start
  722. #GRUB_INIT_TUNE="480 440 1"
  723. /boot/efi detected in the fstab of sda2: UUID=E508-3B1C (sda1)
  724. *******lspci -nnk | grep -iA3 vga
  725. 01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM] [1002:6779]
  726. Subsystem: Pegatron Radeon HD 6450 [1b0a:9097]
  727. Kernel driver in use: radeon
  728. Kernel modules: radeon
  729. *******
  730. grub-install --version
  731. grub-install (GRUB) 2.02~beta2-36ubuntu3.8,grub-install (GRUB) 2.
  732. chroot /mnt/boot-sav/sda2 efibootmgr -v
  733. BootCurrent: 0006
  734. Timeout: 0 seconds
  735. BootOrder: 0000,0006,0005,0002,0003
  736. Boot0000* ubuntu HD(1,GPT,24cbc2fd-9084-4dbe-ad12-20141787d4c8,0x800,0x100000)/File(EFIubuntushimx64.efi)
  737. Boot0002* Disque dur BBS(HD,,0x0)AMGOAMNOW.......-.S.T.3.1.6.0.8.1.2.A.S....................A.........................AMBO
  738. Boot0003* Network Card BBS(Network,,0x0)AMGOAMNOd.......*.R.e.a.l.t.e.k. .P.X.E. .B.0.7. .D.0.0.........................rN.D+..,.........AMBO
  739. Boot0005* CD/DVD Drive BBS(CDROM,,0x0)AMGOAMNOq.......-.h.p. . . . . . . .C.D.D.V.D.W. .T.S.-.H.6.5.3.T....................A.........................AMBO
  740. Boot0006* UEFI: hp CDDVDW TS-H653T PciRoot(0x0)/Pci(0x1f,0x2)/Sata(4,65535,0)/CDROM(1,0xe18,0x1300)AMBO
  741. chroot /mnt/boot-sav/sda2 uname -r
  742. Kernel: 4.8.0-36-generic
  743. Reinstall the grub-efi-amd64-signed shim-signed linux-signed-generic of sda2
  744. Installing for x86_64-efi platform.
  745. Installation finished. No error reported.
  746. grub-install --efi-directory=/boot/efi --target=x86_64-efi --uefi-secure-boot : exit code of grub-install :0
  747. ls sda1/efi: /ubuntu/shimx64.efi /ubuntu/MokManager.efi /ubuntu/grubx64.efi /ubuntu/grub.cfg /ubuntu/fwupx64.efi /ubuntu/fw
  748. df /dev/sda1
  749. cp /mnt/boot-sav/sda2/boot/efi/EFI/ubuntu/shimx64.efi /mnt/boot-sav/sda2/boot/efi/EFI/Microsoft/Boot/bootmgfw.efi (& .grb)
  750. df /dev/sda1
  751. cp /mnt/boot-sav/sda2/boot/efi/EFI/ubuntu/shimx64.efi /mnt/boot-sav/sda2/boot/efi/EFI/Microsoft/Boot/bootx64.efi (& .grb)
  752. df /dev/sda1
  753. cp /mnt/boot-sav/sda2/boot/efi/EFI/ubuntu/shimx64.efi /mnt/boot-sav/sda2/boot/efi/EFI/Boot/bootx64.efi (& .grb)
  754. ls sda1/efi: /Microsoft/Boot/bootx64.efi.grb /Microsoft/Boot/bootx64.efi /Microsoft/Boot/bootmgfw.efi.grb /Microsoft/Boot/bootmgfw.efi /ubuntu/shimx64.efi /ubuntu/MokManager.efi /ubuntu/grubx64.efi /ubuntu/grub.cfg /ubuntu/fwupx64.efi /ubuntu/fw /Microsoft/Boot /Boot/bootx64.efi.grb /Boot/bootx64.efi
  755. Add /mnt/boot-sav/sda2/boot/efi efi entries in /mnt/boot-sav/sda2/etc/grub.d/25_custom
  756. Adding custom /mnt/boot-sav/sda2/boot/efi/EFI/ubuntu/fwupx64.efi
  757. Adding custom /mnt/boot-sav/sda2/boot/efi/EFI/ubuntu/MokManager.efi
  758. chroot /mnt/boot-sav/sda2 efibootmgr -v
  759. BootCurrent: 0006
  760. Timeout: 0 seconds
  761. BootOrder: 0000,0006,0005,0002,0003
  762. Boot0000* ubuntu HD(1,GPT,24cbc2fd-9084-4dbe-ad12-20141787d4c8,0x800,0x100000)/File(EFIubuntushimx64.efi)
  763. Boot0002* Disque dur BBS(HD,,0x0)AMGOAMNOW.......-.S.T.3.1.6.0.8.1.2.A.S....................A.........................AMBO
  764. Boot0003* Network Card BBS(Network,,0x0)AMGOAMNOd.......*.R.e.a.l.t.e.k. .P.X.E. .B.0.7. .D.0.0.........................rN.D+..,.........AMBO
  765. Boot0005* CD/DVD Drive BBS(CDROM,,0x0)AMGOAMNOq.......-.h.p. . . . . . . .C.D.D.V.D.W. .T.S.-.H.6.5.3.T....................A.........................AMBO
  766. Boot0006* UEFI: hp CDDVDW TS-H653T PciRoot(0x0)/Pci(0x1f,0x2)/Sata(4,65535,0)/CDROM(1,0xe18,0x1300)AMBO
  767. chroot /mnt/boot-sav/sda2 update-grub
  768. Generating grub configuration file ...
  769. Found linux image: /boot/vmlinuz-4.8.0-36-generic
  770. Found initrd image: /boot/initrd.img-4.8.0-36-generic
  771. Found linux image: /boot/vmlinuz-4.4.0-67-generic
  772. Found initrd image: /boot/initrd.img-4.4.0-67-generic
  773. File descriptor 9 (/proc/13303/mounts) leaked on lvs invocation. Parent PID 2807: /bin/sh
  774. File descriptor 63 (pipe:[386022]) leaked on lvs invocation. Parent PID 2807: /bin/sh
  775. Unhide GRUB boot menu in sda2/boot/grub/grub.cfg
  776. Boot successfully repaired.
  777. You can now reboot your computer.
  778. paste.ubuntu.com ko (), using paste.debian
  779. paste.debian.net ko (), using paste2