Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Boot Info Script 0.61 [1 April 2012]
- ============================= Boot Info Summary: ===============================
- => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of
- the same hard drive for core.img. core.img is at this location and looks
- in partition 135 for .
- => No boot loader is installed in the MBR of /dev/sdb.
- sda1: __________________________________________________________________________
- File system: ext4
- Boot sector type: -
- Boot sector info:
- Operating System: CrunchBang Linux waldorf
- Boot files: /boot/grub/grub.cfg /etc/fstab
- sda2: __________________________________________________________________________
- File system: Extended Partition
- Boot sector type: Unknown
- Boot sector info:
- sda5: __________________________________________________________________________
- File system: swap
- Boot sector type: -
- Boot sector info:
- sda6: __________________________________________________________________________
- File system: ext4
- Boot sector type: -
- Boot sector info:
- Operating System:
- Boot files:
- sdb1: __________________________________________________________________________
- File system: ntfs
- Boot sector type: Windows Vista/7: NTFS
- Boot sector info: No errors found in the Boot Parameter Block.
- Operating System:
- Boot files:
- ============================ Drive/Partition Info: =============================
- Drive: sda _____________________________________________________________________
- Disk /dev/sda: 160.0 GB, 160040803840 bytes
- 255 heads, 63 sectors/track, 19457 cylinders, total 312579695 sectors
- Units = sectors of 1 * 512 = 512 bytes
- Sector size (logical/physical): 512 bytes / 512 bytes
- Partition Boot Start Sector End Sector # of Sectors Id System
- /dev/sda1 * 2,048 19,531,775 19,529,728 83 Linux
- /dev/sda2 19,533,822 312,578,047 293,044,226 5 Extended
- /dev/sda5 19,533,824 31,270,911 11,737,088 82 Linux swap / Solaris
- /dev/sda6 31,272,960 312,578,047 281,305,088 83 Linux
- Drive: sdb _____________________________________________________________________
- Disk /dev/sdb: 1000.2 GB, 1000202043392 bytes
- 248 heads, 55 sectors/track, 143219 cylinders, total 1953519616 sectors
- Units = sectors of 1 * 512 = 512 bytes
- Sector size (logical/physical): 512 bytes / 512 bytes
- Partition Boot Start Sector End Sector # of Sectors Id System
- /dev/sdb1 55 1,953,507,159 1,953,507,105 7 NTFS / exFAT / HPFS
- "blkid" output: ________________________________________________________________
- Device UUID TYPE LABEL
- /dev/loop0 squashfs
- /dev/sda1 1833bcf5-f4ee-4676-b08c-4c6f036cf181 ext4
- /dev/sda5 e8487330-484f-4c69-a6ff-12cac154deda swap
- /dev/sda6 b3822857-2134-4ecf-ad79-a64025f14c5d ext4
- /dev/sdb1 0147E9FC338BFE7B ntfs BigShare
- /dev/sr0 iso9660 CrunchBang
- ================================ Mount points: =================================
- Device Mount_Point Type Options
- /dev/sr0 /live/image iso9660 (ro,noatime)
- =========================== sda1/boot/grub/grub.cfg: ===========================
- --------------------------------------------------------------------------------
- #
- # DO NOT EDIT THIS FILE
- #
- # It is automatically generated by grub-mkconfig using templates
- # from /etc/grub.d and settings from /etc/default/grub
- #
- ### BEGIN /etc/grub.d/00_header ###
- if [ -s $prefix/grubenv ]; then
- set have_grubenv=true
- load_env
- fi
- if [ "${next_entry}" ] ; then
- set default="${next_entry}"
- set next_entry=
- save_env next_entry
- set boot_once=true
- else
- set default="0"
- fi
- if [ x"${feature_menuentry_id}" = xy ]; then
- menuentry_id_option="--id"
- else
- menuentry_id_option=""
- fi
- export menuentry_id_option
- if [ "${prev_saved_entry}" ]; then
- set saved_entry="${prev_saved_entry}"
- save_env saved_entry
- set prev_saved_entry=
- save_env prev_saved_entry
- set boot_once=true
- fi
- function savedefault {
- if [ -z "${boot_once}" ]; then
- saved_entry="${chosen}"
- save_env saved_entry
- fi
- }
- function load_video {
- if [ x$feature_all_video_module = xy ]; then
- insmod all_video
- else
- insmod efi_gop
- insmod efi_uga
- insmod ieee1275_fb
- insmod vbe
- insmod vga
- insmod video_bochs
- insmod video_cirrus
- fi
- }
- if [ x$feature_default_font_path = xy ] ; then
- font=unicode
- else
- insmod part_msdos
- insmod ext2
- set root='hd0,msdos1'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 1833bcf5-f4ee-4676-b08c-4c6f036cf181
- else
- search --no-floppy --fs-uuid --set=root 1833bcf5-f4ee-4676-b08c-4c6f036cf181
- fi
- font="/usr/share/grub/unicode.pf2"
- fi
- if loadfont $font ; then
- set gfxmode=auto
- load_video
- insmod gfxterm
- set locale_dir=$prefix/locale
- set lang=en_US
- insmod gettext
- fi
- terminal_output gfxterm
- if [ "${recordfail}" = 1 ] ; then
- set timeout=-1
- else
- if [ x$feature_timeout_style = xy ] ; then
- set timeout_style=menu
- set timeout=5
- # Fallback normal timeout code in case the timeout_style feature is
- # unavailable.
- else
- set timeout=5
- fi
- fi
- ### END /etc/grub.d/00_header ###
- ### BEGIN /etc/grub.d/05_debian_theme ###
- insmod part_msdos
- insmod ext2
- set root='hd0,msdos1'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 1833bcf5-f4ee-4676-b08c-4c6f036cf181
- else
- search --no-floppy --fs-uuid --set=root 1833bcf5-f4ee-4676-b08c-4c6f036cf181
- fi
- insmod png
- if background_image /usr/share/images/desktop-base/spacefun-grub.png; then
- set color_normal=white/black
- set color_highlight=black/white
- else
- set menu_color_normal=cyan/blue
- set menu_color_highlight=white/blue
- fi
- ### END /etc/grub.d/05_debian_theme ###
- ### BEGIN /etc/grub.d/10_linux ###
- function gfxmode {
- set gfxpayload="${1}"
- }
- set linux_gfx_mode=
- export linux_gfx_mode
- menuentry 'Debian GNU/Linux' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-1833bcf5-f4ee-4676-b08c-4c6f036cf181' {
- load_video
- insmod gzio
- if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
- insmod part_msdos
- insmod ext2
- set root='hd0,msdos1'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 1833bcf5-f4ee-4676-b08c-4c6f036cf181
- else
- search --no-floppy --fs-uuid --set=root 1833bcf5-f4ee-4676-b08c-4c6f036cf181
- fi
- echo 'Loading Linux 3.16.0-4-amd64 ...'
- linux /boot/vmlinuz-3.16.0-4-amd64 root=/dev/sda1 ro quiet
- }
- submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-1833bcf5-f4ee-4676-b08c-4c6f036cf181' {
- menuentry 'Debian GNU/Linux, with Linux 3.16.0-4-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-4-amd64-advanced-1833bcf5-f4ee-4676-b08c-4c6f036cf181' {
- load_video
- insmod gzio
- if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
- insmod part_msdos
- insmod ext2
- set root='hd0,msdos1'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 1833bcf5-f4ee-4676-b08c-4c6f036cf181
- else
- search --no-floppy --fs-uuid --set=root 1833bcf5-f4ee-4676-b08c-4c6f036cf181
- fi
- echo 'Loading Linux 3.16.0-4-amd64 ...'
- linux /boot/vmlinuz-3.16.0-4-amd64 root=/dev/sda1 ro quiet
- }
- menuentry 'Debian GNU/Linux, with Linux 3.16.0-4-amd64 (sysvinit)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-4-amd64-init-sysvinit-1833bcf5-f4ee-4676-b08c-4c6f036cf181' {
- load_video
- insmod gzio
- if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
- insmod part_msdos
- insmod ext2
- set root='hd0,msdos1'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 1833bcf5-f4ee-4676-b08c-4c6f036cf181
- else
- search --no-floppy --fs-uuid --set=root 1833bcf5-f4ee-4676-b08c-4c6f036cf181
- fi
- echo 'Loading Linux 3.16.0-4-amd64 ...'
- linux /boot/vmlinuz-3.16.0-4-amd64 root=/dev/sda1 ro quiet init=/lib/sysvinit/init
- }
- menuentry 'Debian GNU/Linux, with Linux 3.16.0-4-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-4-amd64-recovery-1833bcf5-f4ee-4676-b08c-4c6f036cf181' {
- load_video
- insmod gzio
- if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
- insmod part_msdos
- insmod ext2
- set root='hd0,msdos1'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 1833bcf5-f4ee-4676-b08c-4c6f036cf181
- else
- search --no-floppy --fs-uuid --set=root 1833bcf5-f4ee-4676-b08c-4c6f036cf181
- fi
- echo 'Loading Linux 3.16.0-4-amd64 ...'
- linux /boot/vmlinuz-3.16.0-4-amd64 root=/dev/sda1 ro single
- }
- menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-4-amd64-advanced-1833bcf5-f4ee-4676-b08c-4c6f036cf181' {
- load_video
- insmod gzio
- if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
- insmod part_msdos
- insmod ext2
- set root='hd0,msdos1'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 1833bcf5-f4ee-4676-b08c-4c6f036cf181
- else
- search --no-floppy --fs-uuid --set=root 1833bcf5-f4ee-4676-b08c-4c6f036cf181
- fi
- echo 'Loading Linux 3.2.0-4-amd64 ...'
- linux /boot/vmlinuz-3.2.0-4-amd64 root=UUID=1833bcf5-f4ee-4676-b08c-4c6f036cf181 ro quiet
- echo 'Loading initial ramdisk ...'
- initrd /boot/initrd.img-3.2.0-4-amd64
- }
- menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-amd64 (sysvinit)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-4-amd64-init-sysvinit-1833bcf5-f4ee-4676-b08c-4c6f036cf181' {
- load_video
- insmod gzio
- if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
- insmod part_msdos
- insmod ext2
- set root='hd0,msdos1'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 1833bcf5-f4ee-4676-b08c-4c6f036cf181
- else
- search --no-floppy --fs-uuid --set=root 1833bcf5-f4ee-4676-b08c-4c6f036cf181
- fi
- echo 'Loading Linux 3.2.0-4-amd64 ...'
- linux /boot/vmlinuz-3.2.0-4-amd64 root=UUID=1833bcf5-f4ee-4676-b08c-4c6f036cf181 ro quiet init=/lib/sysvinit/init
- echo 'Loading initial ramdisk ...'
- initrd /boot/initrd.img-3.2.0-4-amd64
- }
- menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-4-amd64-recovery-1833bcf5-f4ee-4676-b08c-4c6f036cf181' {
- load_video
- insmod gzio
- if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
- insmod part_msdos
- insmod ext2
- set root='hd0,msdos1'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 1833bcf5-f4ee-4676-b08c-4c6f036cf181
- else
- search --no-floppy --fs-uuid --set=root 1833bcf5-f4ee-4676-b08c-4c6f036cf181
- fi
- echo 'Loading Linux 3.2.0-4-amd64 ...'
- linux /boot/vmlinuz-3.2.0-4-amd64 root=UUID=1833bcf5-f4ee-4676-b08c-4c6f036cf181 ro single
- echo 'Loading initial ramdisk ...'
- initrd /boot/initrd.img-3.2.0-4-amd64
- }
- }
- ### END /etc/grub.d/10_linux ###
- ### BEGIN /etc/grub.d/20_linux_xen ###
- ### END /etc/grub.d/20_linux_xen ###
- ### BEGIN /etc/grub.d/30_os-prober ###
- ### END /etc/grub.d/30_os-prober ###
- ### BEGIN /etc/grub.d/30_uefi-firmware ###
- ### END /etc/grub.d/30_uefi-firmware ###
- ### BEGIN /etc/grub.d/40_custom ###
- # This file provides an easy way to add custom menu entries. Simply type the
- # menu entries you want to add after this comment. Be careful not to change
- # the 'exec tail' line above.
- ### END /etc/grub.d/40_custom ###
- ### BEGIN /etc/grub.d/41_custom ###
- if [ -f ${config_directory}/custom.cfg ]; then
- source ${config_directory}/custom.cfg
- elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
- source $prefix/custom.cfg;
- fi
- ### END /etc/grub.d/41_custom ###
- --------------------------------------------------------------------------------
- =============================== sda1/etc/fstab: ================================
- --------------------------------------------------------------------------------
- # /etc/fstab: static file system information.
- #
- # Use 'blkid' to print the universally unique identifier for a
- # device; this may be used with UUID= as a more robust way to name devices
- # that works even if disks are added and removed. See fstab(5).
- #
- # <file system> <mount point> <type> <options> <dump> <pass>
- # / was on /dev/sda1 during installation
- UUID=1833bcf5-f4ee-4676-b08c-4c6f036cf181 / ext4 errors=remount-ro 0 1
- # /home was on /dev/sda6 during installation
- UUID=b3822857-2134-4ecf-ad79-a64025f14c5d /home ext4 defaults 0 2
- # swap was on /dev/sda5 during installation
- UUID=e8487330-484f-4c69-a6ff-12cac154deda none swap sw 0 0
- /dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
- /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
- --------------------------------------------------------------------------------
- =================== sda1: Location of files loaded by Grub: ====================
- GiB - GB File Fragment(s)
- = boot/grub/grub.cfg 1
- = boot/initrd.img-3.2.0-4-amd64 1
- = boot/vmlinuz-3.16.0-4-amd64 9
- = boot/vmlinuz-3.2.0-4-amd64 1
- = initrd.img 1
- ?? = ?? vmlinuz 1
- ?? = ?? vmlinuz.old 1
- ======================== Unknown MBRs/Boot Sectors/etc: ========================
- Unknown BootLoader on sda2
- 00000000 3f f8 de eb dd f9 51 4f db e6 c3 ff e8 18 6d aa |?.....QO......m.|
- 00000010 65 e9 e8 cb ec 74 d5 0e 6d 3f fe c1 66 b9 63 1f |e....t..m?..f.c.|
- 00000020 e8 b3 7f ff c1 7d a5 e4 fc 83 3f da ae 6f ff f2 |.....}....?..o..|
- 00000030 07 69 fa e3 e3 bf a2 2c 21 4d ff ff 06 1d 6f 7d |.i.....,!M....o}|
- 00000040 7e f7 9b ff fd 87 66 65 bb 1d 3d 11 7f 80 a2 6f |~.....fe..=....o|
- 00000050 fa b3 37 f8 7f fd ae 89 79 3d 7b bf 77 79 bf ff |..7.....y={.wy..|
- 00000060 d8 77 6f 5e 8e 2f e8 b3 7f ff c1 76 bd 04 bf 67 |.wo^./.....v...g|
- 00000070 13 63 37 ff fa 7d 74 f4 fa 7e 64 ff fe 4f aa ef |.c7..}t..~d..O..|
- 00000080 6f 76 fd 7f a2 9b f9 7f 90 66 ed a4 bd 7c dd bf |ov.......f...|..|
- 00000090 fd 86 ed f6 df bf f5 65 e7 cb fa 22 b1 e7 d1 6a |.......e..."...j|
- 000000a0 f2 6e 58 fd 53 ec 08 30 ec f6 fd 8a 2c a6 ed e1 |.nX.S..0....,...|
- 000000b0 fd 82 ce b4 69 1f 6e b9 83 e3 ff 8f be aa c7 9f |....i.n.........|
- 000000c0 fa 03 7f ae 08 a7 b7 75 57 17 7c 2f 3f 8c d6 ae |.......uW.|/?...|
- 000000d0 55 1a 4b 8f aa 3f 37 3f 0f e4 06 1d f3 31 d1 af |U.K..?7?.....1..|
- 000000e0 cb fc df ff ec 3b 6f d3 dd fc 1d e1 f5 2c 46 f9 |.....;o......,F.|
- 000000f0 e8 96 be 9c b0 f5 b3 eb 23 b9 bf 08 7f 61 0f 52 |........#....a.R|
- 00000100 b3 d3 6f 5d 79 e1 9b f8 7f 90 16 d7 d1 df d9 59 |..o]y..........Y|
- 00000110 4d 87 bf fb 0e cf fd 74 6a fd ee 56 26 ff ff 87 |M......tj..V&...|
- 00000120 69 b1 ed f4 ab f6 4f 37 ff fb 05 7a de 9f f4 ec |i.....O7...z....|
- 00000130 7e a9 97 9e 9b ba 2b 76 5e 7a 65 ed d7 e7 d7 d6 |~.....+v^ze.....|
- 00000140 2e fe b5 9b cf 87 f8 24 b7 f9 7e 18 de 56 25 f2 |.......$..~..V%.|
- 00000150 f7 fe c9 94 d4 ac 70 fe fa ba de b7 ed fa fe f9 |......p.........|
- 00000160 87 3f ff 62 fb ed f2 b3 cd ff fe 87 f5 eb d7 4d |.?.b...........M|
- 00000170 f4 f2 b1 32 ad f5 ff b1 36 be 78 49 fc d3 ff fe |...2....6.xI....|
- 00000180 1d bf af 3f fa cd ff fe c3 bb ec 6f a2 b1 e8 7f |...?.......o....|
- 00000190 9b ff fe 6f 7d b9 ff 63 37 ff fa 17 de ef bf 9b |...o}..c7.......|
- 000001a0 ff fc 80 bb 7d 7f af 82 39 f9 99 3f 73 2e cd fe |....}...9..?s...|
- 000001b0 1f e1 0d 56 ab bf 2d fe 8b d5 b8 93 82 3a 00 fe |...V..-......:..|
- 000001c0 ff ff 82 fe ff ff 02 00 00 00 00 18 b3 00 00 fe |................|
- 000001d0 ff ff 05 fe ff ff 02 18 b3 00 00 68 c4 10 00 00 |...........h....|
- 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
- 00000200
- =============================== StdErr Messages: ===============================
- awk: cmd. line:36: Math support is not compiled in
- awk: cmd. line:36: Math support is not compiled in
- awk: cmd. line:36: Math support is not compiled in
- awk: cmd. line:36: Math support is not compiled in
- awk: cmd. line:36: Math support is not compiled in
- awk: cmd. line:36: Math support is not compiled in
- awk: cmd. line:36: Math support is not compiled in
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement