After you get an USB drive with our current system image, please follow the steps.
Power on the notebook using the power button. Wait until DELL logo appears. After logo appeared, press and hold power button to power off the notebook.
Power on the notebook using power button and press F12
repeatedly to go into the boot menu.
Select UEFI: TOSHIBA TransMemory 1.00, Partition 1
.
Use command,
diskpart
and press enter to start Microsoft DiskPart.
You can see connected disks by using command
list disk
Choose the main disk. In this guide It would be disk 0, so use command
sel disk 0
and press enter to select the disk.
You can see volumes of the selected disk by using command
list vol
Choose the OS volume. In this guide It would be volume 0, so use command
sel vol 0
and press enter to select the volume.
Format the disk by using the command.
format fs=ntfs quick OVERRIDE label=OS
Leave DiskPart by using the command.
exit
Cloning image to a local drive has two methods as mentioned below.
a) Apply the cloned image from disk D (where the clone image exists) to disk C (or where you will install the OS to) by using the command.
dism /apply-image /imagefile:E:\BISS.wim /index:1 /applydir:C:\
b) Apply the cloned image from a network location to disk C(or where you will install OS to) by using the commands listed below.
net use Z: \\the_ip_where_the_wim_server_exist_on\BISS /user:BISS password
dism /apply-image /iamgefile:Z:\Images\biss.wim /index:1 /applydir:C:\
After process complete, restart the computer with installed software by using the command,
exit
and wait until mouse pointer to disappear. Then unplug the USB flash drives.
Your computer needs some driver installations. You can install them from Windows Update. While updating, you will need to restart the Windows at some points to continue installing other updates. For an healthy system setup, installing all provided updates is preferred.