Jump to content
XPEnology Community

jojos

Rookie
  • Posts

    2
  • Joined

  • Last visited

Posts posted by jojos

  1. 9 hours ago, wimsan said:

    During boot of a DS1621+ bootloader in Proxmox I see the following error:

     

    Still waiting for boot device (waited 1 of 30 seconds)
    [    5.100543] scsi 12:0:0:0: Direct-Access     QEMU     QEMU HARDDISK            2.5+ PQ: 0 ANSI: 5
    [    5.101762] <redpill/scsi_notifier.c:65> Probing SCSI device using sd_probe_shim
    [    5.102728] <redpill/scsi_notifier.c:77> Triggering SCSI_EVT_DEV_PROBING notifications
    [    5.103722] <redpill/boot_shim_base.c:29> scsi_is_boot_dev_target: it's not a SATA disk, ignoring
    [    5.104697] <redpill/scsi_notifier.c:87> Calling original sd_probe()
    [    5.105691] <redpill/scsi_notifier.c:91> Triggering SCSI_EVT_DEV_PROBED notifications - sd_probe() exit=0
    [    5.107576] sd 12:0:0:0: [usb1] 2097152 512-byte logical blocks: (1.07 GB/1.00 GiB)
    [    5.108808] sd 12:0:0:0: [usb1] Write Protect is off
    [    5.109522] sd 12:0:0:0: [usb1] Mode Sense: 63 00 00 08
    [    5.110491] sd 12:0:0:0: [usb1] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    5.112845]  usb1: p1 p2 p3
    [    5.114160] sd 12:0:0:0: [usb1] Attached SCSI disk
    Still waiting for boot device (waited 2 of 30 seconds)

    etc.

    etc.

    until boot_wait is timed out and no boot device is found?

     

    When I see this behaviour installation of teh PAT file always fails at 55%

     

    the proxmox VM is created like this:

    # set vm id
    id=xxx

    # create image directory, download and uncomporess
    mkdir -p /var/lib/vz/images/${id}
    curl --location https://github.com/pocopico/tinycore-redpill/raw/main/tinycore-redpill.v0.4.6.img.gz --output /var/lib/vz/images/${id}/tinycore-redpill.img.gz
    gzip --decompress /var/lib/vz/images/${id}/tinycore-redpill.img.gz --keep


    # create vm
    qm create ${id} \
      --args "-drive 'if=none,id=synoboot,format=raw,file=/var/lib/vz/images/${id}/tinycore-redpill.img' -device 'qemu-xhci,addr=0x18' -device 'usb-storage,drive=synoboot,bootindex=5'" \
      --cores 2 \
      --cpu host \
      --machine q35 \
      --memory 2048 \
      --name DSM710 \
      --net0 virtio,bridge=vmbr0 \
      --numa 0 \
      --onboot 0 \
      --ostype l26 \
      --scsihw virtio-scsi-pci \
      --sata0 local-lvm:vm-${id}-disk-0,discard=on,size=10G,ssd=1 \
      --sockets 1 \
      --serial0 socket \
      --tablet 1

    # create disk for sata0
    pvesm alloc local-lvm ${id} vm-${id}-disk-0 10G

     

    Is there anything that I'm missing causing the TC image attached as sata0 is not recognized?

     

     

     

    Having exactly the same problem here! Is a solution for this known? Especially when using a HBA card? Tried the exact same steps in my proxmox setup but always failed.

  2. 34 minutes ago, RedCat said:

    Is there any solution to the 920+ 7.1 hdd detection problem during VM?

    Do you mean the 

     

    Still waiting for boot device (waited x of 30 seconds)

     

    message? I think it might be related to having to install the drivers for accessing you controller and something with the device tree binary extension. But I cannot really make it work either. What were your concrete steps?

×
×
  • Create New...