原先個U-NAS Home Edition 裝在個2GB DOM裡, 裝Win8最少16GB, 所以要準備以下架生:
1. Windows 8 Pro Image
2. 64GB SSD (現在SSD最小64, 冇得再細, 比人老屈)
3. 4GB USB Thumb Drive (Boot 機用)
首先當要將個SSD裝入U-NAS機箱裡面, 係USB介面下面就有兩個SATA介面, 用條SATA線連接SSD再連接埋條Power線就攪掂, 非常簡單.
NAS機箱沒有DVD-ROM, 要裝WIN8就要製作USB Install碟, 先決條件要有WIN8 Image (即係ISO file), 手頭有個"SW_DVD5_NTRL_Win_8_32BIT_English_Win_Pro_X18-15874.IMG" 只要將.IMG改做.ISO就可以製作USB Installer. 跟著網友"[教學]如何製作 Windows 8 的USB 重灌隨身碟?"用Windows 8 USB Installer Maker方法去製作, 發覺是無法boot起U-NAS部機的. 要用另一個網友How to create a bootable USB flash drive to install Windows 8 Developer Preview的方法才能成功boot機. 但有少少步驟要修正如下:
Step 1: Mount the Windows 8 Developer Preview ISO image on your computer
- Download the Windows Developer Preview ISO image
- Using your favorite ISO image software, mount the ISO image on your computer [我用DAEMON TOOL]
Step 2: Format a USB flash drive
- Insert a USB flash drive into your computer
- Start a Command Prompt as an Administrator and type diskpart. This starts the Disk Partition tool which you need to use to format the flash drive. Once you see the DISKPART command prompt, type in the following commands
- DISKPART> list disk /* shows list of active disks */
- DISKPART> select disk # /* # is the number for your USB flash drive */
- DISKPART> clean /* deletes any existing partitions on the USB flash drive */
- DISKPART> select partition 1 /* select the newly created partition */[修正版]
- DISKPART> create partition primary /* create a primary partition on the USB flash drive */
- DISKPART> select partition 1 /* select the newly created partition */
- DISKPART> active /* make the new partition active */
- DISKPART> format FS=NTFS /* format the USB drive with NTFS file system */
- DISKPART> assign /* assign a volume and drive letter to the USB drive */
- DISKPART> exit /* exit Disk Partition */
Step 3: Make the USB flash drive bootable
- Start a Command Prompt as an Administrator and CHDIR into the boot folder of the Windows 8 ISO image, e.g. I:\boot where I:\ is the drive where the ISO image is mounted
- Type bootsect /nt60 E: /* where E: is the drive assigned to the USB flash drive */
Step 4: Copy the Windows 8 files onto the USB flash drive
From a command line, use XCOPY to copy the Windows 8 files to the USB flash drive . In the example below, I:\ is the drive where the ISO image is mounted. F:\ is the USB flash drive.
XCOPY I:\*.* F:\ /E /F /H
Step 5: Install Windows 8 from the bootable flash drive
- Remove your USB flash drive from your "source" computer and insert it into the "target" computer where you want to install Windows 8
- On the computer where you are installing Windows 8, press the power button to turn on the computer
- During boot up, select the USB flash drive to boot from (if you don't see the USB flash drive as an option, you may have to adjust your BIOS settings)
- Follow the instructions to install Windows 8 Pro
======================================================================
步驟係繁複, 最重要成功安裝WIN8在U-NAS, 以後少尐死機就值得.
沒有留言:
發佈留言