Jump to content
XPEnology Community

Tutorial: Install DSM 6.2 on ESXi 6.7


luchuma

Recommended Posts

Download:

1. synoboot vmdk
https://mega.nz/#!fdBWBJYB!P3MbGY2v_X_udUhaSgVBQZ74KNRf7vtjMCO39u1I91Y

 

2. juns loader for DSM 6.2
https://mega.nz/#F!ZlkHQTTb!keje3RK017OjTp3vuWb-Cw

 

3. synology DSM.pat for synology 3615xs
https://www.synology.com
https://archive.synology.com/download/DSM/release/

 

4. open vm tools spk
http://spk.4sag.ru/?fulllist=true

 

5. XPEnology Tool for Windows x64

 

 

PREPARATIONS

unzip synoboot.vmdk from DS3615xs 6.0.2 Jun's Mod V1.01 (synoboot.vmdk works with 3615 and 3617 loaders)

unzip synoboot.img from synoboot_3615

 

mount synoboot.img partition 0 with osf mount

 

16.jpg

 

Make sure to uncheck Read-only drive

 

Go to the mounted drive, Grub folder and edit grub.cfg with notepad++



17.jpg

 

If you want change default SN and mac1 

 

18.jpg

 

comment boot option lines you dont need in esxi

 

#menuentry "DS3615xs 6.2 Baremetal $VERSION" --class os {
#        set img=
#        savedefault
#        loadlinux 3615 usb
#        loadinitrd
#        showtips
#}
#
#menuentry "DS3615xs 6.2 Baremetal $VERSION Reinstall" --class os {
#        set img=
#        loadlinux 3615 usb mfg
#        loadinitrd
#        showtips
#}
#
#menuentry "DS3615xs 6.2 Baremetal AMD $VERSION" --class os {
#        set img=
#        set zImage=bzImage
#        savedefault
#        loadlinux 3615 usb
#        loadinitrd
#        showtips
#}

menuentry "DS3615xs 6.2 VMWare/ESXI $VERSION" --class os {
        set img=
        savedefault
        loadlinux 3615 sata
        loadinitrd
        showtips
}

 

save file, dismount all and exit.

 

ESXi part:

 

Upload synoboot.vmdk and synoboot.img to esxi (in one folder)

 

obraz.png

 

Create new VM

 

image.png.6e989b3218e3cc1587a25cfe9be84d0f.png

 

name the xpenology vm as you want and select Linux and Other 3.x Linux x64

 

obraz.png

 

select your storage and you should see customize settings

 

image.thumb.png.315e05a08ae9679b5da7b6e84852d284.png

 

now remove default disk

remove scsi controller

remove cd/dvd drive

and if you are using 3617 loader you need to remove USB controller or change type to USB 3.0

 

obraz.thumb.png.1e7be81adbd9342960b236652f03548a.png

 

now set cpu at 2

set memory 2GB

change Network Adapter Type to E1000e

set network adapter 1 mac addres you have in the grub.cfg for example 00:11:32:2C:A7:85

 

obraz.png

 

now add existing hard disk and point to the synoboot.vmdk uploaded before.

Make sure its on SATA 0:0

 

image.thumb.png.aff0e1988324bb515e12db6e105178e8.png

 

now add another sata device

and add vm disks to it (sata 1:0, 1:1 etc)

 

image.thumb.png.98d57dec673ec56600679b0e9919f63c.png

 

and now, the vm is done

 

and finish

 

obraz.png

 

now start your VM and wait to see

 

image.thumb.png.b581d3da08dc2ba7504142719c223ddd.png

 

after few minutes open in new tab browser find.synology.com

 

click connect

 

obraz.png

 

accept EULA

 

obraz.png

 

Set UP

 

obraz.png

 

and manual install

 

obraz.png

 

point to DSM 3615xs.pat file downloaded earlier

 

obraz.png

 

after you confirm instalation you should see instalation progress

 

obraz.png

 

after 10 minutes reboot

 

obraz.png

 

enter username, password and server name for dsm

 

obraz.png

 

skip configure quickconnect

 

obraz.png

 

dont share location with synology (find.synology.com will not find virtual dsm)

 

now DSM is ready :)

 

obraz.png

 

This type of VM should work with dsm 6.2, 6.2.1, 6.2.2 and 3615xs/3617xs loaders

 

DSM 6.2.3 is showing synoboot drive as eSata in dsm

BIG thanks to @flyride and @Balrog for the fix

 

 

 

Quote

 

VMXNET3 working only with  CPU IOMMU disabled (VMware CPU option)

 

Hello all,

 

For everyone that is interested in using 10GB VMXNET3 network adapter - must be in addition to an Intel E1000E because you will not be able to install/update

 

For example, my setup consists of one E1000E - used for normal access of Synology services and 2 VMXNET3 NIC's used for iSCSI/NFS access to my ESXi hosts. I have a 2 port 10GB physical NIC on the ESXi. 

 

