Advertisement
Guest User

Untitled

a guest
May 20th, 2015
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.63 KB | None | 0 0
  1. Boot Info Script 0.61 [1 April 2012]
  2.  
  3.  
  4. ============================= Boot Info Summary: ===============================
  5.  
  6. => Windows is installed in the MBR of /dev/sda.
  7.  
  8. sda1: __________________________________________________________________________
  9.  
  10. File system: ntfs
  11. Boot sector type: Grub2 (v1.99)
  12. Boot sector info: Grub2 (v1.99) is installed in the boot sector of sda1
  13. and looks at sector 559181712 of the same hard drive
  14. for core.img. core.img is at this location and looks
  15. in partition 112 for . No errors found in the Boot
  16. Parameter Block.
  17. Operating System: Windows XP
  18. Boot files: /boot.ini /ntldr /NTDETECT.COM
  19.  
  20. sda2: __________________________________________________________________________
  21.  
  22. File system: Extended Partition
  23. Boot sector type: -
  24. Boot sector info:
  25.  
  26. sda5: __________________________________________________________________________
  27.  
  28. File system: swap
  29. Boot sector type: -
  30. Boot sector info:
  31.  
  32. sda6: __________________________________________________________________________
  33.  
  34. File system: ext4
  35. Boot sector type: -
  36. Boot sector info:
  37. Operating System: Ubuntu 14.04.2 LTS
  38. Boot files: /boot/grub/grub.cfg /etc/fstab
  39.  
  40. ============================ Drive/Partition Info: =============================
  41.  
  42. Drive: sda _____________________________________________________________________
  43.  
  44. Disk /dev/sda: 320.1 GB, 320072933376 bytes
  45. 255 testine, 63 settori/tracce, 38913 cilindri, totale 625142448 settori
  46. Unità = settori di 1 * 512 = 512 byte
  47. Sector size (logical/physical): 512 bytes / 512 bytes
  48.  
  49. Partition Boot Start Sector End Sector # of Sectors Id System
  50.  
  51. /dev/sda1 * 63 156,250,062 156,250,000 7 NTFS / exFAT / HPFS
  52. /dev/sda2 156,250,110 625,141,759 468,891,650 5 Extended
  53. /dev/sda5 621,142,016 625,141,759 3,999,744 82 Linux swap / Solaris
  54. /dev/sda6 156,250,112 621,142,015 464,891,904 83 Linux
  55.  
  56.  
  57. "blkid" output: ________________________________________________________________
  58.  
  59. Device UUID TYPE LABEL
  60.  
  61. /dev/sda1 5EB0E2E7B0E2C51D ntfs
  62. /dev/sda5 59bf619e-d837-42d6-8c8d-4419dee93664 swap
  63. /dev/sda6 775751ed-fa20-48d3-96b6-2a57e40957d3 ext4
  64.  
  65. ================================ Mount points: =================================
  66.  
  67. Device Mount_Point Type Options
  68.  
  69. /dev/sda6 / ext4 (rw,errors=remount-ro)
  70.  
  71.  
  72. ================================ sda1/boot.ini: ================================
  73.  
  74. --------------------------------------------------------------------------------
  75. [boot loader]
  76. timeout=30
  77. default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
  78. [operating systems]
  79. multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect /usepmtimer /maxmem=1792 /numproc=2
  80. --------------------------------------------------------------------------------
  81.  
  82. =========================== sda6/boot/grub/grub.cfg: ===========================
  83.  
  84. --------------------------------------------------------------------------------
  85. #
  86. # DO NOT EDIT THIS FILE
  87. #
  88. # It is automatically generated by grub-mkconfig using templates
  89. # from /etc/grub.d and settings from /etc/default/grub
  90. #
  91.  
  92. ### BEGIN /etc/grub.d/00_header ###
  93. if [ -s $prefix/grubenv ]; then
  94. set have_grubenv=true
  95. load_env
  96. fi
  97. if [ "${next_entry}" ] ; then
  98. set default="${next_entry}"
  99. set next_entry=
  100. save_env next_entry
  101. set boot_once=true
  102. else
  103. set default="0"
  104. fi
  105.  
  106. if [ x"${feature_menuentry_id}" = xy ]; then
  107. menuentry_id_option="--id"
  108. else
  109. menuentry_id_option=""
  110. fi
  111.  
  112. export menuentry_id_option
  113.  
  114. if [ "${prev_saved_entry}" ]; then
  115. set saved_entry="${prev_saved_entry}"
  116. save_env saved_entry
  117. set prev_saved_entry=
  118. save_env prev_saved_entry
  119. set boot_once=true
  120. fi
  121.  
  122. function savedefault {
  123. if [ -z "${boot_once}" ]; then
  124. saved_entry="${chosen}"
  125. save_env saved_entry
  126. fi
  127. }
  128. function recordfail {
  129. set recordfail=1
  130. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  131. }
  132. function load_video {
  133. if [ x$feature_all_video_module = xy ]; then
  134. insmod all_video
  135. else
  136. insmod efi_gop
  137. insmod efi_uga
  138. insmod ieee1275_fb
  139. insmod vbe
  140. insmod vga
  141. insmod video_bochs
  142. insmod video_cirrus
  143. fi
  144. }
  145.  
  146. if [ x$feature_default_font_path = xy ] ; then
  147. font=unicode
  148. else
  149. insmod part_msdos
  150. insmod ext2
  151. set root='hd0,msdos6'
  152. if [ x$feature_platform_search_hint = xy ]; then
  153. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 775751ed-fa20-48d3-96b6-2a57e40957d3
  154. else
  155. search --no-floppy --fs-uuid --set=root 775751ed-fa20-48d3-96b6-2a57e40957d3
  156. fi
  157. font="/usr/share/grub/unicode.pf2"
  158. fi
  159.  
  160. if loadfont $font ; then
  161. set gfxmode=auto
  162. load_video
  163. insmod gfxterm
  164. set locale_dir=$prefix/locale
  165. set lang=it_IT
  166. insmod gettext
  167. fi
  168. terminal_output gfxterm
  169. if [ "${recordfail}" = 1 ] ; then
  170. set timeout=-1
  171. else
  172. if [ x$feature_timeout_style = xy ] ; then
  173. set timeout_style=menu
  174. set timeout=10
  175. # Fallback normal timeout code in case the timeout_style feature is
  176. # unavailable.
  177. else
  178. set timeout=10
  179. fi
  180. fi
  181. ### END /etc/grub.d/00_header ###
  182.  
  183. ### BEGIN /etc/grub.d/05_debian_theme ###
  184. set menu_color_normal=white/black
  185. set menu_color_highlight=black/light-gray
  186. ### END /etc/grub.d/05_debian_theme ###
  187.  
  188. ### BEGIN /etc/grub.d/10_linux ###
  189. function gfxmode {
  190. set gfxpayload="${1}"
  191. if [ "${1}" = "keep" ]; then
  192. set vt_handoff=vt.handoff=7
  193. else
  194. set vt_handoff=
  195. fi
  196. }
  197. if [ "${recordfail}" != 1 ]; then
  198. if [ -e ${prefix}/gfxblacklist.txt ]; then
  199. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  200. if [ ${match} = 0 ]; then
  201. set linux_gfx_mode=keep
  202. else
  203. set linux_gfx_mode=text
  204. fi
  205. else
  206. set linux_gfx_mode=text
  207. fi
  208. else
  209. set linux_gfx_mode=keep
  210. fi
  211. else
  212. set linux_gfx_mode=text
  213. fi
  214. export linux_gfx_mode
  215. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-775751ed-fa20-48d3-96b6-2a57e40957d3' {
  216. recordfail
  217. load_video
  218. gfxmode $linux_gfx_mode
  219. insmod gzio
  220. insmod part_msdos
  221. insmod ext2
  222. set root='hd0,msdos6'
  223. if [ x$feature_platform_search_hint = xy ]; then
  224. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 775751ed-fa20-48d3-96b6-2a57e40957d3
  225. else
  226. search --no-floppy --fs-uuid --set=root 775751ed-fa20-48d3-96b6-2a57e40957d3
  227. fi
  228. linux /boot/vmlinuz-3.16.0-38-generic root=UUID=775751ed-fa20-48d3-96b6-2a57e40957d3 ro quiet splash hpet=force $vt_handoff
  229. initrd /boot/initrd.img-3.16.0-38-generic
  230. }
  231. submenu 'Opzioni avanzate per Ubuntu' $menuentry_id_option 'gnulinux-advanced-775751ed-fa20-48d3-96b6-2a57e40957d3' {
  232. menuentry 'Ubuntu, con Linux 3.16.0-38-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-38-generic-advanced-775751ed-fa20-48d3-96b6-2a57e40957d3' {
  233. recordfail
  234. load_video
  235. gfxmode $linux_gfx_mode
  236. insmod gzio
  237. insmod part_msdos
  238. insmod ext2
  239. set root='hd0,msdos6'
  240. if [ x$feature_platform_search_hint = xy ]; then
  241. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 775751ed-fa20-48d3-96b6-2a57e40957d3
  242. else
  243. search --no-floppy --fs-uuid --set=root 775751ed-fa20-48d3-96b6-2a57e40957d3
  244. fi
  245. echo 'Caricamento Linux 3.16.0-38-generic...'
  246. linux /boot/vmlinuz-3.16.0-38-generic root=UUID=775751ed-fa20-48d3-96b6-2a57e40957d3 ro quiet splash hpet=force $vt_handoff
  247. echo 'Caricamento ramdisk iniziale...'
  248. initrd /boot/initrd.img-3.16.0-38-generic
  249. }
  250. menuentry 'Ubuntu, with Linux 3.16.0-38-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-38-generic-recovery-775751ed-fa20-48d3-96b6-2a57e40957d3' {
  251. recordfail
  252. load_video
  253. insmod gzio
  254. insmod part_msdos
  255. insmod ext2
  256. set root='hd0,msdos6'
  257. if [ x$feature_platform_search_hint = xy ]; then
  258. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 775751ed-fa20-48d3-96b6-2a57e40957d3
  259. else
  260. search --no-floppy --fs-uuid --set=root 775751ed-fa20-48d3-96b6-2a57e40957d3
  261. fi
  262. echo 'Caricamento Linux 3.16.0-38-generic...'
  263. linux /boot/vmlinuz-3.16.0-38-generic root=UUID=775751ed-fa20-48d3-96b6-2a57e40957d3 ro recovery nomodeset
  264. echo 'Caricamento ramdisk iniziale...'
  265. initrd /boot/initrd.img-3.16.0-38-generic
  266. }
  267. menuentry 'Ubuntu, con Linux 3.16.0-37-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-37-generic-advanced-775751ed-fa20-48d3-96b6-2a57e40957d3' {
  268. recordfail
  269. load_video
  270. gfxmode $linux_gfx_mode
  271. insmod gzio
  272. insmod part_msdos
  273. insmod ext2
  274. set root='hd0,msdos6'
  275. if [ x$feature_platform_search_hint = xy ]; then
  276. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 775751ed-fa20-48d3-96b6-2a57e40957d3
  277. else
  278. search --no-floppy --fs-uuid --set=root 775751ed-fa20-48d3-96b6-2a57e40957d3
  279. fi
  280. echo 'Caricamento Linux 3.16.0-37-generic...'
  281. linux /boot/vmlinuz-3.16.0-37-generic root=UUID=775751ed-fa20-48d3-96b6-2a57e40957d3 ro quiet splash hpet=force $vt_handoff
  282. echo 'Caricamento ramdisk iniziale...'
  283. initrd /boot/initrd.img-3.16.0-37-generic
  284. }
  285. menuentry 'Ubuntu, with Linux 3.16.0-37-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-37-generic-recovery-775751ed-fa20-48d3-96b6-2a57e40957d3' {
  286. recordfail
  287. load_video
  288. insmod gzio
  289. insmod part_msdos
  290. insmod ext2
  291. set root='hd0,msdos6'
  292. if [ x$feature_platform_search_hint = xy ]; then
  293. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 775751ed-fa20-48d3-96b6-2a57e40957d3
  294. else
  295. search --no-floppy --fs-uuid --set=root 775751ed-fa20-48d3-96b6-2a57e40957d3
  296. fi
  297. echo 'Caricamento Linux 3.16.0-37-generic...'
  298. linux /boot/vmlinuz-3.16.0-37-generic root=UUID=775751ed-fa20-48d3-96b6-2a57e40957d3 ro recovery nomodeset
  299. echo 'Caricamento ramdisk iniziale...'
  300. initrd /boot/initrd.img-3.16.0-37-generic
  301. }
  302. }
  303.  
  304. ### END /etc/grub.d/10_linux ###
  305.  
  306. ### BEGIN /etc/grub.d/20_linux_xen ###
  307.  
  308. ### END /etc/grub.d/20_linux_xen ###
  309.  
  310. ### BEGIN /etc/grub.d/20_memtest86+ ###
  311. menuentry 'Memory test (memtest86+)' {
  312. insmod part_msdos
  313. insmod ext2
  314. set root='hd0,msdos6'
  315. if [ x$feature_platform_search_hint = xy ]; then
  316. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 775751ed-fa20-48d3-96b6-2a57e40957d3
  317. else
  318. search --no-floppy --fs-uuid --set=root 775751ed-fa20-48d3-96b6-2a57e40957d3
  319. fi
  320. knetbsd /boot/memtest86+.elf
  321. }
  322. menuentry 'Memory test (memtest86+, serial console 115200)' {
  323. insmod part_msdos
  324. insmod ext2
  325. set root='hd0,msdos6'
  326. if [ x$feature_platform_search_hint = xy ]; then
  327. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 775751ed-fa20-48d3-96b6-2a57e40957d3
  328. else
  329. search --no-floppy --fs-uuid --set=root 775751ed-fa20-48d3-96b6-2a57e40957d3
  330. fi
  331. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  332. }
  333. ### END /etc/grub.d/20_memtest86+ ###
  334.  
  335. ### BEGIN /etc/grub.d/30_os-prober ###
  336. menuentry 'Microsoft Windows XP Professional (su /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-5EB0E2E7B0E2C51D' {
  337. insmod part_msdos
  338. insmod ntfs
  339. set root='hd0,msdos1'
  340. if [ x$feature_platform_search_hint = xy ]; then
  341. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 5EB0E2E7B0E2C51D
  342. else
  343. search --no-floppy --fs-uuid --set=root 5EB0E2E7B0E2C51D
  344. fi
  345. parttool ${root} hidden-
  346. drivemap -s (hd0) ${root}
  347. chainloader +1
  348. }
  349. set timeout_style=menu
  350. if [ "${timeout}" = 0 ]; then
  351. set timeout=10
  352. fi
  353. ### END /etc/grub.d/30_os-prober ###
  354.  
  355. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  356. ### END /etc/grub.d/30_uefi-firmware ###
  357.  
  358. ### BEGIN /etc/grub.d/40_custom ###
  359. # This file provides an easy way to add custom menu entries. Simply type the
  360. # menu entries you want to add after this comment. Be careful not to change
  361. # the 'exec tail' line above.
  362. menuentry "Microsoft Windows XP Home Edition (on /dev/sda1)" --class windows --class os {
  363. insmod part_msdos
  364. insmod ntfs
  365. set root='(hd0,msdos1)'
  366. search --no-floppy --fs-uuid --set=root 5EB0E2E7B0E2C51D
  367. drivemap -s (hd0) ${root}
  368. chainloader +1
  369. } ### END /etc/grub.d/40_custom ###
  370.  
  371. ### BEGIN /etc/grub.d/41_custom ###
  372. if [ -f ${config_directory}/custom.cfg ]; then
  373. source ${config_directory}/custom.cfg
  374. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  375. source $prefix/custom.cfg;
  376. fi
  377. ### END /etc/grub.d/41_custom ###
  378. --------------------------------------------------------------------------------
  379.  
  380. =============================== sda6/etc/fstab: ================================
  381.  
  382. --------------------------------------------------------------------------------
  383. # /etc/fstab: static file system information.
  384. #
  385. # Use 'blkid' to print the universally unique identifier for a
  386. # device; this may be used with UUID= as a more robust way to name devices
  387. # that works even if disks are added and removed. See fstab(5).
  388. #
  389. # <file system> <mount point> <type> <options> <dump> <pass>
  390. # / was on /dev/sda6 during installation
  391. UUID=775751ed-fa20-48d3-96b6-2a57e40957d3 / ext4 errors=remount-ro 0 1
  392. # swap was on /dev/sda5 during installation
  393. UUID=59bf619e-d837-42d6-8c8d-4419dee93664 none swap sw 0 0
  394. /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
  395. --------------------------------------------------------------------------------
  396.  
  397. =================== sda6: Location of files loaded by Grub: ====================
  398.  
  399. GiB - GB File Fragment(s)
  400.  
  401.  
  402. ========= Devices which don't seem to have a corresponding hard drive: =========
  403.  
  404. sdb
  405.  
  406. =============================== StdErr Messages: ===============================
  407.  
  408. cat: /tmp/BootInfo-tXvX15XL/Tmp_Log: File o directory non esistente
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement