Guest User

Untitled

a guest
Sep 18th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.78 KB | None | 0 0
  1. Boot Info Script 8f991e4 + Boot-Repair extra info [Boot-Info 17Sep2017]
  2.  
  3.  
  4. ============================= Boot Info Summary: ===============================
  5.  
  6. => Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
  7. the same hard drive for core.img. core.img is at this location and looks
  8. for (,msdos6)/boot/grub. It also embeds following components:
  9.  
  10. modules
  11. ---------------------------------------------------------------------------
  12. fshelp ext2 part_msdos biosdisk
  13. ---------------------------------------------------------------------------
  14.  
  15. sda1: __________________________________________________________________________
  16.  
  17. File system: vfat
  18. Boot sector type: Unknown
  19. Boot sector info: No errors found in the Boot Parameter Block.
  20. Operating System: Windows 98
  21. Boot files: /IO.SYS /MSDOS.SYS /COMMAND.COM
  22.  
  23. sda2: __________________________________________________________________________
  24.  
  25. File system: Extended Partition
  26. Boot sector type: Unknown
  27. Boot sector info:
  28.  
  29. sda5: __________________________________________________________________________
  30.  
  31. File system: swap
  32. Boot sector type: -
  33. Boot sector info:
  34.  
  35. sda6: __________________________________________________________________________
  36.  
  37. File system: ext4
  38. Boot sector type: -
  39. Boot sector info:
  40. Operating System: Ubuntu 16.04.3 LTS
  41. Boot files: /boot/grub/grub.cfg /etc/fstab
  42. /boot/grub/i386-pc/core.img
  43.  
  44. ============================ Drive/Partition Info: =============================
  45.  
  46. Drive: sda _____________________________________________________________________
  47. Disk /dev/sda: 37.3 GiB, 40007761920 bytes, 78140160 sectors
  48. Units: sectors of 1 * 512 = 512 bytes
  49. Sector size (logical/physical): 512 bytes / 512 bytes
  50. I/O size (minimum/optimal): 512 bytes / 512 bytes
  51. Disklabel type: dos
  52.  
  53. Partition Boot Start Sector End Sector # of Sectors Id System
  54.  
  55. /dev/sda1 * 63 29,242,180 29,242,118 c W95 FAT32 (LBA)
  56. /dev/sda2 29,243,390 78,139,391 48,896,002 5 Extended
  57. /dev/sda5 77,160,448 78,139,391 978,944 82 Linux swap / Solaris
  58. /dev/sda6 29,243,392 77,160,447 47,917,056 83 Linux
  59.  
  60.  
  61. "blkid" output: ________________________________________________________________
  62.  
  63. Device UUID TYPE LABEL
  64.  
  65. /dev/sda1 2F13-1DE7 vfat WIN
  66. /dev/sda5 0288a890-0dd6-47bf-bb77-b2aef4c26dd5 swap
  67. /dev/sda6 e059b9aa-a4a9-4db9-9755-b123c947f6ad ext4
  68. /dev/sr0 1999-05-05-22-22-00-00 iso9660 Win98 SE
  69.  
  70. ========================= "ls -l /dev/disk/by-id" output: ======================
  71.  
  72. total 0
  73. lrwxrwxrwx 1 root root 9 Sep 18 18:54 ata-IC25N040ATCS04-0_CSL406DDH1HRNA -> ../../sda
  74. lrwxrwxrwx 1 root root 10 Sep 18 18:54 ata-IC25N040ATCS04-0_CSL406DDH1HRNA-part1 -> ../../sda1
  75. lrwxrwxrwx 1 root root 10 Sep 18 18:54 ata-IC25N040ATCS04-0_CSL406DDH1HRNA-part2 -> ../../sda2
  76. lrwxrwxrwx 1 root root 10 Sep 18 18:54 ata-IC25N040ATCS04-0_CSL406DDH1HRNA-part5 -> ../../sda5
  77. lrwxrwxrwx 1 root root 10 Sep 18 18:54 ata-IC25N040ATCS04-0_CSL406DDH1HRNA-part6 -> ../../sda6
  78. lrwxrwxrwx 1 root root 9 Sep 18 18:51 ata-TOSHIBA_DVD-ROM_SD-R2312_234D306096 -> ../../sr0
  79.  
  80. ================================ Mount points: =================================
  81.  
  82. Device Mount_Point Type Options
  83.  
  84. /dev/sda6 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  85. /dev/sr0 /media/vale/Win98 SE iso9660 (ro,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500,uhelper=udisks2)
  86.  
  87.  
  88. =========================== sda6/boot/grub/grub.cfg: ===========================
  89.  
  90. --------------------------------------------------------------------------------
  91. #
  92. # DO NOT EDIT THIS FILE
  93. #
  94. # It is automatically generated by grub-mkconfig using templates
  95. # from /etc/grub.d and settings from /etc/default/grub
  96. #
  97.  
  98. ### BEGIN /etc/grub.d/00_header ###
  99. if [ -s $prefix/grubenv ]; then
  100. set have_grubenv=true
  101. load_env
  102. fi
  103. if [ "${next_entry}" ] ; then
  104. set default="${next_entry}"
  105. set next_entry=
  106. save_env next_entry
  107. set boot_once=true
  108. else
  109. set default="0"
  110. fi
  111.  
  112. if [ x"${feature_menuentry_id}" = xy ]; then
  113. menuentry_id_option="--id"
  114. else
  115. menuentry_id_option=""
  116. fi
  117.  
  118. export menuentry_id_option
  119.  
  120. if [ "${prev_saved_entry}" ]; then
  121. set saved_entry="${prev_saved_entry}"
  122. save_env saved_entry
  123. set prev_saved_entry=
  124. save_env prev_saved_entry
  125. set boot_once=true
  126. fi
  127.  
  128. function savedefault {
  129. if [ -z "${boot_once}" ]; then
  130. saved_entry="${chosen}"
  131. save_env saved_entry
  132. fi
  133. }
  134. function recordfail {
  135. set recordfail=1
  136. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  137. }
  138. function load_video {
  139. if [ x$feature_all_video_module = xy ]; then
  140. insmod all_video
  141. else
  142. insmod efi_gop
  143. insmod efi_uga
  144. insmod ieee1275_fb
  145. insmod vbe
  146. insmod vga
  147. insmod video_bochs
  148. insmod video_cirrus
  149. fi
  150. }
  151.  
  152. terminal_input console
  153. terminal_output console
  154. if [ "${recordfail}" = 1 ] ; then
  155. set timeout=10
  156. else
  157. if [ x$feature_timeout_style = xy ] ; then
  158. set timeout_style=menu
  159. set timeout=10
  160. # Fallback normal timeout code in case the timeout_style feature is
  161. # unavailable.
  162. else
  163. set timeout=10
  164. fi
  165. fi
  166. ### END /etc/grub.d/00_header ###
  167.  
  168. ### BEGIN /etc/grub.d/05_debian_theme ###
  169. set menu_color_normal=white/black
  170. set menu_color_highlight=black/light-gray
  171. ### END /etc/grub.d/05_debian_theme ###
  172.  
  173. ### BEGIN /etc/grub.d/10_linux ###
  174. function gfxmode {
  175. set gfxpayload="${1}"
  176. if [ "${1}" = "keep" ]; then
  177. set vt_handoff=vt.handoff=7
  178. else
  179. set vt_handoff=
  180. fi
  181. }
  182. if [ "${recordfail}" != 1 ]; then
  183. if [ -e ${prefix}/gfxblacklist.txt ]; then
  184. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  185. if [ ${match} = 0 ]; then
  186. set linux_gfx_mode=keep
  187. else
  188. set linux_gfx_mode=text
  189. fi
  190. else
  191. set linux_gfx_mode=text
  192. fi
  193. else
  194. set linux_gfx_mode=keep
  195. fi
  196. else
  197. set linux_gfx_mode=text
  198. fi
  199. export linux_gfx_mode
  200. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-e059b9aa-a4a9-4db9-9755-b123c947f6ad' {
  201. recordfail
  202. load_video
  203. gfxmode $linux_gfx_mode
  204. insmod gzio
  205. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  206. insmod part_msdos
  207. insmod ext2
  208. set root='hd0,msdos6'
  209. if [ x$feature_platform_search_hint = xy ]; then
  210. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e059b9aa-a4a9-4db9-9755-b123c947f6ad
  211. else
  212. search --no-floppy --fs-uuid --set=root e059b9aa-a4a9-4db9-9755-b123c947f6ad
  213. fi
  214. linux /boot/vmlinuz-4.10.0-35-generic root=UUID=e059b9aa-a4a9-4db9-9755-b123c947f6ad ro quiet splash $vt_handoff
  215. initrd /boot/initrd.img-4.10.0-35-generic
  216. }
  217. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-e059b9aa-a4a9-4db9-9755-b123c947f6ad' {
  218. menuentry 'Ubuntu, with Linux 4.10.0-35-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-35-generic-advanced-e059b9aa-a4a9-4db9-9755-b123c947f6ad' {
  219. recordfail
  220. load_video
  221. gfxmode $linux_gfx_mode
  222. insmod gzio
  223. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  224. insmod part_msdos
  225. insmod ext2
  226. set root='hd0,msdos6'
  227. if [ x$feature_platform_search_hint = xy ]; then
  228. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e059b9aa-a4a9-4db9-9755-b123c947f6ad
  229. else
  230. search --no-floppy --fs-uuid --set=root e059b9aa-a4a9-4db9-9755-b123c947f6ad
  231. fi
  232. echo 'Loading Linux 4.10.0-35-generic ...'
  233. linux /boot/vmlinuz-4.10.0-35-generic root=UUID=e059b9aa-a4a9-4db9-9755-b123c947f6ad ro quiet splash $vt_handoff
  234. echo 'Loading initial ramdisk ...'
  235. initrd /boot/initrd.img-4.10.0-35-generic
  236. }
  237. menuentry 'Ubuntu, with Linux 4.10.0-35-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-35-generic-recovery-e059b9aa-a4a9-4db9-9755-b123c947f6ad' {
  238. recordfail
  239. load_video
  240. insmod gzio
  241. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  242. insmod part_msdos
  243. insmod ext2
  244. set root='hd0,msdos6'
  245. if [ x$feature_platform_search_hint = xy ]; then
  246. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e059b9aa-a4a9-4db9-9755-b123c947f6ad
  247. else
  248. search --no-floppy --fs-uuid --set=root e059b9aa-a4a9-4db9-9755-b123c947f6ad
  249. fi
  250. echo 'Loading Linux 4.10.0-35-generic ...'
  251. linux /boot/vmlinuz-4.10.0-35-generic root=UUID=e059b9aa-a4a9-4db9-9755-b123c947f6ad ro recovery nomodeset
  252. echo 'Loading initial ramdisk ...'
  253. initrd /boot/initrd.img-4.10.0-35-generic
  254. }
  255. 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-e059b9aa-a4a9-4db9-9755-b123c947f6ad' {
  256. recordfail
  257. load_video
  258. gfxmode $linux_gfx_mode
  259. insmod gzio
  260. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  261. insmod part_msdos
  262. insmod ext2
  263. set root='hd0,msdos6'
  264. if [ x$feature_platform_search_hint = xy ]; then
  265. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e059b9aa-a4a9-4db9-9755-b123c947f6ad
  266. else
  267. search --no-floppy --fs-uuid --set=root e059b9aa-a4a9-4db9-9755-b123c947f6ad
  268. fi
  269. echo 'Loading Linux 4.8.0-36-generic ...'
  270. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=e059b9aa-a4a9-4db9-9755-b123c947f6ad ro quiet splash $vt_handoff
  271. echo 'Loading initial ramdisk ...'
  272. initrd /boot/initrd.img-4.8.0-36-generic
  273. }
  274. 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-e059b9aa-a4a9-4db9-9755-b123c947f6ad' {
  275. recordfail
  276. load_video
  277. insmod gzio
  278. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  279. insmod part_msdos
  280. insmod ext2
  281. set root='hd0,msdos6'
  282. if [ x$feature_platform_search_hint = xy ]; then
  283. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e059b9aa-a4a9-4db9-9755-b123c947f6ad
  284. else
  285. search --no-floppy --fs-uuid --set=root e059b9aa-a4a9-4db9-9755-b123c947f6ad
  286. fi
  287. echo 'Loading Linux 4.8.0-36-generic ...'
  288. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=e059b9aa-a4a9-4db9-9755-b123c947f6ad ro recovery nomodeset
  289. echo 'Loading initial ramdisk ...'
  290. initrd /boot/initrd.img-4.8.0-36-generic
  291. }
  292. }
  293.  
  294. ### END /etc/grub.d/10_linux ###
  295.  
  296. ### BEGIN /etc/grub.d/20_linux_xen ###
  297.  
  298. ### END /etc/grub.d/20_linux_xen ###
  299.  
  300. ### BEGIN /etc/grub.d/20_memtest86+ ###
  301. menuentry 'Memory test (memtest86+)' {
  302. insmod part_msdos
  303. insmod ext2
  304. set root='hd0,msdos6'
  305. if [ x$feature_platform_search_hint = xy ]; then
  306. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e059b9aa-a4a9-4db9-9755-b123c947f6ad
  307. else
  308. search --no-floppy --fs-uuid --set=root e059b9aa-a4a9-4db9-9755-b123c947f6ad
  309. fi
  310. knetbsd /boot/memtest86+.elf
  311. }
  312. menuentry 'Memory test (memtest86+, serial console 115200)' {
  313. insmod part_msdos
  314. insmod ext2
  315. set root='hd0,msdos6'
  316. if [ x$feature_platform_search_hint = xy ]; then
  317. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e059b9aa-a4a9-4db9-9755-b123c947f6ad
  318. else
  319. search --no-floppy --fs-uuid --set=root e059b9aa-a4a9-4db9-9755-b123c947f6ad
  320. fi
  321. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  322. }
  323. ### END /etc/grub.d/20_memtest86+ ###
  324.  
  325. ### BEGIN /etc/grub.d/30_os-prober ###
  326. menuentry 'Windows 95/98/Me (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-2F13-1DE7' {
  327. insmod part_msdos
  328. insmod fat
  329. set root='hd0,msdos1'
  330. if [ x$feature_platform_search_hint = xy ]; then
  331. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2F13-1DE7
  332. else
  333. search --no-floppy --fs-uuid --set=root 2F13-1DE7
  334. fi
  335. parttool ${root} hidden-
  336. drivemap -s (hd0) ${root}
  337. chainloader +1
  338. }
  339. set timeout_style=menu
  340. if [ "${timeout}" = 0 ]; then
  341. set timeout=10
  342. fi
  343. ### END /etc/grub.d/30_os-prober ###
  344.  
  345. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  346. ### END /etc/grub.d/30_uefi-firmware ###
  347.  
  348. ### BEGIN /etc/grub.d/40_custom ###
  349. # This file provides an easy way to add custom menu entries. Simply type the
  350. # menu entries you want to add after this comment. Be careful not to change
  351. # the 'exec tail' line above.
  352. ### END /etc/grub.d/40_custom ###
  353.  
  354. ### BEGIN /etc/grub.d/41_custom ###
  355. if [ -f ${config_directory}/custom.cfg ]; then
  356. source ${config_directory}/custom.cfg
  357. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  358. source $prefix/custom.cfg;
  359. fi
  360. ### END /etc/grub.d/41_custom ###
  361. --------------------------------------------------------------------------------
  362.  
  363. =============================== sda6/etc/fstab: ================================
  364.  
  365. --------------------------------------------------------------------------------
  366. # /etc/fstab: static file system information.
  367. #
  368. # Use 'blkid' to print the universally unique identifier for a
  369. # device; this may be used with UUID= as a more robust way to name devices
  370. # that works even if disks are added and removed. See fstab(5).
  371. #
  372. # <file system> <mount point> <type> <options> <dump> <pass>
  373. # / was on /dev/sda6 during installation
  374. UUID=e059b9aa-a4a9-4db9-9755-b123c947f6ad / ext4 errors=remount-ro 0 1
  375. # swap was on /dev/sda5 during installation
  376. UUID=0288a890-0dd6-47bf-bb77-b2aef4c26dd5 none swap sw 0 0
  377. /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
  378. --------------------------------------------------------------------------------
  379.  
  380. =================== sda6: Location of files loaded by Grub: ====================
  381.  
  382. GiB - GB File Fragment(s)
  383.  
  384. 26.072227478 = 27.994841088 boot/grub/grub.cfg 1
  385. 34.323986053 = 36.855099392 boot/grub/i386-pc/core.img 1
  386. 16.710765839 = 17.943048192 boot/vmlinuz-4.10.0-35-generic 1
  387. 14.913078308 = 16.012795904 boot/vmlinuz-4.8.0-36-generic 2
  388. 16.710765839 = 17.943048192 vmlinuz 1
  389. 14.913078308 = 16.012795904 vmlinuz.old 2
  390. 30.082710266 = 32.301064192 boot/initrd.img-4.10.0-35-generic 5
  391. 16.949832916 = 18.199744512 boot/initrd.img-4.8.0-36-generic 2
  392. 30.082710266 = 32.301064192 initrd.img 5
  393. 16.949832916 = 18.199744512 initrd.img.old 2
  394.  
  395. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  396.  
  397. Unknown BootLoader on sda1
  398.  
  399. 00000000 b0 07 68 4d 53 57 49 4e 34 2e 31 00 02 40 40 00 |..hMSWIN4.1..@@.|
  400. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 3f 00 00 00 |........?...?...|
  401. 00000020 06 33 be 01 f2 0d 00 00 00 00 00 00 f3 0f 00 00 |.3..............|
  402. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  403. 00000040 80 00 29 e7 1d 13 2f 4e 4f 20 4e 41 4d 45 20 20 |..).../NO NAME |
  404. 00000050 20 20 46 41 54 33 32 20 20 20 a9 09 00 00 00 00 | FAT32 ......|
  405. 00000060 43 4f 4d 4d 41 4e 44 20 ff ff ff ff 00 00 00 00 |COMMAND ........|
  406. 00000070 00 00 31 4b 00 00 c0 b2 a5 26 81 36 d2 77 01 00 |..1K.....&.6.w..|
  407. 00000080 53 55 48 44 4c 4f 47 20 44 41 54 03 00 00 00 00 |SUHDLOG DAT.....|
  408. 00000090 00 00 31 4b c0 fa 67 b7 00 00 00 00 00 00 00 00 |..1K..g.........|
  409. 000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  410. 000000b0 00 00 00 00 00 00 00 00 c0 00 00 00 08 3e 00 00 |.............>..|
  411. 000000c0 52 52 61 41 00 00 00 00 00 00 00 00 00 00 00 00 |RRaA............|
  412. 000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  413. *
  414. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  415. 00000200
  416.  
  417. Unknown BootLoader on sda2
  418.  
  419. 00000000 8f 19 8f 04 04 92 2f 66 cf cf e5 13 66 66 64 77 |....../f....ffdw|
  420. 00000010 62 c1 ca 31 19 5b 46 a6 60 73 7d 8e e7 4e ab ab |b..1.[F.`s}..N..|
  421. 00000020 e2 49 a0 20 5d 10 b3 28 84 10 54 1a 51 7f f2 78 |.I. ]..(..T.Q..x|
  422. 00000030 78 99 e7 cd b4 17 03 e1 70 19 93 a9 2b b0 a7 a9 |x.......p...+...|
  423. 00000040 2c 2e 15 50 11 d4 df b8 94 f8 83 94 05 bc f8 8d |,..P............|
  424. 00000050 f5 52 a0 63 09 09 09 1e 89 af 77 a0 92 71 bd 72 |.R.c......w..q.r|
  425. 00000060 72 fb 5b cf bf 6e cd a7 07 07 fc 0e df e4 63 a7 |r.[..n........c.|
  426. 00000070 60 0e 27 8f 49 5d 46 16 49 0f 0e f9 f9 17 5e 96 |`.'.I]F.I.....^.|
  427. 00000080 45 ed 05 05 05 23 45 45 7c 73 95 91 b3 18 42 ec |E....#EE|s....B.|
  428. 00000090 ec 56 f8 81 27 91 7f 0a ec 3c 91 51 86 72 ce ce |.V..'....<.Q.r..|
  429. 000000a0 d0 57 00 8b 3a e4 ae 89 95 3d fe 65 33 db 3c 87 |.W..:....=.e3.<.|
  430. 000000b0 9f 16 19 19 5d 5d b4 b4 a2 85 85 7c 7c 80 3e 06 |....]].....||.>.|
  431. 000000c0 b5 7e f0 11 84 81 7d 1c f1 d0 48 0d cc b0 27 34 |.~....}...H...'4|
  432. 000000d0 6b 29 3b 7e 92 94 05 16 08 0e a8 30 a1 a0 fa 05 |k);~.......0....|
  433. 000000e0 c8 e3 8d 4e 36 6e 6e d6 04 0c 07 07 57 49 7b 13 |...N6nn.....WI{.|
  434. 000000f0 70 16 3f aa 0e 7d 94 94 ca aa 71 a8 a8 20 5b 41 |p.?..}....q.. [A|
  435. 00000100 20 4d e4 e4 e4 dd 8e fa 21 dc fd b6 04 b6 00 a9 | M......!.......|
  436. 00000110 75 9e ca ca 14 6d 72 4c 7d 64 05 a2 fa 5a cb 66 |u....mrL}d...Z.f|
  437. 00000120 fc 4c bc 7a ea 42 8c 3b db 3c 48 dd 89 60 ec c0 |.L.z.B.;.<H..`..|
  438. 00000130 3b 8d 51 64 94 3f a7 fa f4 d2 c5 6c 58 8c c8 68 |;.Qd.?.....lX..h|
  439. 00000140 11 f3 7a 91 f7 4e 92 86 ae 5f 9b 77 3b 60 60 53 |..z..N..._.w;``S|
  440. 00000150 6e 92 c0 2b 33 33 ef 72 d1 c9 fc 72 b4 b4 52 0a |n..+33.r...r..R.|
  441. 00000160 ee 03 dc 0d 0c 31 17 05 12 bf f9 77 d1 ba 64 c3 |.....1.....w..d.|
  442. 00000170 7e 62 82 14 37 43 6b 95 94 84 fd e2 5e 68 9c e2 |~b..7Ck.....^h..|
  443. 00000180 78 04 7b 61 59 79 56 47 3e 24 9a dd 54 26 3c 26 |x.{aYyVG>$..T&<&|
  444. 00000190 4b da e9 c0 64 49 33 72 9e b3 7c 31 01 ed 96 fa |K...dI3r..|1....|
  445. 000001a0 63 6f 6f 7b df 28 0e 3d c3 88 36 0f 6d 07 07 07 |coo{.(.=..6.m...|
  446. 000001b0 7c f0 42 42 71 0c bc bc f1 c6 31 88 a3 78 00 fe ||.BBq.....1..x..|
  447. 000001c0 ff ff 82 fe ff ff 02 28 db 02 00 f0 0e 00 00 fe |.......(........|
  448. 000001d0 ff ff 05 fe ff ff 01 00 00 00 01 28 db 02 00 00 |...........(....|
  449. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  450. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  451. 00000200
  452.  
  453.  
  454.  
  455. ADDITIONAL INFORMATION :
  456. =================== log of boot-repair 2017-09-18__18h51 ===================
  457. boot-repair version : 4ppa42
  458. boot-sav version : 4ppa42
  459. glade2script version : 3.2.3~ppa1
  460. boot-sav-extra version : 4ppa42
  461. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  462. Error: /dev/sr0: unrecognised disk label
  463. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  464. Error: /dev/sr0: unrecognised disk label
  465. boot-repair is executed in installed-session (Ubuntu 16.04.3 LTS, xenial, Ubuntu, i686)
  466. CPU op-mode(s): 32-bit
  467. BOOT_IMAGE=/boot/vmlinuz-4.10.0-35-generic root=UUID=e059b9aa-a4a9-4db9-9755-b123c947f6ad ro quiet splash vt.handoff=7
  468.  
  469. =================== os-prober:
  470. /dev/sda6:Sistema operativo ora in uso - Ubuntu 16.04.3 LTS CurrentSession:linux
  471. /dev/sda1:Windows 95/98/Me:Windows9xMe:chain
  472.  
  473. =================== blkid:
  474. /dev/sda1: LABEL="WIN" UUID="2F13-1DE7" TYPE="vfat" PARTUUID="11dc11db-01"
  475. /dev/sda5: UUID="0288a890-0dd6-47bf-bb77-b2aef4c26dd5" TYPE="swap" PARTUUID="11dc11db-05"
  476. /dev/sda6: UUID="e059b9aa-a4a9-4db9-9755-b123c947f6ad" TYPE="ext4" PARTUUID="11dc11db-06"
  477. /dev/sr0: UUID="1999-05-05-22-22-00-00" LABEL="Win98 SE" TYPE="iso9660"
  478.  
  479.  
  480. 1 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
  481.  
  482.  
  483. =================== /etc/grub.d/ :
  484. drwxr-xr-x 2 root root 4096 Sep 18 18:00 grub.d
  485. totale 80
  486. -rwxr-xr-x 1 root root 9791 Jan 13 2017 00_header
  487. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
  488. -rwxr-xr-x 1 root root 12512 Jun 21 05:20 10_linux
  489. -rwxr-xr-x 1 root root 11082 Jan 13 2017 20_linux_xen
  490. -rwxr-xr-x 1 root root 1992 Jan 28 2016 20_memtest86+
  491. -rwxr-xr-x 1 root root 11692 Jan 13 2017 30_os-prober
  492. -rwxr-xr-x 1 root root 1418 Jan 13 2017 30_uefi-firmware
  493. -rwxr-xr-x 1 root root 214 Jan 13 2017 40_custom
  494. -rwxr-xr-x 1 root root 216 Jan 13 2017 41_custom
  495. -rw-r--r-- 1 root root 483 Jan 13 2017 README
  496.  
  497.  
  498.  
  499.  
  500. =================== /etc/default/grub :
  501.  
  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.  
  507. GRUB_DEFAULT=0
  508. #GRUB_HIDDEN_TIMEOUT=0
  509. GRUB_HIDDEN_TIMEOUT_QUIET=true
  510. GRUB_TIMEOUT=10
  511. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  512. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  513. GRUB_CMDLINE_LINUX=""
  514.  
  515. # Uncomment to enable BadRAM filtering, modify to suit your needs
  516. # This works with Linux (no patch required) and with any kernel that obtains
  517. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  518. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  519.  
  520. # Uncomment to disable graphical terminal (grub-pc only)
  521. GRUB_TERMINAL=console
  522.  
  523. # The resolution used on graphical terminal
  524. # note that you can use only modes which your graphic card supports via VBE
  525. # you can see them in real GRUB with the command `vbeinfo'
  526. #GRUB_GFXMODE=640x480
  527.  
  528. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  529. #GRUB_DISABLE_LINUX_UUID=true
  530.  
  531. # Uncomment to disable generation of recovery mode menu entries
  532. #GRUB_DISABLE_RECOVERY="true"
  533.  
  534. # Uncomment to get a beep at grub start
  535. #GRUB_INIT_TUNE="480 440 1"
  536.  
  537.  
  538.  
  539.  
  540. =================== UEFI/Legacy mode:
  541. This installed-session is not EFI-compatible.
  542. SecureBoot disabled.
  543.  
  544.  
  545. =================== PARTITIONS & DISKS:
  546. sda6 : sda, not-sepboot, grubenv-ok grub2, grub-pc , update-grub, 32, 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, .
  547. sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-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.
  548.  
  549. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 63 sectors * 512 bytes
  550.  
  551.  
  552. =================== parted -l:
  553.  
  554. Model: ATA IC25N040ATCS04-0 (scsi)
  555. Disk /dev/sda: 40.0GB
  556. Sector size (logical/physical): 512B/512B
  557. Partition Table: msdos
  558. Disk Flags:
  559.  
  560. Number Start End Size Type File system Flags
  561. 1 32.3kB 15.0GB 15.0GB primary fat32 boot, lba
  562. 2 15.0GB 40.0GB 25.0GB extended
  563. 6 15.0GB 39.5GB 24.5GB logical ext4
  564. 5 39.5GB 40.0GB 501MB logical linux-swap(v1)
  565.  
  566.  
  567. Model: TOSHIBA DVD-ROM SD-R2312 (scsi)
  568. Disk /dev/sr0: 587MB
  569. Sector size (logical/physical): 2048B/2048B
  570. Partition Table: unknown
  571. Disk Flags:
  572.  
  573. =================== parted -lm:
  574.  
  575. BYT;
  576. /dev/sda:40.0GB:scsi:512:512:msdos:ATA IC25N040ATCS04-0:;
  577. 1:32.3kB:15.0GB:15.0GB:fat32::boot, lba;
  578. 2:15.0GB:40.0GB:25.0GB:::;
  579. 6:15.0GB:39.5GB:24.5GB:ext4::;
  580. 5:39.5GB:40.0GB:501MB:linux-swap(v1)::;
  581.  
  582. BYT;
  583. /dev/sr0:587MB:scsi:2048:2048:unknown:TOSHIBA DVD-ROM SD-R2312:;
  584.  
  585. =================== lsblk:
  586. KNAME TYPE FSTYPE SIZE LABEL
  587. sr0 rom iso9660 560.1M Win98 SE
  588. fd0 disk 4K
  589. sda disk 37.3G
  590. sda2 part 1K
  591. sda5 part swap 478M
  592. sda1 part vfat 14G WIN
  593. sda6 part ext4 22.9G
  594.  
  595. KNAME ROTA RO RM STATE MOUNTPOINT
  596. sr0 1 0 1 running /media/vale/Win98 SE
  597. fd0 1 0 1
  598. sda 1 0 0 running
  599. sda2 1 0 0
  600. sda5 1 0 0 [SWAP]
  601. sda1 1 0 0 /mnt/boot-sav/sda1
  602. sda6 1 0 0 /
  603.  
  604.  
  605. =================== mount:
  606. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  607. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  608. udev on /dev type devtmpfs (rw,nosuid,relatime,size=215612k,nr_inodes=53903,mode=755)
  609. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  610. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=47160k,mode=755)
  611. /dev/sda6 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  612. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  613. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  614. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  615. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  616. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  617. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  618. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  619. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  620. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  621. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  622. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  623. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  624. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  625. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  626. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  627. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  628. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=34,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=12665)
  629. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  630. mqueue on /dev/mqueue type mqueue (rw,relatime)
  631. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  632. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  633. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=47160k,mode=700,uid=1000,gid=1000)
  634. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  635. /dev/sr0 on /media/vale/Win98 SE type iso9660 (ro,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500,uhelper=udisks2)
  636. /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)
  637.  
  638.  
  639. =================== ls:
  640. /sys/block/fd0 (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
  641. /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 sda5 sda6 size slaves stat subsystem trace uevent
  642. /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
  643. /dev (filtered): agpgart autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dvd ecryptfs fd fd0 full fuse fw0 hpet hugepages hwrng initctl input kmsg lightnvm log mapper mcelog mem memory_bandwidth mqueue net network_latency network_throughput null parport0 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sda6 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio vfio vga_arbiter vhci vhost-net zero
  644. ls /dev/mapper: control
  645. ls: impossibile accedere a '': File o directory non esistente
  646.  
  647. =================== hexdump -n512 -C /dev/sda1
  648. 00000000 b0 07 68 4d 53 57 49 4e 34 2e 31 00 02 40 40 00 |..hMSWIN4.1..@@.|
  649. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 3f 00 00 00 |........?...?...|
  650. 00000020 06 33 be 01 f2 0d 00 00 00 00 00 00 f3 0f 00 00 |.3..............|
  651. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  652. 00000040 80 01 29 e7 1d 13 2f 4e 4f 20 4e 41 4d 45 20 20 |..).../NO NAME |
  653. 00000050 20 20 46 41 54 33 32 20 20 20 a9 09 00 00 00 00 | FAT32 ......|
  654. 00000060 43 4f 4d 4d 41 4e 44 20 ff ff ff ff 00 00 00 00 |COMMAND ........|
  655. 00000070 00 00 31 4b 00 00 c0 b2 a5 26 81 36 d2 77 01 00 |..1K.....&.6.w..|
  656. 00000080 53 55 48 44 4c 4f 47 20 44 41 54 03 00 00 00 00 |SUHDLOG DAT.....|
  657. 00000090 00 00 31 4b c0 fa 67 b7 00 00 00 00 00 00 00 00 |..1K..g.........|
  658. 000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  659. 000000b0 00 00 00 00 00 00 00 00 c0 00 00 00 08 3e 00 00 |.............>..|
  660. 000000c0 52 52 61 41 00 00 00 00 00 00 00 00 00 00 00 00 |RRaA............|
  661. 000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  662. *
  663. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  664. 00000200
  665.  
  666. =================== df -Th:
  667.  
  668. Filesystem Type Size Used Avail Use% Mounted on
  669. udev devtmpfs 211M 0 211M 0% /dev
  670. tmpfs tmpfs 47M 2.2M 44M 5% /run
  671. /dev/sda6 ext4 23G 3.2G 19G 15% /
  672. tmpfs tmpfs 231M 0 231M 0% /dev/shm
  673. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  674. tmpfs tmpfs 231M 0 231M 0% /sys/fs/cgroup
  675. tmpfs tmpfs 47M 8.0K 47M 1% /run/user/1000
  676. /dev/sr0 iso9660 560M 560M 0 100% /media/vale/Win98 SE
  677. /dev/sda1 vfat 14G 471M 14G 4% /mnt/boot-sav/sda1
  678.  
  679. =================== fdisk -l:
  680. Disk /dev/sda: 37.3 GiB, 40007761920 bytes, 78140160 sectors
  681. Units: sectors of 1 * 512 = 512 bytes
  682. Sector size (logical/physical): 512 bytes / 512 bytes
  683. I/O size (minimum/optimal): 512 bytes / 512 bytes
  684. Disklabel type: dos
  685. Disk identifier: 0x11dc11db
  686.  
  687. Device Boot Start End Sectors Size Id Type
  688. /dev/sda1 * 63 29242180 29242118 14G c W95 FAT32 (LBA)
  689. /dev/sda2 29243390 78139391 48896002 23.3G 5 Extended
  690. /dev/sda5 77160448 78139391 978944 478M 82 Linux swap / Solaris
  691. /dev/sda6 29243392 77160447 47917056 22.9G 83 Linux
  692.  
  693. Partition table entries are not in disk order.
  694.  
  695.  
  696.  
  697.  
  698. =================== Default settings of Boot Repair
  699. The default repair of the Boot-Repair utility would reinstall the grub2 of sda6 into the MBR of sda.
  700. Grub-efi would not be selected by default because: no-win-efi
  701. Additional repair would be performed: unhide-bootmenu-10s fix-windows-boot
  702.  
  703.  
  704. =================== User settings
  705. The settings chosen by the user will reinstall the grub2 of sda6 into the MBR of sda, using the following options: disable-internet-check
  706. Grub-efi will not be selected by default because: no-win-efi
  707. Additional repair will be performed: unhide-bootmenu-10s fix-windows-boot
  708.  
  709.  
  710. Quantity of real Windows: 1
  711.  
  712. *******lspci -nnk | grep -iA3 vga
  713. 01:00.0 VGA compatible controller [0300]: Silicon Integrated Systems [SiS] 65x/M650/740 PCI/AGP VGA Display Adapter [1039:6325]
  714. Subsystem: ASUSTeK Computer Inc. 65x/M650/740 PCI/AGP VGA Display Adapter [1043:1612]
  715. Kernel modules: sisfb
  716. *******
  717.  
  718. grub-install --version
  719. grub-install (GRUB) 2.02~beta2-36ubuntu3.12,grub-install (GRUB) 2.
  720.  
  721. Reinstall the GRUB of sda6 into the MBR of sda
  722. Installing for i386-pc platform.
  723. Installation finished. No error reported.
  724. grub-install /dev/sda: exit code of grub-install /dev/sda:0
  725.  
  726. update-grub
  727. Generating grub configuration file ...
  728. Found linux image: /boot/vmlinuz-4.10.0-35-generic
  729. Found initrd image: /boot/initrd.img-4.10.0-35-generic
  730. Found linux image: /boot/vmlinuz-4.8.0-36-generic
  731. Found initrd image: /boot/initrd.img-4.8.0-36-generic
  732. Found memtest86+ image: /boot/memtest86+.elf
  733. Found memtest86+ image: /boot/memtest86+.bin
  734. Found Windows 95/98/Me on /dev/sda1
  735. Unhide GRUB boot menu in sda6/boot/grub/grub.cfg
  736.  
  737. Procedura di boot riparata.
  738.  
  739. Ora è possibile riavviare il computer.
Advertisement
Add Comment
Please, Sign In to add comment