You can use perfectly fine VMXNET3, even with DirectPath I/O checked, as long as you DON'T enable CPU IOMMU - this took a while to figure out and I hope this will help someone in a similar scenario

 

Please post this information where is best suited.

 

 

reported by @boghea

 

 

Spoiler

 

Changelog

 

v1. Initial

v2. screenshots in english, added vnic E1000e, added info to remove usb 2 for 3617, minor misspeling corrections

v.3 added info about dsm 6.2.3

 

Edited by luchuma
screenshots in english, added vnic E1000e, added info to remove usb 2 for 3617, minor misspeling corrections, broken link fix
  • Like 6
  • Thanks 8
Link to comment
Share on other sites

On 8/29/2018 at 12:11 PM, luchuma said:

DSM 6.2-23739 Update 2 - works fine

DSM 6.2.1-23824 - DSM_DS3615xs_23824.pat is not working yet so be carefull

 

DSM 6.2.1-23824 - DSM_DS3615xs_23824.pat is working on VM

change vm network settings vm adapter to e1000e (default is vmxnet3)

Link to comment
Share on other sites

Folowed this tuturial to update my installation from dsm 6.1 on ESXi 6.7, and almost everything went well.

The only problem i want to share is that my disks are RDM, and on esxi RDM cannot be maped to sata controler.

Just added scsi controler, add RDM disks to scsi and set in vm bios boot  to sata controler, otherwise dsm wont boot(predefined boot will be scsi).

 

 

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...
9 minutes ago, doughnet said:

after i install the PAT file it reboots and says that it has to recover and due to the drives have been moved ... i have 2 drives added on SATA 1 under 1:0 & 1:1

 

Your 1st drive, Synoboot.vmdk, should be attached to SATA 0.  If you attach it to SATA 1, DSM will try to wipe it during install.

Link to comment
Share on other sites

11 minutes ago, berwhale said:

 

Your 1st drive, Synoboot.vmdk, should be attached to SATA 0.  If you attach it to SATA 1, DSM will try to wipe it during install.

Thank you.  synoboot.vmdk is attached to SATA 0:0

 

I have 2 seperate drives attached to SATA1:0 & SATA 1:1

Link to comment
Share on other sites

8 hours ago, doughnet said:

Thank you.  synoboot.vmdk is attached to SATA 0:0

 

I have 2 seperate drives attached to SATA1:0 & SATA 1:1

 

What type of drives are attached to SATA 1?   What is the Compatibility and Disk Mode set to?  Does the install work if you just attach one of the drives?

Edited by berwhale
Link to comment
Share on other sites

7 hours ago, berwhale said:

 

What type of drives are attached to SATA 1?   What is the Compatibility and Disk Mode set to?  Does the install work if you just attach one of the drives?

 

Thank you again for your help.

 

Both SATA1 drives are setup as:

TYPE: Thick provisioned, lazily zeroed

DISK MODE: DEPENDENT

Link to comment
Share on other sites

Just a short confirmation, that this tutorial works with ESXI 6.5 as well, incl. a RDM mapped harddisk.
However, I had to set the bootorder in BIOS manually as described in this thread. 

Can't upgrade ESXI to 6.7, DL360p Gen8 supports up to ESXI Release 6.5.0 Update 2 ...

  • Like 1
Link to comment
Share on other sites

I'm getting so confused with all the different downloads.

Could somebody post links to files needed please.

 

I downloaded:

https://mega.nz/#F!ZlkHQTTb!keje3RK017OjTp3vuWb-Cw

dsm.6.2.synoboot_ds3617xs.1.03b (contains only synoboot.img)

dsm.6.2.synoboot_ds3615xs.1.03b (contains only synoboot.img)

Edited both these files with the SN and a MAC, commented out the Baremetal. Nothing else.

 

 

https://mega.nz/#!fdBWBJYB!P3MbGY2v_X_udUhaSgVBQZ74KNRf7vtjMCO39u1I91Y

DS3615xs 6.0.2 Jun's Mod V1.01 (contains a bunch)

Can't find one for DS3617

 

 

Image files from Synology

https://archive.synology.com/download/DSM/beta/6.2/23648/

DSM_DS3615xs_23648.pat

DSM_DS3617xs_23648.pat

 

I created a new VM, deleted the HDD, the SCSI controller, added a new SATA controller (to have 1:0)

Added the existing synoboot.img to 0:0

Added 2 new HDD to 1:0 and 1:1

Added the MAC as manual

 

vreated the VM. Boot. Found it and tried to install the .pat. No go for either 3615 or 3617.

 

Help 😋

Link to comment
Share on other sites

  • Polanskiman changed the title to Tutorial: Install DSM 6.2 on ESXi 6.7
  • Polanskiman pinned this topic

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...