Advertisement
Guest User

xwing95-bootinfo

a guest
Jul 23rd, 2014
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.14 KB | None | 0 0
  1.  Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 23Dec2013]
  2.  
  3.  
  4. ============================= Boot Info Summary: ===============================
  5.  
  6. => Grub2 (v1.99) 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. in partition 112 for .
  9. => No boot loader is installed in the MBR of /dev/sdb.
  10.  
  11. sda1: __________________________________________________________________________
  12.  
  13. File system: ntfs
  14. Boot sector type: Windows 7/2008: NTFS
  15. Boot sector info: No errors found in the Boot Parameter Block.
  16. Operating System:
  17. Boot files: /bootmgr /Boot/BCD
  18.  
  19. sda2: __________________________________________________________________________
  20.  
  21. File system: ntfs
  22. Boot sector type: Windows 7/2008: NTFS
  23. Boot sector info: No errors found in the Boot Parameter Block.
  24. Operating System: Windows 7
  25. Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
  26.  
  27. sda3: __________________________________________________________________________
  28.  
  29. File system: ntfs
  30. Boot sector type: Windows 7/2008: NTFS
  31. Boot sector info: No errors found in the Boot Parameter Block.
  32. Operating System:
  33. Boot files:
  34.  
  35. sda4: __________________________________________________________________________
  36.  
  37. File system: Extended Partition
  38. Boot sector type: Unknown
  39. Boot sector info:
  40.  
  41. sda5: __________________________________________________________________________
  42.  
  43. File system: ext4
  44. Boot sector type: Grub2 (v1.99-2.00)
  45. Boot sector info: Grub2 (v1.99-2.00) is installed in the boot sector of
  46. sda5 and looks at sector 728965752 of the same hard
  47. drive for core.img, but core.img can not be found at
  48. this location.
  49. Operating System: Linux Mint 17 Qiana
  50. Boot files: /boot/grub/grub.cfg /etc/fstab
  51. /boot/grub/i386-pc/core.img
  52.  
  53. sda6: __________________________________________________________________________
  54.  
  55. File system: swap
  56. Boot sector type: -
  57. Boot sector info:
  58.  
  59. sdb1: __________________________________________________________________________
  60.  
  61. File system: ext4
  62. Boot sector type: -
  63. Boot sector info:
  64. Operating System:
  65. Boot files:
  66.  
  67. ============================ Drive/Partition Info: =============================
  68.  
  69. Drive: sda _____________________________________________________________________
  70.  
  71. Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
  72. 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
  73. Units = sectors of 1 * 512 = 512 bytes
  74. Sector size (logical/physical): 512 bytes / 4096 bytes
  75.  
  76. Partition Boot Start Sector End Sector # of Sectors Id System
  77.  
  78. /dev/sda1 2,048 206,847 204,800 7 NTFS / exFAT / HPFS
  79. /dev/sda2 * 206,848 556,342,197 556,135,350 7 NTFS / exFAT / HPFS
  80. /dev/sda3 819,200,000 1,953,521,663 1,134,321,664 7 NTFS / exFAT / HPFS
  81. /dev/sda4 556,343,294 819,199,999 262,856,706 5 Extended
  82. /dev/sda5 556,343,296 806,692,863 250,349,568 83 Linux
  83. /dev/sda6 806,694,912 819,199,999 12,505,088 82 Linux swap / Solaris
  84.  
  85.  
  86. Drive: sdb _____________________________________________________________________
  87.  
  88. Disk /dev/sdb: 8004 MB, 8004304896 bytes
  89. 35 heads, 21 sectors/track, 21269 cylinders, total 15633408 sectors
  90. Units = sectors of 1 * 512 = 512 bytes
  91. Sector size (logical/physical): 512 bytes / 512 bytes
  92.  
  93. Partition Boot Start Sector End Sector # of Sectors Id System
  94.  
  95. /dev/sdb1 * 32 15,633,407 15,633,376 83 Linux
  96.  
  97.  
  98. "blkid" output: ________________________________________________________________
  99.  
  100. Device UUID TYPE LABEL
  101.  
  102. /dev/sda1 2A784C7C784C48B1 ntfs Réservé au système
  103. /dev/sda2 04D670BED670B212 ntfs
  104. /dev/sda3 18128D07128CEAD8 ntfs
  105. /dev/sda5 e5ba4e98-514f-46b3-800c-f925a4763fbf ext4
  106. /dev/sda6 3860ab42-cc64-4d9e-82f0-a8bebf689c18 swap
  107. /dev/sdb1 4a85ed5b-40c4-461d-92ae-d383283f7422 ext4
  108.  
  109. ================================ Mount points: =================================
  110.  
  111. Device Mount_Point Type Options
  112.  
  113. /dev/sda5 / ext4 (rw,errors=remount-ro)
  114. /dev/sdb1 /media/mintxfce/4a85ed5b-40c4-461d-92ae-d383283f7422 ext4 (rw,nosuid,nodev,uhelper=udisks2)
  115.  
  116.  
  117. =========================== sda5/boot/grub/grub.cfg: ===========================
  118.  
  119. --------------------------------------------------------------------------------
  120. #
  121. # DO NOT EDIT THIS FILE
  122. #
  123. # It is automatically generated by grub-mkconfig using templates
  124. # from /etc/grub.d and settings from /etc/default/grub
  125. #
  126.  
  127. ### BEGIN /etc/grub.d/00_header ###
  128. if [ -s $prefix/grubenv ]; then
  129. set have_grubenv=true
  130. load_env
  131. fi
  132. if [ "${next_entry}" ] ; then
  133. set default="${next_entry}"
  134. set next_entry=
  135. save_env next_entry
  136. set boot_once=true
  137. else
  138. set default="0"
  139. fi
  140.  
  141. if [ x"${feature_menuentry_id}" = xy ]; then
  142. menuentry_id_option="--id"
  143. else
  144. menuentry_id_option=""
  145. fi
  146.  
  147. export menuentry_id_option
  148.  
  149. if [ "${prev_saved_entry}" ]; then
  150. set saved_entry="${prev_saved_entry}"
  151. save_env saved_entry
  152. set prev_saved_entry=
  153. save_env prev_saved_entry
  154. set boot_once=true
  155. fi
  156.  
  157. function savedefault {
  158. if [ -z "${boot_once}" ]; then
  159. saved_entry="${chosen}"
  160. save_env saved_entry
  161. fi
  162. }
  163. function recordfail {
  164. set recordfail=1
  165. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  166. }
  167. function load_video {
  168. if [ x$feature_all_video_module = xy ]; then
  169. insmod all_video
  170. else
  171. insmod efi_gop
  172. insmod efi_uga
  173. insmod ieee1275_fb
  174. insmod vbe
  175. insmod vga
  176. insmod video_bochs
  177. insmod video_cirrus
  178. fi
  179. }
  180.  
  181. if [ x$feature_default_font_path = xy ] ; then
  182. font=unicode
  183. else
  184. insmod part_msdos
  185. insmod ext2
  186. set root='hd0,msdos5'
  187. if [ x$feature_platform_search_hint = xy ]; then
  188. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 e5ba4e98-514f-46b3-800c-f925a4763fbf
  189. else
  190. search --no-floppy --fs-uuid --set=root e5ba4e98-514f-46b3-800c-f925a4763fbf
  191. fi
  192. font="/usr/share/grub/unicode.pf2"
  193. fi
  194.  
  195. if loadfont $font ; then
  196. set gfxmode=auto
  197. load_video
  198. insmod gfxterm
  199. set locale_dir=$prefix/locale
  200. set lang=fr_FR
  201. insmod gettext
  202. fi
  203. terminal_output gfxterm
  204. if [ "${recordfail}" = 1 ] ; then
  205. set timeout=2
  206. else
  207. if [ x$feature_timeout_style = xy ] ; then
  208. set timeout_style=menu
  209. set timeout=2
  210. # Fallback normal timeout code in case the timeout_style feature is
  211. # unavailable.
  212. else
  213. set timeout=2
  214. fi
  215. fi
  216. ### END /etc/grub.d/00_header ###
  217.  
  218. ### BEGIN /etc/grub.d/05_debian_theme ###
  219. set menu_color_normal=white/black
  220. set menu_color_highlight=black/light-gray
  221. ### END /etc/grub.d/05_debian_theme ###
  222.  
  223. ### BEGIN /etc/grub.d/10_linux ###
  224. function gfxmode {
  225. set gfxpayload="$1"
  226. if [ "$1" = "keep" ]; then
  227. set vt_handoff=vt.handoff=7
  228. else
  229. set vt_handoff=
  230. fi
  231. }
  232. if [ ${recordfail} != 1 ]; then
  233. if [ -e ${prefix}/gfxblacklist.txt ]; then
  234. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  235. if [ ${match} = 0 ]; then
  236. set linux_gfx_mode=keep
  237. else
  238. set linux_gfx_mode=text
  239. fi
  240. else
  241. set linux_gfx_mode=text
  242. fi
  243. else
  244. set linux_gfx_mode=keep
  245. fi
  246. else
  247. set linux_gfx_mode=text
  248. fi
  249. export linux_gfx_mode
  250. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  251. menuentry 'Linux Mint 17 Xfce 64-bit, 3.13.0-24-generic (/dev/sda5)' --class ubuntu --class gnu-linux --class gnu --class os {
  252. recordfail
  253. gfxmode $linux_gfx_mode
  254. insmod gzio
  255. insmod part_msdos
  256. insmod ext2
  257. set root='hd0,msdos5'
  258. if [ x$feature_platform_search_hint = xy ]; then
  259. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 e5ba4e98-514f-46b3-800c-f925a4763fbf
  260. else
  261. search --no-floppy --fs-uuid --set=root e5ba4e98-514f-46b3-800c-f925a4763fbf
  262. fi
  263. linux /boot/vmlinuz-3.13.0-24-generic root=UUID=e5ba4e98-514f-46b3-800c-f925a4763fbf ro quiet splash $vt_handoff
  264. initrd /boot/initrd.img-3.13.0-24-generic
  265. }
  266. menuentry 'Linux Mint 17 Xfce 64-bit, 3.13.0-24-generic (/dev/sda5) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os {
  267. recordfail
  268. insmod gzio
  269. insmod part_msdos
  270. insmod ext2
  271. set root='hd0,msdos5'
  272. if [ x$feature_platform_search_hint = xy ]; then
  273. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 e5ba4e98-514f-46b3-800c-f925a4763fbf
  274. else
  275. search --no-floppy --fs-uuid --set=root e5ba4e98-514f-46b3-800c-f925a4763fbf
  276. fi
  277. echo 'Loading Linux 3.13.0-24-generic ...'
  278. linux /boot/vmlinuz-3.13.0-24-generic root=UUID=e5ba4e98-514f-46b3-800c-f925a4763fbf ro recovery nomodeset
  279. echo 'Loading initial ramdisk ...'
  280. initrd /boot/initrd.img-3.13.0-24-generic
  281. }
  282. ### END /etc/grub.d/10_linux ###
  283.  
  284. ### BEGIN /etc/grub.d/20_linux_xen ###
  285.  
  286. ### END /etc/grub.d/20_linux_xen ###
  287.  
  288. ### BEGIN /etc/grub.d/30_os-prober ###
  289. menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-2A784C7C784C48B1' {
  290. insmod part_msdos
  291. insmod ntfs
  292. set root='hd0,msdos1'
  293. if [ x$feature_platform_search_hint = xy ]; then
  294. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2A784C7C784C48B1
  295. else
  296. search --no-floppy --fs-uuid --set=root 2A784C7C784C48B1
  297. fi
  298. parttool ${root} hidden-
  299. chainloader +1
  300. }
  301. menuentry 'Windows 7 (loader) (on /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-chain-04D670BED670B212' {
  302. insmod part_msdos
  303. insmod ntfs
  304. set root='hd0,msdos2'
  305. if [ x$feature_platform_search_hint = xy ]; then
  306. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 04D670BED670B212
  307. else
  308. search --no-floppy --fs-uuid --set=root 04D670BED670B212
  309. fi
  310. parttool ${root} hidden-
  311. chainloader +1
  312. }
  313. set timeout_style=menu
  314. if [ "${timeout}" = 0 ]; then
  315. set timeout=2
  316. fi
  317. ### END /etc/grub.d/30_os-prober ###
  318.  
  319. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  320. ### END /etc/grub.d/30_uefi-firmware ###
  321.  
  322. ### BEGIN /etc/grub.d/40_custom ###
  323. # This file provides an easy way to add custom menu entries. Simply type the
  324. # menu entries you want to add after this comment. Be careful not to change
  325. # the 'exec tail' line above.
  326. ### END /etc/grub.d/40_custom ###
  327.  
  328. ### BEGIN /etc/grub.d/41_custom ###
  329. if [ -f ${config_directory}/custom.cfg ]; then
  330. source ${config_directory}/custom.cfg
  331. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  332. source $prefix/custom.cfg;
  333. fi
  334. ### END /etc/grub.d/41_custom ###
  335. --------------------------------------------------------------------------------
  336.  
  337. =============================== sda5/etc/fstab: ================================
  338.  
  339. --------------------------------------------------------------------------------
  340. # /etc/fstab: static file system information.
  341. #
  342. # Use 'blkid' to print the universally unique identifier for a
  343. # device; this may be used with UUID= as a more robust way to name devices
  344. # that works even if disks are added and removed. See fstab(5).
  345. #
  346. # <file system> <mount point> <type> <options> <dump> <pass>
  347. # / was on /dev/sda5 during installation
  348. UUID=e5ba4e98-514f-46b3-800c-f925a4763fbf / ext4 errors=remount-ro 0 1
  349. # swap was on /dev/sda6 during installation
  350. UUID=3860ab42-cc64-4d9e-82f0-a8bebf689c18 none swap sw 0 0
  351. --------------------------------------------------------------------------------
  352.  
  353. =================== sda5: Location of files loaded by Grub: ====================
  354.  
  355. GiB - GB File Fragment(s)
  356.  
  357.  
  358. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  359.  
  360. Unknown BootLoader on sda4
  361.  
  362. 00000000 ea c5 11 a1 05 b0 80 c9 76 b6 85 98 83 03 92 84 |........v.......|
  363. 00000010 08 4a 85 98 83 03 92 84 1f 78 85 98 83 03 92 84 |.J.......x......|
  364. 00000020 6f f0 02 ad 88 a2 30 20 ea 29 4d 02 aa 58 12 45 |o.....0 .)M..X.E|
  365. 00000030 f0 89 f2 4e 10 00 9e 95 84 02 02 31 70 a8 08 78 |...N.......1p..x|
  366. 00000040 ef ad 02 31 70 a8 08 78 11 15 71 08 55 7c b8 28 |...1p..x..q.U|.(|
  367. 00000050 64 c4 71 08 55 7c b8 28 ed 12 56 90 8a 43 17 15 |d.q.U|.(..V..C..|
  368. 00000060 a3 ab 56 90 8a 43 17 15 0c 91 c4 c3 12 80 81 e0 |..V..C..........|
  369. 00000070 79 b1 c4 c3 12 80 81 e0 68 0b 01 00 14 44 02 61 |y.......h....D.a|
  370. 00000080 83 a1 01 08 60 9b 72 04 1b 20 01 08 60 9b 72 04 |....`.r.. ..`.r.|
  371. 00000090 25 80 01 08 60 9b 72 04 27 bb c4 0a 92 e6 00 10 |%...`.r.'.......|
  372. 000000a0 cc be c4 0a 92 e6 00 10 d1 09 c4 0a 92 e6 00 10 |................|
  373. 000000b0 e4 b6 c4 0a 92 e6 00 10 50 21 dc 0b 82 d2 ac 46 |........P!.....F|
  374. 000000c0 66 04 23 0b 84 86 4b e0 58 6e 23 0b 84 86 4b e0 |f.#...K.Xn#...K.|
  375. 000000d0 46 87 03 39 b4 7a cb 06 20 29 58 36 04 d4 32 6c |F..9.z.. )X6..2l|
  376. 000000e0 ac 21 e1 50 01 8f d6 a0 41 47 e1 50 01 8f d6 a0 |.!.P....AG.P....|
  377. 000000f0 2c 0d 26 0c d5 51 bc c6 d6 34 26 0c d5 51 bc c6 |,.&..Q...4&..Q..|
  378. 00000100 39 b7 65 73 08 44 38 41 ec 06 65 73 08 44 38 41 |9.es.D8A..es.D8A|
  379. 00000110 c7 ce 65 73 08 44 38 41 c7 83 15 20 e7 64 20 07 |..es.D8A... .d .|
  380. 00000120 81 99 15 20 e7 64 20 07 ec 20 15 20 e7 64 20 07 |... .d .. . .d .|
  381. 00000130 e8 c2 34 7a 06 24 db c0 27 2a 83 84 54 26 7b 50 |..4z.$..'*..T&{P|
  382. 00000140 a8 7a 83 84 54 26 7b 50 02 00 a1 90 44 03 de 19 |.z..T&{P....D...|
  383. 00000150 48 e8 21 00 41 03 88 be 27 d2 21 00 41 03 88 be |H.!.A...'.!.A...|
  384. 00000160 34 a3 21 00 41 03 88 be d5 0a a2 04 0b 1d 04 40 |4.!.A..........@|
  385. 00000170 00 e8 07 18 32 78 5a 04 c7 b0 07 18 32 78 5a 04 |....2xZ.....2xZ.|
  386. 00000180 23 d8 07 18 32 78 5a 04 80 25 07 18 32 78 5a 04 |#...2xZ..%..2xZ.|
  387. 00000190 70 c2 a1 1c 86 0b 12 7c d9 5b a1 1c 86 0b 12 7c |p......|.[.....||
  388. 000001a0 61 a9 a1 1c 86 0b 12 7c 20 6a 82 8d 99 d6 8a c0 |a......| j......|
  389. 000001b0 13 da 82 8d 99 d6 8a c0 3d ff 90 00 50 d9 00 fe |........=...P...|
  390. 000001c0 ff ff 83 fe ff ff 02 00 00 00 00 08 ec 0e 00 fe |................|
  391. 000001d0 ff ff 05 fe ff ff 02 08 ec 0e 00 d8 be 00 00 00 |................|
  392. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  393. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  394. 00000200
  395.  
  396.  
  397. ========= Devices which don't seem to have a corresponding hard drive: =========
  398.  
  399. sdc sdd sde sdf
  400.  
  401. =============================== StdErr Messages: ===============================
  402.  
  403. cat: /tmp/BootInfo-tMCZ4XpM/Tmp_Log: No such file or directory
  404. File descriptor 9 (/proc/2670/mounts) leaked on lvscan invocation. Parent PID 16611: bash
  405. File descriptor 63 (pipe:[19033]) leaked on lvscan invocation. Parent PID 16611: bash
  406. No volume groups found
  407.  
  408. ADDITIONAL INFORMATION :
  409. =================== log of boot-repair 2014-07-23__09h42 ===================
  410. boot-repair version : 3.199~ppa40~saucy
  411. boot-sav version : 3.199~ppa40~saucy
  412. glade2script version : 3.2.2~ppa47~saucy
  413. boot-sav-extra version :
  414. File descriptor 9 (/proc/2670/mounts) leaked on lvs invocation. Parent PID 4148: /bin/sh
  415. No volume groups found
  416. boot-repair is executed in installed-session (Linux Mint 17 Qiana, qiana, LinuxMint, x86_64)
  417. CPU op-mode(s): 32-bit, 64-bit
  418. BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic root=UUID=e5ba4e98-514f-46b3-800c-f925a4763fbf ro quiet splash vt.handoff=7
  419.  
  420. =================== os-prober:
  421. /dev/sda5:L'OS actuellement utilisé - Linux Mint 17 Qiana CurrentSession:linux
  422. /dev/sda1:Windows 7 (loader):Windows:chain
  423. /dev/sda2:Windows 7 (loader):Windows1:chain
  424.  
  425. =================== blkid:
  426. /dev/sda1: LABEL="RM-CM-)servM-CM-) au systM-CM-(me" UUID="2A784C7C784C48B1" TYPE="ntfs"
  427. /dev/sda2: UUID="04D670BED670B212" TYPE="ntfs"
  428. /dev/sda3: UUID="18128D07128CEAD8" TYPE="ntfs"
  429. /dev/sda5: UUID="e5ba4e98-514f-46b3-800c-f925a4763fbf" TYPE="ext4"
  430. /dev/sda6: UUID="3860ab42-cc64-4d9e-82f0-a8bebf689c18" TYPE="swap"
  431. /dev/sdb1: UUID="4a85ed5b-40c4-461d-92ae-d383283f7422" TYPE="ext4"
  432.  
  433.  
  434. 1 disks with OS, 3 OS : 1 Linux, 0 MacOS, 2 Windows, 0 unknown type OS.
  435.  
  436. Avertissement : la partition étendue ne commence pas sur une frontière de
  437. cylindres. DOS et Linux interpréteront les contenus différemment.
  438.  
  439. =================== /etc/grub.d/ :
  440. drwxr-xr-x 2 root root 4096 juil. 23 09:39 grub.d
  441. drwxr-xr-x 5 root root 4096 juil. 17 12:05 grub.d.bak
  442. drwxr-xr-x 2 root root 4096 juin 23 15:48 grub.d.ori
  443. total 68
  444. -rwxr-xr-x 1 root root 9424 mai 15 21:02 00_header
  445. -rwxr-xr-x 1 root root 6058 mai 8 14:08 05_debian_theme
  446. -rwxr-xr-x 1 root root 7500 juil. 23 09:42 10_linux
  447. -rwxr-xr-x 1 root root 10412 mai 15 21:02 20_linux_xen
  448. -rwxr-xr-x 1 root root 11692 mai 15 21:02 30_os-prober
  449. -rwxr-xr-x 1 root root 1416 mai 15 21:02 30_uefi-firmware
  450. -rwxr-xr-x 1 root root 214 mai 15 21:02 40_custom
  451. -rwxr-xr-x 1 root root 216 mai 15 21:02 41_custom
  452. -rw-r--r-- 1 root root 483 mai 15 21:02 README
  453.  
  454.  
  455.  
  456.  
  457. =================== /etc/default/grub :
  458.  
  459. # If you change this file, run 'update-grub' afterwards to update
  460. # /boot/grub/grub.cfg.
  461. # For full documentation of the options in this file, see:
  462. # info -f grub -n 'Simple configuration'
  463.  
  464. GRUB_DEFAULT=0
  465. #GRUB_HIDDEN_TIMEOUT=0
  466. GRUB_HIDDEN_TIMEOUT_QUIET=true
  467. GRUB_TIMEOUT=2
  468. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  469. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  470. GRUB_CMDLINE_LINUX=""
  471.  
  472. # Uncomment to enable BadRAM filtering, modify to suit your needs
  473. # This works with Linux (no patch required) and with any kernel that obtains
  474. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  475. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  476.  
  477. # Uncomment to disable graphical terminal (grub-pc only)
  478. #GRUB_TERMINAL=console
  479.  
  480. # The resolution used on graphical terminal
  481. # note that you can use only modes which your graphic card supports via VBE
  482. # you can see them in real GRUB with the command `vbeinfo'
  483. #GRUB_GFXMODE=640x480
  484.  
  485. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  486. #GRUB_DISABLE_LINUX_UUID=true
  487.  
  488. # Uncomment to disable generation of recovery mode menu entries
  489. #GRUB_DISABLE_RECOVERY="true"
  490.  
  491. # Uncomment to get a beep at grub start
  492. #GRUB_INIT_TUNE="480 440 1"
  493.  
  494.  
  495.  
  496. =================== UEFI/Legacy mode:
  497. This installed-session is not in EFI-mode.
  498. SecureBoot disabled.
  499.  
  500.  
  501. =================== PARTITIONS & DISKS:
  502. sda5 : sda, not-sepboot, grubenv-ok grub2, 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, .
  503. sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
  504. sda2 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda2.
  505. sda3 : sda, not-sepboot, 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.
  506. sdb1 : sdb, 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, /media/mintxfce/4a85ed5b-40c4-461d-92ae-d383283f7422.
  507.  
  508. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  509. sdb : not-GPT, BIOSboot-not-needed, has-no-EFIpart, usb-disk, no-os, 32 sectors * 512 bytes
  510.  
  511.  
  512. =================== parted -l:
  513.  
  514. Model: ATA ST1000DM003-9YN1 (scsi)
  515. Disk /dev/sda: 1000GB
  516. Sector size (logical/physical): 512B/4096B
  517. Partition Table: msdos
  518.  
  519. Number Start End Size Type File system Flags
  520. 1 1049kB 106MB 105MB primary ntfs
  521. 2 106MB 285GB 285GB primary ntfs boot
  522. 4 285GB 419GB 135GB extended
  523. 5 285GB 413GB 128GB logical ext4
  524. 6 413GB 419GB 6403MB logical linux-swap(v1)
  525. 3 419GB 1000GB 581GB primary ntfs
  526.  
  527.  
  528. Model: SanDisk Cruzer Blade (scsi)
  529. Disk /dev/sdb: 8004MB
  530. Sector size (logical/physical): 512B/512B
  531. Partition Table: msdos
  532.  
  533. Number Start End Size Type File system Flags
  534. 1 16.4kB 8004MB 8004MB primary ext4 boot
  535.  
  536. =================== parted -lm:
  537.  
  538. BYT;
  539. /dev/sda:1000GB:scsi:512:4096:msdos:ATA ST1000DM003-9YN1;
  540. 1:1049kB:106MB:105MB:ntfs::;
  541. 2:106MB:285GB:285GB:ntfs::boot;
  542. 4:285GB:419GB:135GB:::;
  543. 5:285GB:413GB:128GB:ext4::;
  544. 6:413GB:419GB:6403MB:linux-swap(v1)::;
  545. 3:419GB:1000GB:581GB:ntfs::;
  546.  
  547. BYT;
  548. /dev/sdb:8004MB:scsi:512:512:msdos:SanDisk Cruzer Blade;
  549. 1:16.4kB:8004MB:8004MB:ext4::boot;
  550.  
  551.  
  552. =================== mount:
  553. /dev/sda5 on / type ext4 (rw,errors=remount-ro)
  554. proc on /proc type proc (rw,noexec,nosuid,nodev)
  555. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  556. none on /sys/fs/cgroup type tmpfs (rw)
  557. none on /sys/fs/fuse/connections type fusectl (rw)
  558. none on /sys/kernel/debug type debugfs (rw)
  559. none on /sys/kernel/security type securityfs (rw)
  560. udev on /dev type devtmpfs (rw,mode=0755)
  561. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  562. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  563. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  564. none on /run/shm type tmpfs (rw,nosuid,nodev)
  565. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  566. none on /sys/fs/pstore type pstore (rw)
  567. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  568. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  569. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=mintxfce)
  570. /dev/sdb1 on /media/mintxfce/4a85ed5b-40c4-461d-92ae-d383283f7422 type ext4 (rw,nosuid,nodev,uhelper=udisks2)
  571. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  572. /dev/sda2 on /mnt/boot-sav/sda2 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  573. /dev/sda3 on /mnt/boot-sav/sda3 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  574.  
  575.  
  576. =================== ls:
  577. /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda3 sda4 sda5 sda6 size slaves stat subsystem trace uevent
  578. /sys/block/sdb (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sdb1 size slaves stat subsystem trace uevent
  579. /sys/block/sdc (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
  580. /sys/block/sdd (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
  581. /sys/block/sde (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
  582. /sys/block/sdf (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
  583. /sys/block/sr0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
  584. /dev (filtered): autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hidraw0 hidraw1 hpet input kmsg kvm log mapper mcelog mei mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sda5 sda6 sdb sdb1 sdc sdd sde sdf sg0 sg1 sg2 sg3 sg4 sg5 sg6 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom vboxusb vga_arbiter vhost-net zero
  585. ls /dev/mapper: control
  586.  
  587. =================== hexdump -n512 -C /dev/sda1
  588. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  589. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  590. 00000020 00 00 00 00 80 00 80 00 ff 1f 03 00 00 00 00 00 |................|
  591. 00000030 55 21 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |U!..............|
  592. 00000040 f6 00 00 00 01 00 00 00 b1 48 4c 78 7c 4c 78 2a |.........HLx|Lx*|
  593. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  594. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  595. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  596. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  597. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  598. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  599. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  600. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  601. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  602. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  603. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  604. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  605. 00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.|
  606. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  607. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  608. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  609. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  610. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......|
  611. 00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|
  612. 00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 |t.............A |
  613. 00000190 64 69 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 |disk read error |
  614. 000001a0 6f 63 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d |occurred...BOOTM|
  615. 000001b0 47 52 20 69 73 20 6d 69 73 73 69 6e 67 00 0d 0a |GR is missing...|
  616. 000001c0 42 4f 4f 54 4d 47 52 20 69 73 20 63 6f 6d 70 72 |BOOTMGR is compr|
  617. 000001d0 65 73 73 65 64 00 0d 0a 50 72 65 73 73 20 43 74 |essed...Press Ct|
  618. 000001e0 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 6f 20 72 65 |rl+Alt+Del to re|
  619. 000001f0 73 74 61 72 74 0d 0a 00 8c a9 be d6 00 00 55 aa |start.........U.|
  620. 00000200
  621.  
  622. =================== hexdump -n512 -C /dev/sda2
  623. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  624. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 28 03 00 |........?....(..|
  625. 00000020 00 00 00 00 80 00 80 00 a8 f3 25 21 00 00 00 00 |..........%!....|
  626. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  627. 00000040 f6 00 00 00 01 00 00 00 12 b2 70 d6 be 70 d6 04 |..........p..p..|
  628. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  629. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  630. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  631. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  632. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  633. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  634. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  635. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  636. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  637. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  638. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  639. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  640. 00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.|
  641. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  642. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  643. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  644. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  645. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......|
  646. 00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|
  647. 00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 |t.............A |
  648. 00000190 64 69 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 |disk read error |
  649. 000001a0 6f 63 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d |occurred...BOOTM|
  650. 000001b0 47 52 20 69 73 20 6d 69 73 73 69 6e 67 00 0d 0a |GR is missing...|
  651. 000001c0 42 4f 4f 54 4d 47 52 20 69 73 20 63 6f 6d 70 72 |BOOTMGR is compr|
  652. 000001d0 65 73 73 65 64 00 0d 0a 50 72 65 73 73 20 43 74 |essed...Press Ct|
  653. 000001e0 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 6f 20 72 65 |rl+Alt+Del to re|
  654. 000001f0 73 74 61 72 74 0d 0a 00 8c a9 be d6 00 00 55 aa |start.........U.|
  655. 00000200
  656.  
  657. =================== hexdump -n512 -C /dev/sda3
  658. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  659. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 00 d4 30 |........?......0|
  660. 00000020 00 00 00 00 80 00 80 00 ff 5f 9c 43 00 00 00 00 |........._.C....|
  661. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  662. 00000040 f6 00 00 00 01 00 00 00 d8 ea 8c 12 07 8d 12 18 |................|
  663. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  664. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  665. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  666. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  667. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  668. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  669. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  670. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  671. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  672. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  673. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  674. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  675. 00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.|
  676. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  677. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  678. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  679. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  680. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......|
  681. 00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|
  682. 00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 45 72 |t.............Er|
  683. 00000190 72 65 75 72 20 6c 65 63 74 75 72 65 20 64 69 73 |reur lecture dis|
  684. 000001a0 71 75 65 00 0d 0a 42 4f 4f 54 4d 47 52 20 61 62 |que...BOOTMGR ab|
  685. 000001b0 73 65 6e 74 00 0d 0a 42 4f 4f 54 4d 47 52 20 63 |sent...BOOTMGR c|
  686. 000001c0 6f 6d 70 72 65 73 73 82 00 0d 0a 43 74 72 6c 2b |ompress....Ctrl+|
  687. 000001d0 41 6c 74 2b 53 75 70 70 72 20 70 6f 75 72 20 72 |Alt+Suppr pour r|
  688. 000001e0 65 64 82 6d 61 72 72 65 72 0d 0a 00 6f 20 72 65 |ed.marrer...o re|
  689. 000001f0 73 74 61 72 74 0d 0a 00 8c a4 b5 c9 00 00 55 aa |start.........U.|
  690. 00000200
  691.  
  692. =================== df -Th:
  693.  
  694. Filesystem Type Size Used Avail Use% Mounted on
  695. /dev/sda5 ext4 118G 5.8G 106G 6% /
  696. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  697. udev devtmpfs 2.9G 12K 2.9G 1% /dev
  698. tmpfs tmpfs 594M 1.5M 592M 1% /run
  699. none tmpfs 5.0M 0 5.0M 0% /run/lock
  700. none tmpfs 2.9G 80K 2.9G 1% /run/shm
  701. none tmpfs 100M 12K 100M 1% /run/user
  702. /dev/sdb1 ext4 7.3G 17M 6.9G 1% /media/mintxfce/4a85ed5b-40c4-461d-92ae-d383283f7422
  703. /dev/sda1 fuseblk 100M 25M 76M 25% /mnt/boot-sav/sda1
  704. /dev/sda2 fuseblk 266G 155G 112G 59% /mnt/boot-sav/sda2
  705. /dev/sda3 fuseblk 541G 408G 134G 76% /mnt/boot-sav/sda3
  706.  
  707. =================== fdisk -l:
  708.  
  709. Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
  710. 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
  711. Units = sectors of 1 * 512 = 512 bytes
  712. Sector size (logical/physical): 512 bytes / 4096 bytes
  713. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  714. Disk identifier: 0x9847a86e
  715.  
  716. Device Boot Start End Blocks Id System
  717. /dev/sda1 2048 206847 102400 7 HPFS/NTFS/exFAT
  718. /dev/sda2 * 206848 556342197 278067675 7 HPFS/NTFS/exFAT
  719. /dev/sda3 819200000 1953521663 567160832 7 HPFS/NTFS/exFAT
  720. /dev/sda4 556343294 819199999 131428353 5 Extended
  721. Partition 4 does not start on physical sector boundary.
  722. /dev/sda5 556343296 806692863 125174784 83 Linux
  723. /dev/sda6 806694912 819199999 6252544 82 Linux swap / Solaris
  724.  
  725. Partition table entries are not in disk order
  726.  
  727. Disk /dev/sdb: 8004 MB, 8004304896 bytes
  728. 35 heads, 21 sectors/track, 21269 cylinders, total 15633408 sectors
  729. Units = sectors of 1 * 512 = 512 bytes
  730. Sector size (logical/physical): 512 bytes / 512 bytes
  731. I/O size (minimum/optimal): 512 bytes / 512 bytes
  732. Disk identifier: 0x000d3630
  733.  
  734. Device Boot Start End Blocks Id System
  735. /dev/sdb1 * 32 15633407 7816688 83 Linux
  736.  
  737.  
  738.  
  739. =================== Default settings
  740. Recommended-Repair
  741. This setting would reinstall the grub2 of sda5 into the MBRs of all disks (except USB without OS).
  742. Additional repair would be performed: unhide-bootmenu-10s
  743.  
  744. =================== Settings chosen by the user
  745. Custom-Repair
  746. This setting will reinstall the grub2 of sda5 into the MBR of sdb, using the following options: set-windows-as-default
  747. Additional repair will be performed: unhide-bootmenu-2s
  748.  
  749.  
  750.  
  751. *******lspci -nnk | grep -iA3 vga
  752. 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF119 [GeForce GT 620 OEM] [10de:1049] (rev a1)
  753. Subsystem: NVIDIA Corporation Device [10de:0977]
  754. Kernel driver in use: nouveau
  755. 01:00.1 Audio device [0403]: NVIDIA Corporation GF119 HDMI Audio Controller [10de:0e08] (rev a1)
  756. *******
  757.  
  758. grub-install : information : executing modprobe efivars 2>/dev/null.
  759. grub-install : information : Looking for /sys/firmware/efi ...
  760. grub-install : information : ... not found. Looking for /proc/device-tree ...
  761. grub-install : information : ... not found.
  762. Installing for i386-pc platform.
  763. grub-install : erreur : le périphérique d'installation n'est pas indiqué.
  764. ,.
  765.  
  766. Reinstall the GRUB of sda5 into the MBR of sdb
  767. Installing for i386-pc platform.
  768. grub-install: warning: your embedding area is unusually small. core.img won't fit in it..
  769. grub-install: error: embedding is not possible, but this is required for cross-disk install.
  770. grub-install /dev/sdb: exit code of grub-install /dev/sdb:1
  771.  
  772. ---- Grub-install verbose
  773. + �k��#�##�#!%#h#hX�� @ 0##I
  774. /usr/sbin/grub-install: 1: /usr/sbin/grub-install: �k��#�##�#!%#h#hX��: not found
  775. /usr/sbin/grub-install: 1: /usr/sbin/grub-install: cannot create n�#�####T#T#@T#@DD#P�td#��
  776. ��L��Ll9l9#Q�td##R�td#�=#�=n�=n#####/lib64/ld-linux-x86-64.so.2###GNU######GNU�dj?�##��#: Directory nonexistent
  777. + ELF#### @####@@@@@�#�####8#8#@8#@#####@@�:#�:# ##�=#�=n�=n�{ �# ###
  778. /usr/sbin/grub-install: 1: /usr/sbin/grub-install: ELF####: not found
  779. /usr/sbin/grub-install: 2: /usr/sbin/grub-install: Syntax error: word unexpected (expecting ")")
  780. --------
  781. /usr/sbin/grub-install /dev/sdb: exit code of grub-install /dev/sdb:2
  782. ---- End of grub-install verbose
  783.  
  784.  
  785. update-grub
  786. Generating grub configuration file ...
  787. Found linux image: /boot/vmlinuz-3.13.0-24-generic
  788. Found initrd image: /boot/initrd.img-3.13.0-24-generic
  789. File descriptor 9 (/proc/2670/mounts) leaked on lvs invocation. Parent PID 10792: /bin/sh
  790. File descriptor 63 (pipe:[19033]) leaked on lvs invocation. Parent PID 10792: /bin/sh
  791. No volume groups found
  792. Found Windows 7 (loader) on /dev/sda1
  793. Found Windows 7 (loader) on /dev/sda2
  794. sed: -e expression n°1, caractère 161: commande `s' inachevée
  795.  
  796. Set menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-2A784C7C784C48B1' {
  797. menuentry 'Windows 7 (loader) (on /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-chain-04D670BED670B212' { as default entry
  798.  
  799. update-grub
  800. Generating grub configuration file ...
  801. Found linux image: /boot/vmlinuz-3.13.0-24-generic
  802. Found initrd image: /boot/initrd.img-3.13.0-24-generic
  803. File descriptor 9 (/proc/2670/mounts) leaked on lvs invocation. Parent PID 12269: /bin/sh
  804. File descriptor 63 (pipe:[19033]) leaked on lvs invocation. Parent PID 12269: /bin/sh
  805. No volume groups found
  806. Found Windows 7 (loader) on /dev/sda1
  807. Found Windows 7 (loader) on /dev/sda2
  808. Unhide GRUB boot menu in sda5/boot/grub/grub.cfg
  809.  
  810. Une erreur est survenue pendant la réparation.
  811.  
  812. Vous pouvez maintenant redémarrer votre ordinateur.
  813. N'oubliez pas de régler votre BIOS pour qu'il amorce sur le disque sdb (8004MB) !
  814.  
  815. Les fichiers de démarrage de [L'OS actuellement utilisé - Linux Mint 17 Qiana] sont loin du début du disque. Votre BIOS pourrait ne pas les détecter. Vous voudrez peut-être re-essayer après avoir créé une partition /boot (EXT4, >200MB, en début de disque). Cela peut être réalisé via des outils tels que gParted. Puis sélectionnez cette partition via l'option [Partition /boot séparée :] de [Réparateur de démarrage]. (http://doc.ubuntu-fr.org/tutoriel/partition_boot)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement