Advertisement
Guest User

Untitled

a guest
Dec 15th, 2013
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.49 KB | None | 0 0
  1. Boot Info Script 0.61 [1 April 2012]
  2.  
  3.  
  4. ============================= Boot Info Summary: ===============================
  5.  
  6. => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 2048
  7. of the same hard drive for core.img. core.img is at this location and
  8. looks in partition 94 for .
  9. => No boot loader is installed in the MBR of /dev/sdb.
  10.  
  11. sda2: __________________________________________________________________________
  12.  
  13. File system: ext4
  14. Boot sector type: -
  15. Boot sector info:
  16. Operating System:
  17. Boot files:
  18.  
  19. sda3: __________________________________________________________________________
  20.  
  21. File system: ntfs
  22. Boot sector type: Windows Vista/7: NTFS
  23. Boot sector info: No errors found in the Boot Parameter Block.
  24. Operating System:
  25. Boot files: /bootmgr /Windows/System32/winload.exe
  26.  
  27. sdb1: __________________________________________________________________________
  28.  
  29. File system: vfat
  30. Boot sector type: FAT32
  31. Boot sector info: According to the info in the boot sector, sdb1 starts
  32. at sector 0. But according to the info from fdisk,
  33. sdb1 starts at sector 2048.
  34. Operating System:
  35. Boot files: /efi/ubuntu/grubx64.efi /efi/ubuntu/MokManager.efi
  36. /efi/ubuntu/shimx64.efi
  37.  
  38. sdb2: __________________________________________________________________________
  39.  
  40. File system: swap
  41. Boot sector type: -
  42. Boot sector info:
  43.  
  44. sdb3: __________________________________________________________________________
  45.  
  46. File system: ext4
  47. Boot sector type: -
  48. Boot sector info:
  49. Operating System: Ubuntu 13.10
  50. Boot files: /boot/grub/grub.cfg /etc/fstab
  51.  
  52. ============================ Drive/Partition Info: =============================
  53.  
  54. Drive: sda _____________________________________________________________________
  55.  
  56. Диск /dev/sda: 500.1 Гб, 500107862016 байт
  57. 255 головок, 63 секторов/треков, 60801 цилиндров, всего 976773168 секторов
  58. Units = секторы of 1 * 512 = 512 bytes
  59. Размер сектора (логического/физического): 512 байт / 4096 байт
  60.  
  61. Partition Boot Start Sector End Sector # of Sectors Id System
  62.  
  63. /dev/sda1 1 976,773,167 976,773,167 ee GPT
  64.  
  65.  
  66. GUID Partition Table detected.
  67.  
  68. Partition Start Sector End Sector # of Sectors System
  69. /dev/sda2 539,273,216 976,773,134 437,499,919 Data partition (Windows/Linux)
  70. /dev/sda3 673,792 338,280,447 337,606,656 Data partition (Windows/Linux)
  71.  
  72. Drive: sdb _____________________________________________________________________
  73.  
  74. Диск /dev/sdb: 32.0 Гб, 32017047552 байт
  75. 255 головок, 63 секторов/треков, 3892 цилиндров, всего 62533296 секторов
  76. Units = секторы of 1 * 512 = 512 bytes
  77. Размер сектора (логического/физического): 512 байт / 512 байт
  78.  
  79. Partition Boot Start Sector End Sector # of Sectors Id System
  80.  
  81. /dev/sdb1 1 62,533,295 62,533,295 ee GPT
  82.  
  83.  
  84. GUID Partition Table detected.
  85.  
  86. Partition Start Sector End Sector # of Sectors System
  87. /dev/sdb1 2,048 102,399 100,352 EFI System partition
  88. /dev/sdb2 102,400 3,940,351 3,837,952 Swap partition (Linux)
  89. /dev/sdb3 3,940,352 62,531,583 58,591,232 Data partition (Linux)
  90.  
  91. "blkid" output: ________________________________________________________________
  92.  
  93. Device UUID TYPE LABEL
  94.  
  95. /dev/sda2 8f80c500-b135-4fdb-86ca-eb9577a5949f ext4
  96. /dev/sda3 80B8397FB83974AE ntfs
  97. /dev/sdb1 6093-8EDC vfat
  98. /dev/sdb2 81ce2010-982b-4d8a-9fa8-4d2fd7a66314 swap
  99. /dev/sdb3 ef599566-08d7-472c-a6d9-aafd14d7b068 ext4
  100.  
  101. ================================ Mount points: =================================
  102.  
  103. Device Mount_Point Type Options
  104.  
  105. /dev/sda2 /home ext4 (rw)
  106. /dev/sdb1 /boot/efi vfat (rw)
  107. /dev/sdb3 / ext4 (rw,errors=remount-ro)
  108.  
  109.  
  110. =========================== sdb3/boot/grub/grub.cfg: ===========================
  111.  
  112. --------------------------------------------------------------------------------
  113. #
  114. # DO NOT EDIT THIS FILE
  115. #
  116. # It is automatically generated by grub-mkconfig using templates
  117. # from /etc/grub.d and settings from /etc/default/grub
  118. #
  119.  
  120. ### BEGIN /etc/grub.d/00_header ###
  121. if [ -s $prefix/grubenv ]; then
  122. set have_grubenv=true
  123. load_env
  124. fi
  125. set default="0"
  126.  
  127. if [ x"${feature_menuentry_id}" = xy ]; then
  128. menuentry_id_option="--id"
  129. else
  130. menuentry_id_option=""
  131. fi
  132.  
  133. export menuentry_id_option
  134.  
  135. if [ "${prev_saved_entry}" ]; then
  136. set saved_entry="${prev_saved_entry}"
  137. save_env saved_entry
  138. set prev_saved_entry=
  139. save_env prev_saved_entry
  140. set boot_once=true
  141. fi
  142.  
  143. function savedefault {
  144. if [ -z "${boot_once}" ]; then
  145. saved_entry="${chosen}"
  146. save_env saved_entry
  147. fi
  148. }
  149.  
  150. function recordfail {
  151. set recordfail=1
  152. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  153. }
  154.  
  155. function load_video {
  156. if [ x$feature_all_video_module = xy ]; then
  157. insmod all_video
  158. else
  159. insmod efi_gop
  160. insmod efi_uga
  161. insmod ieee1275_fb
  162. insmod vbe
  163. insmod vga
  164. insmod video_bochs
  165. insmod video_cirrus
  166. fi
  167. }
  168.  
  169. if [ x$feature_default_font_path = xy ] ; then
  170. font=unicode
  171. else
  172. insmod part_gpt
  173. insmod ext2
  174. set root='hd1,gpt3'
  175. if [ x$feature_platform_search_hint = xy ]; then
  176. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3 ef599566-08d7-472c-a6d9-aafd14d7b068
  177. else
  178. search --no-floppy --fs-uuid --set=root ef599566-08d7-472c-a6d9-aafd14d7b068
  179. fi
  180. font="/usr/share/grub/unicode.pf2"
  181. fi
  182.  
  183. if loadfont $font ; then
  184. set gfxmode=auto
  185. load_video
  186. insmod gfxterm
  187. set locale_dir=$prefix/locale
  188. set lang=ru_UA
  189. insmod gettext
  190. fi
  191. terminal_output gfxterm
  192. if [ "${recordfail}" = 1 ]; then
  193. set timeout=-1
  194. else
  195. set timeout=10
  196. fi
  197. ### END /etc/grub.d/00_header ###
  198.  
  199. ### BEGIN /etc/grub.d/05_debian_theme ###
  200. set menu_color_normal=white/black
  201. set menu_color_highlight=black/light-gray
  202. if background_color 44,0,30; then
  203. clear
  204. fi
  205. ### END /etc/grub.d/05_debian_theme ###
  206.  
  207. ### BEGIN /etc/grub.d/10_linux ###
  208. function gfxmode {
  209. set gfxpayload="${1}"
  210. if [ "${1}" = "keep" ]; then
  211. set vt_handoff=vt.handoff=7
  212. else
  213. set vt_handoff=
  214. fi
  215. }
  216. if [ "${recordfail}" != 1 ]; then
  217. if [ -e ${prefix}/gfxblacklist.txt ]; then
  218. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  219. if [ ${match} = 0 ]; then
  220. set linux_gfx_mode=keep
  221. else
  222. set linux_gfx_mode=text
  223. fi
  224. else
  225. set linux_gfx_mode=text
  226. fi
  227. else
  228. set linux_gfx_mode=keep
  229. fi
  230. else
  231. set linux_gfx_mode=text
  232. fi
  233. export linux_gfx_mode
  234. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-ef599566-08d7-472c-a6d9-aafd14d7b068' {
  235. recordfail
  236. load_video
  237. gfxmode $linux_gfx_mode
  238. insmod gzio
  239. insmod part_gpt
  240. insmod ext2
  241. set root='hd1,gpt3'
  242. if [ x$feature_platform_search_hint = xy ]; then
  243. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3 ef599566-08d7-472c-a6d9-aafd14d7b068
  244. else
  245. search --no-floppy --fs-uuid --set=root ef599566-08d7-472c-a6d9-aafd14d7b068
  246. fi
  247. linux /boot/vmlinuz-3.11.0-14-generic.efi.signed root=UUID=ef599566-08d7-472c-a6d9-aafd14d7b068 ro quiet splash $vt_handoff
  248. initrd /boot/initrd.img-3.11.0-14-generic
  249. }
  250. submenu 'Дополнительные параметры для Ubuntu' $menuentry_id_option 'gnulinux-advanced-ef599566-08d7-472c-a6d9-aafd14d7b068' {
  251. menuentry 'Ubuntu, с Linux 3.11.0-14-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-14-generic-advanced-ef599566-08d7-472c-a6d9-aafd14d7b068' {
  252. recordfail
  253. load_video
  254. gfxmode $linux_gfx_mode
  255. insmod gzio
  256. insmod part_gpt
  257. insmod ext2
  258. set root='hd1,gpt3'
  259. if [ x$feature_platform_search_hint = xy ]; then
  260. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3 ef599566-08d7-472c-a6d9-aafd14d7b068
  261. else
  262. search --no-floppy --fs-uuid --set=root ef599566-08d7-472c-a6d9-aafd14d7b068
  263. fi
  264. echo 'Загружается Linux 3.11.0-14-generic …'
  265. linux /boot/vmlinuz-3.11.0-14-generic.efi.signed root=UUID=ef599566-08d7-472c-a6d9-aafd14d7b068 ro quiet splash $vt_handoff
  266. echo 'Загружается начальный виртуальный диск …'
  267. initrd /boot/initrd.img-3.11.0-14-generic
  268. }
  269. menuentry 'Ubuntu, с Linux 3.11.0-14-generic (режим восстановления)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-14-generic-recovery-ef599566-08d7-472c-a6d9-aafd14d7b068' {
  270. recordfail
  271. load_video
  272. insmod gzio
  273. insmod part_gpt
  274. insmod ext2
  275. set root='hd1,gpt3'
  276. if [ x$feature_platform_search_hint = xy ]; then
  277. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3 ef599566-08d7-472c-a6d9-aafd14d7b068
  278. else
  279. search --no-floppy --fs-uuid --set=root ef599566-08d7-472c-a6d9-aafd14d7b068
  280. fi
  281. echo 'Загружается Linux 3.11.0-14-generic …'
  282. linux /boot/vmlinuz-3.11.0-14-generic.efi.signed root=UUID=ef599566-08d7-472c-a6d9-aafd14d7b068 ro recovery nomodeset
  283. echo 'Загружается начальный виртуальный диск …'
  284. initrd /boot/initrd.img-3.11.0-14-generic
  285. }
  286. menuentry 'Ubuntu, с Linux 3.11.0-12-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-12-generic-advanced-ef599566-08d7-472c-a6d9-aafd14d7b068' {
  287. recordfail
  288. load_video
  289. gfxmode $linux_gfx_mode
  290. insmod gzio
  291. insmod part_gpt
  292. insmod ext2
  293. set root='hd1,gpt3'
  294. if [ x$feature_platform_search_hint = xy ]; then
  295. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3 ef599566-08d7-472c-a6d9-aafd14d7b068
  296. else
  297. search --no-floppy --fs-uuid --set=root ef599566-08d7-472c-a6d9-aafd14d7b068
  298. fi
  299. echo 'Загружается Linux 3.11.0-12-generic …'
  300. linux /boot/vmlinuz-3.11.0-12-generic root=UUID=ef599566-08d7-472c-a6d9-aafd14d7b068 ro quiet splash $vt_handoff
  301. echo 'Загружается начальный виртуальный диск …'
  302. initrd /boot/initrd.img-3.11.0-12-generic
  303. }
  304. menuentry 'Ubuntu, с Linux 3.11.0-12-generic (режим восстановления)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-12-generic-recovery-ef599566-08d7-472c-a6d9-aafd14d7b068' {
  305. recordfail
  306. load_video
  307. insmod gzio
  308. insmod part_gpt
  309. insmod ext2
  310. set root='hd1,gpt3'
  311. if [ x$feature_platform_search_hint = xy ]; then
  312. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3 ef599566-08d7-472c-a6d9-aafd14d7b068
  313. else
  314. search --no-floppy --fs-uuid --set=root ef599566-08d7-472c-a6d9-aafd14d7b068
  315. fi
  316. echo 'Загружается Linux 3.11.0-12-generic …'
  317. linux /boot/vmlinuz-3.11.0-12-generic root=UUID=ef599566-08d7-472c-a6d9-aafd14d7b068 ro recovery nomodeset
  318. echo 'Загружается начальный виртуальный диск …'
  319. initrd /boot/initrd.img-3.11.0-12-generic
  320. }
  321. }
  322.  
  323. ### END /etc/grub.d/10_linux ###
  324.  
  325. ### BEGIN /etc/grub.d/20_linux_xen ###
  326.  
  327. ### END /etc/grub.d/20_linux_xen ###
  328.  
  329. ### BEGIN /etc/grub.d/20_memtest86+ ###
  330. ### END /etc/grub.d/20_memtest86+ ###
  331.  
  332. ### BEGIN /etc/grub.d/30_os-prober ###
  333. if [ "x${timeout}" != "x-1" ]; then
  334. if keystatus; then
  335. if keystatus --shift; then
  336. set timeout=-1
  337. else
  338. set timeout=0
  339. fi
  340. else
  341. if sleep --interruptible 3 ; then
  342. set timeout=0
  343. fi
  344. fi
  345. fi
  346. ### END /etc/grub.d/30_os-prober ###
  347.  
  348. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  349. ### END /etc/grub.d/30_uefi-firmware ###
  350.  
  351. ### BEGIN /etc/grub.d/40_custom ###
  352. # This file provides an easy way to add custom menu entries. Simply type the
  353. # menu entries you want to add after this comment. Be careful not to change
  354. # the 'exec tail' line above.
  355. ### END /etc/grub.d/40_custom ###
  356.  
  357. ### BEGIN /etc/grub.d/41_custom ###
  358. if [ -f ${config_directory}/custom.cfg ]; then
  359. source ${config_directory}/custom.cfg
  360. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  361. source $prefix/custom.cfg;
  362. fi
  363. ### END /etc/grub.d/41_custom ###
  364. --------------------------------------------------------------------------------
  365.  
  366. =============================== sdb3/etc/fstab: ================================
  367.  
  368. --------------------------------------------------------------------------------
  369. # /etc/fstab: static file system information.
  370. #
  371. # Use 'blkid' to print the universally unique identifier for a
  372. # device; this may be used with UUID= as a more robust way to name devices
  373. # that works even if disks are added and removed. See fstab(5).
  374. #
  375. # <file system> <mount point> <type> <options> <dump> <pass>
  376. # / was on /dev/sdb3 during installation
  377. UUID=ef599566-08d7-472c-a6d9-aafd14d7b068 / ext4 errors=remount-ro 0 1
  378. # /boot/efi was on /dev/sdb1 during installation
  379. UUID=6093-8EDC /boot/efi vfat defaults 0 1
  380. # /home was on /dev/sda2 during installation
  381. UUID=8f80c500-b135-4fdb-86ca-eb9577a5949f /home ext4 defaults 0 2
  382. # swap was on /dev/sdb2 during installation
  383. UUID=81ce2010-982b-4d8a-9fa8-4d2fd7a66314 none swap sw 0 0
  384. --------------------------------------------------------------------------------
  385.  
  386. =================== sdb3: Location of files loaded by Grub: ====================
  387.  
  388. GiB - GB File Fragment(s)
  389.  
  390.  
  391. ========= Devices which don't seem to have a corresponding hard drive: =========
  392.  
  393. sdc
  394.  
  395. =============================== StdErr Messages: ===============================
  396.  
  397. cat: /tmp/BootInfo-3AP601SD/Tmp_Log: Нет такого файла или каталога
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement