Mudanças entre as edições de "Windows8 Dual Boot"

De WikiLICC
Ir para: navegação, pesquisa
(Criou página com 'O "Pesadelo"!!!!! Grandes problemas a vista pois o Windows 8 necessita um sistema com UEFI + Secure Boot. Vamos ver um caso especial. Tentando um dual-boot com Windows 8 + U...')
 
m (gdisk)
Linha 39: Linha 39:
 
   5      907948032      943214591  16.8 GiB    0700   
 
   5      907948032      943214591  16.8 GiB    0700   
 
   6      943214592      976773119  16.0 GiB    0700
 
   6      943214592      976773119  16.0 GiB    0700
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
== BOOT REPAIR 1 ==
 +
Boot Info Script e7fc706 + Boot-Repair extra info      [Boot-Info 23Dec2013]
 +
 +
 +
============================= Boot Info Summary: ===============================
 +
 +
=> No boot loader is installed in the MBR of /dev/sda.
 +
=> Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sdb.
 +
 +
sda1: __________________________________________________________________________
 +
 +
    File system:      ntfs
 +
    Boot sector type:  Windows 8/2012: NTFS
 +
    Boot sector info:  According to the info in the boot sector, sda1 has
 +
                      819199 sectors, but according to the info from fdisk,
 +
                      it has 1048575 sectors.
 +
    Operating System: 
 +
    Boot files:       
 +
 +
sda2: __________________________________________________________________________
 +
 +
    File system:     
 +
    Boot sector type:  Unknown
 +
    Boot sector info:
 +
    Mounting failed:  mount: unknown filesystem type ''
 +
 +
sda3: __________________________________________________________________________
 +
 +
    File system:     
 +
    Boot sector type:  Unknown
 +
    Boot sector info:
 +
    Mounting failed:  mount: unknown filesystem type ''
 +
mount: unknown filesystem type ''
 +
 +
sdb1: __________________________________________________________________________
 +
 +
    File system:      vfat
 +
    Boot sector type:  SYSLINUX 4.04 2011-04-18
 +
    Boot sector info:  Syslinux looks at sector 1980848 of /dev/sdb1 for its
 +
                      second stage. SYSLINUX is installed in the  directory.
 +
                      No errors found in the Boot Parameter Block.
 +
    Operating System: 
 +
    Boot files:        /boot/grub/grub.cfg /syslinux/syslinux.cfg
 +
                      /casper/vmlinuz.efi /EFI/BOOT/grubx64.efi /ldlinux.sys
 +
 +
============================ 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                  1  976,773,167  976,773,167  ee GPT
 +
 +
 +
GUID Partition Table detected.
 +
 +
Partition    Start Sector    End Sector  # of Sectors System
 +
/dev/sda1          2,048    1,050,623    1,048,576 EFI System partition
 +
/dev/sda2      1,050,624  972,816,383  971,765,760 EFI System partition
 +
/dev/sda3    972,816,384  976,771,071    3,954,688 EFI System partition
 +
 +
Drive: sdb _____________________________________________________________________
 +
 +
Disk /dev/sdb: 2013 MB, 2013265920 bytes
 +
16 heads, 15 sectors/track, 16384 cylinders, total 3932160 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    *          2,232    3,932,159    3,929,928  b W95 FAT32
 +
 +
 +
"blkid" output: ________________________________________________________________
 +
 +
Device          UUID                                  TYPE      LABEL
 +
 +
/dev/loop0                                              squashfs 
 +
/dev/sda1        D448E0C948E0AB84                      ntfs      RECOVERY
 +
/dev/sdb1        B476-DDBA                              vfat      MYLINUXLIVE
 +
 +
================================ Mount points: =================================
 +
 +
Device          Mount_Point              Type      Options
 +
 +
/dev/loop0      /rofs                    squashfs  (ro,noatime)
 +
