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: ===============================
- => Windows is installed in the MBR of /dev/sda.
- sda1: __________________________________________________________________________
- 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 /Boot/BCD
- sda2: __________________________________________________________________________
- File system: ntfs
- Boot sector type: Windows Vista/7: NTFS
- Boot sector info: No errors found in the Boot Parameter Block.
- Operating System: Windows 7
- Boot files: /Windows/System32/winload.exe /wubildr /wubildr.mbr
- sda3: __________________________________________________________________________
- 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: /wubildr
- sda4: __________________________________________________________________________
- File system: Extended Partition
- Boot sector type: -
- Boot sector info:
- sda5: __________________________________________________________________________
- File system: exfat
- Boot sector type: Unknown
- Boot sector info:
- Mounting failed: mount: unknown filesystem type 'exfat'
- sda6: __________________________________________________________________________
- File system: exfat
- Boot sector type: Unknown
- Boot sector info:
- Mounting failed: mount: unknown filesystem type 'exfat'
- mount: unknown filesystem type 'exfat'
- sda7: __________________________________________________________________________
- File system: ntfs
- Boot sector type: Windows Vista/7: NTFS
- Boot sector info: According to the info in the boot sector, sda7 starts
- at sector 2048.
- Operating System:
- Boot files: /wubildr /ubuntu/winboot/wubildr
- /ubuntu/winboot/wubildr.mbr /ubuntu/disks/root.disk
- /ubuntu/disks/swap.disk
- sda7/Wubi: _____________________________________________________________________
- File system: ext3
- Boot sector type: -
- Boot sector info:
- Operating System: Ubuntu 12.04.4 LTS
- Boot files: /boot/grub/grub.cfg /etc/fstab
- ============================ Drive/Partition Info: =============================
- Drive: sda _____________________________________________________________________
- Disk /dev/sda: 500.1 GB, 500107862016 bytes
- 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
- Units = sectors of 1 * 512 = 512 bytes
- Sector size (logical/physical): 512 bytes / 4096 bytes
- Partition Boot Start Sector End Sector # of Sectors Id System
- /dev/sda1 * 2,048 206,847 204,800 7 NTFS / exFAT / HPFS
- /dev/sda2 206,848 146,802,687 146,595,840 7 NTFS / exFAT / HPFS
- /dev/sda3 146,802,688 272,631,807 125,829,120 7 NTFS / exFAT / HPFS
- /dev/sda4 272,631,808 976,771,071 704,139,264 f W95 Extended (LBA)
- /dev/sda5 272,633,856 566,235,135 293,601,280 7 NTFS / exFAT / HPFS
- /dev/sda6 566,237,184 859,838,463 293,601,280 7 NTFS / exFAT / HPFS
- /dev/sda7 859,840,512 976,771,071 116,930,560 7 NTFS / exFAT / HPFS
- GUID Partition Table detected, but does not seem to be used.
- Partition Start Sector End Sector # of Sectors System
- "blkid" output: ________________________________________________________________
- Device UUID TYPE LABEL
- /dev/loop0 a614ada9-c9ab-402a-a06a-b4a3700e4900 ext3
- /dev/sda1 96CCFFA7CCFF8033 ntfs System Reserved
- /dev/sda2 44AEA7D8AEA7C132 ntfs
- /dev/sda3 A86A438B6A4354EA ntfs
- /dev/sda5 E6A1-AF9C exfat New Volume
- /dev/sda6 DAAC-2EFB exfat New Volume
- /dev/sda7 0AB4B942B4B93155 ntfs New Volume
- ================================ Mount points: =================================
- Device Mount_Point Type Options
- /dev/loop0 / ext3 (rw)
- /dev/sda1 /media/System Reserved fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
- /dev/sda2 /media/44AEA7D8AEA7C132 fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
- /dev/sda3 /media/A86A438B6A4354EA fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
- /dev/sda7 /host fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
- ======================== sda7/Wubi/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
- set default="0"
- 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 recordfail {
- set recordfail=1
- if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
- }
- function load_video {
- insmod vbe
- insmod vga
- insmod video_bochs
- insmod video_cirrus
- }
- insmod part_msdos
- insmod ntfs
- set root='(hd0,msdos7)'
- search --no-floppy --fs-uuid --set=root 0AB4B942B4B93155
- loopback loop0 /ubuntu/disks/root.disk
- set root=(loop0)
- if loadfont /usr/share/grub/unicode.pf2 ; then
- set gfxmode=auto
- load_video
- insmod gfxterm
- insmod part_msdos
- insmod ntfs
- set root='(hd0,msdos7)'
- search --no-floppy --fs-uuid --set=root 0AB4B942B4B93155
- loopback loop0 /ubuntu/disks/root.disk
- set root=(loop0)
- set locale_dir=($root)/boot/grub/locale
- set lang=
- insmod gettext
- fi
- terminal_output gfxterm
- if [ "${recordfail}" = 1 ] ; then
- set timeout=-1
- else
- if [ x$feature_timeout_style = xy ] ; then
- set timeout_style=hidden
- set timeout=0
- # Fallback hidden-timeout code in case the timeout_style feature is
- # unavailable.
- elif sleep --interruptible 0 ; then
- set timeout=0
- fi
- fi
- ### END /etc/grub.d/00_header ###
- ### BEGIN /etc/grub.d/05_debian_theme ###
- set menu_color_normal=white/black
- set menu_color_highlight=black/light-gray
- if background_color 44,0,30; then
- clear
- fi
- ### END /etc/grub.d/05_debian_theme ###
- ### BEGIN /etc/grub.d/10_linux ###
- ### END /etc/grub.d/10_linux ###
- ### BEGIN /etc/grub.d/10_lupin ###
- if [ ${recordfail} != 1 ]; then
- if [ -e ${prefix}/gfxblacklist.txt ]; then
- if hwmatch ${prefix}/gfxblacklist.txt 3; then
- if [ ${match} = 0 ]; then
- set linux_gfx_mode=keep
- else
- set linux_gfx_mode=text
- fi
- else
- set linux_gfx_mode=text
- fi
- else
- set linux_gfx_mode=keep
- fi
- else
- set linux_gfx_mode=text
- fi
- export linux_gfx_mode
- if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
- menuentry 'Ubuntu, with Linux 3.11.0-15-generic' --class ubuntu --class gnu-linux --class gnu --class os {
- set gfxpayload=$linux_gfx_mode
- insmod part_msdos
- insmod ntfs
- set root='(hd0,msdos7)'
- search --no-floppy --fs-uuid --set=root 0AB4B942B4B93155
- loopback loop0 /ubuntu/disks/root.disk
- set root=(loop0)
- linux /boot/vmlinuz-3.11.0-15-generic root=UUID=0AB4B942B4B93155 loop=/ubuntu/disks/root.disk ro quiet splash vt.handoff=7
- initrd /boot/initrd.img-3.11.0-15-generic
- }
- menuentry 'Ubuntu, with Linux 3.11.0-15-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
- insmod part_msdos
- insmod ntfs
- set root='(hd0,msdos7)'
- search --no-floppy --fs-uuid --set=root 0AB4B942B4B93155
- loopback loop0 /ubuntu/disks/root.disk
- set root=(loop0)
- echo 'Loading Linux 3.11.0-15-generic ...'
- linux /boot/vmlinuz-3.11.0-15-generic root=UUID=0AB4B942B4B93155 loop=/ubuntu/disks/root.disk ro recovery nomodeset
- echo 'Loading initial ramdisk ...'
- initrd /boot/initrd.img-3.11.0-15-generic
- }
- ### END /etc/grub.d/10_lupin ###
- ### 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 ###
- ### 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 $prefix/custom.cfg ]; then
- source $prefix/custom.cfg;
- fi
- ### END /etc/grub.d/41_custom ###
- --------------------------------------------------------------------------------
- ============================= sda7/Wubi/etc/fstab: =============================
- --------------------------------------------------------------------------------
- # UNCONFIGURED FSTAB FOR BASE SYSTEM
- /host/ubuntu/disks/swap.disk none swap sw 0 0
- --------------------------------------------------------------------------------
- ================= sda7/Wubi: Location of files loaded by Grub: =================
- GiB - GB File Fragment(s)
- = boot/grub/grub.cfg 1
- = boot/initrd.img-3.11.0-15-generic 71
- = boot/vmlinuz-3.11.0-15-generic 25
- = boot/vmlinuz-3.11.0-15-generic.efi.signed 26
- = initrd.img 71
- = vmlinuz 25
- ======================== Unknown MBRs/Boot Sectors/etc: ========================
- Unknown BootLoader on sda5
- 00000000 eb 76 90 45 58 46 41 54 20 20 20 00 00 00 00 00 |.v.EXFAT .....|
- 00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- *
- 00000040 00 10 40 10 00 00 00 00 00 00 80 11 00 00 00 00 |..@.............|
- 00000050 00 08 00 00 00 24 00 00 00 30 00 00 d0 7f 11 00 |.....$...0......|
- 00000060 05 00 00 00 9c af a1 e6 00 01 00 00 09 08 01 80 |................|
- 00000070 00 00 00 00 00 00 00 00 33 c9 8e d1 bc f0 7b 8e |........3.....{.|
- 00000080 d9 a0 fb 7d b4 7d 8b f0 ac 98 40 74 0c 48 74 0e |...}.}[email protected].|
- 00000090 b4 0e bb 07 00 cd 10 eb ef a0 fd 7d eb e6 cd 16 |...........}....|
- 000000a0 cd 19 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- 000000b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- *
- 00000100 0d 0a 52 65 6d 6f 76 65 20 64 69 73 6b 73 20 6f |..Remove disks o|
- 00000110 72 20 6f 74 68 65 72 20 6d 65 64 69 61 2e ff 0d |r other media...|
- 00000120 0a 44 69 73 6b 20 65 72 72 6f 72 ff 0d 0a 50 72 |.Disk error...Pr|
- 00000130 65 73 73 20 61 6e 79 20 6b 65 79 20 74 6f 20 72 |ess any key to r|
- 00000140 65 73 74 61 72 74 0d 0a 00 00 00 00 00 00 00 00 |estart..........|
- 00000150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- *
- 000001b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff |................|
- 000001c0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
- *
- 000001f0 ff ff ff ff ff ff ff ff ff ff ff 00 1f 2c 55 aa |.............,U.|
- 00000200
- Unknown BootLoader on sda6
- 00000000 eb 76 90 45 58 46 41 54 20 20 20 00 00 00 00 00 |.v.EXFAT .....|
- 00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- *
- 00000040 00 18 c0 21 00 00 00 00 00 00 80 11 00 00 00 00 |...!............|
- 00000050 00 08 00 00 00 24 00 00 00 30 00 00 d0 7f 11 00 |.....$...0......|
- 00000060 05 00 00 00 fb 2e ac da 00 01 00 00 09 08 01 80 |................|
- 00000070 00 00 00 00 00 00 00 00 33 c9 8e d1 bc f0 7b 8e |........3.....{.|
- 00000080 d9 a0 fb 7d b4 7d 8b f0 ac 98 40 74 0c 48 74 0e |...}.}[email protected].|
- 00000090 b4 0e bb 07 00 cd 10 eb ef a0 fd 7d eb e6 cd 16 |...........}....|
- 000000a0 cd 19 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- 000000b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- *
- 00000100 0d 0a 52 65 6d 6f 76 65 20 64 69 73 6b 73 20 6f |..Remove disks o|
- 00000110 72 20 6f 74 68 65 72 20 6d 65 64 69 61 2e ff 0d |r other media...|
- 00000120 0a 44 69 73 6b 20 65 72 72 6f 72 ff 0d 0a 50 72 |.Disk error...Pr|
- 00000130 65 73 73 20 61 6e 79 20 6b 65 79 20 74 6f 20 72 |ess any key to r|
- 00000140 65 73 74 61 72 74 0d 0a 00 00 00 00 00 00 00 00 |estart..........|
- 00000150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- *
- 000001b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff |................|
- 000001c0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
- *
- 000001f0 ff ff ff ff ff ff ff ff ff ff ff 00 1f 2c 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement