Windows kopyalama nasıl yapılıyor

Bu konuyu okuyanlar

wrozflow

Öğrenci
Katılım
7 Nisan 2020
Mesajlar
40
Reaksiyon puanı
7
Puanları
8
Windows tabletim artık windows yüklemiyor bir çözümünü buldum ama daha basit bir anlatımla aşağıdaki mesajı çevirebilirmisiniz?


Hello, after many long nights I have finally found the solution.

First, let me say that this computer (if you can even call it that) is terrible. I have never worked with anything worse than this. Now onto the guide:

Windows won't boot from the USB installation media at all, so you can't actually install windows on the thing. You will have to copy the installation over. For that we will use some linux magic and VirtualBox. So go ahead and download VirtualBox (Downloads – Oracle VM VirtualBox) on a different computer. Then you have to obtain the 32 bit Windows ISO (Download Windows 10 Disc Image (ISO File)).

Fire up VirtualBox and create a new Virtual Machine. The hard drive size should be about 28 GB. Then go to the settings of your VM and turn on EFI (System > Motherboard > Extended Features > Enable EFI). Then go ahead and boot your VM, select the ISO you've downloaded and proceed. Install Windows as you normally would but do not continue past the setup screen after reboot (the one where you pick your area). Press Shift+F10, cmd should pop up. Type in shutdown /s /t 0. The VM should shutdown.

After that go to the installation folder of VirtualBox (C:\Program Files\Oracle\VirtualBox\) and open cmd there. Type in VBoxManage.exe clonehd --format RAW source.vdi Windows.img where source.vdi is the virtual disk you've created when creating the VM and Windows.img is the output file that is going to be created (You can put it on the desktop so you don't have to open CMD as an Administrator). Once that is done, download Rufus (Rufus - The Official Website (Download, New Releases)), open it up and press the SELECT button. Select the Windows.img you have just exported using VBoxManage. Then select a USB drive (min. 32GB) you will use (this will wipe it and you will lose all your data, so backup). Get a coffee since this is going to take a while.

Meanwhile rufus is burning the img onto the USB drive, download PuppyLinux (Puppy Linux Home > 32bit Ubuntu Bionic). Find another usb drive (this time it can be a small one, even 1 GB should work) and wait for the Rufus to finish the previous work. Don't close it yet, since we need it to burn puppy linux. Once again select it using the SELECT button and choose your smaller USB drive. It is important to select MBR as the partition scheme, since otherwise it won't boot. Once that is burned we are ready to boot it from the laptop/tablet.

Plug both drives to your acer tablet (you need an USB OTG cabel for this) and turn it on while pressing the ESC key. A configuration screen should show up. Go to Boot From File and then find the USB drive with puppy linux. Boot from the 32bit .efi file. Click enter on all the Grub screens and you should get to the desktop. Open terminal and type in lsblk a list of storage media should show up. Then type in dd if=/dev/sdX of=/dev/mmcblk0 bs=512 status=progress make sure to replace the X with a letter of the 32 gig USB drive from lsblk (mmcblk0 is the internal storage of the laptop, if that has a different name you have to change it according to the output from lsblk). Press enter and wait. Once this command completes you have successfully installed Windows on this terrible computer!

Reboot and finish the windows setup. After that press the Windows Key+R and type in diskmgmt.msc, right click on the C: partition and extend it to the maximum size.

The only thing left is to install all the drivers. Since there is no Wifi yet, you will have to copy them over. Luckily Acer has made an automatic installation of all the drivers (Product Support | Acer United States > Platform Drivers Installer). Once that is on the tablet, open cmd as root and cd to the Scripts folder of this driver package. Run the install file and wait for it to finish. Now all the drivers should be installed. Congrats.


Mesajın linki burda
 
Üst