Kod: Zaznacz cały
Boot Info Script 0.61.full + Boot-Repair extra info [Boot-Info October 25th 2012]
============================= Boot Info Summary: ===============================
=> Grub2 (v1.99-2.00) is installed in the MBR of /dev/sda and looks at sector
372482048 of the same hard drive for core.img, but core.img can not be
found at this location.
sda1: __________________________________________________________________________
File system: vfat
Boot sector type: Unknown
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /EFI/Boot/bootx64.efi /EFI/ubuntu/grubx64.efi
/EFI/Microsoft/Boot/bootmgfw.efi
/EFI/Microsoft/Boot/bootmgr.efi
/EFI/Microsoft/Boot/memtest.efi
sda2: __________________________________________________________________________
File system:
Boot sector type: -
Boot sector info:
Mounting failed: mount: unknown filesystem type ''
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: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sda4: __________________________________________________________________________
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:
sda5: __________________________________________________________________________
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
sda6: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 12.10
Boot files: /boot/grub/grub.cfg /etc/fstab
sda7: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 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 1 1,953,525,167 1,953,525,167 ee GPT
GUID Partition Table detected.
Partition Start Sector End Sector # of Sectors System
/dev/sda1 2,048 411,647 409,600 EFI System partition
/dev/sda2 411,648 673,791 262,144 Microsoft Reserved Partition (Windows)
/dev/sda3 673,792 372,482,047 371,808,256 Data partition (Windows/Linux)
/dev/sda4 560,898,048 1,901,092,863 1,340,194,816 Data partition (Windows/Linux)
/dev/sda5 1,901,094,912 1,953,523,711 52,428,800 Windows Recovery Environment (Windows)
/dev/sda6 372,482,048 433,944,575 61,462,528 Data partition (Windows/Linux)
/dev/sda7 433,944,576 560,898,047 126,953,472 Data partition (Windows/Linux)
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/sda1 148E-1A16 vfat SYSTEM
/dev/sda3 8AF24081F240738B ntfs OS
/dev/sda4 9CE46B64E46B401E ntfs DATA
/dev/sda5 AC7A43BA7A438056 ntfs Recovery
/dev/sda6 dcadd23e-1afc-4b77-b4cc-1333c3dd91ce ext4
/dev/sda7 a2b9a8c7-d4d8-4d2e-bc55-baf7844e2889 ext4
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/sda1 /boot/efi vfat (rw)
/dev/sda6 / ext4 (rw,errors=remount-ro)
/dev/sda7 /home ext4 (rw)
=========================== sda6/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 [ 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_gpt
insmod ext2
set root='hd0,gpt6'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 dcadd23e-1afc-4b77-b4cc-1333c3dd91ce
else
search --no-floppy --fs-uuid --set=root dcadd23e-1afc-4b77-b4cc-1333c3dd91ce
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=10
else
set timeout=10
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 ###
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
if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-dcadd23e-1afc-4b77-b4cc-1333c3dd91ce' {
recordfail
gfxmode $linux_gfx_mode
insmod gzio
insmod part_gpt
insmod ext2
set root='hd0,gpt6'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 dcadd23e-1afc-4b77-b4cc-1333c3dd91ce
else
search --no-floppy --fs-uuid --set=root dcadd23e-1afc-4b77-b4cc-1333c3dd91ce
fi
linux /boot/vmlinuz-3.5.0-17-generic root=UUID=dcadd23e-1afc-4b77-b4cc-1333c3dd91ce ro quiet splash $vt_handoff
initrd /boot/initrd.img-3.5.0-17-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-dcadd23e-1afc-4b77-b4cc-1333c3dd91ce' {
menuentry 'Ubuntu, with Linux 3.5.0-17-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-17-generic-advanced-dcadd23e-1afc-4b77-b4cc-1333c3dd91ce' {
recordfail
gfxmode $linux_gfx_mode
insmod gzio
insmod part_gpt
insmod ext2
set root='hd0,gpt6'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 dcadd23e-1afc-4b77-b4cc-1333c3dd91ce
else
search --no-floppy --fs-uuid --set=root dcadd23e-1afc-4b77-b4cc-1333c3dd91ce
fi
echo 'Loading Linux 3.5.0-17-generic ...'
linux /boot/vmlinuz-3.5.0-17-generic root=UUID=dcadd23e-1afc-4b77-b4cc-1333c3dd91ce ro quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.5.0-17-generic
}
menuentry 'Ubuntu, with Linux 3.5.0-17-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-17-generic-recovery-dcadd23e-1afc-4b77-b4cc-1333c3dd91ce' {
recordfail
insmod gzio
insmod part_gpt
insmod ext2
set root='hd0,gpt6'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 dcadd23e-1afc-4b77-b4cc-1333c3dd91ce
else
search --no-floppy --fs-uuid --set=root dcadd23e-1afc-4b77-b4cc-1333c3dd91ce
fi
echo 'Loading Linux 3.5.0-17-generic ...'
linux /boot/vmlinuz-3.5.0-17-generic root=UUID=dcadd23e-1afc-4b77-b4cc-1333c3dd91ce ro recovery nomodeset
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.5.0-17-generic
}
}
### 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 ###
menuentry 'Windows 7 (loader) (on /dev/sda3)' --class windows --class os $menuentry_id_option 'osprober-chain-8AF24081F240738B' {
insmod part_gpt
insmod ntfs
set root='hd0,gpt3'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 8AF24081F240738B
else
search --no-floppy --fs-uuid --set=root 8AF24081F240738B
fi
chainloader +1
}
menuentry 'Windows Recovery Environment (loader) (on /dev/sda5)' --class windows --class os $menuentry_id_option 'osprober-chain-AC7A43BA7A438056' {
insmod part_gpt
insmod ntfs
set root='hd0,gpt5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 AC7A43BA7A438056
else
search --no-floppy --fs-uuid --set=root AC7A43BA7A438056
fi
drivemap -s (hd0) ${root}
chainloader +1
}
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
fwsetup
}
### 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 ###
--------------------------------------------------------------------------------
=============================== sda6/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/sda6 during installation
UUID=dcadd23e-1afc-4b77-b4cc-1333c3dd91ce / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=148E-1A16 /boot/efi vfat defaults 0 1
# /home was on /dev/sda7 during installation
UUID=a2b9a8c7-d4d8-4d2e-bc55-baf7844e2889 /home ext4 defaults 0 2
--------------------------------------------------------------------------------
=================== sda6: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
187.762344360 = 201.608282112 boot/grub/grub.cfg 1
179.283721924 = 192.504430592 boot/initrd.img-3.5.0-17-generic 1
181.829513550 = 195.237953536 boot/vmlinuz-3.5.0-17-generic 1
179.283721924 = 192.504430592 initrd.img 1
179.283721924 = 192.504430592 initrd.img.old 1
181.829513550 = 195.237953536 vmlinuz 1
======================== Unknown MBRs/Boot Sectors/etc: ========================
Unknown BootLoader on sda1
00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 04 de 19 |.X.MSDOS5.0.....|
00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
00000020 00 40 06 00 11 03 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 16 1a 8e 14 4e 4f 20 4e 41 4d 45 20 20 |..)....NO NAME |
00000050 20 20 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
ADDITIONAL INFORMATION :
=================== log of boot-repair 2012-11-04__14h43 ===================
boot-repair version : 3.194~ppa50~quantal
boot-sav version : 3.194~ppa50~quantal
glade2script version : 3.2.2~ppa45~quantal
boot-sav-extra version : 3.194~ppa50~quantal
boot-repair is executed in installed-session (Ubuntu 12.10, quantal, Ubuntu, x86_64)
CPU op-mode(s): 32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic root=UUID=dcadd23e-1afc-4b77-b4cc-1333c3dd91ce ro quiet splash vt.handoff=7
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
=================== os-prober:
/dev/sda6:System w użyciu - Ubuntu 12.10 CurrentSession:linux
/dev/sda3:Windows 7 (loader):Windows:chain
/dev/sda5:Windows Recovery Environment (loader):Windows1:chain
=================== blkid:
/dev/sda1: LABEL="SYSTEM" UUID="148E-1A16" TYPE="vfat"
/dev/sda3: LABEL="OS" UUID="8AF24081F240738B" TYPE="ntfs"
/dev/sda4: LABEL="DATA" UUID="9CE46B64E46B401E" TYPE="ntfs"
/dev/sda5: LABEL="Recovery" UUID="AC7A43BA7A438056" TYPE="ntfs"
/dev/sda6: UUID="dcadd23e-1afc-4b77-b4cc-1333c3dd91ce" TYPE="ext4"
/dev/sda7: UUID="a2b9a8c7-d4d8-4d2e-bc55-baf7844e2889" TYPE="ext4"
1 disks with OS, 3 OS : 1 Linux, 0 MacOS, 2 Windows, 0 unknown type OS.
UWAGA: na '/dev/sda' wykryto tablicę partycji GPT (GUID Partition Table)! Narzędzie sfdisk nie obsługuje GPT. Należy użyć GNU Parteda.
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
=================== /etc/default/grub :
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
=================== /etc/grub.d/ :
drwxr-xr-x 2 root root 4096 lis 4 14:13 grub.d
drwxr-xr-x 2 root root 4096 lis 4 14:03 grub.d.bak
razem 68
-rwxr-xr-x 1 root root 7541 paź 14 19:36 00_header
-rwxr-xr-x 1 root root 5488 paź 4 11:30 05_debian_theme
-rwxr-xr-x 1 root root 10891 paź 14 19:36 10_linux
-rwxr-xr-x 1 root root 10258 paź 14 19:36 20_linux_xen
-rwxr-xr-x 1 root root 10976 paź 14 19:36 30_os-prober
-rwxr-xr-x 1 root root 1426 paź 14 19:36 30_uefi-firmware
-rwxr-xr-x 1 root root 214 paź 14 19:36 40_custom
-rwxr-xr-x 1 root root 216 paź 14 19:36 41_custom
-rw-r--r-- 1 root root 483 paź 14 19:36 README
/boot/efi detected in the fstab of sda6: UUID=148E-1A16 (sda1)
ls: nie ma dostępu do : Nie ma takiego pliku ani katalogu
Presence of EFI/Microsoft file detected: /boot/efi/efi/Microsoft/Boot/bootmgfw.efi
Presence of EFI/Boot file detected: /boot/efi/efi/Boot/bootx64.efi
Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
=================== UEFI/Legacy mode :
BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
=================== PARTITIONS & DISKS:
sda6 : sda, not-sepboot, grubenv-ok grub2, grub-efi, update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, farbios, .
sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, is-correct-EFI, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /boot/efi.
sda3 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda3.
sda4 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda4.
sda5 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-kernel, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, recovery-or-hidden, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda5.
sda7 : sda, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /home.
sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
=================== parted -l:
Model: ATA ST1000LM024 HN-M (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Number Start End Size File system Name Flags
1 1049kB 211MB 210MB fat32 EFI system partition boot
2 211MB 345MB 134MB Microsoft reserved partition msftres
3 345MB 191GB 190GB ntfs Basic data partition
6 191GB 222GB 31.5GB ext4
7 222GB 287GB 65.0GB ext4
4 287GB 973GB 686GB ntfs Basic data partition
5 973GB 1000GB 26.8GB ntfs Basic data partition hidden, diag
=================== parted -lm:
BYT;
/dev/sda:1000GB:scsi:512:4096:gpt:ATA ST1000LM024 HN-M;
1:1049kB:211MB:210MB:fat32:EFI system partition:boot;
2:211MB:345MB:134MB::Microsoft reserved partition:msftres;
3:345MB:191GB:190GB:ntfs:Basic data partition:;
6:191GB:222GB:31.5GB:ext4::;
7:222GB:287GB:65.0GB:ext4::;
4:287GB:973GB:686GB:ntfs:Basic data partition:;
5:973GB:1000GB:26.8GB:ntfs:Basic data partition:hidden, diag;
=================== mount:
/dev/sda6 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
/dev/sda7 on /home type ext4 (rw)
/dev/sda1 on /boot/efi type vfat (rw)
gvfsd-fuse on /run/user/heban/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=heban)
/dev/sda3 on /mnt/boot-sav/sda3 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sda4 on /mnt/boot-sav/sda4 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sda5 on /mnt/boot-sav/sda5 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
=================== ls:
/sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda3 sda4 sda5 sda6 sda7 size slaves stat subsystem trace uevent
/sys/block/sr0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered): alarm ashmem autofs binder block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency disk dri dvd dvdrw ecryptfs fb0 fb1 fd full fuse hidraw0 hpet input kmsg kvm log mapper mcelog mei mem net network_latency network_throughput null oldmem port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sda5 sda6 sda7 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uinput urandom v4l vga_arbiter vhost-net video0 zero
ls /dev/mapper: control
ls: nie ma dostępu do : Nie ma takiego pliku ani katalogu
Files in /boot/efi/efi: /boot/efi/efi/ubuntu/grubx64.efi /boot/efi/efi/ubuntu /boot/efi/efi/ASUS/N76VZ.BIN /boot/efi/efi/ASUS/N76VM.BIN /boot/efi/efi/ASUS /boot/efi/efi/Boot/bootx64.efi /boot/efi/efi/Boot /boot/efi/efi/Microsoft/Boot/Resources/pl-PL/bootres.dll.mui /boot/efi/efi/Microsoft/Boot/Resources/pl-PL /boot/efi/efi/Microsoft/Boot/Resources/bootres.dll /boot/efi/efi/Microsoft/Boot/Resources /boot/efi/efi/Microsoft/Boot/uk-UA/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/uk-UA/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/uk-UA /boot/efi/efi/Microsoft/Boot/sr-Latn-CS/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/sr-Latn-CS/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/sr-Latn-CS /boot/efi/efi/Microsoft/Boot/sl-SI/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/sl-SI/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/sl-SI /boot/efi/efi/Microsoft/Boot/sk-SK/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/sk-SK/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/sk-SK /boot/efi/efi/Microsoft/Boot/ro-RO/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/ro-RO/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/ro-RO /boot/efi/efi/Microsoft/Boot/qps-ploc/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/qps-ploc/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/qps-ploc/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/qps-ploc /boot/efi/efi/Microsoft/Boot/memtest.efi /boot/efi/efi/Microsoft/Boot/lv-LV/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/lv-LV/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/lv-LV /boot/efi/efi/Microsoft/Boot/lt-LT/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/lt-LT/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/lt-LT /boot/efi/efi/Microsoft/Boot/hr-HR/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/hr-HR/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/hr-HR /boot/efi/efi/Microsoft/Boot/et-EE/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/et-EE/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/et-EE /boot/efi/efi/Microsoft/Boot/en-GB/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/en-GB/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/en-GB /boot/efi/efi/Microsoft/Boot/bootmgfw.efi /boot/efi/efi/Microsoft/Boot/boot.stl /boot/efi/efi/Microsoft/Boot/bg-BG/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/bg-BG/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/bg-BG /boot/efi/efi/Microsoft/Boot/BCD.LOG2 /boot/efi/efi/Microsoft/Boot/BCD.LOG1 /boot/efi/efi/Microsoft/Boot/BCD.LOG /boot/efi/efi/Microsoft/Boot/BCD /boot/efi/efi/Microsoft/Boot/Fonts/wgl4_boot.ttf /boot/efi/efi/Microsoft/Boot/Fonts/segoe_slboot.ttf /boot/efi/efi/Microsoft/Boot/Fonts/segoen_slboot.ttf /boot/efi/efi/Microsoft/Boot/Fonts/segmono_boot.ttf /boot/efi/efi/Microsoft/Boot/Fonts/kor_boot.ttf /boot/efi/efi/Microsoft/Boot/Fonts/jpn_boot.ttf /boot/efi/efi/Microsoft/Boot/Fonts/cht_boot.ttf /boot/efi/efi/Microsoft/Boot/Fonts/chs_boot.ttf /boot/efi/efi/Microsoft/Boot/Fonts /boot/efi/efi/Microsoft/Boot/BOOTSTAT.DAT /boot/efi/efi/Microsoft/Boot/zh-TW/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/zh-TW/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/zh-TW/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/zh-TW /boot/efi/efi/Microsoft/Boot/zh-HK/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/zh-HK/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/zh-HK/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/zh-HK /boot/efi/efi/Microsoft/Boot/zh-CN/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/zh-CN/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/zh-CN/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/zh-CN /boot/efi/efi/Microsoft/Boot/tr-TR/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/tr-TR/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/tr-TR/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/tr-TR /boot/efi/efi/Microsoft/Boot/sv-SE/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/sv-SE/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/sv-SE/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/sv-SE /boot/efi/efi/Microsoft/Boot/ru-RU/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/ru-RU/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/ru-RU/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/ru-RU /boot/efi/efi/Microsoft/Boot/pt-PT/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/pt-PT/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/pt-PT/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/pt-PT /boot/efi/efi/Microsoft/Boot/pt-BR/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/pt-BR/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/pt-BR/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/pt-BR /boot/efi/efi/Microsoft/Boot/pl-PL/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/pl-PL/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/pl-PL/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/pl-PL /boot/efi/efi/Microsoft/Boot/nl-NL/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/nl-NL/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/nl-NL/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/nl-NL /boot/efi/efi/Microsoft/Boot/nb-NO/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/nb-NO/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/nb-NO/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/nb-NO /boot/efi/efi/Microsoft/Boot/ko-KR/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/ko-KR/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/ko-KR/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/ko-KR /boot/efi/efi/Microsoft/Boot/ja-JP/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/ja-JP/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/ja-JP/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/ja-JP /boot/efi/efi/Microsoft/Boot/it-IT/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/it-IT/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/it-IT/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/it-IT /boot/efi/efi/Microsoft/Boot/hu-HU/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/hu-HU/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/hu-HU/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/hu-HU /boot/efi/efi/Microsoft/Boot/fr-FR/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/fr-FR/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/fr-FR/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/fr-FR /boot/efi/efi/Microsoft/Boot/fi-FI/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/fi-FI/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/fi-FI/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/fi-FI /boot/efi/efi/Microsoft/Boot/es-ES/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/es-ES/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/es-ES/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/es-ES /boot/efi/efi/Microsoft/Boot/en-US/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/en-US/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/en-US/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/en-US /boot/efi/efi/Microsoft/Boot/el-GR/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/el-GR/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/el-GR/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/el-GR /boot/efi/efi/Microsoft/Boot/de-DE/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/de-DE/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/de-DE/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/de-DE /boot/efi/efi/Microsoft/Boot/da-DK/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/da-DK/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/da-DK/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/da-DK /boot/efi/efi/Microsoft/Boot/cs-CZ/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/cs-CZ/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/cs-CZ/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/cs-CZ /boot/efi/efi/Microsoft/Boot/bootmgr.efi /boot/efi/efi/Microsoft/Boot /boot/efi/efi/Microsoft /boot/efi/efi
ls /mnt/boot-sav/sda3: Windows.old $WINDOWS.~BT Windows Users temp Information Volume System swapfile.sys RHDSetup.log $Recycle.Bin Recovery (x86) Files Program Files Program ProgramData PerfLogs pagefile.sys NST N76VZ.BIN N76VM.BIN Intel IFRToolLog.txt hiberfil.sys eSupport ESD Settings and Documents BOOTSECT.BAK boot-sav BOOTNXT bootmgr Boot AsusVibeData
UWAGA: Na '/dev/sda' wykryto tablicę partycji GPT (GUID Partition Table)! fdisk nie obsługuje GPT. Należy użyć GNU Parteda.
=================== df -Th:
System plików Typ rozm. użyte dost. %uż. zamont. na
/dev/sda6 ext4 29G 3,1G 25G 12% /
udev devtmpfs 7,8G 12K 7,8G 1% /dev
tmpfs tmpfs 3,2G 856K 3,2G 1% /run
none tmpfs 5,0M 0 5,0M 0% /run/lock
none tmpfs 7,8G 152K 7,8G 1% /run/shm
none tmpfs 100M 28K 100M 1% /run/user
/dev/sda7 ext4 60G 214M 57G 1% /home
/dev/sda1 vfat 196M 36M 161M 18% /boot/efi
/dev/sda3 fuseblk 178G 57G 121G 32% /mnt/boot-sav/sda3
/dev/sda4 fuseblk 640G 169M 639G 1% /mnt/boot-sav/sda4
/dev/sda5 fuseblk 25G 19G 6,4G 75% /mnt/boot-sav/sda5
=================== fdisk -l:
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
głowic: 255, sektorów/ścieżkę: 63, cylindrów: 121601, w sumie sektorów: 1953525168
Jednostka = sektorów, czyli 1 * 512 = 512 bajtów
Rozmiar sektora (logiczny/fizyczny) w bajtach: 512 / 4096
Rozmiar we/wy (minimalny/optymalny) w bajtach: 4096 / 4096
Identyfikator dysku: 0x527cd163
Urządzenie Rozruch Początek Koniec Bloków ID System
/dev/sda1 1 1953525167 976762583+ ee GPT
Partycja 1 nie zaczyna się na granicy bloku fizycznego.
Wykryto EFI. Proszę zaznaczyć opcje.
=================== Final advice in case of recommended repair
Proszę nie zapomniećaby dokonać BIOS rozruch na sda1/efi/.../grub*.efi plik!
Pliki startowe (boot) [System w użyciu - Ubuntu 12.10] są daleko od początku dysku. Twój BIOS może mieć problemy z ich znalezieniem. Możesz spróbować ponownie po utworzeniu /boot partycji (EXT4, >200MB, początku dysku). Możesz to osiągnąć używając na przykład: gParted. Następnie zaznacz tę partycję poprzez [Osobna /boot partycja:] opcję z [Boot Repair]. (https://help.ubuntu.com/community/BootPartition)
=================== Default settings
Recommended-Repair
This setting would reinstall the grub-efi of sda6, using the following options: sda1/boot/efi,
Additional repair would be performed: unhide-bootmenu-10s backup-and-rename-efi-files
=================== Settings chosen by the user
Boot-Info
This setting will not act on the MBR.
Nie została dokonana żadna zmiana na Twoim komputerze. Do zobaczenia wkrótce!
-- 4 lis 2012, o 17:58 --
Problem rozwiązany, gdyby ktoś w przyszłości miał podobne problemy to wklejam link, który mi pomógł:
http://askubuntu.com/questions/183416/w ... book-prime
Pozdrawiam!