diy NAS

apojohn

New member
14 November 2015
92
Σ'ευχαριστώ leo06
Προσπάθησα να κάνω την εγκατάσταση αλλά δεν αναγνωρίζει την κάρτα lan και εκεί το χάνω.
Το πρόβλημά μου είναι το extra.izma
Λένε ότι πρέπει να κάνουμε κάποιες αλλαγές με Linux και εκεί χάνω το παιχνίδι.
Πως μπορείται να με βοηθήσετε;
Πραγματικά χρειάζομαι την βοήθειά σας
Μόνος δεν ....
 

leo06

Supreme Member
14 October 2007
6,732
Πάτρα
Δεν χρειάζεσαι κάτι τέτοιο, όλα από windows pc τα κάνεις

4 - Now launch OSFMount. Select Mount New, then select the image file you downloaded earlier (i.e. .img extension file) to open. Now select partition 0 (the one that is 15 MB). Click Ok. Then at the bottom of the window make sure to un-tick the "Read only drive". Click Ok. The partition should now be mounted in file explorer. At this point you can navigate to the /grub directory and edit the grub.cfg file.
If you need to replace the extra.lzma ramdisk with the custom ramdisk provided above then you will also need to mount partition 1 (the one that is 30 MB).

Below is what you will see in the grub.cfg file.

I am only showing below the portion of the code that is relevant for the purpose of this tutorial
[...]

set extra_initrd="extra.lzma"
set info="info.txt"

set vid=0x058f
set pid=0x6387
set sn=C7LWN09761
set mac1=0011322CA785
set rootdev=/dev/md0
set netif_num=1
set extra_args_3615=''

set common_args_3615='syno_hdd_powerup_seq=0 HddHotplug=0 syno_hw_version=DS3615xs vender_format_version=2 console=ttyS0,115200n8 withefi elevator=elevator quiet'

set sata_args='sata_uid=1 sata_pcislot=5 synoboot_satadom=1 DiskIdxMap=0C SataPortMap=1 SasIdxMap=0'

set default='0'
set timeout='1'
set fallback='1'

[...]

:!: You want to modify the following: :!:

Change vid=0x090C to vid=0x[your usb drive vid]
Change pid=0x1000 to pid=0x[your usb drive pid]
Change sn=C7LWN09761 to sn=generate your sn here with DS3615xs or DS 3617xs or DS916+ model (this will depend on which loader you chose)
Change mac1=0011322CA785 to mac1=[your NIC MAC address #1]. You can also add set mac2=[your NIC MAC address #2] and so on until mac4 if you have multiple NICs. However, this is not necessary.
Recommended: Change set timeout='1' to set timeout='4' - This will allow you more time to make a selection in the Grub Boot Menu when it appears on screen.

Once you are done editing the grub.cfg file, save it and close your text editor. Now in OSFMount click on Dismount all & Exit.
You are now ready to burn the image to your USB drive.

5 - Now use Win32 Disk Imager to burn the image file onto the USB drive. This will also make the USB drive bootable.
 

apojohn

New member
14 November 2015
92
Ευχαριστώ leo06
Αύριο μεσημεράκι που θα γυρίσω θα το δοκιμάσω και θα επανέλθω
Σας ευχαριστώ όλους
 

apojohn

New member
14 November 2015
92
Δυστυχώς τίποτα δεν έγινε
Πέρασα και το extra.izma πάλι τίποτα
Μετά πρόσθεσα και αυτό "You can extract the 2 files (zImage and rd.gz) from the DSM *.pat file you download from synology" αλλά και πάλι τίποτα
Οι δοκιμές έγιναν στον server με τους δίσκους κανονικά επάνω
Στον server όταν διαβάζει το bios και ξεκινάει κάνει έναν διπλό χαρακτηριστικό ήχο μετά πάει να κάνει την εγκατάσταση
Τώρα με το 6.2 ούτε τον ήχο κάνει
Κάτι δεν διαβάζει σωστά. Τι λάθος κάνω;
 

leo06

Supreme Member
14 October 2007
6,732
Πάτρα
Jun's official v1.02b loader (mirror). This is a hybrid UEFI/BIOS loader so it should work in most machines which are capable or reading GUID partition table (GPT). For older machines that can only read MBR the above loader will simply not boot. If that is your case then use @Genesys's v1.02b loader rebuilt image which is MBR based
https://mega.nz/#F!icwQVKqS!v-_nof4FmTck4mMrKegvhQ
Δοκίμασε και αυτό
 

Ducksong

Supreme Member
11 July 2013
4,985
The Dutch Mountains
Re: Απάντηση: diy NAS

Παίδες τι λέτε ; Θα μπορέσουμε να κάνουμε κάτι ή να τα παρατήσω;

Εισαι σίγουρος ότι τα έκανες όπως στα γράφει εδω?

Δεν χρειάζεσαι κάτι τέτοιο, όλα από windows pc τα κάνεις

4 - Now launch OSFMount. Select Mount New, then select the image file you downloaded earlier (i.e. .img extension file) to open. Now select partition 0 (the one that is 15 MB). Click Ok. Then at the bottom of the window make sure to un-tick the "Read only drive". Click Ok. The partition should now be mounted in file explorer. At this point you can navigate to the /grub directory and edit the grub.cfg file.
If you need to replace the extra.lzma ramdisk with the custom ramdisk provided above then you will also need to mount partition 1 (the one that is 30 MB).

Below is what you will see in the grub.cfg file.

I am only showing below the portion of the code that is relevant for the purpose of this tutorial
[...]

set extra_initrd="extra.lzma"
set info="info.txt"

set vid=0x058f
set pid=0x6387
set sn=C7LWN09761
set mac1=0011322CA785
set rootdev=/dev/md0
set netif_num=1
set extra_args_3615=''

set common_args_3615='syno_hdd_powerup_seq=0 HddHotplug=0 syno_hw_version=DS3615xs vender_format_version=2 console=ttyS0,115200n8 withefi elevator=elevator quiet'

set sata_args='sata_uid=1 sata_pcislot=5 synoboot_satadom=1 DiskIdxMap=0C SataPortMap=1 SasIdxMap=0'

set default='0'
set timeout='1'
set fallback='1'

[...]

:!: You want to modify the following: :!:

Change vid=0x090C to vid=0x[your usb drive vid]
Change pid=0x1000 to pid=0x[your usb drive pid]
Change sn=C7LWN09761 to sn=generate your sn here with DS3615xs or DS 3617xs or DS916+ model (this will depend on which loader you chose)
Change mac1=0011322CA785 to mac1=[your NIC MAC address #1]. You can also add set mac2=[your NIC MAC address #2] and so on until mac4 if you have multiple NICs. However, this is not necessary.
Recommended: Change set timeout='1' to set timeout='4' - This will allow you more time to make a selection in the Grub Boot Menu when it appears on screen.

Once you are done editing the grub.cfg file, save it and close your text editor. Now in OSFMount click on Dismount all & Exit.
You are now ready to burn the image to your USB drive.

5 - Now use Win32 Disk Imager to burn the image file onto the USB drive. This will also make the USB drive bootable.

Οταν κάνεις edit, το κάνεις με το notepad++ ??

Μια μικρή λεπτομέρεια αρκεί για να μην δουλέψει..
 

xaris33

Established Member
6 December 2009
134
If you need to replace the extra.lzma ramdisk with the custom ramdisk provided above then you will also need to mount partition 1 (the one that is 30 MB).

Αυτό το κάνεις σίγουρα? Και αντικαθιστας τα extra κ extra2 με αυτά από το forum? Link για 3615:

http://www.filedropper.com/extra3615v011test
 

apojohn

New member
14 November 2015
92
Όπως είχα γράψει:
[Πέρασα και το extra.izma πάλι τίποτα
Μετά πρόσθεσα και αυτό "You can extract the 2 files (zImage and rd.gz) from the DSM *.pat file you download from synology" αλλά και πάλι τίποτα]
Τώρα. Αυτό το extra.izma2 που αναφέρεις με βάζει σε σκέψεις.
Αύριο θα το δοκιμάσω ξανά.
Σ'ευχαριστώ πολύ.
 

apojohn

New member
14 November 2015
92
Δυστυχώς τίποτα δεν έγινε.
Απέτυχα πάλι. Πλέον άρχισα να αμφιβάλω εάν τα κάνω έτσι όπως πρέπει.
Παραμονή πρωτοχρονιάς και ασχολούμαι με αυτό ακόμη. δεν πειράζει.
Ν´είμαστε καλά και του χρόνου πάλι ξανά να δω τι κάνω λάθος (δηλαδή σε 3-4 μέρες).
Σας ευχαριστώ όλους.
ΚΑΛΗ ΠΡΩΤΟΧΡΟΝΙΑ ΣΕ ΟΛΟΥΣ ΜΑΣ.