DSM 5 - Install
Download:
- XPEnoboot_DS3615xs_5.2-5644.5.iso <- 代表去到 update 5
- XPEnoboot_DS3615xs_5.2-5644.5.img (必須) # 24 Mbyte
- DSM_DS3615xs_5644.pat (必須) # 195 MB <- 記得下載 "Update-5" 之類的更新包
myserver:xpenology# file XPEnoboot_DS3615xs_5.2-5644.5.img
XPEnoboot_DS3615xs_5.2-5644.5.img: x86 boot sector; partition 1: ID=0xe, active, starthead 1, startsector 63, 49089 sectors, code offset 0xc0
Version:
DSM_DS3615xs_5644
Guest:
<os> <type arch='x86_64' machine='pc-0.12'>hvm</type> <boot dev='cdrom'/> </os>
* For drive of the DSM need to select at LEAST >= 4500 Mb
0. Run a virtual machine with .iso image (XPEnoBoot_DS3516xs_5.1-5022.3.iso)
XML
<os> <type arch='x86_64' machine='pc-0.12'>hvm</type> <boot dev='cdrom'/> </os> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/ssd/xpenology/XPEnoboot_DS3615xs_5.2-5644.5.iso'/> <target dev='hdd' bus='ide'/> <readonly/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='qcow2' cache='none' io='native'/> <source file='/ssd/xpenology/xpenology.qcow2'/> <target dev='hda' bus='ide'/> </disk> <interface type='bridge'> <mac address='xx:xx:xx:xx:xx:xx'/> <source bridge='vmbr0'/> <model type='virtio' /> <target dev='xpenology'/> </interface> <graphics type='vnc' port='5933' autoport='no' listen='192.168.123.10'> <listen type='address' address='192.168.123.10'/> </graphics>
P.S.
# video 用 1 Mbyte 就夠, 因為它沒有 VGA output
<video>
<model type='vga' vram='1024' heads='1'/>
</video>
1. Go on the "http://ip:5000" (Web Assistant) and start install OS manual DSM ".pat" file
2. Upload "DSM_????.pat" by Browser
3. 透過 Web Panel 設定它
* 選 "自動下載 DSM 更新, 但可自行選擇是否安裝"
* 略過 "設定 QuickConnect"
Shutdown VM
[1] Disconnect the CD
[2] 設定 HDD1: XPEnoBoot_DS3516xs_5.1-5022.3.img, Type: virtio
[3] Add the previously disconnected HDD <-- virtio
XML
刪除
<disk type='file' device='cdrom'> <source file='/data/iso/xpenology/XPEnoboot_DS3615xs_5.2-5644.5.iso'/> <target dev='hdc' bus='ide'/> </disk>
更新設定
<os> <type arch='x86_64' machine='pc-0.12'>hvm</type> <boot dev='hd'/> </os> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writethrough' io='native'/> <source file='/ssd/xpenology/XPEnoboot_DS3615xs_5.2-5644.5.img'/> <target dev='vda' bus='virtio'/> <readonly/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='qcow2' cache='writethrough' io='native'/> <source file='/ssd/xpenology/xpenology.qcow2'/> <target dev='sda' bus='sata'/> </disk>
Remark: 一開始就咁安都得. Boot 起 img 後, 選 (3). Detect 到 HDD 後才會 DHCP 擰 IP.