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.1 LTS
  15. Boot files: /boot/grub/grub.cfg /etc/fstab
  16. /boot/grub/i386-pc/core.img
  17. sda2: __________________________________________________________________________
  18. File system: swap
  19. Boot sector type: -
  20. Boot sector info:
  21. sdb: ___________________________________________________________________________
  22. File system: vfat
  23. Boot sector type: SYSLINUX 4.03 2010-10-22 ........>..sr>..........9...0...~.....~...f...M.f.f....f..0~....>E}.u......
  24. Boot sector info: Syslinux looks at sector 3195512 of /dev/sdb for its
  25. second stage. SYSLINUX is installed in the directory.
  26. No errors found in the Boot Parameter Block.
  27. Operating System:
  28. Boot files: /boot/grub/grub.cfg /syslinux.cfg /casper/vmlinuz.efi
  29. /EFI/BOOT/grubx64.efi /ldlinux.sys
  30. ============================ Drive/Partition Info: =============================
  31. Drive: sda _____________________________________________________________________
  32. Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  33. Units: sectors of 1 * 512 = 512 bytes
  34. Sector size (logical/physical): 512 bytes / 4096 bytes
  35. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  36. Disklabel type: dos
  37. Partition Boot Start Sector End Sector # of Sectors Id System
  38. /dev/sda1 2,048 969,168,895 969,166,848 83 Linux
  39. /dev/sda2 969,168,896 976,773,119 7,604,224 82 Linux swap / Solaris
  40. "blkid" output: ________________________________________________________________
  41. Device UUID TYPE LABEL
  42. /dev/loop0 squashfs
  43. /dev/sda1 6870231d-cf06-4792-bd9e-2a01f6203680 ext4
  44. /dev/sda2 3d203485-5d0c-4fe2-9ee7-e5ab97ab6b8a swap
  45. /dev/sdb 2EC4-4C88 vfat
  46. ========================= "ls -l /dev/disk/by-id" output: ======================
  47. total 0
  48. lrwxrwxrwx 1 root root 9 Oct 6 12:41 ata-ST500LT012-9WS142_S0VAT39N -> ../../sda
  49. lrwxrwxrwx 1 root root 10 Oct 6 12:41 ata-ST500LT012-9WS142_S0VAT39N-part1 -> ../../sda1
  50. lrwxrwxrwx 1 root root 10 Oct 6 12:41 ata-ST500LT012-9WS142_S0VAT39N-part2 -> ../../sda2
  51. lrwxrwxrwx 1 root root 9 Oct 6 12:29 ata-TSSTcorp_CDDVDW_SN-208DB_R92V6YND600910 -> ../../sr0
  52. lrwxrwxrwx 1 root root 9 Oct 6 12:41 usb-ADATA_USB_Flash_Drive_1332920262150169-0:0 -> ../../sdb
  53. lrwxrwxrwx 1 root root 9 Oct 6 12:29 usb-Multiple_Card_Reader_058F63666435-0:0 -> ../../sdc
  54. lrwxrwxrwx 1 root root 9 Oct 6 12:41 wwn-0x5000c5006c942829 -> ../../sda
  55. lrwxrwxrwx 1 root root 10 Oct 6 12:41 wwn-0x5000c5006c942829-part1 -> ../../sda1
  56. lrwxrwxrwx 1 root root 10 Oct 6 12:41 wwn-0x5000c5006c942829-part2 -> ../../sda2
  57. ================================ Mount points: =================================
  58. Device Mount_Point Type Options
  59. /dev/loop0 /rofs squashfs (ro,noatime)
  60. /dev/sda1 /media/ubuntu/6870231d-cf06-4792-bd9e-2a01f6203680 ext4 (rw,nosuid,nodev,relatime,data=ordered,uhelper=udisks2)
  61. /dev/sdb /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  62. =========================== sda1/boot/grub/grub.cfg: ===========================
  63. --------------------------------------------------------------------------------
  64. #
  65. # DO NOT EDIT THIS FILE
  66. #
  67. # It is automatically generated by grub-mkconfig using templates
  68. # from /etc/grub.d and settings from /etc/default/grub
  69. #
  70. ### BEGIN /etc/grub.d/00_header ###
  71. if [ -s $prefix/grubenv ]; then
  72. set have_grubenv=true
  73. load_env
  74. fi
  75. if [ "${next_entry}" ] ; then
  76. set default="${next_entry}"
  77. set next_entry=
  78. save_env next_entry
  79. set boot_once=true
  80. else
  81. set default="0"
  82. fi
  83. if [ x"${feature_menuentry_id}" = xy ]; then
  84. menuentry_id_option="--id"
  85. else
  86. menuentry_id_option=""
  87. fi
  88. export menuentry_id_option
  89. if [ "${prev_saved_entry}" ]; then
  90. set saved_entry="${prev_saved_entry}"
  91. save_env saved_entry
  92. set prev_saved_entry=
  93. save_env prev_saved_entry
  94. set boot_once=true
  95. fi
  96. function savedefault {
  97. if [ -z "${boot_once}" ]; then
  98. saved_entry="${chosen}"
  99. save_env saved_entry
  100. fi
  101. }
  102. function recordfail {
  103. set recordfail=1
  104. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  105. }
  106. function load_video {
  107. if [ x$feature_all_video_module = xy ]; then
  108. insmod all_video
  109. else
  110. insmod efi_gop
  111. insmod efi_uga
  112. insmod ieee1275_fb
  113. insmod vbe
  114. insmod vga
  115. insmod video_bochs
  116. insmod video_cirrus
  117. fi
  118. }
  119. if [ x$feature_default_font_path = xy ] ; then
  120. font=unicode
  121. else
  122. insmod part_msdos
  123. insmod ext2
  124. set root='hd0,msdos1'
  125. if [ x$feature_platform_search_hint = xy ]; then
  126. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6870231d-cf06-4792-bd9e-2a01f6203680
  127. else
  128. search --no-floppy --fs-uuid --set=root 6870231d-cf06-4792-bd9e-2a01f6203680
  129. fi
  130. font="/usr/share/grub/unicode.pf2"
  131. fi
  132. if loadfont $font ; then
  133. set gfxmode=auto
  134. load_video
  135. insmod gfxterm
  136. set locale_dir=$prefix/locale
  137. set lang=en_US
  138. insmod gettext
  139. fi
  140. terminal_output gfxterm
  141. if [ "${recordfail}" = 1 ] ; then
  142. set timeout=30
  143. else
  144. if [ x$feature_timeout_style = xy ] ; then
  145. set timeout_style=hidden
  146. set timeout=0
  147. # Fallback hidden-timeout code in case the timeout_style feature is
  148. # unavailable.
  149. elif sleep --interruptible 0 ; then
  150. set timeout=0
  151. fi
  152. fi
  153. ### END /etc/grub.d/00_header ###
  154. ### BEGIN /etc/grub.d/05_debian_theme ###
  155. set menu_color_normal=white/black
  156. set menu_color_highlight=black/light-gray
  157. if background_color 44,0,30,0; then
  158. clear
  159. fi
  160. ### END /etc/grub.d/05_debian_theme ###
  161. ### BEGIN /etc/grub.d/10_linux ###
  162. function gfxmode {
  163. set gfxpayload="${1}"
  164. if [ "${1}" = "keep" ]; then
  165. set vt_handoff=vt.handoff=7
  166. else
  167. set vt_handoff=
  168. fi
  169. }
  170. if [ "${recordfail}" != 1 ]; then
  171. if [ -e ${prefix}/gfxblacklist.txt ]; then
  172. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  173. if [ ${match} = 0 ]; then
  174. set linux_gfx_mode=keep
  175. else
  176. set linux_gfx_mode=text
  177. fi
  178. else
  179. set linux_gfx_mode=text
  180. fi
  181. else
  182. set linux_gfx_mode=keep
  183. fi
  184. else
  185. set linux_gfx_mode=text
  186. fi
  187. export linux_gfx_mode
  188. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-6870231d-cf06-4792-bd9e-2a01f6203680' {
  189. recordfail
  190. load_video
  191. gfxmode $linux_gfx_mode
  192. insmod gzio
  193. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  194. insmod part_msdos
  195. insmod ext2
  196. set root='hd0,msdos1'
  197. if [ x$feature_platform_search_hint = xy ]; then
  198. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6870231d-cf06-4792-bd9e-2a01f6203680
  199. else
  200. search --no-floppy --fs-uuid --set=root 6870231d-cf06-4792-bd9e-2a01f6203680
  201. fi
  202. linux /boot/vmlinuz-4.4.0-38-generic root=UUID=6870231d-cf06-4792-bd9e-2a01f6203680 ro quiet splash $vt_handoff
  203. initrd /boot/initrd.img-4.4.0-38-generic
  204. }
  205. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-6870231d-cf06-4792-bd9e-2a01f6203680' {
  206. menuentry 'Ubuntu, with Linux 4.4.0-38-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-38-generic-advanced-6870231d-cf06-4792-bd9e-2a01f6203680' {
  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_msdos
  213. insmod ext2
  214. set root='hd0,msdos1'
  215. if [ x$feature_platform_search_hint = xy ]; then
  216. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6870231d-cf06-4792-bd9e-2a01f6203680
  217. else
  218. search --no-floppy --fs-uuid --set=root 6870231d-cf06-4792-bd9e-2a01f6203680
  219. fi
  220. echo 'Loading Linux 4.4.0-38-generic ...'
  221. linux /boot/vmlinuz-4.4.0-38-generic root=UUID=6870231d-cf06-4792-bd9e-2a01f6203680 ro quiet splash $vt_handoff
  222. echo 'Loading initial ramdisk ...'
  223. initrd /boot/initrd.img-4.4.0-38-generic
  224. }
  225. menuentry 'Ubuntu, with Linux 4.4.0-38-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-38-generic-init-upstart-6870231d-cf06-4792-bd9e-2a01f6203680' {
  226. recordfail
  227. load_video
  228. gfxmode $linux_gfx_mode
  229. insmod gzio
  230. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  231. insmod part_msdos
  232. insmod ext2
  233. set root='hd0,msdos1'
  234. if [ x$feature_platform_search_hint = xy ]; then
  235. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6870231d-cf06-4792-bd9e-2a01f6203680
  236. else
  237. search --no-floppy --fs-uuid --set=root 6870231d-cf06-4792-bd9e-2a01f6203680
  238. fi
  239. echo 'Loading Linux 4.4.0-38-generic ...'
  240. linux /boot/vmlinuz-4.4.0-38-generic root=UUID=6870231d-cf06-4792-bd9e-2a01f6203680 ro quiet splash $vt_handoff init=/sbin/upstart
  241. echo 'Loading initial ramdisk ...'
  242. initrd /boot/initrd.img-4.4.0-38-generic
  243. }
  244. menuentry 'Ubuntu, with Linux 4.4.0-38-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-38-generic-recovery-6870231d-cf06-4792-bd9e-2a01f6203680' {
  245. recordfail
  246. load_video
  247. insmod gzio
  248. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  249. insmod part_msdos
  250. insmod ext2
  251. set root='hd0,msdos1'
  252. if [ x$feature_platform_search_hint = xy ]; then
  253. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6870231d-cf06-4792-bd9e-2a01f6203680
  254. else
  255. search --no-floppy --fs-uuid --set=root 6870231d-cf06-4792-bd9e-2a01f6203680
  256. fi
  257. echo 'Loading Linux 4.4.0-38-generic ...'
  258. linux /boot/vmlinuz-4.4.0-38-generic root=UUID=6870231d-cf06-4792-bd9e-2a01f6203680 ro recovery nomodeset
  259. echo 'Loading initial ramdisk ...'
  260. initrd /boot/initrd.img-4.4.0-38-generic
  261. }
  262. menuentry 'Ubuntu, with Linux 4.4.0-36-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-36-generic-advanced-6870231d-cf06-4792-bd9e-2a01f6203680' {
  263. recordfail
  264. load_video
  265. gfxmode $linux_gfx_mode
  266. insmod gzio
  267. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  268. insmod part_msdos
  269. insmod ext2
  270. set root='hd0,msdos1'
  271. if [ x$feature_platform_search_hint = xy ]; then
  272. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6870231d-cf06-4792-bd9e-2a01f6203680
  273. else
  274. search --no-floppy --fs-uuid --set=root 6870231d-cf06-4792-bd9e-2a01f6203680
  275. fi
  276. echo 'Loading Linux 4.4.0-36-generic ...'
  277. linux /boot/vmlinuz-4.4.0-36-generic root=UUID=6870231d-cf06-4792-bd9e-2a01f6203680 ro quiet splash $vt_handoff
  278. echo 'Loading initial ramdisk ...'
  279. initrd /boot/initrd.img-4.4.0-36-generic
  280. }
  281. menuentry 'Ubuntu, with Linux 4.4.0-36-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-36-generic-init-upstart-6870231d-cf06-4792-bd9e-2a01f6203680' {
  282. recordfail
  283. load_video
  284. gfxmode $linux_gfx_mode
  285. insmod gzio
  286. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  287. insmod part_msdos
  288. insmod ext2
  289. set root='hd0,msdos1'
  290. if [ x$feature_platform_search_hint = xy ]; then
  291. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6870231d-cf06-4792-bd9e-2a01f6203680
  292. else
  293. search --no-floppy --fs-uuid --set=root 6870231d-cf06-4792-bd9e-2a01f6203680
  294. fi
  295. echo 'Loading Linux 4.4.0-36-generic ...'
  296. linux /boot/vmlinuz-4.4.0-36-generic root=UUID=6870231d-cf06-4792-bd9e-2a01f6203680 ro quiet splash $vt_handoff init=/sbin/upstart
  297. echo 'Loading initial ramdisk ...'
  298. initrd /boot/initrd.img-4.4.0-36-generic
  299. }
  300. menuentry 'Ubuntu, with Linux 4.4.0-36-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-36-generic-recovery-6870231d-cf06-4792-bd9e-2a01f6203680' {
  301. recordfail
  302. load_video
  303. insmod gzio
  304. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  305. insmod part_msdos
  306. insmod ext2
  307. set root='hd0,msdos1'
  308. if [ x$feature_platform_search_hint = xy ]; then
  309. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6870231d-cf06-4792-bd9e-2a01f6203680
  310. else
  311. search --no-floppy --fs-uuid --set=root 6870231d-cf06-4792-bd9e-2a01f6203680
  312. fi
  313. echo 'Loading Linux 4.4.0-36-generic ...'
  314. linux /boot/vmlinuz-4.4.0-36-generic root=UUID=6870231d-cf06-4792-bd9e-2a01f6203680 ro recovery nomodeset
  315. echo 'Loading initial ramdisk ...'
  316. initrd /boot/initrd.img-4.4.0-36-generic
  317. }
  318. }
  319. ### END /etc/grub.d/10_linux ###
  320. ### BEGIN /etc/grub.d/20_linux_xen ###
  321. ### END /etc/grub.d/20_linux_xen ###
  322. ### BEGIN /etc/grub.d/20_memtest86+ ###
  323. ### END /etc/grub.d/20_memtest86+ ###
  324. ### BEGIN /etc/grub.d/30_os-prober ###
  325. ### END /etc/grub.d/30_os-prober ###
  326. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  327. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  328. fwsetup
  329. }
  330. ### END /etc/grub.d/30_uefi-firmware ###
  331. ### BEGIN /etc/grub.d/40_custom ###
  332. # This file provides an easy way to add custom menu entries. Simply type the
  333. # menu entries you want to add after this comment. Be careful not to change
  334. # the 'exec tail' line above.
  335. ### END /etc/grub.d/40_custom ###
  336. ### BEGIN /etc/grub.d/41_custom ###
  337. if [ -f ${config_directory}/custom.cfg ]; then
  338. source ${config_directory}/custom.cfg
  339. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  340. source $prefix/custom.cfg;
  341. fi
  342. ### END /etc/grub.d/41_custom ###
  343. --------------------------------------------------------------------------------
  344. =============================== sda1/etc/fstab: ================================
  345. --------------------------------------------------------------------------------
  346. # /etc/fstab: static file system information.
  347. #
  348. # Use 'blkid' to print the universally unique identifier for a
  349. # device; this may be used with UUID= as a more robust way to name devices
  350. # that works even if disks are added and removed. See fstab(5).
  351. #
  352. # <file system> <mount point> <type> <options> <dump> <pass>
  353. # / was on /dev/sda1 during installation
  354. # /dev/sda1
  355. UUID=6870231d-cf06-4792-bd9e-2a01f6203680 / ext4 errors=remount-ro 0 1
  356. # /dev/sda2
  357. # /dev/mapper/cryptswap1 none swap sw 0 0
  358. UUID=3d203485-5d0c-4fe2-9ee7-e5ab97ab6b8a none swap sw 0 0
  359. --------------------------------------------------------------------------------
  360. =================== sda1: Location of files loaded by Grub: ====================
  361. GiB - GB File Fragment(s)
  362. 332.700672150 = 357.234626560 boot/grub/grub.cfg 1
  363. 332.700656891 = 357.234610176 boot/grub/i386-pc/core.img 1
  364. 70.514125824 = 75.713966080 boot/vmlinuz-4.4.0-36-generic 1
  365. 1.413890839 = 1.518153728 boot/vmlinuz-4.4.0-38-generic 1
  366. 1.413890839 = 1.518153728 vmlinuz 1
  367. 70.514125824 = 75.713966080 vmlinuz.old 1
  368. 77.477535248 = 83.190870016 boot/initrd.img-4.4.0-36-generic 4
  369. 68.796203613 = 73.869361152 boot/initrd.img-4.4.0-38-generic 4
  370. 68.796203613 = 73.869361152 initrd.img 4
  371. 77.477535248 = 83.190870016 initrd.img.old 4
  372. =========================== sdb/boot/grub/grub.cfg: ============================
  373. --------------------------------------------------------------------------------
  374. if loadfont /boot/grub/font.pf2 ; then
  375. set gfxmode=auto
  376. insmod efi_gop
  377. insmod efi_uga
  378. insmod gfxterm
  379. terminal_output gfxterm
  380. fi
  381. set menu_color_normal=white/black
  382. set menu_color_highlight=black/light-gray
  383. menuentry "Try Ubuntu without installing" {
  384. set gfxpayload=keep
  385. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  386. initrd /casper/initrd.lz
  387. }
  388. menuentry "Install Ubuntu" {
  389. set gfxpayload=keep
  390. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  391. initrd /casper/initrd.lz
  392. }
  393. menuentry "OEM install (for manufacturers)" {
  394. set gfxpayload=keep
  395. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
  396. initrd /casper/initrd.lz
  397. }
  398. menuentry "Check disc for defects" {
  399. set gfxpayload=keep
  400. linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash ---
  401. initrd /casper/initrd.lz
  402. }
  403. --------------------------------------------------------------------------------
  404. ============================== sdb/syslinux.cfg: ===============================
  405. --------------------------------------------------------------------------------
  406. default menu.c32
  407. prompt 0
  408. menu title UNetbootin
  409. timeout 100
  410. label unetbootindefault
  411. menu label Default
  412. kernel /ubnkern
  413. append initrd=/ubninit file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  414. label ubnentry0
  415. menu label ^Help
  416. kernel /ubnkern
  417. append initrd=/ubninit
  418. label ubnentry1
  419. menu label ^Try Ubuntu without installing
  420. kernel /casper/vmlinuz.efi
  421. append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  422. label ubnentry2
  423. menu label ^Install Ubuntu
  424. kernel /casper/vmlinuz.efi
  425. append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  426. label ubnentry3
  427. menu label ^Check disc for defects
  428. kernel /casper/vmlinuz.efi
  429. append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash ---
  430. label ubnentry4
  431. menu label Test ^memory
  432. kernel /install/mt86plus
  433. append initrd=/ubninit
  434. label ubnentry5
  435. menu label ^Boot from first hard disk
  436. kernel /ubnkern
  437. append initrd=/ubninit
  438. label ubnentry6
  439. menu label Try Ubuntu without installing
  440. kernel /casper/vmlinuz.efi
  441. append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  442. label ubnentry7
  443. menu label Install Ubuntu
  444. kernel /casper/vmlinuz.efi
  445. append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  446. label ubnentry8
  447. menu label OEM install (for manufacturers)
  448. kernel /casper/vmlinuz.efi
  449. append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
  450. label ubnentry9
  451. menu label Check disc for defects
  452. kernel /casper/vmlinuz.efi
  453. append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash ---
  454. --------------------------------------------------------------------------------
  455. ==================== sdb: Location of files loaded by Grub: ====================
  456. GiB - GB File Fragment(s)
  457. ?? = ?? boot/grub/grub.cfg 1
  458. ================== sdb: Location of files loaded by Syslinux: ==================
  459. GiB - GB File Fragment(s)
  460. ?? = ?? syslinux.cfg 1
  461. ?? = ?? ldlinux.sys 1
  462. ?? = ?? menu.c32 1
  463. =============== sdb: Version of COM32(R) files used by Syslinux: ===============
  464. menu.c32 : COM32R module (v4.xx)
  465. ========= Devices which don't seem to have a corresponding hard drive: =========
  466. sdc
  467. =============================== StdErr Messages: ===============================
  468. File descriptor 9 (/proc/8106/mounts) leaked on lvs invocation. Parent PID 14468: bash
  469. File descriptor 63 (pipe:[64558]) leaked on lvs invocation. Parent PID 14468: bash
  470. ADDITIONAL INFORMATION :
  471. =================== log of boot-info 2016-10-06__12h41 ===================
  472. boot-info version : 4ppa38
  473. boot-sav version : 4ppa38
  474. glade2script version : 3.2.3~ppa1
  475. boot-sav-extra version : 4ppa38
  476. boot-info is executed in live-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  477. CPU op-mode(s): 32-bit, 64-bit
  478. BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  479. ls: cannot access '/home/usr/.config': No such file or directory
  480. =================== os-prober:
  481. /dev/sda1:Ubuntu 16.04.1 LTS (16.04):Ubuntu:linux
  482. =================== blkid:
  483. /dev/sda1: UUID="6870231d-cf06-4792-bd9e-2a01f6203680" TYPE="ext4" PARTUUID="bac7aee5-01"
  484. /dev/sdb: UUID="2EC4-4C88" TYPE="vfat"
  485. /dev/loop0: TYPE="squashfs"
  486. /dev/sda2: UUID="3d203485-5d0c-4fe2-9ee7-e5ab97ab6b8a" TYPE="swap" PARTUUID="bac7aee5-02"
  487. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  488. =================== /media/ubuntu/6870231d-cf06-4792-bd9e-2a01f6203680/etc/grub.d/ :
  489. drwxr-xr-x 2 root root 4096 Aug 12 01:41 grub.d
  490. total 76
  491. -rwxr-xr-x 1 root root 9791 Jun 17 09:10 00_header
  492. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
  493. -rwxr-xr-x 1 root root 12261 Jun 17 09:10 10_linux
  494. -rwxr-xr-x 1 root root 11082 Jun 17 09:10 20_linux_xen
  495. -rwxr-xr-x 1 root root 1992 Jan 28 2016 20_memtest86+
  496. -rwxr-xr-x 1 root root 11692 Jun 17 09:10 30_os-prober
  497. -rwxr-xr-x 1 root root 1418 Jun 17 09:10 30_uefi-firmware
  498. -rwxr-xr-x 1 root root 214 Jun 17 09:10 40_custom
  499. -rwxr-xr-x 1 root root 216 Jun 17 09:10 41_custom
  500. -rw-r--r-- 1 root root 483 Jun 17 09:10 README
  501. =================== /media/ubuntu/6870231d-cf06-4792-bd9e-2a01f6203680/etc/default/grub :
  502. # If you change this file, run 'update-grub' afterwards to update
  503. # /boot/grub/grub.cfg.
  504. # For full documentation of the options in this file, see:
  505. # info -f grub -n 'Simple configuration'
  506. GRUB_DEFAULT=0
  507. GRUB_HIDDEN_TIMEOUT=0
  508. GRUB_HIDDEN_TIMEOUT_QUIET=true
  509. GRUB_TIMEOUT=10
  510. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  511. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  512. GRUB_CMDLINE_LINUX=""
  513. # Uncomment to enable BadRAM filtering, modify to suit your needs
  514. # This works with Linux (no patch required) and with any kernel that obtains
  515. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  516. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  517. # Uncomment to disable graphical terminal (grub-pc only)
  518. #GRUB_TERMINAL=console
  519. # The resolution used on graphical terminal
  520. # note that you can use only modes which your graphic card supports via VBE
  521. # you can see them in real GRUB with the command `vbeinfo'
  522. #GRUB_GFXMODE=640x480
  523. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  524. #GRUB_DISABLE_LINUX_UUID=true
  525. # Uncomment to disable generation of recovery mode menu entries
  526. #GRUB_DISABLE_RECOVERY="true"
  527. # Uncomment to get a beep at grub start
  528. #GRUB_INIT_TUNE="480 440 1"
  529. =================== efibootmgr -v
  530. BootCurrent: 000C
  531. Timeout: 0 seconds
  532. BootOrder: 0009,000C,0006,0007,0008,000A,000B,000D
  533. Boot0000 Setup FvFile(721c8b66-426c-4e86-8e99-3457c46ab0b9)
  534. Boot0001 Boot Menu FvFile(126a762d-5758-4fca-8531-201a7f57f850)
  535. Boot0002 Diagnostic Splash Screen FvFile(a7d8d9a6-6ab0-4aeb-ad9d-163e59a7a380)
  536. Boot0003 Lenovo Diagnostics FvFile(3f7e615b-0d45-4f80-88dc-26b234958560)
  537. Boot0004 Startup Interrupt Menu FvFile(f46ee6f4-4785-43a3-923d-7f786c3c8479)
  538. Boot0005 Rescue and Recovery FvFile(665d3f60-ad3e-4cad-8e26-db46eee9f1b5)
  539. Boot0006* USB CD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,86701296aa5a7848b66cd49dd3ba6a55)
  540. Boot0007* USB FDD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,6ff015a28830b543a8b8641009461e49)
  541. Boot0008* ATAPI CD1 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a35404)
  542. Boot0009* ATA HDD0 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f600)
  543. Boot000A* ATA HDD1 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f602)
  544. Boot000B* ATA HDD2 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f603)
  545. Boot000C* USB HDD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,33e821aaaf33bc4789bd419f88c50803)
  546. Boot000D* PCI LAN VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,78a84aaf2b2afc4ea79cf5cc8f3d3803)
  547. =================== UEFI/Legacy mode:
  548. BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
  549. SecureBoot disabled. (maybe sec-boot, Please report this message to [email protected])
  550. =================== PARTITIONS & DISKS:
  551. 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, farbios, /media/ubuntu/6870231d-cf06-4792-bd9e-2a01f6203680.
  552. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  553. =================== parted -l:
  554. Model: ATA ST500LT012-9WS14 (scsi)
  555. Disk /dev/sda: 500GB
  556. Sector size (logical/physical): 512B/4096B
  557. Partition Table: msdos
  558. Disk Flags:
  559. Number Start End Size Type File system Flags
  560. 1 1049kB 496GB 496GB primary ext4
  561. 2 496GB 500GB 3893MB primary linux-swap(v1)
  562. Model: ADATA USB Flash Drive (scsi)
  563. Disk /dev/sdb: 7902MB
  564. Sector size (logical/physical): 512B/512B
  565. Partition Table: loop
  566. Disk Flags:
  567. Number Start End Size File system Flags
  568. 1 0.00B 7902MB 7902MB fat32
  569. =================== parted -lm:
  570. BYT;
  571. /dev/sda:500GB:scsi:512:4096:msdos:ATA ST500LT012-9WS14:;
  572. 1:1049kB:496GB:496GB:ext4::;
  573. 2:496GB:500GB:3893MB:linux-swap(v1)::;
  574. BYT;
  575. /dev/sdb:7902MB:scsi:512:512:loop:ADATA USB Flash Drive:;
  576. 1:0.00B:7902MB:7902MB:fat32::;
  577. =================== lsblk:
  578. KNAME TYPE FSTYPE SIZE LABEL
  579. sda disk 465.8G
  580. sda1 part ext4 462.1G
  581. sda2 part swap 3.6G
  582. sdb disk vfat 7.4G
  583. sr0 rom 1024M
  584. loop0 loop squashfs 1.4G
  585. KNAME ROTA RO RM STATE MOUNTPOINT
  586. sda 1 0 0 running
  587. sda1 1 0 0 /media/ubuntu/6870231d-cf06-4792-bd9e-2a01f6203680
  588. sda2 1 0 0 [SWAP]
  589. sdb 1 0 1 running /cdrom
  590. sr0 1 0 1 running
  591. loop0 1 1 0 /rofs
  592. =================== mount:
  593. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  594. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  595. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1950272k,nr_inodes=487568,mode=755)
  596. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  597. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=392984k,mode=755)
  598. /dev/sdb on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  599. /dev/loop0 on /rofs type squashfs (ro,noatime)
  600. /cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
  601. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  602. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  603. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  604. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  605. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  606. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  607. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  608. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  609. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  610. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  611. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  612. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  613. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  614. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  615. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  616. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  617. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  618. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=21,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  619. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  620. mqueue on /dev/mqueue type mqueue (rw,relatime)
  621. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  622. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  623. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  624. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  625. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=392984k,mode=700,uid=999,gid=999)
  626. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  627. /dev/sda1 on /media/ubuntu/6870231d-cf06-4792-bd9e-2a01f6203680 type ext4 (rw,nosuid,nodev,relatime,data=ordered,uhelper=udisks2)
  628. =================== ls:
  629. /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 size slaves stat subsystem trace uevent
  630. /sys/block/sdb (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
  631. /sys/block/sdc (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
  632. /sys/block/sr0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
  633. /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 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 initctl input 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 sdb sdc sg0 sg1 sg2 sg4 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb userio vfio vga_arbiter vhci vhost-net zero
  634. ls /dev/mapper: control
  635. =================== df -Th:
  636. Filesystem Type Size Used Avail Use% Mounted on
  637. udev devtmpfs 1.9G 0 1.9G 0% /dev
  638. tmpfs tmpfs 384M 6.2M 378M 2% /run
  639. /dev/sdb vfat 7.4G 1.5G 6.0G 20% /cdrom
  640. /dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
  641. /cow overlay 1.9G 85M 1.8G 5% /
  642. tmpfs tmpfs 1.9G 172K 1.9G 1% /dev/shm
  643. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  644. tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
  645. tmpfs tmpfs 1.9G 368K 1.9G 1% /tmp
  646. tmpfs tmpfs 384M 128K 384M 1% /run/user/999
  647. /dev/sda1 ext4 455G 47G 386G 11% /media/ubuntu/6870231d-cf06-4792-bd9e-2a01f6203680
  648. =================== fdisk -l:
  649. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  650. Units: sectors of 1 * 512 = 512 bytes
  651. Sector size (logical/physical): 512 bytes / 4096 bytes
  652. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  653. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  654. Units: sectors of 1 * 512 = 512 bytes
  655. Sector size (logical/physical): 512 bytes / 4096 bytes
  656. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  657. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  658. Units: sectors of 1 * 512 = 512 bytes
  659. Sector size (logical/physical): 512 bytes / 4096 bytes
  660. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  661. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  662. Units: sectors of 1 * 512 = 512 bytes
  663. Sector size (logical/physical): 512 bytes / 4096 bytes
  664. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  665. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  666. Units: sectors of 1 * 512 = 512 bytes
  667. Sector size (logical/physical): 512 bytes / 4096 bytes
  668. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  669. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  670. Units: sectors of 1 * 512 = 512 bytes
  671. Sector size (logical/physical): 512 bytes / 4096 bytes
  672. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  673. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  674. Units: sectors of 1 * 512 = 512 bytes
  675. Sector size (logical/physical): 512 bytes / 4096 bytes
  676. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  677. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  678. Units: sectors of 1 * 512 = 512 bytes
  679. Sector size (logical/physical): 512 bytes / 4096 bytes
  680. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  681. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  682. Units: sectors of 1 * 512 = 512 bytes
  683. Sector size (logical/physical): 512 bytes / 4096 bytes
  684. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  685. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  686. Units: sectors of 1 * 512 = 512 bytes
  687. Sector size (logical/physical): 512 bytes / 4096 bytes
  688. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  689. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  690. Units: sectors of 1 * 512 = 512 bytes
  691. Sector size (logical/physical): 512 bytes / 4096 bytes
  692. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  693. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  694. Units: sectors of 1 * 512 = 512 bytes
  695. Sector size (logical/physical): 512 bytes / 4096 bytes
  696. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  697. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  698. Units: sectors of 1 * 512 = 512 bytes
  699. Sector size (logical/physical): 512 bytes / 4096 bytes
  700. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  701. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  702. Units: sectors of 1 * 512 = 512 bytes
  703. Sector size (logical/physical): 512 bytes / 4096 bytes
  704. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  705. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  706. Units: sectors of 1 * 512 = 512 bytes
  707. Sector size (logical/physical): 512 bytes / 4096 bytes
  708. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  709. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  710. Units: sectors of 1 * 512 = 512 bytes
  711. Sector size (logical/physical): 512 bytes / 4096 bytes
  712. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  713. Disk /dev/loop0: 1.4 GiB, 1459982336 bytes, 2851528 sectors
  714. Units: sectors of 1 * 512 = 512 bytes
  715. Sector size (logical/physical): 512 bytes / 512 bytes
  716. I/O size (minimum/optimal): 512 bytes / 512 bytes
  717. Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  718. Units: sectors of 1 * 512 = 512 bytes
  719. Sector size (logical/physical): 512 bytes / 4096 bytes
  720. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  721. Disklabel type: dos
  722. Disk identifier: 0xbac7aee5
  723. Device Boot Start End Sectors Size Id Type
  724. /dev/sda1 2048 969168895 969166848 462.1G 83 Linux
  725. /dev/sda2 969168896 976773119 7604224 3.6G 82 Linux swap / Solaris
  726. Disk /dev/sdb: 7.4 GiB, 7902068736 bytes, 15433728 sectors
  727. Units: sectors of 1 * 512 = 512 bytes
  728. Sector size (logical/physical): 512 bytes / 512 bytes
  729. I/O size (minimum/optimal): 512 bytes / 512 bytes
  730. Disklabel type: dos
  731. Disk identifier: 0x0009e87d
  732. Device Boot Start End Sectors Size Id Type
  733. /dev/sdb1 3223366752 3470046675 246679924 117.6G f4 SpeedStor
  734. /dev/sdb2 378192737 710426324 332233588 158.4G 10 OPUS
  735. /dev/sdb3 225603442 225603451 10 5K 74 unknown
  736. Partition table entries are not in disk order.
  737. =================== Suggested repair
  738. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda1 into the MBR of sda.
  739. The boot flag would be placed on sda1.
  740. Additional repair would be performed: unhide-bootmenu-10s
  741. =================== Advice in case of suggested repair
  742. The boot of your PC is in EFI mode, but no EFI partition was detected. You may want to retry after creating a EFI partition (FAT32, 100MB~250MB, start of the disk, boot flag).
  743. Do you want to continue?
  744. =================== User settings
  745. The settings chosen by the user will not act on the boot.
  746. paste.ubuntu.com ko (), using paste.debian
  747. paste.debian.net ko (), using paste2