/dev/sdb1        /cdrom                  vfat      (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
 +
 +
 +
=========================== sdb1/boot/grub/grub.cfg: ===========================
 +
 +
--------------------------------------------------------------------------------
 +
 +
if loadfont /boot/grub/font.pf2 ; then
 +
set gfxmode=auto
 +
insmod efi_gop
 +
insmod efi_uga
 +
insmod gfxterm
 +
terminal_output gfxterm
 +
fi
 +
 +
set menu_color_normal=white/black
 +
set menu_color_highlight=black/light-gray
 +
 +
menuentry "Try Ubuntu without installing" {
 +
set gfxpayload=keep
 +
linux /casper/vmlinuz.efi  file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash --
 +
initrd /casper/initrd.lz
 +
}
 +
menuentry "Install Ubuntu" {
 +
set gfxpayload=keep
 +
linux /casper/vmlinuz.efi  file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash --
 +
initrd /casper/initrd.lz
 +
}
 +
menuentry "OEM install (for manufacturers)" {
 +
set gfxpayload=keep
 +
linux /casper/vmlinuz.efi  file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true --
 +
initrd /casper/initrd.lz
 +
}
 +
menuentry "Check disc for defects" {
 +
set gfxpayload=keep
 +
linux /casper/vmlinuz.efi  boot=casper integrity-check quiet splash --
 +
initrd /casper/initrd.lz
 +
}
 +
--------------------------------------------------------------------------------
 +
 +
========================= sdb1/syslinux/syslinux.cfg: ==========================
 +
 +
--------------------------------------------------------------------------------
 +
# D-I config version 2.0
 +
include menu.cfg
 +
default vesamenu.c32
 +
prompt 0
 +
timeout 50
 +
ui gfxboot bootlogo
 +
--------------------------------------------------------------------------------
 +
 +
=================== sdb1: Location of files loaded by Grub: ====================
 +
 +
          GiB - GB            File                                Fragment(s)
 +
 +
 +
================= sdb1: Location of files loaded by Syslinux: ==================
 +
 +
          GiB - GB            File                                Fragment(s)
 +
 +
 +
============== sdb1: Version of COM32(R) files used by Syslinux: ===============
 +
 +
syslinux/chain.c32                :  COM32R module (v4.xx)
 +
syslinux/gfxboot.c32              :  COM32R module (v4.xx)
 +
syslinux/vesamenu.c32              :  COM32R module (v4.xx)
 +
 +
======================== Unknown MBRs/Boot Sectors/etc: ========================
 +
 +
Unknown BootLoader on sda2
 +
 +
00000000  00 72 00 65 00 6e 00 74  00 56 00 65 00 72 00 73  |.r.e.n.t.V.e.r.s|
 +
00000010  00 69 00 6f 00 6e 00 5c  00 55 00 6e 00 69 00 6e  |.i.o.n.\.U.n.i.n|
 +
00000020  00 73 00 74 00 61 00 6c  00 6c 00 0a 00 50 00 72  |.s.t.a.l.l...P.r|
 +
00000030  00 6f 00 63 00 65 00 73  00 73 00 20 00 39 00 38  |.o.c.e.s.s. .9.8|
 +
00000040  00 30 00 20 00 28 00 5c  00 44 00 65 00 76 00 69  |.0. .(.\.D.e.v.i|
 +
00000050  00 63 00 65 00 5c 00 48  00 61 00 72 00 64 00 64  |.c.e.\.H.a.r.d.d|
 +
00000060  00 69 00 73 00 6b 00 56  00 6f 00 6c 00 75 00 6d  |.i.s.k.V.o.l.u.m|
 +
00000070  00 65 00 32 00 5c 00 57  00 69 00 6e 00 64 00 6f  |.e.2.\.W.i.n.d.o|
 +
00000080  00 77 00 73 00 5c 00 53  00 79 00 73 00 74 00 65  |.w.s.\.S.y.s.t.e|
 +
00000090  00 6d 00 33 00 32 00 5c  00 73 00 76 00 63 00 68  |.m.3.2.\.s.v.c.h|
 +
000000a0  00 6f 00 73 00 74 00 2e  00 65 00 78 00 65 00 29  |.o.s.t...e.x.e.)|
 +
000000b0  00 20 00 68 00 61 00 73  00 20 00 6f 00 70 00 65  |. .h.a.s. .o.p.e|
 +
000000c0  00 6e 00 65 00 64 00 20  00 6b 00 65 00 79 00 20  |.n.e.d. .k.e.y. |
 +
000000d0  00 5c 00 52 00 45 00 47  00 49 00 53 00 54 00 52  |.\.R.E.G.I.S.T.R|
 +
000000e0  00 59 00 5c 00 55 00 53  00 45 00 52 00 5c 00 53  |.Y.\.U.S.E.R.\.S|
 +
000000f0  00 2d 00 31 00 2d 00 35  00 2d 00 32 00 31 00 2d  |.-.1.-.5.-.2.1.-|
 +
00000100  00 34 00 30 00 34 00 31  00 37 00 34 00 36 00 30  |.4.0.4.1.7.4.6.0|
 +
00000110  00 39 00 35 00 2d 00 32  00 36 00 33 00 34 00 30  |.9.5.-.2.6.3.4.0|
 +
00000120  00 37 00 32 00 35 00 31  00 39 00 2d 00 31 00 37  |.7.2.5.1.9.-.1.7|
 +
00000130  00 37 00 36 00 32 00 31  00 35 00 32 00 38 00 30  |.7.6.2.1.5.2.8.0|
 +
00000140  00 2d 00 35 00 30 00 30  00 5c 00 53 00 6f 00 66  |.-.5.0.0.\.S.o.f|
 +
00000150  00 74 00 77 00 61 00 72  00 65 00 5c 00 4d 00 69  |.t.w.a.r.e.\.M.i|
 +
00000160  00 63 00 72 00 6f 00 73  00 6f 00 66 00 74 00 5c  |.c.r.o.s.o.f.t.\|
 +
00000170  00 57 00 69 00 6e 00 64  00 6f 00 77 00 73 00 5c  |.W.i.n.d.o.w.s.\|
 +
00000180  00 43 00 75 00 72 00 72  00 65 00 6e 00 74 00 56  |.C.u.r.r.e.n.t.V|
 +
00000190  00 65 00 72 00 73 00 69  00 6f 00 6e 00 5c 00 49  |.e.r.s.i.o.n.\.I|
 +
000001a0  00 6e 00 74 00 65 00 72  00 6e 00 65 00 74 00 20  |.n.t.e.r.n.e.t. |
 +
000001b0  00 53 00 65 00 74 00 74  00 69 00 6e 00 67 00 73  |.S.e.t.t.i.n.g.s|
 +
000001c0  00 5c 00 43 00 6f 00 6e  00 6e 00 65 00 63 00 74  |.\.C.o.n.n.e.c.t|
 +
000001d0  00 69 00 6f 00 6e 00 73  00 0a 00 00 00 00 00 35  |.i.o.n.s.......5|
 +
000001e0  00 6c 00 2f 80 07 00 00  2a 2a 00 00 40 01 00 00  |.l./....**..@...|
 +
000001f0  f3 e7 02 00 00 00 00 00  b6 0d 19 ac f2 f2 ce 01  |................|
 +
00000200
 +
 +
Unknown BootLoader on sda3
 +
 +
00000000  60 9d dc 5f b5 d3 02 9e  c9 07 6f 50 fe d6 09 0f  |`.._......oP....|
 +
00000010  04 03 2a b0 bc 1e 14 a1  27 09 47 19 cb f2 cb 80  |..*.....'.G.....|
 +
00000020  d9 e5 75 35 ed 50 74 f3  3e 44 1a 4a db 82 82 49  |..u5.Pt.>D.J...I|
 +
00000030  c1 54 f0 a9 18 47 7b 3a  70 93 4a 2f 59 a0 9f cc  |.T...G{:p.J/Y...|
 +
00000040  eb d9 e8 4e 09 0a 64 f0  b6 e6 7b 68 b3 b5 43 d4  |...N..d...{h..C.|
 +
00000050  6a d8 e7 9f 0f d9 33 28  37 78 c3 4c 38 be 01 6e  |j.....3(7x.L8..n|
 +
00000060  14 e6 cb 76 8a 39 63 4e  9b 35 3f 9f ac b7 ce 66  |...v.9cN.5?....f|
 +
00000070  ea 3d ce 36 4d b9 a0 b4  cc 39 1e 21 d0 b4 e6 32  |.=.6M....9.!...2|
 +
00000080  88 74 1a 4e 00 80 cd d0  ef 4c e9 69 12 f8 89 1b  |.t.N.....L.i....|
 +
00000090  4a 44 b7 8c 67 b4 e8 0f  34 43 1f 09 2d 7d 32 11  |JD..g...4C..-}2.|
 +
000000a0  f4 4e bd 31 01 9b 39 f3  41 99 e8 35 cd be 37 38  |.N.1..9.A..5..78|
 +
000000b0  8f 7b 0e 62 a3 9d 84 4d  3a 04 10 78 23 60 34 f4  |.{.b...M:..x#`4.|
 +
000000c0  52 c0 99 4e 3e c6 99 c9  d7 e1 2a e8 d2 b5 19 d4  |R..N>.....*.....|
 +
000000d0  14 7a e4 0c 5d 61 42 28  bc 15 18 07 2c 98 4e 3a  |.z..]aB(....,.N:|
 +
000000e0  05 52 7b e5 b5 44 03 dd  c3 3b 54 f6 a4 06 65 93  |.R{..D...;T...e.|
 +
000000f0  51 c0 d9 37 4d 48 86 ad  a0 17 32 22 e9 e9 43 0d  |Q..7MH....2"..C.|
 +
00000100  66 be a8 3b a1 87 6a f4  05 00 f4 9b 25 c2 c1 08  |f..;..j.....%...|
 +
00000110  7c 06 66 ba 3a 5c b1 53  67 00 a5 ba dd 39 a3 ab  ||.f.:\.Sg....9..|
 +
00000120  5e 0e 30 58 bd 5d 12 13  5b ae 85 31 d0 52 08 66  |^.0X.]..[..1.R.f|
 +
00000130  fd 77 93 47 a9 d6 4f fa  68 7d 0f 5a 6e 6c 11 b6  |.w.G..O.h}.Znl..|
 +
00000140  09 7b 07 ed 5c 5a d7 d7  f5 98 68 e8 da a9 7c 8b  |.{..\Z....h...|.|
 +
00000150  ce ca 49 36 8b 53 9b 46  54 ee 77 fe bf 34 49 b6  |..I6.S.FT.w..4I.|
 +
00000160  2a 74 f0 d9 fa ea e9 bc  21 db d1 c6 42 0a 38 0c  |*t......!...B.8.|
 +
00000170  3d 19 42 23 bc 14 58 66  34 1d 6f 10 8b 33 25 d9  |=.B#..Xf4.o..3%.|
 +
00000180  d8 f7 00 19 d9 f6 c8 c3  5e f3 c0 d7 f5 7c 8e 73  |........^....|.s|
 +
00000190  50 55 fe ac 46 27 8d 32  b5 dd 50 3d fb 84 01 53  |PU..F'.2..P=...S|
 +
000001a0  6b ec a6 a7 f4 fb 85 b6  b4 fb 9b 4b 9e d8 d7 f5  |k..........K....|
 +
000001b0  b7 28 b0 2c 29 ff 12 8e  9d 96 02 6c d4 3a d2 d5  |.(.,)......l.:..|
 +
000001c0  4e eb 79 ea 18 65 fb 9f  df 0e d4 da f4 15 06 0a  |N.y..e..........|
 +
000001d0  16 d2 5c 9f 36 c9 6a e7  83 a3 6f 23 94 dd be 59  |..\.6.j...o#...Y|
 +
000001e0  be 74 a4 eb d8 d1 7b c0  f6 2d ee ee ae 22 34 71  |.t....{..-..."4q|
 +
000001f0  6d 55 be ac 54 73 37 96  6a 36 69 7b a9 01 9d 25  |mU..Ts7.j6i{...%|
 +
00000200
 +
 +
 +
=============================== StdErr Messages: ===============================
 +
 +
cat: /tmp/BootInfo-abIrzNNq/Tmp_Log: No such file or directory
 +
cat: /tmp/BootInfo-abIrzNNq/Tmp_Log: No such file or directory
 +
File descriptor 9 (/proc/4705/mounts) leaked on lvscan invocation. Parent PID 10825: bash
 +
File descriptor 63 (pipe:[47019]) leaked on lvscan invocation. Parent PID 10825: bash
 +
  No volume groups found
 +
 +
ADDITIONAL INFORMATION :
 +
=================== log of boot-repair 2014-07-24__05h07 ===================
 +
boot-repair version : 3.199~ppa40~saucy
 +
boot-sav version : 3.199~ppa40~saucy
 +
glade2script version : 3.2.2~ppa47~saucy
 +
boot-sav-extra version : 3.199~ppa40~saucy
 +
boot-repair is executed in live-session (Ubuntu 14.04 LTS, trusty, Ubuntu, x86_64)
 +
ls: cannot access /home/usr/.config: No such file or directory
 +
CPU op-mode(s):        32-bit, 64-bit
 +
BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash --
 +
 +
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
 +
 +
 +
=================== os-prober:
 +
 +
 +
=================== blkid:
 +
/dev/loop0: TYPE="squashfs"
 +
/dev/sda1: LABEL="RECOVERY" UUID="D448E0C948E0AB84" TYPE="ntfs"
 +
/dev/sdb1: LABEL="MYLINUXLIVE" UUID="B476-DDBA" TYPE="vfat"
 +
 +
 +
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util sfdisk doesn't support GPT. Use GNU Parted.
 +
 +
 +
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
 +
 +
=================== UEFI/Legacy mode:
 +
Unusual EFI: Please report this message to boot.repair@gmail.com
 +
BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
 +
SecureBoot enabled.
 +
 +
 +
=================== PARTITIONS & DISKS:
 +
sda1 : 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, not-far, /mnt/boot-sav/sda1.
 +
 +
sda : GPT, no-BIOS_boot, has-no-EFIpart, not-usb, no-os, 2048 sectors * 512 bytes
 +
 +
 +
=================== parted -l:
 +
 +
Model: ATA ST500LT012-9WS14 (scsi)
 +
Disk /dev/sda: 500GB
 +
Sector size (logical/physical): 512B/4096B
 +
Partition Table: gpt
 +
 +
Number  Start  End    Size    File system  Name  Flags
 +
1      1049kB  538MB  537MB  ntfs              boot
 +
2      538MB  498GB  498GB                      boot
 +
3      498GB  500GB  2025MB                    boot
 +
 +
 +
Model: Generic Flash Disk (scsi)
 +
Disk /dev/sdb: 2013MB
 +
Sector size (logical/physical): 512B/512B
 +
Partition Table: msdos
 +
 +
Number  Start  End    Size    Type    File system  Flags
 +
1      1143kB  2013MB  2012MB  primary  fat32        boot
 +
 +
=================== parted -lm:
 +
 +
BYT;
 +
/dev/sda:500GB:scsi:512:4096:gpt:ATA ST500LT012-9WS14;
 +
1:1049kB:538MB:537MB:ntfs::boot;
 +
2:538MB:498GB:498GB:::boot;
 +
3:498GB:500GB:2025MB:::boot;
 +
 +
BYT;
 +
/dev/sdb:2013MB:scsi:512:512:msdos:Generic Flash Disk;
 +
1:1143kB:2013MB:2012MB:fat32::boot;
 +
 +
 +
=================== mount:
 +
/cow on / type overlayfs (rw)
 +
proc on /proc type proc (rw,noexec,nosuid,nodev)
 +
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
 +
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)
 +
/dev/sdb1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
 +
/dev/loop0 on /rofs type squashfs (ro,noatime)
 +
none on /sys/fs/cgroup type tmpfs (rw)
 +
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)
 +
none on /sys/firmware/efi/efivars type efivarfs (rw)
 +
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
 +
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)
 +
none on /sys/fs/pstore type pstore (rw)
 +
systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
 +
gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=ubuntu)
 +
/dev/sda1 on /mnt/boot-sav/sda1 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 size slaves stat subsystem trace uevent
 +
/sys/block/sdb (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sdb1 size slaves stat subsystem trace uevent
 +
/dev (filtered):  autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hpet input kmsg kvm log mapper mcelog mei mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sdb sdb1 sg0 sg1 shm snapshot snd stderr stdin stdout uhid uinput urandom v4l vga_arbiter vhost-net video0 zero
 +
ls /dev/mapper:  control
 +
 +
=================== hexdump -n512 -C /dev/sda1
 +
00000000  eb 52 90 4e 54 46 53 20  20 20 20 00 02 08 00 00  |.R.NTFS    .....|
 +
00000010  00 00 00 00 00 f8 00 00  3f 00 ff 00 00 08 00 00  |........?.......|
 +
00000020  00 00 00 00 80 00 80 00  ff 7f 0c 00 00 00 00 00  |................|
 +
00000030  55 85 00 00 00 00 00 00  02 00 00 00 00 00 00 00  |U...............|
 +
00000040  f6 00 00 00 01 00 00 00  84 ab e0 48 c9 e0 48 d4  |...........H..H.|
 +
00000050  00 00 00 00 fa 33 c0 8e  d0 bc 00 7c fb 68 c0 07  |.....3.....|.h..|
 +
00000060  1f 1e 68 66 00 cb 88 16  0e 00 66 81 3e 03 00 4e  |..hf......f.>..N|
 +
00000070  54 46 53 75 15 b4 41 bb  aa 55 cd 13 72 0c 81 fb  |TFSu..A..U..r...|
 +
00000080  55 aa 75 06 f7 c1 01 00  75 03 e9 dd 00 1e 83 ec  |U.u.....u.......|
 +
00000090  18 68 1a 00 b4 48 8a 16  0e 00 8b f4 16 1f cd 13  |.h...H..........|
 +
000000a0  9f 83 c4 18 9e 58 1f 72  e1 3b 06 0b 00 75 db a3  |.....X.r.;...u..|
 +
000000b0  0f 00 c1 2e 0f 00 04 1e  5a 33 db b9 00 20 2b c8  |........Z3... +.|
 +
000000c0  66 ff 06 11 00 03 16 0f  00 8e c2 ff 06 16 00 e8  |f...............|
 +
000000d0  4b 00 2b c8 77 ef b8 00  bb cd 1a 66 23 c0 75 2d  |K.+.w......f#.u-|
 +
000000e0  66 81 fb 54 43 50 41 75  24 81 f9 02 01 72 1e 16  |f..TCPAu$....r..|
 +
000000f0  68 07 bb 16 68 52 11 16  68 09 00 66 53 66 53 66  |h...hR..h..fSfSf|
 +
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
 +
00000110  0a 13 b9 f6 0c fc f3 aa  e9 fe 01 90 90 66 60 1e  |.............f`.|
 +
00000120  06 66 a1 11 00 66 03 06  1c 00 1e 66 68 00 00 00  |.f...f.....fh...|
 +
00000130  00 66 50 06 53 68 01 00  68 10 00 b4 42 8a 16 0e  |.fP.Sh..h...B...|
 +
00000140  00 16 1f 8b f4 cd 13 66  59 5b 5a 66 59 66 59 1f  |.......fY[ZfYfY.|
 +
00000150  0f 82 16 00 66 ff 06 11  00 03 16 0f 00 8e c2 ff  |....f...........|
 +
00000160  0e 16 00 75 bc 07 1f 66  61 c3 a1 f6 01 e8 09 00  |...u...fa.......|
 +
00000170  a1 fa 01 e8 03 00 f4 eb  fd 8b f0 ac 3c 00 74 09  |............<.t.|
 +
00000180  b4 0e bb 07 00 cd 10 eb  f2 c3 0d 0a 41 20 64 69  |............A di|
 +
00000190  73 6b 20 72 65 61 64 20  65 72 72 6f 72 20 6f 63  |sk read error oc|
 +
000001a0  63 75 72 72 65 64 00 0d  0a 42 4f 4f 54 4d 47 52  |curred...BOOTMGR|
 +
000001b0  20 69 73 20 63 6f 6d 70  72 65 73 73 65 64 00 0d  | is compressed..|
 +
000001c0  0a 50 72 65 73 73 20 43  74 72 6c 2b 41 6c 74 2b  |.Press Ctrl+Alt+|
 +
000001d0  44 65 6c 20 74 6f 20 72  65 73 74 61 72 74 0d 0a  |Del to restart..|
 +
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
 +
000001f0  00 00 00 00 00 00 8a 01  a7 01 bf 01 00 00 55 aa  |..............U.|
 +
00000200
 +
 +
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
 +
 +
 +
=================== df -Th:
 +
 +
Filesystem    Type      Size  Used Avail Use% Mounted on
 +
/cow          overlayfs  910M  231M  679M  26% /
 +
udev          devtmpfs  898M  12K  898M  1% /dev
 +
tmpfs          tmpfs      182M  1.1M  181M  1% /run
 +
/dev/sdb1      vfat      1.9G  1.1G  799M  59% /cdrom
 +
/dev/loop0    squashfs  923M  923M    0 100% /rofs
 +
none          tmpfs      4.0K    0  4.0K  0% /sys/fs/cgroup
 +
tmpfs          tmpfs      910M  1.2M  909M  1% /tmp
 +
none          tmpfs      5.0M    0  5.0M  0% /run/lock
 +
none          tmpfs      910M  76K  910M  1% /run/shm
 +
none          tmpfs      100M  76K  100M  1% /run/user
 +
/dev/sda1      fuseblk    400M  271M  130M  68% /mnt/boot-sav/sda1
 +
 +
=================== fdisk -l:
 +
 +
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
 +
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
 +
Disk identifier: 0xd37bc0b9
 +
 +
Device Boot      Start        End      Blocks  Id  System
 +
/dev/sda1              1  976773167  488386583+  ee  GPT
 +
Partition 1 does not start on physical sector boundary.
 +
 +
Disk /dev/sdb: 2013 MB, 2013265920 bytes
 +
16 heads, 15 sectors/track, 16384 cylinders, total 3932160 sectors
 +
Units = sectors of 1 * 512 = 512 bytes
 +
Sector size (logical/physical): 512 bytes / 512 bytes
 +
I/O size (minimum/optimal): 512 bytes / 512 bytes
 +
Disk identifier: 0x69c3c5c1
 +
 +
Device Boot      Start        End      Blocks  Id  System
 +
/dev/sdb1  *        2232    3932159    1964964    b  W95 FAT32
 +
 +
 +
No OS or WinEFI system
 +
adding: log/ (stored 0%)
 +
adding: log/2014-07-24__05h07boot-repair09/ (stored 0%)
 +
adding: log/2014-07-24__05h07boot-repair09/sda1/ (stored 0%)
 +
adding: log/2014-07-24__05h07boot-repair09/sda/ (stored 0%)
 +
adding: log/2014-07-24__05h07boot-repair09/sda/partition_table.dmp (deflated 57%)
 +
adding: log/2014-07-24__05h07boot-repair09/sda/current_mbr.img (deflated 100%)
 +
adding: log/2014-07-24__05h07boot-repair09/boot-repair.log
 +
zip warning:  file size changed while zipping log/2014-07-24__05h07boot-repair09/boot-repair.log
 +
(deflated 67%)
 +
 +
=================== Default settings
 +
Recommended-Repair
 +
This setting would not act on the MBR.
 +
Additional repair would be performed:  repair-filesystems
 +
 +
=================== Settings chosen by the user
 +
Custom-Repair
 +
This setting will not act on the MBR.
 +
Additional repair will be performed:  repair-filesystems
 +
 +
 +
Force Unmount all blkid partitions (for fsck) except / /boot /cdrom /dev /etc /home /opt /pas /proc /rofs /sys /tmp /usr /var
 +
 +
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
 +
 +
 +
fsck -fyM /dev/sda1
 +
fsck from util-linux 2.20.1
 +
 +
Boot successfully repaired.
 +
 +
You can now reboot your computer.

Edição das 14h31min de 24 de julho de 2014

O "Pesadelo"!!!!!

Grandes problemas a vista pois o Windows 8 necessita um sistema com UEFI + Secure Boot.

Vamos ver um caso especial. Tentando um dual-boot com Windows 8 + Ubuntu

O sistema de disco é GPT.


Ferramentas úteis

  • gparted, gdisk
  • testdisk (muiiiiiito útil) recupera partições perdidas
  • bootrepair (do ubuntu) corrigi erros no boot

gdisk

GPT fdisk (gdisk) version 0.8.8

Partition table scan:
 MBR: protective
 BSD: not present
 APM: not present
 GPT: present

Found valid GPT with protective MBR; using GPT. 

Command (? for help): p
Disk /dev/sda: 976773168 sectors, 465.8 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): 804C5045-D966-9B40-ABA7-B09275DF413B
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 976773134
Partitions will be aligned on 8-sector boundaries
Total free space is 4170660 sectors (2.0 GiB)

Number  Start (sector)    End (sector)  Size       Code  Name
  1            2048          821247   400.0 MiB   0700  
  2          821248         1435647   300.0 MiB   0700  
  3         1697792       904041528   430.3 GiB   EF00  
  4       904042488       904042503   8.0 KiB     8200  
  5       907948032       943214591   16.8 GiB    0700  
  6       943214592       976773119   16.0 GiB    0700






BOOT REPAIR 1

Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 23Dec2013]


======================= Boot Info Summary: =========================
=> No boot loader is installed in the MBR of /dev/sda.
=> Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sdb.

sda1: __________________________________________________________________________

   File system:       ntfs
   Boot sector type:  Windows 8/2012: NTFS
   Boot sector info:  According to the info in the boot sector, sda1 has 
                      819199 sectors, but according to the info from fdisk, 
                      it has 1048575 sectors.
   Operating System:  
   Boot files:        

sda2: __________________________________________________________________________

   File system:       
   Boot sector type:  Unknown
   Boot sector info: 
   Mounting failed:   mount: unknown filesystem type 

sda3: __________________________________________________________________________

   File system:       
   Boot sector type:  Unknown
   Boot sector info: 
   Mounting failed:   mount: unknown filesystem type 

mount: unknown filesystem type

sdb1: __________________________________________________________________________

   File system:       vfat
   Boot sector type:  SYSLINUX 4.04 2011-04-18
   Boot sector info:  Syslinux looks at sector 1980848 of /dev/sdb1 for its 
                      second stage. SYSLINUX is installed in the  directory. 
                      No errors found in the Boot Parameter Block.
   Operating System:  
   Boot files:        /boot/grub/grub.cfg /syslinux/syslinux.cfg 
                      /casper/vmlinuz.efi /EFI/BOOT/grubx64.efi /ldlinux.sys
====================== 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 1 976,773,167 976,773,167 ee GPT


GUID Partition Table detected.

Partition Start Sector End Sector # of Sectors System /dev/sda1 2,048 1,050,623 1,048,576 EFI System partition /dev/sda2 1,050,624 972,816,383 971,765,760 EFI System partition /dev/sda3 972,816,384 976,771,071 3,954,688 EFI System partition

Drive: sdb _____________________________________________________________________

Disk /dev/sdb: 2013 MB, 2013265920 bytes 16 heads, 15 sectors/track, 16384 cylinders, total 3932160 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 * 2,232 3,932,159 3,929,928 b W95 FAT32


"blkid" output: ________________________________________________________________

Device UUID TYPE LABEL

/dev/loop0 squashfs /dev/sda1 D448E0C948E0AB84 ntfs RECOVERY /dev/sdb1 B476-DDBA vfat MYLINUXLIVE

========================== Mount points: ===========================

Device Mount_Point Type Options

/dev/loop0 /rofs squashfs (ro,noatime) /dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)


===================== sdb1/boot/grub/grub.cfg: =====================

if loadfont /boot/grub/font.pf2 ; then set gfxmode=auto insmod efi_gop insmod efi_uga insmod gfxterm terminal_output gfxterm fi

set menu_color_normal=white/black set menu_color_highlight=black/light-gray

menuentry "Try Ubuntu without installing" { set gfxpayload=keep linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash -- initrd /casper/initrd.lz } menuentry "Install Ubuntu" { set gfxpayload=keep linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash -- initrd /casper/initrd.lz } menuentry "OEM install (for manufacturers)" { set gfxpayload=keep linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true -- initrd /casper/initrd.lz } menuentry "Check disc for defects" { set gfxpayload=keep linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash -- initrd /casper/initrd.lz }


=================== sdb1/syslinux/syslinux.cfg: ====================

  1. D-I config version 2.0

include menu.cfg default vesamenu.c32 prompt 0 timeout 50 ui gfxboot bootlogo


============= sdb1: Location of files loaded by Grub: ==============
          GiB - GB             File                                 Fragment(s)


=========== sdb1: Location of files loaded by Syslinux: ============
          GiB - GB             File                                 Fragment(s)


======== sdb1: Version of COM32(R) files used by Syslinux: =========
syslinux/chain.c32                 :  COM32R module (v4.xx)
syslinux/gfxboot.c32               :  COM32R module (v4.xx)
syslinux/vesamenu.c32              :  COM32R module (v4.xx)
================== Unknown MBRs/Boot Sectors/etc: ==================

Unknown BootLoader on sda2

00000000 00 72 00 65 00 6e 00 74 00 56 00 65 00 72 00 73 |.r.e.n.t.V.e.r.s| 00000010 00 69 00 6f 00 6e 00 5c 00 55 00 6e 00 69 00 6e |.i.o.n.\.U.n.i.n| 00000020 00 73 00 74 00 61 00 6c 00 6c 00 0a 00 50 00 72 |.s.t.a.l.l...P.r| 00000030 00 6f 00 63 00 65 00 73 00 73 00 20 00 39 00 38 |.o.c.e.s.s. .9.8| 00000040 00 30 00 20 00 28 00 5c 00 44 00 65 00 76 00 69 |.0. .(.\.D.e.v.i| 00000050 00 63 00 65 00 5c 00 48 00 61 00 72 00 64 00 64 |.c.e.\.H.a.r.d.d| 00000060 00 69 00 73 00 6b 00 56 00 6f 00 6c 00 75 00 6d |.i.s.k.V.o.l.u.m| 00000070 00 65 00 32 00 5c 00 57 00 69 00 6e 00 64 00 6f |.e.2.\.W.i.n.d.o| 00000080 00 77 00 73 00 5c 00 53 00 79 00 73 00 74 00 65 |.w.s.\.S.y.s.t.e| 00000090 00 6d 00 33 00 32 00 5c 00 73 00 76 00 63 00 68 |.m.3.2.\.s.v.c.h| 000000a0 00 6f 00 73 00 74 00 2e 00 65 00 78 00 65 00 29 |.o.s.t...e.x.e.)| 000000b0 00 20 00 68 00 61 00 73 00 20 00 6f 00 70 00 65 |. .h.a.s. .o.p.e| 000000c0 00 6e 00 65 00 64 00 20 00 6b 00 65 00 79 00 20 |.n.e.d. .k.e.y. | 000000d0 00 5c 00 52 00 45 00 47 00 49 00 53 00 54 00 52 |.\.R.E.G.I.S.T.R| 000000e0 00 59 00 5c 00 55 00 53 00 45 00 52 00 5c 00 53 |.Y.\.U.S.E.R.\.S| 000000f0 00 2d 00 31 00 2d 00 35 00 2d 00 32 00 31 00 2d |.-.1.-.5.-.2.1.-| 00000100 00 34 00 30 00 34 00 31 00 37 00 34 00 36 00 30 |.4.0.4.1.7.4.6.0| 00000110 00 39 00 35 00 2d 00 32 00 36 00 33 00 34 00 30 |.9.5.-.2.6.3.4.0| 00000120 00 37 00 32 00 35 00 31 00 39 00 2d 00 31 00 37 |.7.2.5.1.9.-.1.7| 00000130 00 37 00 36 00 32 00 31 00 35 00 32 00 38 00 30 |.7.6.2.1.5.2.8.0| 00000140 00 2d 00 35 00 30 00 30 00 5c 00 53 00 6f 00 66 |.-.5.0.0.\.S.o.f| 00000150 00 74 00 77 00 61 00 72 00 65 00 5c 00 4d 00 69 |.t.w.a.r.e.\.M.i| 00000160 00 63 00 72 00 6f 00 73 00 6f 00 66 00 74 00 5c |.c.r.o.s.o.f.t.\| 00000170 00 57 00 69 00 6e 00 64 00 6f 00 77 00 73 00 5c |.W.i.n.d.o.w.s.\| 00000180 00 43 00 75 00 72 00 72 00 65 00 6e 00 74 00 56 |.C.u.r.r.e.n.t.V| 00000190 00 65 00 72 00 73 00 69 00 6f 00 6e 00 5c 00 49 |.e.r.s.i.o.n.\.I| 000001a0 00 6e 00 74 00 65 00 72 00 6e 00 65 00 74 00 20 |.n.t.e.r.n.e.t. | 000001b0 00 53 00 65 00 74 00 74 00 69 00 6e 00 67 00 73 |.S.e.t.t.i.n.g.s| 000001c0 00 5c 00 43 00 6f 00 6e 00 6e 00 65 00 63 00 74 |.\.C.o.n.n.e.c.t| 000001d0 00 69 00 6f 00 6e 00 73 00 0a 00 00 00 00 00 35 |.i.o.n.s.......5| 000001e0 00 6c 00 2f 80 07 00 00 2a 2a 00 00 40 01 00 00 |.l./....**..@...| 000001f0 f3 e7 02 00 00 00 00 00 b6 0d 19 ac f2 f2 ce 01 |................| 00000200

Unknown BootLoader on sda3

00000000 60 9d dc 5f b5 d3 02 9e c9 07 6f 50 fe d6 09 0f |`.._......oP....| 00000010 04 03 2a b0 bc 1e 14 a1 27 09 47 19 cb f2 cb 80 |..*.....'.G.....| 00000020 d9 e5 75 35 ed 50 74 f3 3e 44 1a 4a db 82 82 49 |..u5.Pt.>D.J...I| 00000030 c1 54 f0 a9 18 47 7b 3a 70 93 4a 2f 59 a0 9f cc |.T...G{:p.J/Y...| 00000040 eb d9 e8 4e 09 0a 64 f0 b6 e6 7b 68 b3 b5 43 d4 |...N..d...{h..C.| 00000050 6a d8 e7 9f 0f d9 33 28 37 78 c3 4c 38 be 01 6e |j.....3(7x.L8..n| 00000060 14 e6 cb 76 8a 39 63 4e 9b 35 3f 9f ac b7 ce 66 |...v.9cN.5?....f| 00000070 ea 3d ce 36 4d b9 a0 b4 cc 39 1e 21 d0 b4 e6 32 |.=.6M....9.!...2| 00000080 88 74 1a 4e 00 80 cd d0 ef 4c e9 69 12 f8 89 1b |.t.N.....L.i....| 00000090 4a 44 b7 8c 67 b4 e8 0f 34 43 1f 09 2d 7d 32 11 |JD..g...4C..-}2.| 000000a0 f4 4e bd 31 01 9b 39 f3 41 99 e8 35 cd be 37 38 |.N.1..9.A..5..78| 000000b0 8f 7b 0e 62 a3 9d 84 4d 3a 04 10 78 23 60 34 f4 |.{.b...M:..x#`4.| 000000c0 52 c0 99 4e 3e c6 99 c9 d7 e1 2a e8 d2 b5 19 d4 |R..N>.....*.....| 000000d0 14 7a e4 0c 5d 61 42 28 bc 15 18 07 2c 98 4e 3a |.z..]aB(....,.N:| 000000e0 05 52 7b e5 b5 44 03 dd c3 3b 54 f6 a4 06 65 93 |.R{..D...;T...e.| 000000f0 51 c0 d9 37 4d 48 86 ad a0 17 32 22 e9 e9 43 0d |Q..7MH....2"..C.| 00000100 66 be a8 3b a1 87 6a f4 05 00 f4 9b 25 c2 c1 08 |f..;..j.....%...| 00000110 7c 06 66 ba 3a 5c b1 53 67 00 a5 ba dd 39 a3 ab ||.f.:\.Sg....9..| 00000120 5e 0e 30 58 bd 5d 12 13 5b ae 85 31 d0 52 08 66 |^.0X.]..[..1.R.f| 00000130 fd 77 93 47 a9 d6 4f fa 68 7d 0f 5a 6e 6c 11 b6 |.w.G..O.h}.Znl..| 00000140 09 7b 07 ed 5c 5a d7 d7 f5 98 68 e8 da a9 7c 8b |.{..\Z....h...|.| 00000150 ce ca 49 36 8b 53 9b 46 54 ee 77 fe bf 34 49 b6 |..I6.S.FT.w..4I.| 00000160 2a 74 f0 d9 fa ea e9 bc 21 db d1 c6 42 0a 38 0c |*t......!...B.8.| 00000170 3d 19 42 23 bc 14 58 66 34 1d 6f 10 8b 33 25 d9 |=.B#..Xf4.o..3%.| 00000180 d8 f7 00 19 d9 f6 c8 c3 5e f3 c0 d7 f5 7c 8e 73 |........^....|.s| 00000190 50 55 fe ac 46 27 8d 32 b5 dd 50 3d fb 84 01 53 |PU..F'.2..P=...S| 000001a0 6b ec a6 a7 f4 fb 85 b6 b4 fb 9b 4b 9e d8 d7 f5 |k..........K....| 000001b0 b7 28 b0 2c 29 ff 12 8e 9d 96 02 6c d4 3a d2 d5 |.(.,)......l.:..| 000001c0 4e eb 79 ea 18 65 fb 9f df 0e d4 da f4 15 06 0a |N.y..e..........| 000001d0 16 d2 5c 9f 36 c9 6a e7 83 a3 6f 23 94 dd be 59 |..\.6.j...o#...Y| 000001e0 be 74 a4 eb d8 d1 7b c0 f6 2d ee ee ae 22 34 71 |.t....{..-..."4q| 000001f0 6d 55 be ac 54 73 37 96 6a 36 69 7b a9 01 9d 25 |mU..Ts7.j6i{...%| 00000200


========================= StdErr Messages: =========================

cat: /tmp/BootInfo-abIrzNNq/Tmp_Log: No such file or directory cat: /tmp/BootInfo-abIrzNNq/Tmp_Log: No such file or directory File descriptor 9 (/proc/4705/mounts) leaked on lvscan invocation. Parent PID 10825: bash File descriptor 63 (pipe:[47019]) leaked on lvscan invocation. Parent PID 10825: bash

 No volume groups found

ADDITIONAL INFORMATION :

============= log of boot-repair 2014-07-24__05h07 =============

boot-repair version : 3.199~ppa40~saucy boot-sav version : 3.199~ppa40~saucy glade2script version : 3.2.2~ppa47~saucy boot-sav-extra version : 3.199~ppa40~saucy boot-repair is executed in live-session (Ubuntu 14.04 LTS, trusty, Ubuntu, x86_64) ls: cannot access /home/usr/.config: No such file or directory CPU op-mode(s): 32-bit, 64-bit BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash --

WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.


=================== os-prober:


=================== blkid: /dev/loop0: TYPE="squashfs" /dev/sda1: LABEL="RECOVERY" UUID="D448E0C948E0AB84" TYPE="ntfs" /dev/sdb1: LABEL="MYLINUXLIVE" UUID="B476-DDBA" TYPE="vfat"


WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util sfdisk doesn't support GPT. Use GNU Parted.


WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.

=================== UEFI/Legacy mode: Unusual EFI: Please report this message to boot.repair@gmail.com BIOS is EFI-compatible, and is setup in EFI-mode for this live-session. SecureBoot enabled.


=================== PARTITIONS & DISKS: sda1 : 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, not-far, /mnt/boot-sav/sda1.

sda : GPT, no-BIOS_boot, has-no-EFIpart, not-usb, no-os, 2048 sectors * 512 bytes


=================== parted -l:

Model: ATA ST500LT012-9WS14 (scsi) Disk /dev/sda: 500GB Sector size (logical/physical): 512B/4096B Partition Table: gpt

Number Start End Size File system Name Flags 1 1049kB 538MB 537MB ntfs boot 2 538MB 498GB 498GB boot 3 498GB 500GB 2025MB boot


Model: Generic Flash Disk (scsi) Disk /dev/sdb: 2013MB Sector size (logical/physical): 512B/512B Partition Table: msdos

Number Start End Size Type File system Flags 1 1143kB 2013MB 2012MB primary fat32 boot

=================== parted -lm:

BYT; /dev/sda:500GB:scsi:512:4096:gpt:ATA ST500LT012-9WS14; 1:1049kB:538MB:537MB:ntfs::boot; 2:538MB:498GB:498GB:::boot; 3:498GB:500GB:2025MB:::boot;

BYT; /dev/sdb:2013MB:scsi:512:512:msdos:Generic Flash Disk; 1:1143kB:2013MB:2012MB:fat32::boot;


=================== mount: /cow on / type overlayfs (rw) proc on /proc type proc (rw,noexec,nosuid,nodev) sysfs on /sys type sysfs (rw,noexec,nosuid,nodev) 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) /dev/sdb1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) /dev/loop0 on /rofs type squashfs (ro,noatime) none on /sys/fs/cgroup type tmpfs (rw) 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) none on /sys/firmware/efi/efivars type efivarfs (rw) tmpfs on /tmp type tmpfs (rw,nosuid,nodev) 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) none on /sys/fs/pstore type pstore (rw) systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd) gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=ubuntu) /dev/sda1 on /mnt/boot-sav/sda1 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 size slaves stat subsystem trace uevent /sys/block/sdb (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sdb1 size slaves stat subsystem trace uevent /dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hpet input kmsg kvm log mapper mcelog mei mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sdb sdb1 sg0 sg1 shm snapshot snd stderr stdin stdout uhid uinput urandom v4l vga_arbiter vhost-net video0 zero ls /dev/mapper: control

=================== hexdump -n512 -C /dev/sda1 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....| 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......| 00000020 00 00 00 00 80 00 80 00 ff 7f 0c 00 00 00 00 00 |................| 00000030 55 85 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |U...............| 00000040 f6 00 00 00 01 00 00 00 84 ab e0 48 c9 e0 48 d4 |...........H..H.| 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..| 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N| 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...| 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......| 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........| 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..| 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.| 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............| 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-| 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..| 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf| 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..| 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.| 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...| 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...| 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.| 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........| 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......| 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.| 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di| 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc| 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR| 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..| 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+| 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..| 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.| 00000200

WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.


=================== df -Th:

Filesystem Type Size Used Avail Use% Mounted on /cow overlayfs 910M 231M 679M 26% / udev devtmpfs 898M 12K 898M 1% /dev tmpfs tmpfs 182M 1.1M 181M 1% /run /dev/sdb1 vfat 1.9G 1.1G 799M 59% /cdrom /dev/loop0 squashfs 923M 923M 0 100% /rofs none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup tmpfs tmpfs 910M 1.2M 909M 1% /tmp none tmpfs 5.0M 0 5.0M 0% /run/lock none tmpfs 910M 76K 910M 1% /run/shm none tmpfs 100M 76K 100M 1% /run/user /dev/sda1 fuseblk 400M 271M 130M 68% /mnt/boot-sav/sda1

=================== fdisk -l:

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 I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk identifier: 0xd37bc0b9

Device Boot Start End Blocks Id System /dev/sda1 1 976773167 488386583+ ee GPT Partition 1 does not start on physical sector boundary.

Disk /dev/sdb: 2013 MB, 2013265920 bytes 16 heads, 15 sectors/track, 16384 cylinders, total 3932160 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x69c3c5c1

Device Boot Start End Blocks Id System /dev/sdb1 * 2232 3932159 1964964 b W95 FAT32


No OS or WinEFI system adding: log/ (stored 0%) adding: log/2014-07-24__05h07boot-repair09/ (stored 0%) adding: log/2014-07-24__05h07boot-repair09/sda1/ (stored 0%) adding: log/2014-07-24__05h07boot-repair09/sda/ (stored 0%) adding: log/2014-07-24__05h07boot-repair09/sda/partition_table.dmp (deflated 57%) adding: log/2014-07-24__05h07boot-repair09/sda/current_mbr.img (deflated 100%) adding: log/2014-07-24__05h07boot-repair09/boot-repair.log zip warning: file size changed while zipping log/2014-07-24__05h07boot-repair09/boot-repair.log (deflated 67%)

=================== Default settings Recommended-Repair This setting would not act on the MBR. Additional repair would be performed: repair-filesystems

=================== Settings chosen by the user Custom-Repair This setting will not act on the MBR. Additional repair will be performed: repair-filesystems


Force Unmount all blkid partitions (for fsck) except / /boot /cdrom /dev /etc /home /opt /pas /proc /rofs /sys /tmp /usr /var

WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.


fsck -fyM /dev/sda1 fsck from util-linux 2.20.1

Boot successfully repaired.

You can now reboot your computer.