AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • Início
  • system&network
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • Início
  • system&network
    • Recentes
    • Highest score
    • tags
  • Ubuntu
    • Recentes
    • Highest score
    • tags
  • Unix
    • Recentes
    • tags
  • DBA
    • Recentes
    • tags
  • Computer
    • Recentes
    • tags
  • Coding
    • Recentes
    • tags
Início / computer / Perguntas / 1625111
Accepted
Chen
Chen
Asked: 2021-02-11 20:10:37 +0800 CST2021-02-11 20:10:37 +0800 CST 2021-02-11 20:10:37 +0800 CST

Inicialize o Windows 10 usando o disco de recuperação UEFI USB

  • 772

Eu tenho um laptop Dell Inspiron 15 - i7559 com windows 10. Acabei de fazer um clone de disco (incluindo todos os sistemas operacionais e arquivos) seguindo este vídeo do youtube . A clonagem foi feita com Macrium Reflect. Após a clonagem do disco, tenho que inicializar meu laptop usando o disco de recuperação (uma chave USB) criado com o Macrium Reflect. No vídeo, ele diz para pressionar a tecla F12 na reinicialização para que este menu apareça e selecione a segunda opção (ele mostra um CD, mas também pode ser um USB): insira a descrição da imagem aqui

Mas quando eu pressiono a tecla F12, nada acontece. Basicamente, eu estava procurando a opção de inicialização UEFI no meu BIOS e não consegui encontrar a opção para boot with my USB key. A opção de inicialização não mostra que posso usar minha chave USB. Eu fiz algumas pesquisas e talvez eu possa desativar secure boota opção para poder inicializar a partir da mídia de recuperação na minha chave USB e, quando tento desativar essa configuração, ela me dá uma mensagem de aviso "talvez seja necessário reinstalar seu sistema operacional ...`. Como uso a inicialização única com minha chave USB e concluo a última etapa da clonagem do meu disco?

Aqui estão minhas páginas de BIOS: insira a descrição da imagem aqui insira a descrição da imagem aqui insira a descrição da imagem aqui insira a descrição da imagem aqui

Edit: I found out the true problem with my laptop: There was a bug with Dell on their BIOS. Normally the Dell logo would show up during startup. But this bug makes it unable to show, thus unable to access the boot options. I did reset my BIOS cell clock by unplugging it and replugging it. Then I could achieve the one-time boot menu by pressing F12 during startup.

windows-10 boot
  • 4 4 respostas
  • 546 Views

4 respostas

  • Voted
  1. Best Answer
    harrymc
    2021-02-21T00:50:13+08:002021-02-21T00:50:13+08:00

    I haven't followed this youtube video, but it must be doing it wrong. Successful cloning should mean that you could physically replace the old disk with the new one, and after boot everything will work exactly as before. No boot from removable media should be necessary,

    If you wish to use Macrium Reflect, you could instead study the official video found at their website in Cloning a disk using Macrium Reflect 7. An article detailing the same method, with screenshots, can be found at How to clone your PC hard drive using Macrium Reflect.

    If you still have problems, you could try another product, for example the free AOMEI Backupper Freeware. The Cloning method is described in an AOMEI article, with screenshots.

    • 1
  2. Antonio Leonardo
    2021-02-17T07:21:27+08:002021-02-17T07:21:27+08:00

    This behavior is similar with that you change the EFI boot to UEFI after cloned your disk (please, give me feedback if it´s right); if this right, please, try change your setup from UEFI to EFI (or Legacy) and renew the usb steps.

    • 0
  3. Satoshi Nakamoto
    2021-02-22T02:48:57+08:002021-02-22T02:48:57+08:00

    I spent one year making 300 experiments with BOOT and UEFI in diverse machines so I'll do my best bet here:

    One of the reasons I remember of USB not showing up it could be:

    1. USB model-company, try to use different USB stick, Kingston, SanDisk and with different sizes first try 4GB, then 8GB, then 16GB.

    4GB is the fail safe here, and notice that not all USB models are meant for booting.

    1. I know that once or twice deactivating Secure Boot may help install Ubuntu, or do other tricks but that's it. I still don't believe is the problem here.

    2. Simply as it is, your UEFI isn't compatible with doing such things. For this reason I always tested my pen drive with multiple machines.

    3. Make sure you USB installation was meant for UEFI, try to change Boot list to Normal Boot and see if your USB driver appears, (make few reboot attempts). If it shows up is because it was configured for Normal Boot.

    And it's strange that is says that if you deactivate Secure Boot you may need to reinstall Windows. It could be new type of computers or am I getting too old? Sometimes it would say such things but nothing will happens at the end, it depends and I wouldn't be risking if you don't have a backup plan.

    • 0
  4. Daniklad
    2021-02-24T05:28:11+08:002021-02-24T05:28:11+08:00

    First, a few things to keep track of.

    Disks (harddrive, SSD or USB) can be partitioned in a few different ways. MBR (Master Boot Record) was the most common way until Windows 7, currently GPT (GUID Partition Table) is the most common.

    UEFI boot requires GPT. UEFI can boot MBR disks but needs a special compatibility mode often called CSM (Compatibility Select Modules) or sometimes just "Legacy boot".

    If you are not sure which partition type your drive has then you can check from a working computer or install disk using the diskpart tool. Open CMD and type "diskpart" and press Enter, then type "list disk" and press Enter. The right most column shows if the disk is GPT.

    Now, about cloning. A few things are worth mentioning. Automated cloning tools are good but make sure it is a tool that can clone a system drive. Some can only clone data partitions and skip the actual boot partition.

    A good tip is that many storage drive vendors have cloning tools for free on their websites. Just make sure at least one of your drives is from that vendor.

    Fast startup which is a feature in Windows 10 can cause trouble when booting cloned drives so turn it off before cloning. Or at least hold Shift while restarting Windows 10 to temporarily disable it once. When your computer has booted up it will be on again.

    Sometimes you need to recreate the boot partition after cloning if the cloning software messed it up. Create a FAT32 partition of at least 500MB, preferably at the very beginning of the drive. Assign a drive letter (V in my example) using the diskpart tool in CMD.

    Boot a Windows install disk and press Shift+F10 to open up CMD. You may need to click Next a few times before Shift+F10 will work. Then:

    diskpart
    list disk
    sel disk 0
    list part
    sel part 0
    assign letter V
    

    the above list of commands assume that you have one drive and that the boot partition is the first one.

    Now you need to run the bootsect command: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/bootsect-command-line-options

    Usually something like this:

    bootsect /nt60 V: /force
    

    Note the V: for the drive letter you set earlier using diskpart.

    To add your Windows partition to the new boot list use BCDBoot: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/bcdboot-command-line-options-techref-di

    bcdboot C:\Windows /s V: /f ALL
    

    Once again the V: depends on if you followed the previous instructions. Also note that if you run this command from a Windows install media then the Windows drive may not be C:

    An optional way to rebuild the BCDstore is this: https://support.microsoft.com/en-us/topic/use-bootrec-exe-in-the-windows-re-to-troubleshoot-startup-issues-902ebb04-daa3-4f90-579f-0fbf51f7dd5d

    Boa sorte! É um pouco confuso, mas geralmente chega lá no final.

    • 0

relate perguntas

  • O serviço de arbitragem USB da estação de trabalho VMware não inicia automaticamente

  • Como ativar o sensor de impressão digital no domínio e no diretório ativo do Linux

  • atalho do shell da área de trabalho no painel lateral do explorer

  • Por que não consigo enviar arquivos do Android para o Windows 10?

  • Abrir com em vários arquivos?

Sidebar

Stats

  • Perguntas 205573
  • respostas 270741
  • best respostas 135370
  • utilizador 68524
  • Highest score
  • respostas
  • Marko Smith

    Como posso reduzir o consumo do processo `vmmem`?

    • 11 respostas
  • Marko Smith

    Baixar vídeo do Microsoft Stream

    • 4 respostas
  • Marko Smith

    O Google Chrome DevTools falhou ao analisar o SourceMap: chrome-extension

    • 6 respostas
  • Marko Smith

    O visualizador de fotos do Windows não pode ser executado porque não há memória suficiente?

    • 5 respostas
  • Marko Smith

    Como faço para ativar o WindowsXP agora que o suporte acabou?

    • 6 respostas
  • Marko Smith

    Área de trabalho remota congelando intermitentemente

    • 7 respostas
  • Marko Smith

    O que significa ter uma máscara de sub-rede /32?

    • 6 respostas
  • Marko Smith

    Ponteiro do mouse movendo-se nas teclas de seta pressionadas no Windows?

    • 1 respostas
  • Marko Smith

    O VirtualBox falha ao iniciar com VERR_NEM_VM_CREATE_FAILED

    • 8 respostas
  • Marko Smith

    Os aplicativos não aparecem nas configurações de privacidade da câmera e do microfone no MacBook

    • 5 respostas
  • Martin Hope
    Saaru Lindestøkke Por que os arquivos tar.xz são 15x menores ao usar a biblioteca tar do Python em comparação com o tar do macOS? 2021-03-14 09:37:48 +0800 CST
  • Martin Hope
    CiaranWelsh Como posso reduzir o consumo do processo `vmmem`? 2020-06-10 02:06:58 +0800 CST
  • Martin Hope
    Jim Pesquisa do Windows 10 não está carregando, mostrando janela em branco 2020-02-06 03:28:26 +0800 CST
  • Martin Hope
    v15 Por que uma conexão de Internet gigabit/s via cabo (coaxial) não oferece velocidades simétricas como fibra? 2020-01-25 08:53:31 +0800 CST
  • Martin Hope
    andre_ss6 Área de trabalho remota congelando intermitentemente 2019-09-11 12:56:40 +0800 CST
  • Martin Hope
    Riley Carney Por que colocar um ponto após o URL remove as informações de login? 2019-08-06 10:59:24 +0800 CST
  • Martin Hope
    zdimension Ponteiro do mouse movendo-se nas teclas de seta pressionadas no Windows? 2019-08-04 06:39:57 +0800 CST
  • Martin Hope
    jonsca Todos os meus complementos do Firefox foram desativados repentinamente, como posso reativá-los? 2019-05-04 17:58:52 +0800 CST
  • Martin Hope
    MCK É possível criar um código QR usando texto? 2019-04-02 06:32:14 +0800 CST
  • Martin Hope
    SoniEx2 Altere o nome da ramificação padrão do git init 2019-04-01 06:16:56 +0800 CST

Hot tag

windows-10 linux windows microsoft-excel networking ubuntu worksheet-function bash command-line hard-drive

Explore

  • Início
  • Perguntas
    • Recentes
    • Highest score
  • tag
  • help

Footer

AskOverflow.Dev

About Us

  • About Us
  • Contact Us

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve