Jump to content
XPEnology Community

nowy1

Member
  • Posts

    12
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

nowy1's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. nowy1

    DSM 6.1.x Loader

    Thanks for providing the new serial format, and the permanent characters for the DS3617xs! I've made an updated generator, you can find it here. Also found an issue in your method. When you generate the serial, you do not care about the padding of the numbers after the "N". It MUST be 6 characters in total. So it cannot be simply "11", it has to be something like "001001" or "000011" or "100001". Thank you very much for your work, But how do i enter mac address? Because the serial number is registered at https://account.synology.com But as you want to run quicconetc gets bogged down
  2. nowy1

    DSM 6.1.x Loader

    Synology has changed the serial format about two years ago. I suppose they noticed that a LOT more DS3615xs has been registered than sold, and such, they made the move to the new format. I checked with support, if you encounter the "invalid serial no format" error on myds.synology.com, you need to send an e-mail to them, with a photo of the serial number sticker of your NAS. They will send you a converted new format serial that you can register, and your NAS will be able to work through QuickConnect. Unless you want to use QuickConnect, though, you do not need to register your NAS or sign in with a Synology account. Also, sidenote - made a better serial generator (not better on UI, but hey it's WIP!). It's available at the XPenology repository on GitHub. There's also a (not yet finished) tutorial for using the 1.01 loader on bare-metal. All comments, recommendations are welcome. The repo also hosts all of Jun's loaders so far, with proper release markings. Unfortunately, no serial number can be registered I tried 20 numbers
  3. nowy1

    DSM 6.1.x Loader

    Hello, I loader DS3615xs 6.1 Jun's Mod V1.02-alpha have a problem logging in to support quickconnec change my MAC address and serial number on hand http://quickconnector.orgfree.com/index.php a information The system could not perform any operation, an unknown error occurred What may be the problem ? DSM DSM is 6.1-15047 Update 1
  4. nowy1

    DSM 6.1.x Loader

    Hello, I loader DS3615xs 6.1 Jun's Mod V1.02-alpha have a problem logging in to support quickconnec change my MAC address and serial number on hand http://quickconnector.orgfree.com/index.php gets Daka information The system could not perform any operation, an unknown error occurred What may be the problem ? DSM DSM is 6.1-15047 Update 1
  5. nowy1

    DSM 6.1.x Loader

    hello, prepared usb drive on different motherboards works without a problem dsm6.0 I tried to put it to the Vostro 260s but still shows me that dumb disk which can be a problem I will add that dsm 5.2 running on the Vostro 260s grub.cfg serial --port=0x3F8 --speed=115200 terminal_input serial console terminal_output serial console set default='0' set timeout='1' set fallback='0' menuentry 'Synology DS3615xs' --class os { insmod fat linux /image/DS3615xs/zImage root=/dev/md0 syno_hdd_powerup_seq=0 netif_num=1 HddHotplug=0 syno_hw_version=DS3615xs vender_format_version=2 vid=0x0951 pid=0x1665 console=uart,io,0x3f8,115200n8 sn=C7LWN09761 mac1=0011322CA785 withefi elevator=your_magic_elevator quiet initrd /image/DS3615xs/ramdisk.lzma }
  6. nowy1

    DSM 6.1.x Loader

    Yes. Thank you very much for your help everything works I question whether you can start here hdmi that has such kodi (XBMC)
  7. nowy1

    DSM 6.1.x Loader

    I'm sorry because I am confused whether changes vid pid sn mac should I do /grub/grub.cfg?
  8. nowy1

    DSM 6.1.x Loader

    Thank you very much for your answer sn how do I download it if I type the MAC address of the card that I have installed in the pc? SN >>> https://www.dropbox.com/s/zzi5we293gudb ... .xlsm?dl=0 MAC >>> Mac address of the network card of your nas. I enter the data or what is in the picture and sn macadres? because as soon as you edit a file that's synology asystans is not my letter serial --port=0x3F8 --speed=115200 terminal_input serial console terminal_output serial console set default='0' set timeout='1' set fallback='0' menuentry 'Synology DS3615xs' --class os { insmod fat linux /image/DS3615xs/zImage root=/dev/md0 syno_hdd_powerup_seq=0 netif_num=1 HddHotplug=0 SataPortMap=x syno_hw_version=DS3615xs vender_format_version=2 vid=0x0951 pid=0x1665 console=ttyS0,115200n8 sn=C7LWN09761 mac1=00:11:32:2C:A7:85 withefi elevator=your_magic_elevator quiet initrd /image/DS3615xs/ramdisk.lzma }
  9. nowy1

    DSM 6.1.x Loader

    That grub.cfg file of your seems wrongly formatted. Here is how it should look like: serial --port=0x3F8 --speed=115200 terminal_input serial console terminal_output serial console set default='0' set timeout='1' set fallback='0' menuentry 'Synology DS3615xs' --class os { insmod fat linux /image/DS3615xs/zImage root=/dev/md0 syno_hdd_powerup_seq=0 netif_num=1 HddHotplug=0 SataPortMap=x syno_hw_version=DS3615xs vender_format_version=2 vid=0x05e3 pid=0x0741 console=ttyS0,115200n8 sn=xxxxxxxxxxx mac1=xxxxxxxxxxxx withefi elevator=your_magic_elevator quiet initrd /image/DS3615xs/ramdisk.lzma } Replace: SataPortMap=x (x being the number of drives) sn=xxxxxxxxxxx and mac1=xxxxxxxxxxxx (xxxxxxxxxxx being your own serial number and mac address). Thank you very much for your answer sn how do I download it if I type the MAC address of the card that I have installed in the pc?
  10. nowy1

    DSM 6.1.x Loader

    Hello, I read the whole thread I changed the entry in grub.cfg it looks like serial --port = 0x3F8 --speed = 115200 terminal_input serial console terminal_output serial console set default = '0' set timeout = '1' set fallback = '0' menuentry 'Synology DS3615xs' --class os { insmod fat linux / image / DS3615xs / zImage root = / dev / md0 syno_hdd_powerup_seq netif_num = 0 = 0 = 1 HddHotplug syno_hw_version = DS3615xs vender_format_version = 2 vid = pid = 0x0741 0x05e3 console = ttyS0,115200n8 sn = C7LWN09761 mac1 = 0011322CA785 withefi elevator = your_magic_elevator quiet initrd /image/DS3615xs/ramdisk.lzma } my usb vid is USB Storage: Product ID: 0x0741 Vendor ID: 0x05e3 (Genesys Logic, Inc.) Version: 2.20 Speed: Up to 480 Mb / sec Manufacturer: Generic Location ID: 0x14200000 / 7 Available Current (mA): 500 Current Required (mA): 98 Extra Operating Current (mA) 0 Media: all the time I get error 21 in what may be the problem of what I'm doing wrong?
  11. nowy1

    DSM 6.1.x Loader

    Hello , I installed XPEnoboot 5.2-5967.1 everything works stable img installed on usb trying to make the migration but at 52% shows an error file my motherboard is http://www.jetwaycomputer.com/NP93.html Model No. NP93-2930 | NP93-2807 Part No. JNP93-2930 | JNP93-2807 Jetway NP93 Pico-ITX Motherboard Specification Processor Fanless INTEL® Bay Trail-M Celeron N2930 1.83GHz Processor SoC, Quad-Core, 7.5W Fanless INTEL® Bay Trail-M Celeron N2807 SoC Processor 1.58GHz, Dual-Core, 4.3W * Low-profile heatsink Installed for Basic Bench Testing Onboard Memory 2GB DDR3L-1333 non-expandable Graphics Intel® HD Graphics Audio Realtek ALC662 Audio LAN 1 x Realtek Gigabit Ethernet RTL8111G Storage 1 x full size mSATA slot 1 x SATA2 3Gb / s Connector Super IO FINTEK F81803U Form Factor Pico-ITX Form Factor (100mm X 72mm)
  12. nowy1

    DSM 6.1.x Loader

    Hello , or maybe it is a tutorial step by step how to write it on a pc dsm 6.0?
×
×
  • Create New...