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.10
  15. Boot files: /boot/grub/grub.cfg /etc/fstab
  16. /boot/grub/i386-pc/core.img
  17. sda2: __________________________________________________________________________
  18. File system: ext4
  19. Boot sector type: -
  20. Boot sector info:
  21. Operating System:
  22. Boot files:
  23. sda3: __________________________________________________________________________
  24. File system: ext4
  25. Boot sector type: -
  26. Boot sector info:
  27. Operating System:
  28. Boot files:
  29. sdb: ___________________________________________________________________________
  30. File system: vfat
  31. Boot sector type: SYSLINUX 4.03 2010-10-22 ........>..sr>.......k..9...0...~.....~...f...M.f.f....f..0~....>E}.u......
  32. Boot sector info: Syslinux looks at sector 2654200 of /dev/sdb for its
  33. second stage. SYSLINUX is installed in the directory.
  34. No errors found in the Boot Parameter Block.
  35. Operating System:
  36. Boot files: /boot/grub/grub.cfg /syslinux.cfg /casper/vmlinuz.efi
  37. /EFI/BOOT/grubx64.efi /ldlinux.sys
  38. ============================ Drive/Partition Info: =============================
  39. Drive: sda _____________________________________________________________________
  40. Disk /dev/sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors
  41. Units: sectors of 1 * 512 = 512 bytes
  42. Sector size (logical/physical): 512 bytes / 512 bytes
  43. I/O size (minimum/optimal): 512 bytes / 512 bytes
  44. Disklabel type: dos
  45. Partition Boot Start Sector End Sector # of Sectors Id System
  46. /dev/sda1 * 2,048 71,681,735 71,679,688 83 Linux
  47. /dev/sda2 71,682,048 83,970,047 12,288,000 83 Linux
  48. /dev/sda3 83,970,048 217,090,047 133,120,000 83 Linux
  49. "blkid" output: ________________________________________________________________
  50. Device UUID TYPE LABEL
  51. /dev/loop0 squashfs
  52. /dev/sda1 595552f7-8097-4696-a23c-0cf73a01e23d ext4
  53. /dev/sda2 d4dc38cc-3991-4b28-ab05-58f4adcba20e ext4
  54. /dev/sda3 fc506044-1e09-476e-ae1c-985f7a0e23ef ext4 DATA
  55. /dev/sdb 7AD5-C006 vfat XUBUNTU
  56. ========================= "ls -l /dev/disk/by-id" output: ======================
  57. total 0
  58. lrwxrwxrwx 1 root root 9 Jan 25 18:48 ata-Intenso_SSD_Sata_III_AA000000000000014389 -> ../../sda
  59. lrwxrwxrwx 1 root root 10 Jan 25 18:48 ata-Intenso_SSD_Sata_III_AA000000000000014389-part1 -> ../../sda1
  60. lrwxrwxrwx 1 root root 10 Jan 25 18:48 ata-Intenso_SSD_Sata_III_AA000000000000014389-part2 -> ../../sda2
  61. lrwxrwxrwx 1 root root 10 Jan 25 18:48 ata-Intenso_SSD_Sata_III_AA000000000000014389-part3 -> ../../sda3
  62. lrwxrwxrwx 1 root root 9 Jan 25 18:36 ata-PLDS_DVD+_-RW_DS-8A8SH_YTVN9550811CQ45CEA00 -> ../../sr0
  63. lrwxrwxrwx 1 root root 9 Jan 25 18:41 usb-FLASH_Drive_ITE_USB20_63141105310000DA-0:0 -> ../../sdb
  64. lrwxrwxrwx 1 root root 9 Jan 25 18:48 wwn-0x5000000000000000 -> ../../sda
  65. lrwxrwxrwx 1 root root 10 Jan 25 18:48 wwn-0x5000000000000000-part1 -> ../../sda1
  66. lrwxrwxrwx 1 root root 10 Jan 25 18:48 wwn-0x5000000000000000-part2 -> ../../sda2
  67. lrwxrwxrwx 1 root root 10 Jan 25 18:48 wwn-0x5000000000000000-part3 -> ../../sda3
  68. ================================ Mount points: =================================
  69. Device Mount_Point Type Options
  70. /dev/loop0 /rofs squashfs (ro,noatime)
  71. /dev/sdb /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  72. =========================== sda1/boot/grub/grub.cfg: ===========================
  73. --------------------------------------------------------------------------------
  74. #
  75. # DO NOT EDIT THIS FILE
  76. #
  77. # It is automatically generated by grub-mkconfig using templates
  78. # from /etc/grub.d and settings from /etc/default/grub
  79. #
  80. ### BEGIN /etc/grub.d/00_header ###
  81. if [ -s $prefix/grubenv ]; then
  82. set have_grubenv=true
  83. load_env
  84. fi
  85. if [ "${next_entry}" ] ; then
  86. set default="${next_entry}"
  87. set next_entry=
  88. save_env next_entry
  89. set boot_once=true
  90. else
  91. set default="0"
  92. fi
  93. if [ x"${feature_menuentry_id}" = xy ]; then
  94. menuentry_id_option="--id"
  95. else
  96. menuentry_id_option=""
  97. fi
  98. export menuentry_id_option
  99. if [ "${prev_saved_entry}" ]; then
  100. set saved_entry="${prev_saved_entry}"
  101. save_env saved_entry
  102. set prev_saved_entry=
  103. save_env prev_saved_entry
  104. set boot_once=true
  105. fi
  106. function savedefault {
  107. if [ -z "${boot_once}" ]; then
  108. saved_entry="${chosen}"
  109. save_env saved_entry
  110. fi
  111. }
  112. function recordfail {
  113. set recordfail=1
  114. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  115. }
  116. function load_video {
  117. if [ x$feature_all_video_module = xy ]; then
  118. insmod all_video
  119. else
  120. insmod efi_gop
  121. insmod efi_uga
  122. insmod ieee1275_fb
  123. insmod vbe
  124. insmod vga
  125. insmod video_bochs
  126. insmod video_cirrus
  127. fi
  128. }
  129. if [ x$feature_default_font_path = xy ] ; then
  130. font=unicode
  131. else
  132. insmod part_msdos
  133. insmod ext2
  134. set root='hd0,msdos1'
  135. if [ x$feature_platform_search_hint = xy ]; then
  136. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 595552f7-8097-4696-a23c-0cf73a01e23d
  137. else
  138. search --no-floppy --fs-uuid --set=root 595552f7-8097-4696-a23c-0cf73a01e23d
  139. fi
  140. font="/usr/share/grub/unicode.pf2"
  141. fi
  142. if loadfont $font ; then
  143. set gfxmode=auto
  144. load_video
  145. insmod gfxterm
  146. set locale_dir=$prefix/locale
  147. set lang=en_US
  148. insmod gettext
  149. fi
  150. terminal_output gfxterm
  151. if [ "${recordfail}" = 1 ] ; then
  152. set timeout=10
  153. else
  154. if [ x$feature_timeout_style = xy ] ; then
  155. set timeout_style=menu
  156. set timeout=10
  157. # Fallback normal timeout code in case the timeout_style feature is
  158. # unavailable.
  159. else
  160. set timeout=10
  161. fi
  162. fi
  163. ### END /etc/grub.d/00_header ###
  164. ### BEGIN /etc/grub.d/05_debian_theme ###
  165. set menu_color_normal=white/black
  166. set menu_color_highlight=black/light-gray
  167. ### END /etc/grub.d/05_debian_theme ###
  168. ### BEGIN /etc/grub.d/10_linux ###
  169. function gfxmode {
  170. set gfxpayload="${1}"
  171. if [ "${1}" = "keep" ]; then
  172. set vt_handoff=vt.handoff=7
  173. else
  174. set vt_handoff=
  175. fi
  176. }
  177. if [ "${recordfail}" != 1 ]; then
  178. if [ -e ${prefix}/gfxblacklist.txt ]; then
  179. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  180. if [ ${match} = 0 ]; then
  181. set linux_gfx_mode=keep
  182. else
  183. set linux_gfx_mode=text
  184. fi
  185. else
  186. set linux_gfx_mode=text
  187. fi
  188. else
  189. set linux_gfx_mode=keep
  190. fi
  191. else
  192. set linux_gfx_mode=text
  193. fi
  194. export linux_gfx_mode
  195. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-595552f7-8097-4696-a23c-0cf73a01e23d' {
  196. recordfail
  197. load_video
  198. gfxmode $linux_gfx_mode
  199. insmod gzio
  200. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  201. insmod part_msdos
  202. insmod ext2
  203. set root='hd0,msdos1'
  204. if [ x$feature_platform_search_hint = xy ]; then
  205. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 595552f7-8097-4696-a23c-0cf73a01e23d
  206. else
  207. search --no-floppy --fs-uuid --set=root 595552f7-8097-4696-a23c-0cf73a01e23d
  208. fi
  209. linux /boot/vmlinuz-4.8.0-34-generic root=UUID=595552f7-8097-4696-a23c-0cf73a01e23d ro quiet splash $vt_handoff
  210. initrd /boot/initrd.img-4.8.0-34-generic
  211. }
  212. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-595552f7-8097-4696-a23c-0cf73a01e23d' {
  213. menuentry 'Ubuntu, with Linux 4.8.0-34-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-34-generic-advanced-595552f7-8097-4696-a23c-0cf73a01e23d' {
  214. recordfail
  215. load_video
  216. gfxmode $linux_gfx_mode
  217. insmod gzio
  218. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  219. insmod part_msdos
  220. insmod ext2
  221. set root='hd0,msdos1'
  222. if [ x$feature_platform_search_hint = xy ]; then
  223. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 595552f7-8097-4696-a23c-0cf73a01e23d
  224. else
  225. search --no-floppy --fs-uuid --set=root 595552f7-8097-4696-a23c-0cf73a01e23d
  226. fi
  227. echo 'Loading Linux 4.8.0-34-generic ...'
  228. linux /boot/vmlinuz-4.8.0-34-generic root=UUID=595552f7-8097-4696-a23c-0cf73a01e23d ro quiet splash $vt_handoff
  229. echo 'Loading initial ramdisk ...'
  230. initrd /boot/initrd.img-4.8.0-34-generic
  231. }
  232. menuentry 'Ubuntu, with Linux 4.8.0-34-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-34-generic-init-upstart-595552f7-8097-4696-a23c-0cf73a01e23d' {
  233. recordfail
  234. load_video
  235. gfxmode $linux_gfx_mode
  236. insmod gzio
  237. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  238. insmod part_msdos
  239. insmod ext2
  240. set root='hd0,msdos1'
  241. if [ x$feature_platform_search_hint = xy ]; then
  242. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 595552f7-8097-4696-a23c-0cf73a01e23d
  243. else
  244. search --no-floppy --fs-uuid --set=root 595552f7-8097-4696-a23c-0cf73a01e23d
  245. fi
  246. echo 'Loading Linux 4.8.0-34-generic ...'
  247. linux /boot/vmlinuz-4.8.0-34-generic root=UUID=595552f7-8097-4696-a23c-0cf73a01e23d ro quiet splash $vt_handoff init=/sbin/upstart
  248. echo 'Loading initial ramdisk ...'
  249. initrd /boot/initrd.img-4.8.0-34-generic
  250. }
  251. menuentry 'Ubuntu, with Linux 4.8.0-34-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-34-generic-recovery-595552f7-8097-4696-a23c-0cf73a01e23d' {
  252. recordfail
  253. load_video
  254. insmod gzio
  255. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  256. insmod part_msdos
  257. insmod ext2
  258. set root='hd0,msdos1'
  259. if [ x$feature_platform_search_hint = xy ]; then
  260. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 595552f7-8097-4696-a23c-0cf73a01e23d
  261. else
  262. search --no-floppy --fs-uuid --set=root 595552f7-8097-4696-a23c-0cf73a01e23d
  263. fi
  264. echo 'Loading Linux 4.8.0-34-generic ...'
  265. linux /boot/vmlinuz-4.8.0-34-generic root=UUID=595552f7-8097-4696-a23c-0cf73a01e23d ro recovery nomodeset
  266. echo 'Loading initial ramdisk ...'
  267. initrd /boot/initrd.img-4.8.0-34-generic
  268. }
  269. menuentry 'Ubuntu, with Linux 4.8.0-22-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-22-generic-advanced-595552f7-8097-4696-a23c-0cf73a01e23d' {
  270. recordfail
  271. load_video
  272. gfxmode $linux_gfx_mode
  273. insmod gzio
  274. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  275. insmod part_msdos
  276. insmod ext2
  277. set root='hd0,msdos1'
  278. if [ x$feature_platform_search_hint = xy ]; then
  279. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 595552f7-8097-4696-a23c-0cf73a01e23d
  280. else
  281. search --no-floppy --fs-uuid --set=root 595552f7-8097-4696-a23c-0cf73a01e23d
  282. fi
  283. echo 'Loading Linux 4.8.0-22-generic ...'
  284. linux /boot/vmlinuz-4.8.0-22-generic root=UUID=595552f7-8097-4696-a23c-0cf73a01e23d ro quiet splash $vt_handoff
  285. echo 'Loading initial ramdisk ...'
  286. initrd /boot/initrd.img-4.8.0-22-generic
  287. }
  288. menuentry 'Ubuntu, with Linux 4.8.0-22-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-22-generic-init-upstart-595552f7-8097-4696-a23c-0cf73a01e23d' {
  289. recordfail
  290. load_video
  291. gfxmode $linux_gfx_mode
  292. insmod gzio
  293. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  294. insmod part_msdos
  295. insmod ext2
  296. set root='hd0,msdos1'
  297. if [ x$feature_platform_search_hint = xy ]; then
  298. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 595552f7-8097-4696-a23c-0cf73a01e23d
  299. else
  300. search --no-floppy --fs-uuid --set=root 595552f7-8097-4696-a23c-0cf73a01e23d
  301. fi
  302. echo 'Loading Linux 4.8.0-22-generic ...'
  303. linux /boot/vmlinuz-4.8.0-22-generic root=UUID=595552f7-8097-4696-a23c-0cf73a01e23d ro quiet splash $vt_handoff init=/sbin/upstart
  304. echo 'Loading initial ramdisk ...'
  305. initrd /boot/initrd.img-4.8.0-22-generic
  306. }
  307. menuentry 'Ubuntu, with Linux 4.8.0-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-22-generic-recovery-595552f7-8097-4696-a23c-0cf73a01e23d' {
  308. recordfail
  309. load_video
  310. insmod gzio
  311. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  312. insmod part_msdos
  313. insmod ext2
  314. set root='hd0,msdos1'
  315. if [ x$feature_platform_search_hint = xy ]; then
  316. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 595552f7-8097-4696-a23c-0cf73a01e23d
  317. else
  318. search --no-floppy --fs-uuid --set=root 595552f7-8097-4696-a23c-0cf73a01e23d
  319. fi
  320. echo 'Loading Linux 4.8.0-22-generic ...'
  321. linux /boot/vmlinuz-4.8.0-22-generic root=UUID=595552f7-8097-4696-a23c-0cf73a01e23d ro recovery nomodeset
  322. echo 'Loading initial ramdisk ...'
  323. initrd /boot/initrd.img-4.8.0-22-generic
  324. }
  325. }
  326. ### END /etc/grub.d/10_linux ###
  327. ### BEGIN /etc/grub.d/20_linux_xen ###
  328. ### END /etc/grub.d/20_linux_xen ###
  329. ### BEGIN /etc/grub.d/30_os-prober ###
  330. ### END /etc/grub.d/30_os-prober ###
  331. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  332. ### END /etc/grub.d/30_uefi-firmware ###
  333. ### BEGIN /etc/grub.d/40_custom ###
  334. # This file provides an easy way to add custom menu entries. Simply type the
  335. # menu entries you want to add after this comment. Be careful not to change
  336. # the 'exec tail' line above.
  337. ### END /etc/grub.d/40_custom ###
  338. ### BEGIN /etc/grub.d/41_custom ###
  339. if [ -f ${config_directory}/custom.cfg ]; then
  340. source ${config_directory}/custom.cfg
  341. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  342. source $prefix/custom.cfg;
  343. fi
  344. ### END /etc/grub.d/41_custom ###
  345. --------------------------------------------------------------------------------
  346. =============================== sda1/etc/fstab: ================================
  347. --------------------------------------------------------------------------------
  348. # /etc/fstab: static file system information.
  349. #
  350. # Use 'blkid' to print the universally unique identifier for a
  351. # device; this may be used with UUID= as a more robust way to name devices
  352. # that works even if disks are added and removed. See fstab(5).
  353. #
  354. # <file system> <mount point> <type> <options> <dump> <pass>
  355. # / was on /dev/sda1 during installation
  356. UUID=595552f7-8097-4696-a23c-0cf73a01e23d / ext4 errors=remount-ro 0 1
  357. --------------------------------------------------------------------------------
  358. =================== sda1: Location of files loaded by Grub: ====================
  359. GiB - GB File Fragment(s)
  360. 22.132011414 = 23.764066304 boot/grub/grub.cfg 1
  361. 26.140727997 = 28.068392960 boot/grub/i386-pc/core.img 1
  362. 1.097782135 = 1.178734592 boot/vmlinuz-4.8.0-22-generic 2
  363. 1.303806305 = 1.399951360 boot/vmlinuz-4.8.0-34-generic 1
  364. 1.303806305 = 1.399951360 vmlinuz 1
  365. 1.097782135 = 1.178734592 vmlinuz.old 2
  366. 20.562885284 = 22.079229952 boot/initrd.img-4.8.0-22-generic 3
  367. 1.570930481 = 1.686773760 boot/initrd.img-4.8.0-34-generic 1
  368. 1.570930481 = 1.686773760 initrd.img 1
  369. 20.562885284 = 22.079229952 initrd.img.old 3
  370. =========================== sdb/boot/grub/grub.cfg: ============================
  371. --------------------------------------------------------------------------------
  372. if loadfont /boot/grub/font.pf2 ; then
  373. set gfxmode=auto
  374. insmod efi_gop
  375. insmod efi_uga
  376. insmod gfxterm
  377. terminal_output gfxterm
  378. fi
  379. set menu_color_normal=white/black
  380. set menu_color_highlight=black/light-gray
  381. menuentry "Try Xubuntu without installing" {
  382. set gfxpayload=keep
  383. linux /casper/vmlinuz.efi file=/cdrom/preseed/xubuntu.seed boot=casper quiet splash ---
  384. initrd /casper/initrd.lz
  385. }
  386. menuentry "Install Xubuntu" {
  387. set gfxpayload=keep
  388. linux /casper/vmlinuz.efi file=/cdrom/preseed/xubuntu.seed boot=casper only-ubiquity quiet splash ---
  389. initrd /casper/initrd.lz
  390. }
  391. menuentry "OEM install (for manufacturers)" {
  392. set gfxpayload=keep
  393. linux /casper/vmlinuz.efi file=/cdrom/preseed/xubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
  394. initrd /casper/initrd.lz
  395. }
  396. menuentry "Check disc for defects" {
  397. set gfxpayload=keep
  398. linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash ---
  399. initrd /casper/initrd.lz
  400. }
  401. --------------------------------------------------------------------------------
  402. ============================== sdb/syslinux.cfg: ===============================
  403. --------------------------------------------------------------------------------
  404. default menu.c32
  405. prompt 0
  406. menu title UNetbootin
  407. timeout 100
  408. label unetbootindefault
  409. menu label Default
  410. kernel /ubnkern
  411. append initrd=/ubninit file=/cdrom/preseed/xubuntu.seed boot=casper quiet splash ---
  412. label ubnentry0
  413. menu label ^Help
  414. kernel /ubnkern
  415. append initrd=/ubninit
  416. label ubnentry1
  417. menu label ^Try Xubuntu without installing
  418. kernel /casper/vmlinuz.efi
  419. append initrd=/casper/initrd.lz file=/cdrom/preseed/xubuntu.seed boot=casper quiet splash ---
  420. label ubnentry2
  421. menu label ^Install Xubuntu
  422. kernel /casper/vmlinuz.efi
  423. append initrd=/casper/initrd.lz file=/cdrom/preseed/xubuntu.seed boot=casper only-ubiquity quiet splash ---
  424. label ubnentry3
  425. menu label ^Check disc for defects
  426. kernel /casper/vmlinuz.efi
  427. append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash ---
  428. label ubnentry4
  429. menu label Test ^memory
  430. kernel /install/mt86plus
  431. append initrd=/ubninit
  432. label ubnentry5
  433. menu label ^Boot from first hard disk
  434. kernel /ubnkern
  435. append initrd=/ubninit
  436. label ubnentry6
  437. menu label Try Xubuntu without installing
  438. kernel /casper/vmlinuz.efi
  439. append initrd=/casper/initrd.lz file=/cdrom/preseed/xubuntu.seed boot=casper quiet splash ---
  440. label ubnentry7
  441. menu label Install Xubuntu
  442. kernel /casper/vmlinuz.efi
  443. append initrd=/casper/initrd.lz file=/cdrom/preseed/xubuntu.seed boot=casper only-ubiquity quiet splash ---
  444. label ubnentry8
  445. menu label OEM install (for manufacturers)
  446. kernel /casper/vmlinuz.efi
  447. append initrd=/casper/initrd.lz file=/cdrom/preseed/xubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
  448. label ubnentry9
  449. menu label Check disc for defects
  450. kernel /casper/vmlinuz.efi
  451. append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash ---
  452. --------------------------------------------------------------------------------
  453. ==================== sdb: Location of files loaded by Grub: ====================
  454. GiB - GB File Fragment(s)
  455. ?? = ?? boot/grub/grub.cfg 1
  456. ================== sdb: Location of files loaded by Syslinux: ==================
  457. GiB - GB File Fragment(s)
  458. ?? = ?? syslinux.cfg 1
  459. ?? = ?? ldlinux.sys 1
  460. ?? = ?? menu.c32 1
  461. =============== sdb: Version of COM32(R) files used by Syslinux: ===============
  462. menu.c32 : COM32R module (v4.xx)
  463. =============================== StdErr Messages: ===============================
  464. File descriptor 63 (pipe:[39749]) leaked on lvs invocation. Parent PID 29668: bash
  465. ADDITIONAL INFORMATION :
  466. =================== log of boot-repair 2017-01-25__18h41 ===================
  467. boot-repair version : 4ppa40
  468. boot-sav version : 4ppa40
  469. glade2script version : 3.2.3~ppa1
  470. boot-sav-extra version : 4ppa40
  471. boot-repair is executed in live-session (Ubuntu 16.10, yakkety, Ubuntu, x86_64)
  472. CPU op-mode(s): 32-bit, 64-bit
  473. initrd=/casper/initrd.lz file=/cdrom/preseed/xubuntu.seed boot=casper quiet splash --- BOOT_IMAGE=/casper/vmlinuz.efi
  474. ls: cannot access '/home/usr/.config': No such file or directory
  475. =================== os-prober:
  476. /dev/sda1:Ubuntu 16.10 (16.10):Ubuntu:linux
  477. =================== blkid:
  478. /dev/sda1: UUID="595552f7-8097-4696-a23c-0cf73a01e23d" TYPE="ext4" PARTUUID="7e7c5847-01"
  479. /dev/sda2: UUID="d4dc38cc-3991-4b28-ab05-58f4adcba20e" TYPE="ext4" PARTUUID="7e7c5847-02"
  480. /dev/sda3: LABEL="DATA" UUID="fc506044-1e09-476e-ae1c-985f7a0e23ef" TYPE="ext4" PARTUUID="7e7c5847-03"
  481. /dev/sdb: LABEL="XUBUNTU" UUID="7AD5-C006" TYPE="vfat"
  482. /dev/loop0: TYPE="squashfs"
  483. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  484. =================== sda1/etc/grub.d/ :
  485. drwxr-xr-x 2 root root 4096 Oct 12 20:48 grub.d
  486. total 76
  487. -rwxr-xr-x 1 root root 9791 Sep 6 14:10 00_header
  488. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
  489. -rwxr-xr-x 1 root root 12261 Sep 6 14:10 10_linux
  490. -rwxr-xr-x 1 root root 11082 Sep 6 14:10 20_linux_xen
  491. -rwxr-xr-x 1 root root 1992 Jan 28 2016 20_memtest86+
  492. -rwxr-xr-x 1 root root 11692 Sep 6 14:10 30_os-prober
  493. -rwxr-xr-x 1 root root 1418 Sep 6 14:10 30_uefi-firmware
  494. -rwxr-xr-x 1 root root 214 Sep 6 14:10 40_custom
  495. -rwxr-xr-x 1 root root 216 Sep 6 14:10 41_custom
  496. -rw-r--r-- 1 root root 483 Sep 6 14:10 README
  497. =================== sda1/etc/default/grub :
  498. # If you change this file, run 'update-grub' afterwards to update
  499. # /boot/grub/grub.cfg.
  500. # For full documentation of the options in this file, see:
  501. # info -f grub -n 'Simple configuration'
  502. GRUB_DEFAULT=0
  503. GRUB_HIDDEN_TIMEOUT=0
  504. GRUB_HIDDEN_TIMEOUT_QUIET=true
  505. GRUB_TIMEOUT=10
  506. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  507. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  508. GRUB_CMDLINE_LINUX=""
  509. # Uncomment to enable BadRAM filtering, modify to suit your needs
  510. # This works with Linux (no patch required) and with any kernel that obtains
  511. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  512. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  513. # Uncomment to disable graphical terminal (grub-pc only)
  514. #GRUB_TERMINAL=console
  515. # The resolution used on graphical terminal
  516. # note that you can use only modes which your graphic card supports via VBE
  517. # you can see them in real GRUB with the command `vbeinfo'
  518. #GRUB_GFXMODE=640x480
  519. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  520. #GRUB_DISABLE_LINUX_UUID=true
  521. # Uncomment to disable generation of recovery mode menu entries
  522. #GRUB_DISABLE_RECOVERY="true"
  523. # Uncomment to get a beep at grub start
  524. #GRUB_INIT_TUNE="480 440 1"
  525. =================== UEFI/Legacy mode:
  526. This live-session is not in EFI-mode.
  527. SecureBoot maybe enabled.
  528. =================== PARTITIONS & DISKS:
  529. sda1 : sda, not-sepboot, grubenv-ok grub2, signed grub-pc , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
  530. sda2 : sda, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda2.
  531. sda3 : 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/sda3.
  532. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  533. =================== parted -l:
  534. Model: ATA Intenso SSD Sat (scsi)
  535. Disk /dev/sda: 120GB
  536. Sector size (logical/physical): 512B/512B
  537. Partition Table: msdos
  538. Disk Flags:
  539. Number Start End Size Type File system Flags
  540. 1 1049kB 36.7GB 36.7GB primary ext4 boot
  541. 2 36.7GB 43.0GB 6291MB primary ext4
  542. 3 43.0GB 111GB 68.2GB primary ext4
  543. Model: FLASH Drive ITE_USB20 (scsi)
  544. Disk /dev/sdb: 4041MB
  545. Sector size (logical/physical): 512B/512B
  546. Partition Table: loop
  547. Disk Flags:
  548. Number Start End Size File system Flags
  549. 1 0.00B 4041MB 4041MB fat32
  550. =================== parted -lm:
  551. BYT;
  552. /dev/sda:120GB:scsi:512:512:msdos:ATA Intenso SSD Sat:;
  553. 1:1049kB:36.7GB:36.7GB:ext4::boot;
  554. 2:36.7GB:43.0GB:6291MB:ext4::;
  555. 3:43.0GB:111GB:68.2GB:ext4::;
  556. BYT;
  557. /dev/sdb:4041MB:scsi:512:512:loop:FLASH Drive ITE_USB20:;
  558. 1:0.00B:4041MB:4041MB:fat32::;
  559. =================== lsblk:
  560. KNAME TYPE FSTYPE SIZE LABEL
  561. sdb disk vfat 3.8G XUBUNTU
  562. sr0 rom 1024M
  563. loop0 loop squashfs 1.2G
  564. sda disk 111.8G
  565. sda2 part ext4 5.9G
  566. sda3 part ext4 63.5G DATA
  567. sda1 part ext4 34.2G
  568. KNAME ROTA RO RM STATE MOUNTPOINT
  569. sdb 1 0 1 running /cdrom
  570. sr0 1 0 1 running
  571. loop0 1 1 0 /rofs
  572. sda 0 0 0 running
  573. sda2 0 0 0 /mnt/boot-sav/sda2
  574. sda3 0 0 0 /mnt/boot-sav/sda3
  575. sda1 0 0 0 /mnt/boot-sav/sda1
  576. =================== mount:
  577. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  578. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  579. udev on /dev type devtmpfs (rw,nosuid,relatime,size=2985248k,nr_inodes=746312,mode=755)
  580. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  581. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=600292k,mode=755)
  582. /dev/sdb on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  583. /dev/loop0 on /rofs type squashfs (ro,noatime)
  584. aufs on / type aufs (rw,noatime,si=2d94732fdc04d43b)
  585. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  586. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  587. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  588. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  589. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  590. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  591. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  592. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  593. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  594. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  595. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  596. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  597. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  598. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  599. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  600. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  601. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=35,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=10097)
  602. mqueue on /dev/mqueue type mqueue (rw,relatime)
  603. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  604. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  605. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  606. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  607. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  608. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=600292k,mode=700,uid=999,gid=999)
  609. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  610. /dev/sda1 on /mnt/boot-sav/sda1 type ext4 (rw,relatime,data=ordered)
  611. /dev/sda2 on /mnt/boot-sav/sda2 type ext4 (rw,relatime,data=ordered)
  612. /dev/sda3 on /mnt/boot-sav/sda3 type ext4 (rw,relatime,data=ordered)
  613. =================== ls:
  614. /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
  615. /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
  616. /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
  617. /dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 drm_dp_aux1 drm_dp_aux2 dvd dvdrw ecryptfs fb0 fd freefall full fuse fw0 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 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 userio vfio vga_arbiter vhci vhost-net zero
  618. ls /dev/mapper: control
  619. =================== df -Th:
  620. Filesystem Type Size Used Avail Use% Mounted on
  621. udev devtmpfs 2.9G 0 2.9G 0% /dev
  622. tmpfs tmpfs 587M 8.8M 578M 2% /run
  623. /dev/sdb vfat 3.8G 1.3G 2.6G 34% /cdrom
  624. /dev/loop0 squashfs 1.2G 1.2G 0 100% /rofs
  625. aufs aufs 2.9G 200M 2.7G 7% /
  626. tmpfs tmpfs 2.9G 26M 2.9G 1% /dev/shm
  627. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  628. tmpfs tmpfs 2.9G 0 2.9G 0% /sys/fs/cgroup
  629. tmpfs tmpfs 2.9G 8.0K 2.9G 1% /tmp
  630. tmpfs tmpfs 587M 44K 587M 1% /run/user/999
  631. /dev/sda1 ext4 34G 3.8G 28G 12% /mnt/boot-sav/sda1
  632. /dev/sda2 ext4 5.8G 24M 5.4G 1% /mnt/boot-sav/sda2
  633. /dev/sda3 ext4 63G 53M 59G 1% /mnt/boot-sav/sda3
  634. =================== fdisk -l:
  635. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  636. Units: sectors of 1 * 512 = 512 bytes
  637. Sector size (logical/physical): 512 bytes / 4096 bytes
  638. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  639. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  640. Units: sectors of 1 * 512 = 512 bytes
  641. Sector size (logical/physical): 512 bytes / 4096 bytes
  642. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  643. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  644. Units: sectors of 1 * 512 = 512 bytes
  645. Sector size (logical/physical): 512 bytes / 4096 bytes
  646. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  647. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  648. Units: sectors of 1 * 512 = 512 bytes
  649. Sector size (logical/physical): 512 bytes / 4096 bytes
  650. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  651. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  652. Units: sectors of 1 * 512 = 512 bytes
  653. Sector size (logical/physical): 512 bytes / 4096 bytes
  654. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  655. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  656. Units: sectors of 1 * 512 = 512 bytes
  657. Sector size (logical/physical): 512 bytes / 4096 bytes
  658. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  659. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  660. Units: sectors of 1 * 512 = 512 bytes
  661. Sector size (logical/physical): 512 bytes / 4096 bytes
  662. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  663. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  664. Units: sectors of 1 * 512 = 512 bytes
  665. Sector size (logical/physical): 512 bytes / 4096 bytes
  666. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  667. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  668. Units: sectors of 1 * 512 = 512 bytes
  669. Sector size (logical/physical): 512 bytes / 4096 bytes
  670. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  671. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  672. Units: sectors of 1 * 512 = 512 bytes
  673. Sector size (logical/physical): 512 bytes / 4096 bytes
  674. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  675. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  676. Units: sectors of 1 * 512 = 512 bytes
  677. Sector size (logical/physical): 512 bytes / 4096 bytes
  678. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  679. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  680. Units: sectors of 1 * 512 = 512 bytes
  681. Sector size (logical/physical): 512 bytes / 4096 bytes
  682. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  683. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  684. Units: sectors of 1 * 512 = 512 bytes
  685. Sector size (logical/physical): 512 bytes / 4096 bytes
  686. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  687. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  688. Units: sectors of 1 * 512 = 512 bytes
  689. Sector size (logical/physical): 512 bytes / 4096 bytes
  690. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  691. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  692. Units: sectors of 1 * 512 = 512 bytes
  693. Sector size (logical/physical): 512 bytes / 4096 bytes
  694. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  695. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  696. Units: sectors of 1 * 512 = 512 bytes
  697. Sector size (logical/physical): 512 bytes / 4096 bytes
  698. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  699. Disk /dev/loop0: 1.2 GiB, 1238003712 bytes, 2417976 sectors
  700. Units: sectors of 1 * 512 = 512 bytes
  701. Sector size (logical/physical): 512 bytes / 512 bytes
  702. I/O size (minimum/optimal): 512 bytes / 512 bytes
  703. Disk /dev/sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors
  704. Units: sectors of 1 * 512 = 512 bytes
  705. Sector size (logical/physical): 512 bytes / 512 bytes
  706. I/O size (minimum/optimal): 512 bytes / 512 bytes
  707. Disklabel type: dos
  708. Disk identifier: 0x7e7c5847
  709. Device Boot Start End Sectors Size Id Type
  710. /dev/sda1 * 2048 71681735 71679688 34.2G 83 Linux
  711. /dev/sda2 71682048 83970047 12288000 5.9G 83 Linux
  712. /dev/sda3 83970048 217090047 133120000 63.5G 83 Linux
  713. Disk /dev/sdb: 3.8 GiB, 4041211904 bytes, 7892992 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. Disklabel type: dos
  718. Disk identifier: 0x0009e87d
  719. Device Boot Start End Sectors Size Id Type
  720. /dev/sdb1 3223366752 3470046675 246679924 117.6G f4 SpeedStor
  721. /dev/sdb2 378192737 710426324 332233588 158.4G 10 OPUS
  722. /dev/sdb3 225603442 225603451 10 5K 74 unknown
  723. Partition table entries are not in disk order.
  724. =================== Recommended repair
  725. The default repair of the Boot-Repair utility will purge (in order to) and reinstall the grub2 of sda1 into the MBR of sda.
  726. Additional repair will be performed: unhide-bootmenu-10s
  727. chroot /mnt/boot-sav/sda1 apt-get -y --force-yes update
  728. Purge the GRUB of sda1
  729. grub-pc available
  730. 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 168 not upgraded.
  731. W: --force-yes is deprecated, use one of the options starting with --allow instead.
  732. DEBCHECK debOK, grub-pc
  733. DEBCHECK debOK
  734. shim-signed available
  735. linux-signed-generic available
  736. Please type: sudo chroot "/mnt/boot-sav/sda1" dpkg --configure -ansudo chroot "/mnt/boot-sav/sda1" apt-get install -fynsudo chroot "/mnt/boot-sav/sda1" apt-get purge -y --force-yes grub*-common grub-common:i386 shim-signed linux-signed*
  737. =================== sda1/etc/grub.d/ :
  738. drwxr-xr-x 2 root root 4096 Jan 25 18:44 grub.d
  739. total 4
  740. -rwxr-xr-x 1 root root 1992 Jan 28 2016 20_memtest86+
  741. Then type: sudo chroot "/mnt/boot-sav/sda1" apt-get install -y --force-yes grub-pc linux-generic
  742. =================== sda1/etc/grub.d/ :
  743. drwxr-xr-x 2 root root 4096 Jan 25 18:45 grub.d
  744. drwxr-xr-x 2 root root 4096 Jan 25 18:44 grub.d.bak
  745. total 72
  746. -rwxr-xr-x 1 root root 9791 Sep 6 14:10 00_header
  747. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
  748. -rwxr-xr-x 1 root root 12261 Sep 6 14:10 10_linux
  749. -rwxr-xr-x 1 root root 11082 Sep 6 14:10 20_linux_xen
  750. -rwxr-xr-x 1 root root 11692 Sep 6 14:10 30_os-prober
  751. -rwxr-xr-x 1 root root 1418 Sep 6 14:10 30_uefi-firmware
  752. -rwxr-xr-x 1 root root 214 Sep 6 14:10 40_custom
  753. -rwxr-xr-x 1 root root 216 Sep 6 14:10 41_custom
  754. -rw-r--r-- 1 root root 483 Sep 6 14:10 README
  755. =================== sda1/etc/default/grub :
  756. # If you change this file, run 'update-grub' afterwards to update
  757. # /boot/grub/grub.cfg.
  758. # For full documentation of the options in this file, see:
  759. # info -f grub -n 'Simple configuration'
  760. GRUB_DEFAULT=0
  761. GRUB_HIDDEN_TIMEOUT=0
  762. GRUB_HIDDEN_TIMEOUT_QUIET=true
  763. GRUB_TIMEOUT=10
  764. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  765. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  766. GRUB_CMDLINE_LINUX=""
  767. # Uncomment to enable BadRAM filtering, modify to suit your needs
  768. # This works with Linux (no patch required) and with any kernel that obtains
  769. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  770. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  771. # Uncomment to disable graphical terminal (grub-pc only)
  772. #GRUB_TERMINAL=console
  773. # The resolution used on graphical terminal
  774. # note that you can use only modes which your graphic card supports via VBE
  775. # you can see them in real GRUB with the command `vbeinfo'
  776. #GRUB_GFXMODE=640x480
  777. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  778. #GRUB_DISABLE_LINUX_UUID=true
  779. # Uncomment to disable generation of recovery mode menu entries
  780. #GRUB_DISABLE_RECOVERY="true"
  781. # Uncomment to get a beep at grub start
  782. #GRUB_INIT_TUNE="480 440 1"
  783. Unhide GRUB boot menu in sda1/etc/default/grub
  784. =================== sda1/etc/grub.d/ :
  785. drwxr-xr-x 2 root root 4096 Jan 25 18:45 grub.d
  786. drwxr-xr-x 2 root root 4096 Jan 25 18:44 grub.d.bak
  787. total 72
  788. -rwxr-xr-x 1 root root 9791 Sep 6 14:10 00_header
  789. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
  790. -rwxr-xr-x 1 root root 12261 Sep 6 14:10 10_linux
  791. -rwxr-xr-x 1 root root 11082 Sep 6 14:10 20_linux_xen
  792. -rwxr-xr-x 1 root root 11692 Sep 6 14:10 30_os-prober
  793. -rwxr-xr-x 1 root root 1418 Sep 6 14:10 30_uefi-firmware
  794. -rwxr-xr-x 1 root root 214 Sep 6 14:10 40_custom
  795. -rwxr-xr-x 1 root root 216 Sep 6 14:10 41_custom
  796. -rw-r--r-- 1 root root 483 Sep 6 14:10 README
  797. =================== sda1/etc/default/grub :
  798. # If you change this file, run 'update-grub' afterwards to update
  799. # /boot/grub/grub.cfg.
  800. # For full documentation of the options in this file, see:
  801. # info -f grub -n 'Simple configuration'
  802. GRUB_DEFAULT=0
  803. #GRUB_HIDDEN_TIMEOUT=0
  804. GRUB_HIDDEN_TIMEOUT_QUIET=true
  805. GRUB_TIMEOUT=10
  806. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  807. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  808. GRUB_CMDLINE_LINUX=""
  809. # Uncomment to enable BadRAM filtering, modify to suit your needs
  810. # This works with Linux (no patch required) and with any kernel that obtains
  811. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  812. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  813. # Uncomment to disable graphical terminal (grub-pc only)
  814. #GRUB_TERMINAL=console
  815. # The resolution used on graphical terminal
  816. # note that you can use only modes which your graphic card supports via VBE
  817. # you can see them in real GRUB with the command `vbeinfo'
  818. #GRUB_GFXMODE=640x480
  819. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  820. #GRUB_DISABLE_LINUX_UUID=true
  821. # Uncomment to disable generation of recovery mode menu entries
  822. #GRUB_DISABLE_RECOVERY="true"
  823. # Uncomment to get a beep at grub start
  824. #GRUB_INIT_TUNE="480 440 1"
  825. *******lspci -nnk | grep -iA3 vga
  826. 00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0126] (rev 09)
  827. DeviceName: Onboard IGD
  828. Subsystem: Dell 2nd Generation Core Processor Family Integrated Graphics Controller [1028:049b]
  829. Kernel driver in use: i915
  830. *******
  831. grub-install --version
  832. grub-install (GRUB) 2.02~beta2-36ubuntu11,grub-install (GRUB) 2.
  833. Reinstall the GRUB of sda1 into the MBR of sda
  834. Installing for i386-pc platform.
  835. Installation finished. No error reported.
  836. grub-install /dev/sda: exit code of grub-install /dev/sda:0
  837. chroot /mnt/boot-sav/sda1 update-grub
  838. Generating grub configuration file ...
  839. Found linux image: /boot/vmlinuz-4.8.0-34-generic
  840. Found initrd image: /boot/initrd.img-4.8.0-34-generic
  841. Found linux image: /boot/vmlinuz-4.8.0-22-generic
  842. Found initrd image: /boot/initrd.img-4.8.0-22-generic
  843. Unhide GRUB boot menu in sda1/boot/grub/grub.cfg
  844. Boot successfully repaired.
  845. You can now reboot your computer.
  846. paste.ubuntu.com ko (), using paste.debian
  847. paste.debian.net ko (), using paste2