Advertisement
1AGRESSOR

How to make EFI Bootable Partition and Backup/Restore Norton .gho

Jun 15th, 2022 (edited)
529
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.33 KB | None | 0 0
  1. Download
  2.  
  3. https://sergeistrelec.name/winpe-10-8-sergei-strelec-english
  4. --------------------------------------------------------------------------------------------------
  5.  
  6. 1. Format flash drive as GPT/FAT32/CLUSTER SIZE 4k ( cluster size less than 4k AND exFAT32 WON'T work )
  7. 2. Open Defender go to Virus & threat protection/Virus & threat protection settings - click bellow on Manage settings and disable Real-time protection
  8. 3. With 7zip extrat .iso to flash drive
  9. 4. In BIOS choose to boot from UEFI flash drive
  10.  
  11. --------------------------------------------------------------------------------------------------
  12.  
  13. PART 1: Preparing for "Norton Ghost" .gho image restore/backup
  14.  
  15. 1. Boot "Sergei Strelec WinPE10" click start go to "Programs WinPE/HARD DISK/AOMEI Partition Assistant 9.6" right click drive for Windows installation click convert to GPT disk then on top left click apply
  16. and leave it complete unallocated no partitions noting
  17.  
  18. 2. Install Windows and complete setup till you get to desktop then restart and boot "Sergei Strelec WinPE10"
  19. then from 100MB EFI partition backup EFI folder
  20.  
  21. 3. click start go to "Programs WinPE/HARD DISK/AOMEI Partition Assistant 9.6" delete all 4 partitions that Windows installation made 16MB / 100MB / 500MB and Windows partition then you should get drive in state before Windows install one complete unallocated partition
  22. now make NTFS partition of desired size ( mine is 51316MB allocation unit size 4096 ) and leave other partitions unallocated
  23.  
  24. 4. Run PowerShell and run these commands
  25.  
  26. diskpart
  27.  
  28. list disk
  29.  
  30. select disk 1 ( choose disk number where you made partition )
  31.  
  32. create partition efi size=70
  33.  
  34. format quick fs=fat32 label="EFI"
  35.  
  36. 5. Copy EFI folder that you backed up to start of 70MB EFI partition you just made
  37. ( if you ever need to format EFI partition allocation unit size must be 1024 )
  38.  
  39. 6. Restore .gho on dedicated Windows install partition
  40.  
  41. 7. Run BootIce ( there is shortcut on Sergei Strelec WinPE10 desktop ) choose BCD tab then select other BCD file and browse to 70MB EFI partition folder "EFI\Microsoft\Boot\" and click on BCD file
  42. choose professional mode and in new window that opens on the left side click where it says "Windows 11"
  43. now on the right in the field "ApplicationDevice" choose boot disk and below Windows install partition
  44. repeat same for "OSDevice" field
  45.  
  46. ( drive letter assigned while in WinPE doesn't matter it will boot properly because BCD file works with other drive identifiers )
  47.  
  48. ( additionally in BootIce you can rename "Windows 11" in Description field in case you have multi boot system )
  49.  
  50. now simply exit BootIce and restart
  51.  
  52.  
  53. 8. this should be done automatically but in case it's not Boot in BIOS and select "UEFI Hard Disk:Windows Boot Manager (NAMEOFYOURDRIVE)" as first boot partition save and restart
  54.  
  55. 9. Booting in UEFI mode will result that Windows boot logo/animation and ( if you have multi boot ) boot manager selection menu
  56. be displayed in low quality and stretched
  57.  
  58. entering this command in admin/cmd will fix it "bcdedit.exe -set {globalsettings} highestmode on"
  59.  
  60. --------------------------------------------------------------------------------------------------
  61.  
  62. PART 2: How to backup/restore "Norton Ghost" .gho image
  63.  
  64. Backup:
  65.  
  66. Boot Sergei Strelec WinPE10 click start and go to
  67.  
  68. Programs WinPE/BACKUP AND RESTORE/Symantec Ghost 12.0.0.11379 (No split image)
  69.  
  70. click OK
  71.  
  72. local/partition/TO image
  73.  
  74. choose drive with your windows partition
  75. choose windows partition
  76. choose location to save .gho image file
  77. assign file name and click save
  78. choose High compression
  79. after it's done click continue
  80.  
  81.  
  82. Restore:
  83.  
  84.  
  85. Boot Sergei Strelec WinPE10 click start and go to
  86.  
  87. Programs WinPE/BACKUP AND RESTORE/Symantec Ghost 12.0.0.11379 (No split image)
  88.  
  89. ( BEFORE RESTORING YOU DON'T NEED TO FORMAT WINDOWS PARTITION it will be automatically done )
  90.  
  91. click OK
  92.  
  93. local/partition/FROM image
  94. browse find and click on saved .gho image file
  95. click ok
  96. choose drive with your windows partition
  97. choose windows partition
  98. click ok
  99. click yes
  100. after it's done choose restart
  101.  
  102. ( Norton Ghost makes image only of used space meaning if your partition is 50GB and Windows/apps are taking 26GB it will take only those 26GB and compress them to app 15GB .gho image )
  103.  
  104. --------------------------------------------------------------------------------------------------
  105.  
  106. What do you get with all this
  107.  
  108. first all this except making and restoring .gho is one time thing
  109.  
  110. you get SIMPLER/CLEANER/FASTER/SAFER no space wasting Windows experience
  111.  
  112. and benefits of having .gho backup of fresh Windows install and another backup week later with everything setup are vast and priceless
  113.  
  114. because it gives you possibility that in app 4min for restore and 8min for backup
  115. in case of malware or system malfunction you get your OS back with everything already set up
  116. also gives you freedom to test and experiment because then you know in case something brakes you can have it all back in 10min
  117.  
  118. another big plus is option to explore saved .gho image files on desktop with
  119. "GhostExp_All.exe" which can be found in "WinPE10_8_Sergei_Strelec_x86_x64_2022.01.03_English.iso\SSTR\MInst\Portable\"
  120.  
  121. so you can retrieve copy/extract individual files/folder
  122. or simply compare your current OS with saved fresh install how stuff should look and work also restore original untouched files
  123.  
  124.  
  125.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement