2017年11月30日 星期四

USB key 變 installation CD & 安裝 Win OS 在 USB device


[可將安裝光碟片變成由 USB key 安裝 OS]
[可以安裝 OS 到 USB key 上,但速度慢,建議裝在 USB disk or 高速認證的 USB key.]
[試一下 Win10 Enterprise 安裝,沒找到 USB key 的安裝選項,待研究。]

How to create Windows To Go using WinToUSB?

Have you ever imagined that to use your own Windows 10/8.1/8/7 OS wherever you go?
As we all know, we are unable to install Windows to an external hard drive or USB flash drive by default.
When you attempt to install Windows on an external hard drive,
you will get the "Windows cannot be installed to this disk" error. Fortunately,
the Enterprise version of Windows 10/8.1/8 has a feature called Windows To Go that
lets you install and run Windows on a Windows To Go Certified Drive. Unfortunately,
most of us don't have the Enterprise edition of Windows 10/8.1/8, nor a certified
Windows To Go drive. But don’t worry! Here you can find the complete solution about
how to install Non-Enterprise Windows 10/8.1/8/7 on a Non-Certified Windows To Go Drive with WinToUSB.


[Windows To Go Creator]

There are three ways to install/clone Windows to an external hard drive or a USB flash drive as a Windows To Go Worksapce:

Image To USB: Create Windows To Go from an ISO/WIM/ESD/SWM/VHD/VHDX file.

CDROM To USB: Create Windows To Go from a CD/DVD drive.

Physical To USB: Clone current Windows OS to a USB drive as portable Windows.


[Windows installation USB Creator]

Image To USB: Create Windows installer from an ISO/WIM/ESD/SWM/VHD/VHDX file.


Download from
https://www.easyuefi.com/wintousb/index.html

- Windows 7 is not completely portable. You may have driver problems when booting on different computers,
  so highly recommend using Windows 10/8.1/8 to create portable Windows.
- Windows 7 does not have built-in USB 3.0 support, so Windows 7 will have to be booted from a USB 2.0 port.
- The common USB flash drives are very slow. It takes a long time to install and run Windows from a common USB flash drive,
  highly recommend using a USB hard disk, a Windows To Go Certified Drives, a SanDisk Extreme CZ80 USB 3.0 Flash Drive or
  a SanDisk Extreme PRO CZ88 USB 3.0 Flash Drive to create portable Windows.
- Windows To Go drives can be booted on different computers, so you can carry it to anywhere and use it on any computer.
- You need to be an administrator on the computer you are installing the WinToUSB on.

[Use Windows 10 Enterprise CD install, cannot find USB disk to be selected, Windows To Go, sure?]

2017年11月16日 星期四

PXE Server Serva setup step



參考網址 http://www.rmprepusb.com/tutorials/serva


Server 建製 -

1. Download free version from Serva officail site. (Pro version need money.)
  x86, x64 version. install it.
  下載 Serva tool, 安裝。

2. Create "SERVA_ROOT" folder in C:\.
   C 槽下開一資料夾 SERVA_ROOT。

3. To NIC to set TCP/IPv4 to assign IP 192.168.0.1.
   網路設成指定 ip,找到 TCP/IPv4 那裡設定



4. Run Serva.exe and click Left Top side icon to select Settings
   (if you get a Windows FireWall warning then ALLOW the program access through the firewall)
   執行 Serva, 按左上角的 Icon 選擇 Settings. 記得關掉防火牆。




5. Click on the TFTP tab and set the Root directory to C:\SERVA_ROOT and Checked the TFTP Server item.



6. Settings -> DHCP -> Checked DHCP Server, Checked BINL, Input IP Pool 1st addr, Pool size, Subnet Mask.



7. Quit the app and re-run the Serva.exe app again. This is necessary because when Serva re-starts it will generate the PXE download files according to what folders you have created. Serva only does this when it starts. If you make any changes to the folders under C:\SERVA_ROOT then you should always quit and re-run Serva before you try a PXE boot.

8. Check that there are now some folders underneath the C;\SERVA_ROOT folder

9. Set up a Windows share to the C:\SERVA_ROOT\WIA_WDS folder and after that, use the Windows Advanced Properties dialogue (click on the folder and then click Properties - Sharing) to set access for Everyone and set the Share name to WIA_WDS_SHARE.

10. Copy the contents of your Windows 7 (or Win8 or Vista or Server 2K8R2) DVD to a new folder - e.g. copy a Win 7 SP1 32-bit install DVD to C:\SERVA_ROOT\WIA_WDS\Win7_32_SP1
另外把 client 的 NIC Net Interface Card 的 driver copy 到 OEM/Boot/1/WinPEDrivers/NIC 資料夾裡。
網卡 driver,例如 Client 是 Pearl project,從 Pearl LAN driver package 裡取得。



11. If you have more DVDs, just make a new folder for each of them under C:\SERVA_ROOT\WIA_WDS

12. If you have NT OS source files (e.g. 2003, XP or Server2K8 non-R2) then put these under C:\SERVA_ROOT\WIA_RIS and share the C:\SERVA_ROOT folder as WIA_RIS_SHARE (see doc on website). Make sure "Everyone" group has read permission on the just created share. You also need to set a Null Session share on the C:\SERVA_ROOT folder.



13. Quit the Serva app and re-run it

14. Now try to PXE boot your target system

15. For a WDS install (Vista, Win7,Win8, SVR2K8R2), you will be prompted for a username and password - use your host PC computername\username and password - e.g. mynewHP\Administrator myhppwd.
    Serva Server USER count 一定要設密碼  (例: PXEServer / pxe )



16. Clinet 和 Serva server 用 LAN Hub 串接。 Serva 程式執行。

17. Clinet 方設定 boot from Network. 輸入 serva server OS 的 user name 與 password (例: PXEServer / pxe )



= BM / PXESERVA / BIOS / pxeserva.cfg / menu.def 的 menu label 可以改裝設 OS 的名稱

= WinPE 怎麼用,尚未研究。