Kod: Zaznacz cały
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 112 for .
=> Windows is installed in the MBR of /dev/sdb.
=> Grub2 (v1.99) is installed in the MBR of /dev/sdg and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
in partition 112 for .
sda1: __________________________________________________________________________
File system: Extended Partition
Boot sector type: Unknown
Boot sector info:
sda5: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Linux Mint 17.3 Rosa
Boot files: /boot/grub/grub.cfg /etc/fstab
sda3: __________________________________________________________________________
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
sda4: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
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:
sdb2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Mounting failed: mount: niewłaściwy typ systemu plików, błędna opcja, błędny superblok na /dev/sdb2,
brak strony kodowej lub programu pomocniczego albo jeszcze inny błąd
W niektórych przypadkach przydatne informacje można
znaleźć w logu systemowym (np. dmesg | tail)
sdg1: __________________________________________________________________________
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: /boot/grub/grub.cfg /bootmgr /boot/bcd
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 120.0 GB, 120034123776 bytes
głowic: 255, sektorów/ścieżkę: 63, cylindrów: 14593, w sumie sektorów: 234441648
Jednostka = sektorów, czyli 1 * 512 = 512 bajtów
Rozmiar sektora (logiczny/fizyczny) w bajtach: 512 / 512
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 167,329,792 234,440,703 67,110,912 5 Extended
/dev/sda5 167,331,840 234,440,703 67,108,864 83 Linux
/dev/sda2 * 141,737,984 160,612,351 18,874,368 83 Linux
/dev/sda3 2,048 141,737,983 141,735,936 7 NTFS / exFAT / HPFS
/dev/sda4 160,612,352 167,329,791 6,717,440 82 Linux swap / Solaris
Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 160.0 GB, 160040803840 bytes
głowic: 255, sektorów/ścieżkę: 63, cylindrów: 19457, w sumie sektorów: 312579695
Jednostka = sektorów, czyli 1 * 512 = 512 bajtów
Rozmiar sektora (logiczny/fizyczny) w bajtach: 512 / 512
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sdb1 62,916,608 312,578,047 249,661,440 7 NTFS / exFAT / HPFS
/dev/sdb2 2,048 62,916,607 62,914,560 83 Linux
Drive: sdg _____________________________________________________________________
Dysk /dev/sdg: 7990 MB, bajtów: 7990149120
głowic: 106, sektorów/ścieżkę: 30, cylindrów: 4907, w sumie sektorów: 15605760
Jednostka = sektorów, czyli 1 * 512 = 512 bajtów
Rozmiar sektora (logiczny/fizyczny) w bajtach: 512 / 512
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sdg1 63 15,605,759 15,605,697 83 Linux
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/sda2 52f721ec-2358-45dc-ab81-2ea56f220661 ext4
/dev/sda3 78537F0E77FE16ED ntfs
/dev/sda4 83c761cc-caad-47e4-b6de-2c2dded2de4f swap
/dev/sda5 36702d7d-c1fc-4c1d-9e7a-086e78d9dbf6 ext4
/dev/sdb1 76A1465102B57D23 ntfs
/dev/sdb2 4fc3b09c-2c26-4992-9bba-4578246fb25b ext4
/dev/sdg1 68CF877C54B2918D ntfs Windows USB
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/sda2 / ext4 (rw,errors=remount-ro)
/dev/sda5 /home ext4 (rw)
/dev/sdg1 /media/kakagonzalez/Windows USB fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
=========================== sda2/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 recordfail {
set recordfail=1
if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; 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,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 52f721ec-2358-45dc-ab81-2ea56f220661
else
search --no-floppy --fs-uuid --set=root 52f721ec-2358-45dc-ab81-2ea56f220661
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=pl_PL
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=30
else
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=10
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=10
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
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/06_mint_theme ###
set menu_color_normal=white/black
set menu_color_highlight=white/light-gray
### END /etc/grub.d/06_mint_theme ###
### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="${1}"
if [ "${1}" = "keep" ]; then
set vt_handoff=vt.handoff=7
else
set vt_handoff=
fi
}
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
menuentry 'Linux Mint 17.3 Cinnamon 64-bit' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-52f721ec-2358-45dc-ab81-2ea56f220661' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 52f721ec-2358-45dc-ab81-2ea56f220661
else
search --no-floppy --fs-uuid --set=root 52f721ec-2358-45dc-ab81-2ea56f220661
fi
linux /boot/vmlinuz-3.19.0-32-generic root=UUID=52f721ec-2358-45dc-ab81-2ea56f220661 ro quiet splash $vt_handoff
initrd /boot/initrd.img-3.19.0-32-generic
}
submenu 'Opcje zaawansowane dla systemu Linux Mint 17.3 Cinnamon 64-bit' $menuentry_id_option 'gnulinux-advanced-52f721ec-2358-45dc-ab81-2ea56f220661' {
menuentry 'Linux Mint 17.3 Cinnamon 64-bit, za pomocą systemu Linux 3.19.0-32-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-32-generic-advanced-52f721ec-2358-45dc-ab81-2ea56f220661' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 52f721ec-2358-45dc-ab81-2ea56f220661
else
search --no-floppy --fs-uuid --set=root 52f721ec-2358-45dc-ab81-2ea56f220661
fi
echo 'Wczytywanie systemu Linux 3.19.0-32-generic...'
linux /boot/vmlinuz-3.19.0-32-generic root=UUID=52f721ec-2358-45dc-ab81-2ea56f220661 ro quiet splash $vt_handoff
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-3.19.0-32-generic
}
menuentry 'Linux Mint 17.3 Cinnamon 64-bit, with Linux 3.19.0-32-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-32-generic-recovery-52f721ec-2358-45dc-ab81-2ea56f220661' {
recordfail
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 52f721ec-2358-45dc-ab81-2ea56f220661
else
search --no-floppy --fs-uuid --set=root 52f721ec-2358-45dc-ab81-2ea56f220661
fi
echo 'Wczytywanie systemu Linux 3.19.0-32-generic...'
linux /boot/vmlinuz-3.19.0-32-generic root=UUID=52f721ec-2358-45dc-ab81-2ea56f220661 ro recovery nomodeset
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-3.19.0-32-generic
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/10_lupin ###
### 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+ ###
menuentry 'Memory test (memtest86+)' {
insmod part_msdos
insmod ext2
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 52f721ec-2358-45dc-ab81-2ea56f220661
else
search --no-floppy --fs-uuid --set=root 52f721ec-2358-45dc-ab81-2ea56f220661
fi
knetbsd /boot/memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
insmod part_msdos
insmod ext2
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 52f721ec-2358-45dc-ab81-2ea56f220661
else
search --no-floppy --fs-uuid --set=root 52f721ec-2358-45dc-ab81-2ea56f220661
fi
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### 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 ${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 ###
--------------------------------------------------------------------------------
=============================== sda2/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/sdb2 during installation
UUID=52f721ec-2358-45dc-ab81-2ea56f220661 / ext4 errors=remount-ro 0 1
# /home was on /dev/sdb5 during installation
UUID=36702d7d-c1fc-4c1d-9e7a-086e78d9dbf6 /home ext4 defaults 0 2
# swap was on /dev/sda3 during installation
UUID=83c761cc-caad-47e4-b6de-2c2dded2de4f none swap sw 0 0
--------------------------------------------------------------------------------
=================== sda2: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
=========================== sdg1/boot/grub/grub.cfg: ===========================
--------------------------------------------------------------------------------
echo '------------------------------------'
echo '| Windows USB - Loading... |'
echo '------------------------------------'
insmod ntfs
search --no-floppy --fs-uuid 68CF877C54B2918D --set root
chainloader +1
boot
--------------------------------------------------------------------------------
=================== sdg1: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
======================== Unknown MBRs/Boot Sectors/etc: ========================
Unknown BootLoader on sda1
00000000 ac 40 44 2e 7a d6 ac d8 ea fd fb e7 42 7c da 27 |.@D.z.......B|.'|
00000010 42 1e ef be 64 10 c1 0e 90 cc 5b 18 b2 91 60 52 |B...d.....[...`R|
00000020 6f 86 00 64 88 ee 75 9e 26 e9 89 8d b9 49 8d 22 |o..d..u.&....I."|
00000030 24 e6 77 70 57 51 da 31 00 68 00 0a 8b 2d d6 c6 |$.wpWQ.1.h...-..|
00000040 c9 49 29 3f f7 82 dc 9b 80 0b f7 9a d6 ad ad 07 |.I)?............|
00000050 d8 b7 0d 96 bb cd f0 24 de 03 28 03 73 02 5d 6b |.......$..(.s.]k|
00000060 3b 22 5b a6 3a 02 31 3e 18 54 2c 99 46 67 76 46 |;"[.:.1>.T,.FgvF|
00000070 6d 5d 45 e3 ac 4c dd a3 93 16 bd 76 64 40 4a 09 |m]E..L.....vd@J.|
00000080 92 b6 d8 da 49 81 49 cf 97 ad 87 80 1d d1 a2 6b |....I.I........k|
00000090 5a cb b5 67 13 d7 c0 06 16 73 ff f8 38 7d eb fc |Z..g.....s..8}..|
000000a0 82 c5 86 5c 21 54 a6 a9 45 0b 85 99 bf 4c 00 c9 |...\!T..E....L..|
000000b0 11 dd 3b 3b 9d 22 24 6e 0a 4c 69 11 25 bb bb 82 |..;;."$n.Li.%...|
000000c0 b6 6d 63 64 00 00 12 a5 ba d8 d9 29 25 26 3f 30 |.mcd.......)%&?0|
000000d0 60 95 13 29 86 3b 0e b5 ac b7 5a d3 0a ec 3e 42 |`..).;....Z...>B|
000000e0 63 de 63 1c 27 3f ce f9 43 90 ff 8c 45 29 2b 50 |c.c.'?..C...E)+P|
000000f0 c6 04 3c c6 06 10 91 99 e5 33 3a 8b 2a 45 8d d3 |..<......3:.*E..|
00000100 4c 12 a0 5f c7 92 62 59 b6 f1 91 00 80 54 a9 6d |L.._..bY.....T.m|
00000110 63 25 22 49 e4 af 9e e4 c8 09 2d dc 66 b5 ac b5 |c%"I......-.f...|
00000120 b1 d6 58 4d c4 9b b0 7c 00 01 5b a0 01 e8 11 06 |..XM...|..[.....|
00000130 55 69 41 83 6b 9f 6f b5 78 e9 5b 34 03 ae 22 a0 |UiA.k.o.x.[4..".|
00000140 19 ac 6d ae fb a1 36 17 81 18 ad 25 77 2e 69 70 |..m...6....%w.ip|
00000150 b3 f0 41 42 c5 16 42 34 78 1d 5f 69 45 08 86 b6 |..AB..B4x._iE...|
00000160 d9 5d 74 ab 61 69 a6 40 07 09 ea 29 e9 15 b0 f1 |.]t.ai.@...)....|
00000170 14 0c 6f 3b a4 79 3c 6f e4 8a 2d 7d b7 0c d3 66 |..o;.y<o..-}...f|
00000180 c9 94 f9 18 45 63 30 64 ad 12 3a 16 de 38 69 14 |....Ec0d..:..8i.|
00000190 f3 e8 71 c9 a9 0b 49 0e 9d 8a 92 76 55 a2 90 9a |..q...I....vU...|
000001a0 86 54 6d 10 d0 49 3d 8a ad ae 81 4c b8 56 9a 37 |.Tm..I=....L.V.7|
000001b0 31 fc ac 07 b6 66 48 41 f6 97 95 f5 d6 4f 00 fe |1....fHA.....O..|
000001c0 ff ff 83 fe ff ff 00 08 00 00 00 00 00 04 00 00 |................|
000001d0 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
========= Devices which don't seem to have a corresponding hard drive: =========
sdc sdd sde sdf
=============================== StdErr Messages: ===============================
cat: /tmp/BootInfo-rRCtWdtu/Tmp_Log: Nie ma takiego pliku ani katalogu
cat: /tmp/BootInfo-rRCtWdtu/Tmp_Log: Nie ma takiego pliku ani katalogu
No volume groups found