Jump to content
XPEnology Community

paro44

Member
  • Posts

    22
  • Joined

  • Last visited

Everything posted by paro44

  1. You can use Win32DiskImager to create a backup (image file to save or to write back to another USB stick). You have to use stick with same vid/pid ofcourse. Can't help with your second question.
  2. I never touched or changed that values. When I had that problem I downloaded the tool-chain again (v0.10 I think), cleaned the downloaded cached files with the command in tool-chain, and started from scratch. With pid and vid in correct order it worked then for me. Maybe the chipset C226 is to new for the DS3615xs kernel and you need to add a driver for it? My nas has Intel ICH7R that is working ootb with the kernel.
  3. I don't know that mainboard, but if there is no additional sata controller I would guess that the ports should have the same order as printed on pcb (sata0 = 1st and so on). If there is a second sata controller, that may be different. edit: I just searched a bit and it seems the mainboard has an Intel C226 chipset. That supports 6 sata ports, so I think there is no additional sata controller. I don't see sata4, maybe there is a header and no socket? Or e-sata?
  4. I'm still thinking that your vid and pid are mixed up/exchanged. vid (vendor id) for Kingston usb stick is 0951, pid (product id) is 1607 (your config file shows vid=1607, pid=0951). In the config file you have to fill pid first, then vid. That is a little bit unusual, so check twice that they are correct. I mixed up vid and pid some time ago and had similar problem, that only one of 4 drives was seen. With correct vid and pid it worked.
  5. Additional to haydibe I think you mixed up the vid and pid. Check if you filled in correct order.
  6. Even with a stable loader I would not try to upgrade the working system without a backup of the data. Write here what hardware you use (mainboard, nic, hdd, sata or sas adapter,...). If your nas is booting but not seen in your network, probably the nic is not supported. Try with an Intel nic (if you have). But first make a backup.
  7. You are right, my baremetal is Intel SS4200. But if these tests are useless for other hardware than Gen8, I will not execute them. Let me know if there are other tests which might be useful to run. SSH to the nas I used sometimes (so that would be no problem if the commands are written here).
  8. How can I run these tests on baremetal? I'm willing to try, but my linux knowledge is near zero. Are these commands to put in a terminal or in a script on other pc (putty)? Or do I have to execute it on DSM?
  9. Search for the posts from haydibe, there you find the docker tool-chain. You need to add some lines if you need support for DSM 7.0.1.
  10. I had an error with v0.11 when the folder (where I extracted the tool-chain files to) had a "blank" in the name (like: v011 42218). Without blank it worked ok (v011_42218). But I think that is an other error.
  11. I think if the nic is supported in the extensions from RedPill, then you can update to 6.2.4 or higher. @thorgroup: Is there already a working extension for for nic's other than Intel (i.e. Marvel, Broadcom or Realtek)? I have seen virtio extension, but that is for virtual machines I guess.
  12. I can wake-up my Intel SS4200 with "wol.exe". I also tried with Synology Assistant, but that only worked once. After that first try I couldn't login to the DSM, there was only a message saying no nas was found. I never used the Assistant wol before, maybe I made something wrong. With "wol.exe" I had no problem so far. I'm not sure how the Gen8 will will behave, but generally wol works if you use third party tool. If you want to use the Assistant, maybe further work/testing is needed.
  13. I think you have to change vid and pid (vid should be 0781, pid 5581) Edit: alredy solved, so ignore this post.
  14. Do you have drives on the onboard controller, are they seen? Maybe you can try that, if this is your test nas with no important data on it.
  15. I had the same problem some weeks ago (only one of 4 drives was seen in DSM, baremetal install on Intel SS4200, ICH7R). With a newer version of loader and tool-chain it worked. Not sure what the problem was, maybe cached data from previous try for loader generation? Now I always clean cached data and download everything again. In the earlier versions of the tool-chain you had to fill "vid/pid/...", in the later versions it is "pid/vid/...", I mixed up this because I didn't read carefully and filled in wrong order.
  16. I updated my test nas to 7.0.1-42218. First I had a small problem with the tool-chain v0.11. I added the lines for the 42218 version, but this time I used a "blank" in the folder name. The tool-chain didn't liked it and showed an error at line 75. I removed the "blank", then it worked. As next I think I have to learn how the extensions work and find drivers. My test nas has two e-sata ports on a SiliconImage 3132 chipset, I think I have to add a driver for it. I really don't need that feature, but if it's there... Maybe I wait for RP beta or final to play with extensions and test on other platforms (thinclients with Atom or AMD mainboard).
  17. Afaik only Intel network cards are supported ootb with the DS3615xs software. Synology removed other network drivers sometimes ago (DSM 6.1.x or so). So one solution is to use an Intel card (change mac address). Other solution is the driver extension for your onboard Broadcom network card (if already working?).
  18. With ICH7 it is nearly the same as my test nas SS4200, so I would say it should work. But your network is from Atheros, maybe the driver is missing. Driver extension may work?
  19. I use Win32DiskImager for writing .img-file to USB-drive. Easy to use, the drive is bootable. The Gen8 has no Intel network card, right? Try it with an Intel card.
  20. I had a similar issue some weeks ago with only 1 of4 disks recognised. My baremetal is old, too (Intel SS4200, core2duo, ICH7R, mbr, no uefi). I started from scratch with tool-chain 0.11 and DS3615xs. Before starting I cleaned old tool-chain and cache, then put pid, vid, s/n and mac and it worked (it is PID first, then VID, i mixed that up on first try I think or the order was changed). What hardware do you have (chipset southbridge)?
  21. I made a migration install on baremetal (Intel SS4200) and noticed some improvements to my first attempt some weeks ago. I used the tool-chain v0.11 and bromolow 7.0 for DS3615xs. Maybe I made a mistake last time and filled vid/pid and not pid/vid (pay attention on that). DSM-install went smooth. This time I have all four internal disks accessable (on ICH7R chipset). Last time I could only see one hdd. And now the Info-Center is filled and not empty anymore. I can see 2 cores and 2,2 GHz cpu speed, which could be the real data (I'm not sure, if I already changed the old celeron cpu to a core2duo 2,2 GHz, but I think I did). The cpu type is shown as i3-4130 which isn't correct (but for DS3615xs I think), but I can live with that 😀 Thanks again to all who help to make this working. I'm happy 'til now and will test further. Edit: temperature is also shown at 60°C, but atm the storage pool is created. CPU load at 25%. Maybe it goes down when finished.
  22. Thank you all, the developers and contributors, especially TTG and haydibe. I want to share the results I have until now. I have a strange problem with baremetal install on Intel SS4200 (test system, DS3615xs). Only the first hdd is seen by DSM 7, the other 3 not. Is there any know problem with the Intel southbridge ICH7R or did I something wrong? I tried to migrate from Jun 1.03b/DSM 6.2. Maybe I try clean install next weekend. With a second baremetal (Dell Latitude E6500) there is no problem until now.
×
×
  • Create New...