Programa para reparar o grub?

0

Eu tenho o windows eight e o Ubuntu 13.04 dual boot e funcionando bem (usando EasyBCD) Eu criei uma partição para o Ubuntu de exatamente 20GB. Algum tempo depois, depois de nunca usar o Ubuntu, entrei na ferramenta de partição do Windows e deletei minha partição do Ubuntu. Ele disse que apagou tudo nele. Eu adicionei então este 20GB na minha partição hardrive / windows8. Eu também deletei o BCD fácil. Tudo estava indo bem. Eu desliguei o computador naquela noite e esta manhã ele disse

 'windows failed to start. A recent hardware or software change might be the cause'
   File:\NSTAutoNeoGrub1.mbr
   status: 0xc000000fI

Eu re-instalei o Ubuntu de um USB e todos os meus dados e arquivos de sistema do Windows estão lá, mas eu estou preso executando o Ubuntu. Eu acredito que tudo que eu preciso fazer é encontrar o arquivo 'windows8.exe' e inicializar a partir dele. Alguém por favor pode ajudar aqui?

Meu relatório de erros para reparo de inicialização é: link Também tentei atualizar o grub usando:

- sudo update-grub, but:Generating grub.cfg ... Found linux image:   
   /boot/vmlinuz-3.11.0-13-generic Found initrd image:   
   /boot/initrd.img-3.11.0-13-generic Found linux image:   
   /boot/vmlinuz-3.11.0-12-generic Found initrd image:   
   /boot/initrd.img-3.11.0-12-generic Found memtest86+ image:   
   /boot/memtest86+.bin Found Windows 8 (loader) on /dev/sda1 Found   
   Windows 7 (loader) on /dev/sda2 Adding Aptosid   
   2010-02-keres-kde-lite-amd64-201009132215 on /dev/sda5 proc sysfs   
   none none none none udev devpts tmpfs none none none none systemd   
   gvfsd-fuse gvfsd-fuse /dev/sda2 Aptosid   
   2010-02-keres-kde-lite-amd64-201009132215 on /dev/sda5 proc sysfs   
   none none none none udev devpts tmpfs none none none none systemd   
   gvfsd-fuse gvfsd-fuse /dev/sda2 Aptosid   
   2010-02-keres-kde-lite-amd64-201009132215 on /dev/sda5 proc sysfs   
   none none none none udev devpts tmpfs none none none none systemd   
   gvfsd-fuse gvfsd-fuse /dev/sda2 Aptosid   
   2010-02-keres-kde-lite-amd64-201009132215 on /dev/sda5 proc sysfs   
   none none none none udev devpts tmpfs none none none none systemd   
   gvfsd-fuse gvfsd-fuse /dev/sda2 error: syntax error. error: Incorrect
   command. error: syntax error. Syntax error at line 296 Syntax errors 
   are detected in generated GRUB config file. Ensure that there are no 
   errors in /etc/default/grub and /etc/grub.d/* files or please file a 
   bug report with /boot/grub/grub.cfg.new file attached.done

Meu arquivo 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'
 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"
   GRUB_GFXMODE=1366x768
    
por user216031 20.11.2013 / 11:57

1 resposta

0

Inicialize o disco de instalação do Windows e clique na opção Repair your computer na inicialização. Em seguida, selecione command prompt option.Run os comandos abaixo,

bootrec /fixmbr
bootrec /fixboot
bootrec /rebuildbcd
    
por Avinash Raj 20.11.2013 / 13:37