Jump to content
XPEnology Community

maxhartung

Member
  • Posts

    39
  • Joined

  • Last visited

Everything posted by maxhartung

  1. "SataPortMap": "1", "DiskIdxMap": "02" SynologyNAS> fdisk -l Disk /dev/synoboot: 14 GB, 15518924800 bytes, 30310400 sectors 14800 cylinders, 64 heads, 32 sectors/track Units: sectors of 1 * 512 = 512 bytes Device Boot StartCHS EndCHS StartLBA EndLBA Sectors Size Id Type /dev/synoboot1 * 0,32,33 6,62,56 2048 100351 98304 48.0M 83 Linux /dev/synoboot2 6,62,57 15,205,62 100352 253951 153600 75.0M 83 Linux /dev/synoboot3 15,205,63 130,138,8 253952 2097151 1843200 900M 83 Linux DiskIdxMap 00 SataPortMap 2 With the default values detected, it detects like sdb and sdd. I plugged in only one drive: SynologyNAS> fdisk -l Disk /dev/sdb: 466 GB, 500107862016 bytes, 976773168 sectors 60563 cylinders, 256 heads, 63 sectors/track Units: sectors of 1 * 512 = 512 bytes Device Boot StartCHS EndCHS StartLBA EndLBA Sectors Size Id Type /dev/sdb1 0,0,2 1023,255,63 1 976773167 976773167 465G ee EFI GPT Disk /dev/synoboot: 14 GB, 15518924800 bytes, 30310400 sectors 14800 cylinders, 64 heads, 32 sectors/track Units: sectors of 1 * 512 = 512 bytes Device Boot StartCHS EndCHS StartLBA EndLBA Sectors Size Id Type /dev/synoboot1 * 0,32,33 6,62,56 2048 100351 98304 48.0M 83 Linux /dev/synoboot2 6,62,57 15,205,62 100352 253951 153600 75.0M 83 Linux /dev/synoboot3 15,205,63 130,138,8 253952 2097151 1843200 900M 83 Linux
  2. Tried with broadwellnk-DS3622 same issue. Another ideea ? I will try with broadwell.
  3. Then I should have it. I will try a build. I have the latest from git. I just build bromolow but with serialgen 3622xs, right ?
  4. Nope, how can I add support for it ?
  5. Still not working on my side with one SSD installed. Yes, tried. Nothing is working. Everything was working with Juno's bootloader
  6. What HP notebook do you have ? I also tried with your options but no go
  7. The only option that I have is RAID or AHCI
  8. I have the problem with: It's an HP Elitebook 840 G2 with 2 SSDs. We've detected errors on the hard drives (1, 3), and the SATA ports have also been disabled. Please shut down your DS918+ to replace or remove the hard drives and try again. I tried the suggested DiskIdxMap=0000 and SataMap=0004 or something like that but didn't work. I tried many configs but nothing works Tried: DiskIdxMap=00 SataPortMap=4 -> We have detected errors on the hard drives 1,3,4 Tried: DiskIdxMap=00 SataPortMap=3 -> We have detected errors on the hard drives 1,3 Tried: DiskIdxMap=00 SataPortMap=2 -> We have detected errors on the hard drives 1 Tried: DiskIdxMap=00 SataPortMap=1 -> No drives detected Tried: DiskIdxMap=00 SataPortMap=0 -> not loading/no network Tried: DiskIdxMap=00 SataPortMap=1 SasIdxMap=0 -> No drives detected Tried: DiskIdxMap=00 SataPortMap=2 SasIdxMap=0 -> We have detected errors on the hard drives 1 Tried: DiskIdxMap=01 SataPortMap=1 -> No drives detected Tried: DiskIdxMap=01 SataPortMap=2 -> We have detected errors on the hard drives 2 DiskStation> fdisk -l Disk /dev/sdb: 466 GB, 500107862016 bytes, 976773168 sectors 60801 cylinders, 255 heads, 63 sectors/track Units: sectors of 1 * 512 = 512 bytes Device Boot StartCHS EndCHS StartLBA EndLBA Sectors Size Id Type /dev/sdb1 0,0,1 1023,254,63 1 976773167 976773167 465G ee EFI GPT Disk /dev/sdd: 224 GB, 240057409536 bytes, 468862128 sectors 29185 cylinders, 255 heads, 63 sectors/track Units: sectors of 1 * 512 = 512 bytes Device Boot StartCHS EndCHS StartLBA EndLBA Sectors Size Id Type /dev/sdd1 0,0,2 1023,254,63 1 468862094 468862094 223G ee EFI GPT Disk /dev/synoboot: 14 GB, 15518924800 bytes, 30310400 sectors 14800 cylinders, 64 heads, 32 sectors/track Units: sectors of 1 * 512 = 512 bytes Device Boot StartCHS EndCHS StartLBA EndLBA Sectors Size Id Type /dev/synoboot1 * 0,32,33 6,62,56 2048 100351 98304 48.0M 83 Linux /dev/synoboot2 6,62,57 15,205,62 100352 253951 153600 75.0M 83 Linux /dev/synoboot3 15,205,63 130,138,8 253952 2097151 1843200 900M 83 Linux
  9. There is any fix for "We have detected issues on hard drives 1,3"? I tried every combination of SataPortMap and DiskIdxMap
  10. I did it already but error with the above ./redpill_tool_chain.sh auto apollolake-7.0-41890
  11. So I tried reinstalling Docker, removing all references from the system, reinstalling, restart the Mac. docker builder prune --all --filter label=redpill-tool-chain WARNING! This will remove all build cache. Are you sure you want to continue? [y/N] y Total reclaimed space: 0B docker image ls --filter label=redpill-tool-chain --quiet | xargs docker image rm MacBook-Pro redpill %
  12. Same issue with this build too. Should I try to reinstall Docker ? I am running on Mac ./redpill_tool_chain.sh auto apollolake-7.0-41890 Unable to find image 'redpill-tool-chain:apollolake-7.0-41890' locally docker: Error response from daemon: pull access denied for redpill-tool-chain, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
  13. No, I don't have it enabled. I tried a clean build with everything deleted but the same issue.
  14. Anyone has this error ? ./redpill_tool_chain.sh auto apollolake-7.0-41890 Unable to find image 'redpill-tool-chain:apollolake-7.0-41890' locally docker: Error response from daemon: pull access denied for redpill-tool-chain, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. See 'docker run --help' I really can't figure out what's wrong with it.
  15. For the most part you need to set the VID and PID to these values and make the loader (don’t forget about the MAC Address too): VID: 0x46f4 PID: 0x0001 Then you need to create a new VM with SATA based hdd and machine type set to Q35 You also need to edit the config of the virtual machine and add this line with also replacing the path to the file: args: -device 'qemu-xhci,addr=0x18' -drive 'id=synoboot,file=/var/lib/vz/images/XXX/redpill-DS918+_7.0-41890.img,if=none,format=raw' -device 'usb-storage,id=synoboot,drive=synoboot,bootindex=5' or you can just use sata boot
  16. @ThorGroup Yes, I have network access that’s why I can see the error: We have detected errors on hdd 1,3
  17. No, the laptop doesn't have serial console (HP Elitebook 840 G2). I will try to find a way to attach a serial console in some way. Thank you.
  18. So I tried to compare the config via diff tool but nothing syntax related seen, I copied your config, replaced the lines, changed the information and now works. For mapping there is something to be done ? My drive starts at 7
  19. I tried mkdir folder called 100 (machine id), put the img there and see if it works but same error.
  20. My Proxmox install seem broken for some reason: I uploaded the img file to via web browser (local home -> ISO Images) /var/lib/vz/template/iso/image.img But when I try to start the VM: kvm:  -device qemu-xhci,addr=0x18 -drive id=synoboot,file=/var/lib/vz/template/iso/image.img,if=none,format=raw -device usb-storage,id=synoboot,drive=synoboot,bootindex=5: Could not open ' -device qemu-xhci,addr=0x18 -drive id=synoboot,file=/var/lib/vz/template/iso/image.img,if=none,format=raw -device usb-storage,id=synoboot,drive=synoboot,bootindex=5': No such file or directory I checked the file via shell and it's there. This is the args in the conf: args: -device 'qemu-xhci,addr=0x18' -drive 'id=synoboot,file=/var/lib/vz/template/iso/image.img,if=none,format=raw' -device 'usb-storage,id=synoboot,drive=synoboot,bootindex=5' root@home:~# ls /var/lib/vz/template/iso/ image.img root@home:~# Config: args: -device 'qemu-xhci,addr=0x18' -drive 'id=synoboot,file=/var/lib/vz/template/iso/image.img,if=none,format=raw' -device 'usb-storage,id=synoboot,drive=synoboot,bootindex=5' balloon: 0 boot: order=sata0;net0 cores: 2 machine: q35 memory: 4096 name: DSM net0: virtio=F2:9D:7D:2E:7E:61,bridge=vmbr0 numa: 0 ostype: l26 sata0: local-lvm:vm-100-disk-0,size=120G scsihw: virtio-scsi-pci smbios1: uuid=27d90b08-fa4c-4b43-85fc-f40200747f72 sockets: 1 vmgenid: 6e85c112-295e-4432-b661-7f91af624a80
  21. Further findings in my case of "We have detected errors on HDD" with HP EliteBook 840 G2: On Juno's bootloader 6.2.1 in DSM the disks are listed as Disk 2 and Disk 4. Both of them are detected without an issue and everything works except in redpill.
×
×
  • Create New...