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
- 939048961 of the same hard drive for core.img. core.img is at this
- location and looks in partition 138 for .
- sda1: __________________________________________________________________________
- File system: vfat
- Boot sector type: Unknown
- Boot sector info: No errors found in the Boot Parameter Block.
- Operating System:
- Boot files: /bootmgr /boot/bcd /KERNEL.SYS /COMMAND.COM
- sda2: __________________________________________________________________________
- 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: /bootmgr /Windows/System32/winload.exe
- sda3: __________________________________________________________________________
- File system: Extended Partition
- Boot sector type: Windows Vista/7: NTFS
- Boot sector info:
- sda5: __________________________________________________________________________
- File system: swap
- Boot sector type: -
- Boot sector info:
- sda6: __________________________________________________________________________
- File system: btrfs
- Boot sector type: -
- Boot sector info:
- Operating System: Welcome to openSUSE Leap 42.1 -
- Kernel ().
- Boot files: /boot/grub2/grub.cfg /etc/fstab
- ============================ Drive/Partition Info: =============================
- Drive: sda _____________________________________________________________________
- Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
- Units: sectors of 1 * 512 = 512 bytes
- Sector size (logical/physical): 512 bytes / 4096 bytes
- I/O size (minimum/optimal): 4096 bytes / 4096 bytes
- Partition Boot Start Sector End Sector # of Sectors Id System
- /dev/sda1 * 63 3,903,794 3,903,732 b W95 FAT32
- /dev/sda2 3,905,536 934,828,031 930,922,496 7 NTFS / exFAT / HPFS
- /dev/sda3 934,828,032 976,773,119 41,945,088 f W95 Extended (LBA)
- /dev/sda5 934,830,080 939,046,911 4,216,832 82 Linux swap / Solaris
- /dev/sda6 939,048,960 976,773,119 37,724,160 83 Linux
- "blkid" output: ________________________________________________________________
- Device UUID TYPE LABEL
- /dev/sda1 DC3A-6F3D vfat »õ ºŒ·ý
- /dev/sda2 D432E2B332E29A2E ntfs
- /dev/sda5 2c3a55bc-c87e-4a13-a252-f0987f144b27 swap
- /dev/sda6 abff5046-cc04-4b51-86f7-a5b172c20deb btrfs
- ================================ Mount points: =================================
- Device Mount_Point Type Options
- /dev/sda6 /boot/grub2/i386-pc btrfs (rw,relatime,space_cache,subvolid=260,subvol=/@/boot/grub2/i386-pc)
- /dev/sda6 /boot/grub2/x86_64-efi btrfs (rw,relatime,space_cache,subvolid=261,subvol=/@/boot/grub2/x86_64-efi)
- /dev/sda6 /home btrfs (rw,relatime,space_cache,subvolid=262,subvol=/@/home)
- /dev/sda6 /opt btrfs (rw,relatime,space_cache,subvolid=263,subvol=/@/opt)
- /dev/sda6 /.snapshots btrfs (rw,relatime,space_cache,subvolid=258,subvol=/@/.snapshots)
- /dev/sda6 /srv btrfs (rw,relatime,space_cache,subvolid=264,subvol=/@/srv)
- /dev/sda6 /tmp btrfs (rw,relatime,space_cache,subvolid=265,subvol=/@/tmp)
- /dev/sda6 / btrfs (rw,relatime,space_cache,subvolid=259,subvol=/@/.snapshots/1/snapshot)
- /dev/sda6 /usr/local btrfs (rw,relatime,space_cache,subvolid=266,subvol=/@/usr/local)
- /dev/sda6 /var/crash btrfs (rw,relatime,space_cache,subvolid=267,subvol=/@/var/crash)
- /dev/sda6 /var/lib/libvirt/images btrfs (rw,relatime,space_cache,subvolid=268,subvol=/@/var/lib/libvirt/images)
- /dev/sda6 /var/lib/mailman btrfs (rw,relatime,space_cache,subvolid=269,subvol=/@/var/lib/mailman)
- /dev/sda6 /var/lib/mariadb btrfs (rw,relatime,space_cache,subvolid=270,subvol=/@/var/lib/mariadb)
- /dev/sda6 /var/lib/mysql btrfs (rw,relatime,space_cache,subvolid=271,subvol=/@/var/lib/mysql)
- /dev/sda6 /var/lib/named btrfs (rw,relatime,space_cache,subvolid=272,subvol=/@/var/lib/named)
- /dev/sda6 /var/lib/pgsql btrfs (rw,relatime,space_cache,subvolid=273,subvol=/@/var/lib/pgsql)
- /dev/sda6 /var/log btrfs (rw,relatime,space_cache,subvolid=274,subvol=/@/var/log)
- /dev/sda6 /var/opt btrfs (rw,relatime,space_cache,subvolid=275,subvol=/@/var/opt)
- /dev/sda6 /var/spool btrfs (rw,relatime,space_cache,subvolid=276,subvol=/@/var/spool)
- /dev/sda6 /var/tmp btrfs (rw,relatime,space_cache,subvolid=277,subvol=/@/var/tmp)
- ========================== sda6/boot/grub2/grub.cfg: ===========================
- --------------------------------------------------------------------------------
- #
- # DO NOT EDIT THIS FILE
- #
- # It is automatically generated by grub2-mkconfig using templates
- # from /etc/grub.d and settings from /etc/default/grub
- #
- ### BEGIN /etc/grub.d/00_header ###
- set btrfs_relative_path="y"
- export btrfs_relative_path
- if [ -f ${config_directory}/grubenv ]; then
- load_env -f ${config_directory}/grubenv
- elif [ -s $prefix/grubenv ]; then
- load_env
- fi
- if [ "${env_block}" ] ; then
- load_env -f "${env_block}"
- fi
- if [ "${next_entry}" ] ; then
- set default="${next_entry}"
- set next_entry=
- save_env next_entry
- if [ "${env_block}" ] ; then
- save_env -f "${env_block}" next_entry
- fi
- set boot_once=true
- else
- set default="${saved_entry}"
- 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 btrfs
- set root='hd0,msdos6'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 --hint='hd0,msdos6' abff5046-cc04-4b51-86f7-a5b172c20deb
- else
- search --no-floppy --fs-uuid --set=root abff5046-cc04-4b51-86f7-a5b172c20deb
- fi
- font="/usr/share/grub2/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
- insmod part_msdos
- insmod btrfs
- set root='hd0,msdos6'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 --hint='hd0,msdos6' abff5046-cc04-4b51-86f7-a5b172c20deb
- else
- search --no-floppy --fs-uuid --set=root abff5046-cc04-4b51-86f7-a5b172c20deb
- fi
- insmod gfxmenu
- loadfont ($root)/boot/grub2/themes/openSUSE/ascii.pf2
- loadfont ($root)/boot/grub2/themes/openSUSE/DejaVuSans10.pf2
- loadfont ($root)/boot/grub2/themes/openSUSE/DejaVuSans12.pf2
- loadfont ($root)/boot/grub2/themes/openSUSE/DejaVuSans-Bold14.pf2
- insmod png
- set theme=($root)/boot/grub2/themes/openSUSE/theme.txt
- export theme
- if [ x${boot_once} = xtrue ]; then
- set timeout=0
- elif [ x$feature_timeout_style = xy ] ; then
- set timeout_style=menu
- set timeout=8
- # Fallback normal timeout code in case the timeout_style feature is
- # unavailable.
- else
- set timeout=8
- fi
- if [ -n "$extra_cmdline" ]; then
- submenu "Bootable snapshot #$snapshot_num" {
- menuentry "If OK, run 'snapper rollback' and reboot." { true; }
- }
- fi
- ### END /etc/grub.d/00_header ###
- ### BEGIN /etc/grub.d/00_tuned ###
- set tuned_params=""
- ### END /etc/grub.d/00_tuned ###
- ### BEGIN /etc/grub.d/10_linux ###
- menuentry 'openSUSE Leap 42.1' --class opensuse --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-abff5046-cc04-4b51-86f7-a5b172c20deb' {
- load_video
- set gfxpayload=keep
- insmod gzio
- insmod part_msdos
- insmod btrfs
- set root='hd0,msdos6'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 --hint='hd0,msdos6' abff5046-cc04-4b51-86f7-a5b172c20deb
- else
- search --no-floppy --fs-uuid --set=root abff5046-cc04-4b51-86f7-a5b172c20deb
- fi
- echo 'Loading Linux 4.1.31-30-default ...'
- linux /boot/vmlinuz-4.1.31-30-default root=UUID=abff5046-cc04-4b51-86f7-a5b172c20deb ${extra_cmdline} resume=/dev/sda5 splash=silent quiet showopts
- echo 'Loading initial ramdisk ...'
- initrd /boot/initrd-4.1.31-30-default
- }
- submenu 'Advanced options for openSUSE Leap 42.1' --hotkey=1 $menuentry_id_option 'gnulinux-advanced-abff5046-cc04-4b51-86f7-a5b172c20deb' {
- menuentry 'openSUSE Leap 42.1, with Linux 4.1.31-30-default' --hotkey=2 --class opensuse --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.1.31-30-default-advanced-abff5046-cc04-4b51-86f7-a5b172c20deb' {
- load_video
- set gfxpayload=keep
- insmod gzio
- insmod part_msdos
- insmod btrfs
- set root='hd0,msdos6'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 --hint='hd0,msdos6' abff5046-cc04-4b51-86f7-a5b172c20deb
- else
- search --no-floppy --fs-uuid --set=root abff5046-cc04-4b51-86f7-a5b172c20deb
- fi
- echo 'Loading Linux 4.1.31-30-default ...'
- linux /boot/vmlinuz-4.1.31-30-default root=UUID=abff5046-cc04-4b51-86f7-a5b172c20deb ${extra_cmdline} resume=/dev/sda5 splash=silent quiet showopts
- echo 'Loading initial ramdisk ...'
- initrd /boot/initrd-4.1.31-30-default
- }
- menuentry 'openSUSE Leap 42.1, with Linux 4.1.12-1-default' --class opensuse --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.1.12-1-default-advanced-abff5046-cc04-4b51-86f7-a5b172c20deb' {
- load_video
- set gfxpayload=keep
- insmod gzio
- insmod part_msdos
- insmod btrfs
- set root='hd0,msdos6'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 --hint='hd0,msdos6' abff5046-cc04-4b51-86f7-a5b172c20deb
- else
- search --no-floppy --fs-uuid --set=root abff5046-cc04-4b51-86f7-a5b172c20deb
- fi
- echo 'Loading Linux 4.1.12-1-default ...'
- linux /boot/vmlinuz-4.1.12-1-default root=UUID=abff5046-cc04-4b51-86f7-a5b172c20deb ${extra_cmdline} resume=/dev/sda5 splash=silent quiet showopts
- echo 'Loading initial ramdisk ...'
- initrd /boot/initrd-4.1.12-1-default
- }
- }
- ### END /etc/grub.d/10_linux ###
- ### BEGIN /etc/grub.d/20_linux_xen ###
- ### END /etc/grub.d/20_linux_xen ###
- ### BEGIN /etc/grub.d/20_memtest86+ ###
- ### END /etc/grub.d/20_memtest86+ ###
- ### BEGIN /etc/grub.d/30_os-prober ###
- menuentry 'FreeDOS (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-DC3A-6F3D' {
- insmod part_msdos
- insmod fat
- 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' DC3A-6F3D
- else
- search --no-floppy --fs-uuid --set=root DC3A-6F3D
- fi
- drivemap -s (hd0) ${root}
- chainloader +1
- }
- ### END /etc/grub.d/30_os-prober ###
- ### 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 ###
- ### BEGIN /etc/grub.d/80_suse_btrfs_snapshot ###
- if [ -f "/.snapshots/grub-snapshot.cfg" ]; then
- source "/.snapshots/grub-snapshot.cfg"
- fi
- ### END /etc/grub.d/80_suse_btrfs_snapshot ###
- ### BEGIN /etc/grub.d/90_persistent ###
- ### END /etc/grub.d/90_persistent ###
- ### BEGIN /etc/grub.d/95_textmode ###
- ### END /etc/grub.d/95_textmode ###
- --------------------------------------------------------------------------------
- =============================== sda6/etc/fstab: ================================
- --------------------------------------------------------------------------------
- UUID=2c3a55bc-c87e-4a13-a252-f0987f144b27 swap swap defaults 0 0
- UUID=abff5046-cc04-4b51-86f7-a5b172c20deb / btrfs defaults 0 0
- UUID=abff5046-cc04-4b51-86f7-a5b172c20deb /boot/grub2/i386-pc btrfs subvol=@/boot/grub2/i386-pc 0 0
- UUID=abff5046-cc04-4b51-86f7-a5b172c20deb /boot/grub2/x86_64-efi btrfs subvol=@/boot/grub2/x86_64-efi 0 0
- UUID=abff5046-cc04-4b51-86f7-a5b172c20deb /home btrfs subvol=@/home 0 0
- UUID=abff5046-cc04-4b51-86f7-a5b172c20deb /opt btrfs subvol=@/opt 0 0
- UUID=abff5046-cc04-4b51-86f7-a5b172c20deb /srv btrfs subvol=@/srv 0 0
- UUID=abff5046-cc04-4b51-86f7-a5b172c20deb /tmp btrfs subvol=@/tmp 0 0
- UUID=abff5046-cc04-4b51-86f7-a5b172c20deb /usr/local btrfs subvol=@/usr/local 0 0
- UUID=abff5046-cc04-4b51-86f7-a5b172c20deb /var/crash btrfs subvol=@/var/crash 0 0
- UUID=abff5046-cc04-4b51-86f7-a5b172c20deb /var/lib/libvirt/images btrfs subvol=@/var/lib/libvirt/images 0 0
- UUID=abff5046-cc04-4b51-86f7-a5b172c20deb /var/lib/mailman btrfs subvol=@/var/lib/mailman 0 0
- UUID=abff5046-cc04-4b51-86f7-a5b172c20deb /var/lib/mariadb btrfs subvol=@/var/lib/mariadb 0 0
- UUID=abff5046-cc04-4b51-86f7-a5b172c20deb /var/lib/mysql btrfs subvol=@/var/lib/mysql 0 0
- UUID=abff5046-cc04-4b51-86f7-a5b172c20deb /var/lib/named btrfs subvol=@/var/lib/named 0 0
- UUID=abff5046-cc04-4b51-86f7-a5b172c20deb /var/lib/pgsql btrfs subvol=@/var/lib/pgsql 0 0
- UUID=abff5046-cc04-4b51-86f7-a5b172c20deb /var/log btrfs subvol=@/var/log 0 0
- UUID=abff5046-cc04-4b51-86f7-a5b172c20deb /var/opt btrfs subvol=@/var/opt 0 0
- UUID=abff5046-cc04-4b51-86f7-a5b172c20deb /var/spool btrfs subvol=@/var/spool 0 0
- UUID=abff5046-cc04-4b51-86f7-a5b172c20deb /var/tmp btrfs subvol=@/var/tmp 0 0
- UUID=abff5046-cc04-4b51-86f7-a5b172c20deb /.snapshots btrfs subvol=@/.snapshots 0 0
- --------------------------------------------------------------------------------
- =================== sda6: Location of files loaded by Grub: ====================
- GiB - GB File Fragment(s)
- ======================== Unknown MBRs/Boot Sectors/etc: ========================
- Unknown BootLoader on sda1
- 00000000 eb 58 90 4d 53 57 49 4e 34 2e 31 00 02 08 26 00 |.X.MSWIN4.1...&.|
- 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 3f 00 00 00 |........?...?...|
- 00000020 f0 90 3b 00 dd 0e 00 00 00 00 00 00 02 00 00 00 |..;.............|
- 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- 00000040 80 00 29 3d 6f 3a dc bb f5 20 ba bc b7 fd 00 00 |..)=o:... ......|
- 00000050 00 00 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 |..FAT32 3.....|
- 00000060 7b 8e c1 8e d9 bd 00 7c 88 56 40 88 4e 02 8a 56 |{......|.V@.N..V|
- 00000070 40 b4 41 bb aa 55 cd 13 72 10 81 fb 55 aa 75 0a |@.A..U..r...U.u.|
- 00000080 f6 c1 01 74 05 fe 46 02 eb 2d 8a 56 40 b4 08 cd |...t..F..-.V@...|
- 00000090 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f b6 |.s......f...@f..|
- 000000a0 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 c9 |...?.......Af...|
- 000000b0 66 f7 e1 66 89 46 f8 83 7e 16 00 75 39 83 7e 2a |f..f.F..~..u9.~*|
- 000000c0 00 77 33 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 01 |.w3f.F.f........|
- 000000d0 00 e8 2c 00 e9 a8 03 a1 f8 7d 80 c4 7c 8b f0 ac |..,......}..|...|
- 000000e0 84 c0 74 17 3c ff 74 09 b4 0e bb 07 00 cd 10 eb |..t.<.t.........|
- 000000f0 ee a1 fa 7d eb e4 a1 7d 80 eb df 98 cd 16 cd 19 |...}...}........|
- 00000100 66 60 80 7e 02 00 0f 84 20 00 66 6a 00 66 50 06 |f`.~.... .fj.fP.|
- 00000110 53 66 68 10 00 01 00 b4 42 8a 56 40 8b f4 cd 13 |Sfh.....B.V@....|
- 00000120 66 58 66 58 66 58 66 58 eb 33 66 3b 46 f8 72 03 |fXfXfXfX.3f;F.r.|
- 00000130 f9 eb 2a 66 33 d2 66 0f b7 4e 18 66 f7 f1 fe c2 |..*f3.f..N.f....|
- 00000140 8a ca 66 8b d0 66 c1 ea 10 f7 76 1a 86 d6 8a 56 |..f..f....v....V|
- 00000150 40 8a e8 c0 e4 06 0a cc b8 01 02 cd 13 66 61 0f |@............fa.|
- 00000160 82 74 ff 81 c3 00 02 66 40 49 75 94 c3 42 4f 4f |.t.....f@Iu..BOO|
- 00000170 54 4d 47 52 20 20 20 20 00 00 00 00 00 00 00 00 |TMGR ........|
- 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- *
- 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 44 69 |..............Di|
- 000001b0 73 6b 20 65 72 72 6f 72 ff 0d 0a 50 72 65 73 73 |sk error...Press|
- 000001c0 20 61 6e 79 20 6b 65 79 20 74 6f 20 72 65 73 74 | any key to rest|
- 000001d0 61 72 74 0d 0a 00 00 00 00 00 00 00 00 00 00 00 |art.............|
- 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 ac 01 b9 01 00 00 55 aa |..............U.|
- 00000200
- =============================== StdErr Messages: ===============================
- cat: /tmp/BootInfo-E7KjuRtT/Tmp_Log: No such file or directory
- mdadm: No arrays found in config file or automatically
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement