Advertisement
Guest User

Untitled

a guest
Jul 6th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.55 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. => Syslinux MBR (3.61-4.03) is installed in the MBR of /dev/sdb.
  8.  
  9. sda1: __________________________________________________________________________
  10.  
  11. File system: ntfs
  12. Boot sector type: Windows Vista/7: NTFS
  13. Boot sector info: No errors found in the Boot Parameter Block.
  14. Operating System:
  15. Boot files: /bootmgr /Boot/BCD
  16.  
  17. sda2: __________________________________________________________________________
  18.  
  19. File system: ntfs
  20. Boot sector type: Windows Vista/7: NTFS
  21. Boot sector info: No errors found in the Boot Parameter Block.
  22. Operating System:
  23. Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
  24.  
  25. sda3: __________________________________________________________________________
  26.  
  27. File system: Extended Partition
  28. Boot sector type: -
  29. Boot sector info:
  30.  
  31. sda5: __________________________________________________________________________
  32.  
  33. File system: swap
  34. Boot sector type: -
  35. Boot sector info:
  36.  
  37. sda4: __________________________________________________________________________
  38.  
  39. File system: ext4
  40. Boot sector type: -
  41. Boot sector info:
  42. Operating System: Ubuntu 13.04
  43. Boot files: /boot/grub/grub.cfg /etc/fstab
  44.  
  45. sdb1: __________________________________________________________________________
  46.  
  47. File system: vfat
  48. Boot sector type: Syslinux 4.03 or higher
  49. Boot sector info: Syslinux looks at sector 1224064 of /dev/sdb1 for its
  50. second stage. It is very unlikely that Syslinux is
  51. (still) installed. The second stage could not be
  52. found. According to the info in the boot sector, sdb1
  53. starts at sector 0. But according to the info from
  54. fdisk, sdb1 starts at sector 32.
  55. Operating System:
  56. Boot files: /boot/grub/grub.cfg /efi/BOOT/grubx64.efi
  57.  
  58. ============================ Drive/Partition Info: =============================
  59.  
  60. Drive: sda _____________________________________________________________________
  61.  
  62. Disk /dev/sda: 120.0 GB, 120034123776 bytes
  63. 255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
  64. Units = sectors of 1 * 512 = 512 bytes
  65. Sector size (logical/physical): 512 bytes / 512 bytes
  66.  
  67. Partition Boot Start Sector End Sector # of Sectors Id System
  68.  
  69. /dev/sda1 * 2,048 718,847 716,800 7 NTFS / exFAT / HPFS
  70. /dev/sda2 718,848 153,602,047 152,883,200 7 NTFS / exFAT / HPFS
  71. /dev/sda3 153,604,094 161,415,167 7,811,074 5 Extended
  72. /dev/sda5 153,604,096 161,415,167 7,811,072 82 Linux swap / Solaris
  73. /dev/sda4 161,415,168 234,440,703 73,025,536 83 Linux
  74.  
  75.  
  76. Drive: sdb _____________________________________________________________________
  77.  
  78. Disk /dev/sdb: 4026 MB, 4026531840 bytes
  79. 220 heads, 32 sectors/track, 1117 cylinders, total 7864320 sectors
  80. Units = sectors of 1 * 512 = 512 bytes
  81. Sector size (logical/physical): 512 bytes / 512 bytes
  82.  
  83. Partition Boot Start Sector End Sector # of Sectors Id System
  84.  
  85. /dev/sdb1 * 32 7,864,319 7,864,288 c W95 FAT32 (LBA)
  86.  
  87.  
  88. "blkid" output: ________________________________________________________________
  89.  
  90. Device UUID TYPE LABEL
  91.  
  92. /dev/loop0 squashfs
  93. /dev/sda1 042649A326499718 ntfs System Reserved
  94. /dev/sda2 F0305E89305E56A6 ntfs
  95. /dev/sda4 e551604c-f640-495a-b84e-08730658961c ext4
  96. /dev/sda5 4f6bc674-a823-41bd-9cd4-87a63da2006d swap
  97. /dev/sdb1 F3FE-0029 vfat
  98.  
  99. ================================ Mount points: =================================
  100.  
  101. Device Mount_Point Type Options
  102.  
  103. /dev/loop0 /rofs squashfs (ro,noatime)
  104. /dev/sda4 /media/ubuntu/e551604c-f640-495a-b84e-08730658961c ext4 (rw,nosuid,nodev,uhelper=udisks2)
  105. /dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  106.  
  107.  
  108. =========================== sda4/boot/grub/grub.cfg: ===========================
  109.  
  110. --------------------------------------------------------------------------------
  111. #
  112. # DO NOT EDIT THIS FILE
  113. #
  114. # It is automatically generated by grub-mkconfig using templates
  115. # from /etc/grub.d and settings from /etc/default/grub
  116. #
  117.  
  118. ### BEGIN /etc/grub.d/00_header ###
  119. if [ -s $prefix/grubenv ]; then
  120. set have_grubenv=true
  121. load_env
  122. fi
  123. set default="0"
  124.  
  125. if [ x"${feature_menuentry_id}" = xy ]; then
  126. menuentry_id_option="--id"
  127. else
  128. menuentry_id_option=""
  129. fi
  130.  
  131. export menuentry_id_option
  132.  
  133. if [ "${prev_saved_entry}" ]; then
  134. set saved_entry="${prev_saved_entry}"
  135. save_env saved_entry
  136. set prev_saved_entry=
  137. save_env prev_saved_entry
  138. set boot_once=true
  139. fi
  140.  
  141. function savedefault {
  142. if [ -z "${boot_once}" ]; then
  143. saved_entry="${chosen}"
  144. save_env saved_entry
  145. fi
  146. }
  147.  
  148. function recordfail {
  149. set recordfail=1
  150. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  151. }
  152.  
  153. function load_video {
  154. if [ x$feature_all_video_module = xy ]; then
  155. insmod all_video
  156. else
  157. insmod efi_gop
  158. insmod efi_uga
  159. insmod ieee1275_fb
  160. insmod vbe
  161. insmod vga
  162. insmod video_bochs
  163. insmod video_cirrus
  164. fi
  165. }
  166.  
  167. if [ x$feature_default_font_path = xy ] ; then
  168. font=unicode
  169. else
  170. insmod part_msdos
  171. insmod ext2
  172. set root='hd0,msdos4'
  173. if [ x$feature_platform_search_hint = xy ]; then
  174. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 e551604c-f640-495a-b84e-08730658961c
  175. else
  176. search --no-floppy --fs-uuid --set=root e551604c-f640-495a-b84e-08730658961c
  177. fi
  178. font="/usr/share/grub/unicode.pf2"
  179. fi
  180.  
  181. if loadfont $font ; then
  182. set gfxmode=auto
  183. load_video
  184. insmod gfxterm
  185. set locale_dir=$prefix/locale
  186. set lang=en_US
  187. insmod gettext
  188. fi
  189. terminal_output gfxterm
  190. if [ "${recordfail}" = 1 ]; then
  191. set timeout=-1
  192. else
  193. set timeout=10
  194. fi
  195. ### END /etc/grub.d/00_header ###
  196.  
  197. ### BEGIN /etc/grub.d/05_debian_theme ###
  198. set menu_color_normal=white/black
  199. set menu_color_highlight=black/light-gray
  200. if background_color 44,0,30; then
  201. clear
  202. fi
  203. ### END /etc/grub.d/05_debian_theme ###
  204.  
  205. ### BEGIN /etc/grub.d/10_linux ###
  206. function gfxmode {
  207. set gfxpayload="${1}"
  208. if [ "${1}" = "keep" ]; then
  209. set vt_handoff=vt.handoff=7
  210. else
  211. set vt_handoff=
  212. fi
  213. }
  214. if [ "${recordfail}" != 1 ]; then
  215. if [ -e ${prefix}/gfxblacklist.txt ]; then
  216. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  217. if [ ${match} = 0 ]; then
  218. set linux_gfx_mode=keep
  219. else
  220. set linux_gfx_mode=text
  221. fi
  222. else
  223. set linux_gfx_mode=text
  224. fi
  225. else
  226. set linux_gfx_mode=keep
  227. fi
  228. else
  229. set linux_gfx_mode=text
  230. fi
  231. export linux_gfx_mode
  232. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-e551604c-f640-495a-b84e-08730658961c' {
  233. recordfail
  234. load_video
  235. gfxmode $linux_gfx_mode
  236. insmod gzio
  237. insmod part_msdos
  238. insmod ext2
  239. set root='hd0,msdos4'
  240. if [ x$feature_platform_search_hint = xy ]; then
  241. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 e551604c-f640-495a-b84e-08730658961c
  242. else
  243. search --no-floppy --fs-uuid --set=root e551604c-f640-495a-b84e-08730658961c
  244. fi
  245. linux /boot/vmlinuz-3.8.0-19-generic root=UUID=e551604c-f640-495a-b84e-08730658961c ro quiet splash $vt_handoff
  246. initrd /boot/initrd.img-3.8.0-19-generic
  247. }
  248. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-e551604c-f640-495a-b84e-08730658961c' {
  249. menuentry 'Ubuntu, with Linux 3.8.0-19-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-19-generic-advanced-e551604c-f640-495a-b84e-08730658961c' {
  250. recordfail
  251. load_video
  252. gfxmode $linux_gfx_mode
  253. insmod gzio
  254. insmod part_msdos
  255. insmod ext2
  256. set root='hd0,msdos4'
  257. if [ x$feature_platform_search_hint = xy ]; then
  258. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 e551604c-f640-495a-b84e-08730658961c
  259. else
  260. search --no-floppy --fs-uuid --set=root e551604c-f640-495a-b84e-08730658961c
  261. fi
  262. echo 'Loading Linux 3.8.0-19-generic ...'
  263. linux /boot/vmlinuz-3.8.0-19-generic root=UUID=e551604c-f640-495a-b84e-08730658961c ro quiet splash $vt_handoff
  264. echo 'Loading initial ramdisk ...'
  265. initrd /boot/initrd.img-3.8.0-19-generic
  266. }
  267. menuentry 'Ubuntu, with Linux 3.8.0-19-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-19-generic-recovery-e551604c-f640-495a-b84e-08730658961c' {
  268. recordfail
  269. load_video
  270. insmod gzio
  271. insmod part_msdos
  272. insmod ext2
  273. set root='hd0,msdos4'
  274. if [ x$feature_platform_search_hint = xy ]; then
  275. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 e551604c-f640-495a-b84e-08730658961c
  276. else
  277. search --no-floppy --fs-uuid --set=root e551604c-f640-495a-b84e-08730658961c
  278. fi
  279. echo 'Loading Linux 3.8.0-19-generic ...'
  280. linux /boot/vmlinuz-3.8.0-19-generic root=UUID=e551604c-f640-495a-b84e-08730658961c ro recovery nomodeset
  281. echo 'Loading initial ramdisk ...'
  282. initrd /boot/initrd.img-3.8.0-19-generic
  283. }
  284. }
  285.  
  286. ### END /etc/grub.d/10_linux ###
  287.  
  288. ### BEGIN /etc/grub.d/20_linux_xen ###
  289.  
  290. ### END /etc/grub.d/20_linux_xen ###
  291.  
  292. ### BEGIN /etc/grub.d/20_memtest86+ ###
  293. ### END /etc/grub.d/20_memtest86+ ###
  294.  
  295. ### BEGIN /etc/grub.d/30_os-prober ###
  296. menuentry 'Windows 8 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-042649A326499718' {
  297. insmod part_msdos
  298. insmod ntfs
  299. set root='hd0,msdos1'
  300. if [ x$feature_platform_search_hint = xy ]; then
  301. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 042649A326499718
  302. else
  303. search --no-floppy --fs-uuid --set=root 042649A326499718
  304. fi
  305. drivemap -s (hd0) ${root}
  306. chainloader +1
  307. }
  308. ### END /etc/grub.d/30_os-prober ###
  309.  
  310. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  311. ### END /etc/grub.d/30_uefi-firmware ###
  312.  
  313. ### BEGIN /etc/grub.d/40_custom ###
  314. # This file provides an easy way to add custom menu entries. Simply type the
  315. # menu entries you want to add after this comment. Be careful not to change
  316. # the 'exec tail' line above.
  317. ### END /etc/grub.d/40_custom ###
  318.  
  319. ### BEGIN /etc/grub.d/41_custom ###
  320. if [ -f ${config_directory}/custom.cfg ]; then
  321. source ${config_directory}/custom.cfg
  322. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  323. source $prefix/custom.cfg;
  324. fi
  325. ### END /etc/grub.d/41_custom ###
  326. --------------------------------------------------------------------------------
  327.  
  328. =============================== sda4/etc/fstab: ================================
  329.  
  330. --------------------------------------------------------------------------------
  331. # /etc/fstab: static file system information.
  332. #
  333. # Use 'blkid' to print the universally unique identifier for a
  334. # device; this may be used with UUID= as a more robust way to name devices
  335. # that works even if disks are added and removed. See fstab(5).
  336. #
  337. # <file system> <mount point> <type> <options> <dump> <pass>
  338. # / was on /dev/sda4 during installation
  339. UUID=e551604c-f640-495a-b84e-08730658961c / ext4 errors=remount-ro 0 1
  340. # swap was on /dev/sda5 during installation
  341. UUID=4f6bc674-a823-41bd-9cd4-87a63da2006d none swap sw 0 0
  342. --------------------------------------------------------------------------------
  343.  
  344. =================== sda4: Location of files loaded by Grub: ====================
  345.  
  346. GiB - GB File Fragment(s)
  347.  
  348. = boot/grub/grub.cfg 1
  349. = boot/initrd.img-3.8.0-19-generic 2
  350. = boot/vmlinuz-3.8.0-19-generic 2
  351. = initrd.img 2
  352. = vmlinuz 2
  353.  
  354. =========================== sdb1/boot/grub/grub.cfg: ===========================
  355.  
  356. --------------------------------------------------------------------------------
  357.  
  358. if loadfont /boot/grub/font.pf2 ; then
  359. set gfxmode=auto
  360. insmod efi_gop
  361. insmod efi_uga
  362. insmod gfxterm
  363. terminal_output gfxterm
  364. fi
  365.  
  366. set menu_color_normal=white/black
  367. set menu_color_highlight=black/light-gray
  368.  
  369. menuentry "Try Ubuntu without installing" {
  370. set gfxpayload=keep
  371. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash --
  372. initrd /casper/initrd.lz
  373. }
  374. menuentry "Install Ubuntu" {
  375. set gfxpayload=keep
  376. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash --
  377. initrd /casper/initrd.lz
  378. }
  379. menuentry "OEM install (for manufacturers)" {
  380. set gfxpayload=keep
  381. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true --
  382. initrd /casper/initrd.lz
  383. }
  384. menuentry "Check disc for defects" {
  385. set gfxpayload=keep
  386. linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash --
  387. initrd /casper/initrd.lz
  388. }
  389. --------------------------------------------------------------------------------
  390.  
  391. =================== sdb1: Location of files loaded by Grub: ====================
  392.  
  393. GiB - GB File Fragment(s)
  394.  
  395. ?? = ?? boot/grub/grub.cfg 1
  396.  
  397. ========= Devices which don't seem to have a corresponding hard drive: =========
  398.  
  399. sdc
  400.  
  401. =============================== StdErr Messages: ===============================
  402.  
  403. awk: cmd. line:36: Math support is not compiled in
  404. awk: cmd. line:36: Math support is not compiled in
  405. awk: cmd. line:36: Math support is not compiled in
  406. awk: cmd. line:36: Math support is not compiled in
  407. awk: cmd. line:36: Math support is not compiled in
  408. No volume groups found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement