Jump to content
XPEnology Community

romich7

Rookie
  • Posts

    9
  • Joined

  • Last visited

Posts posted by romich7

  1. Please help me to install DSM on mb MSI MAG B365M MORTAR(MS-7C67). Boot to TC-image builder from tinycore-redpill.v0.8.0.0.img + Legacy & UEFI in bios settings = black screen. Boot from tinycore-redpill-uefi.v0.8.0.0.img with any combination of UEFI & Legacy = Loading Linux ... Loading Initramfs ... Booting TinyCore for loader creation. After that freeze for 30 seconds and reboot.

    How to boot to TC Linux?

    TY for answer.


  2. tc@box:~$ ./rploader.sh satamap now

    Found "00:1f.2 Intel Corporation 6 Series/C200 Series Chipset Family SATA AHCI Controller (rev 05)"
    Detected 6 ports/3 drives. Bad ports: 3 4 5. Override # of ports or ENTER to accept <6>
    tc@box:~$
     

    How to fix it? Only 2 drives shows in Synology. How correct setup SataPortMap & DiskIdxMap?

     

    dmesg |grep sd
    [    0.608968] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    [    0.608975] sd 0:0:0:0: [sda] Write Protect is off
    [    0.608976] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [    0.608987] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    0.612395] sd 1:0:0:0: Attached scsi generic sg1 type 0
    [    0.612441] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
    [    0.612443] sd 1:0:0:0: [sdb] 4096-byte physical blocks
    [    0.612452] sd 1:0:0:0: [sdb] Write Protect is off
    [    0.612454] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [    0.612469] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    0.612600] sd 5:0:0:0: Attached scsi generic sg2 type 0
    [    0.612673] sd 5:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 GB/466 GiB)
    [    0.612675] sd 5:0:0:0: [sdc] 4096-byte physical blocks
    [    0.612682] sd 5:0:0:0: [sdc] Write Protect is off
    [    0.612683] sd 5:0:0:0: [sdc] Mode Sense: 00 3a 00 00
    [    0.612693] sd 5:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    0.637211]  sda: sda1 sda2 sda3
    [    0.637367] sd 0:0:0:0: [sda] Attached SCSI disk
    [    0.654625]  sdb: sdb1 sdb2 sdb3 sdb4 sdb5 sdb6
    [    0.654820] sd 1:0:0:0: [sdb] Attached SCSI disk
    [    1.946040]  sdc: sdc1 sdc2 sdc3 sdc4
    [    1.946210] sd 5:0:0:0: [sdc] Attached SCSI disk
    [    2.172790] usbcore: registered new interface driver ums-isd200
    [    2.172807] usbcore: registered new interface driver ums-sddr09
    [    2.172811] usbcore: registered new interface driver ums-sddr55
    [    4.027022] sd 6:0:0:0: Attached scsi generic sg3 type 0
    [    4.027693] sd 6:0:0:0: [sdd] 30720000 512-byte logical blocks: (15.7 GB/14.6 GiB)
    [    4.028327] sd 6:0:0:0: [sdd] Write Protect is off
    [    4.028331] sd 6:0:0:0: [sdd] Mode Sense: 03 00 00 00
    [    4.029056] sd 6:0:0:0: [sdd] No Caching mode page found
    [    4.029058] sd 6:0:0:0: [sdd] Assuming drive cache: write through
    [    4.044667]  sdd: sdd1 sdd2 sdd3
    [    4.047169] sd 6:0:0:0: [sdd] Attached SCSI removable disk
    [   11.110992] FAT-fs (sdc2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [   16.536867] FAT-fs (sdc2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [   24.636814] FAT-fs (sdc2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
     

  3. I keep trying to build red-pill under Xen-Server. In rploader.sh, corrected the definition of disks in the expression $(mount | grep -i optional | grep cde | awk -F / '{print $3}' | uniq | cut -c 1-4) increased the length by one character (cut -c 1-3) was in the original version, made (cut -c 1-4). If it is possible to write an expression like (cut -c length($)-1) into the script, then tell me how to do it. As a result, when the script reaches the place where the .pat file is copied and unzipped, I get the error "cp: failed to preserve ownership for '/mnt/xvda3/auxfiles/ds3622xsp_42661.pat': Operation not permitted". What am I doing wrong?

    image.thumb.png.d8475f3f280196de03cfd010f09e3ce5.png

  4. Please help to fix problem.

    Virtual mashine on XenServer. Boot from tinycore-redpill.v0.4.6.vmdk

     

    mount: /home/tc/redpill-load/localdiskp1: special device /dev/xvd1 does not exist.
    Mounting /dev/xvd1 to localdiskp1
    mount: /home/tc/redpill-load/localdiskp2: special device /dev/xvd2 does not exist.
    Mounting /dev/xvd2 to localdiskp2
    ERROR: Failed to mount correctly all required partitions
    Entries in Localdisk bootloader :
    =======================================================================
    grep: localdiskp1/boot/grub/grub.cfg: No such file or directory
    Machine is VIRTUAL Hypervisor=Xen
    Setting default boot entry to SATA
    sed: can't read localdiskp1/boot/grub/grub.cfg: No such file or directory
    umount: localdiskp1: not mounted.
    umount: localdiskp2: not mounted.
    Caching files for future use
    mkdir: cannot create directory '/mnt/xvd3/auxfiles': No such file or directory
    df: /mnt/xvd3: No such file or directory
    ./rploader.sh: line 1660: [: -le: unary operator expected
    Found /home/tc/redpill-load/cache/ds3615xs_42218.pat, copying to cache directory : /mnt/xvd3/auxfiles
    cp: cannot create regular file '/mnt/xvd3/auxfiles': No such file or directory
    tc@box:~$

     

    Скрытый текст

    tc@box:~$ sudo ./rploader.sh build bromolow-7.0.1-42218
    Rploader Version : 0.7.0.2
    Loader source : https://github.com/jumkey/redpill-load.git Loader Branch : develop
    Redpill module source : https://github.com/RedPill-TTG/redpill-lkm.git : Redpill module branch : master
    Extensions :
    Extensions URL :
    TOOLKIT_URL : https://sourceforge.net/projects/dsgpl/files/toolkit/DSM7.0/ds.bromolow-7.0.dev.txz/download
    TOOLKIT_SHA : a5fbc3019ae8787988c2e64191549bfc665a5a9a4cdddb5ee44c10a48ff96cdd
    SYNOKERNEL_URL : https://sourceforge.net/projects/dsgpl/files/Synology NAS GPL Source/25426branch/bromolow-source/linux-3.10.x.txz/download
    SYNOKERNEL_SHA : 18aecead760526d652a731121d5b8eae5d6e45087efede0da057413af0b489ed
    COMPILE_METHOD : toolkit_dev
    TARGET_PLATFORM       : bromolow
    TARGET_VERSION    : 7.0.1
    TARGET_REVISION : 42218
    REDPILL_LKM_MAKE_TARGET : dev-v7
    KERNEL_MAJOR : 3
    MODULE_ALIAS_FILE :  modules.alias.3.json
    SYNOMODEL : ds3615xs_42218
    MODEL : DS3615xs
    Checking Internet Access -> OK
    Checking if a newer version exists on the repo -> Version is current
    Redpill sources already downloaded, pulling latest
    Already up to date.
    Loader sources already downloaded, pulling latest
    Already up to date.
    No extra build option specified, using default <static>
    Using static compiled redpill extension
    Removing any old redpill.ko modules
    Looking for redpill for : ds3615xs_42218
    Getting file https://raw.githubusercontent.com/pocopico/rp-ext/master/redpill/releases/redpill-3.10.108.tgz
    Extracting module
    Got redpill-linux-v3.10.108.ko
    Testing modules.alias.3.json -> File OK
    ------------------------------------------------------------------------------------------------
    It looks that you will need the following modules :


    Found IDE Controller : pciid 8086d00007010  Required Extension :
    No matching extension
    Found VGA Controller : pciid 1013d000000b8  Required Extension :
    No matching extension
    Found SCSI Controller : pciid 5853d00000001  Required Extension :
    No matching extension
    ------------------------------------------------------------------------------------------------
    Starting loader creation
    Checking user_config.json : Done
    Entering redpill-load directory
    Removing bundled exts directories
    Removing : thethorgroup.virtio
    Removing : thethorgroup.boot-wait
    Cache directory OK
    Processing add_extensions entries found on custom_config.json file :
    [#] Checking runtime for required tools... [OK]
    [#] Updating extensions...

    [#] Checking runtime for required tools... [OK]
    [#] Adding new extension from https://github.com/jumkey/redpill-load/raw/develop/redpill-boot-wait/rpext-index.json...
    [#] Downloading remote file https://github.com/jumkey/redpill-load/raw/develop/redpill-boot-wait/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
    ######################################################################################################## 100.0%######################################################################################################## 100.0%
    [OK]
    [#] ========================================== thethorgroup.boot-wait ==========================================
    [#] Extension name: RedPill Bootwait
    [#] Description: Simple extension which stops the execution early waiting for the boot device to appear
    [#] To get help visit: https://github.com/RedPill-TTG/redpill-boot-wait
    [#] Extension preparer/packer: https://github.com/RedPill-TTG/redpill-boot-wait
    [#] Update URL: https://github.com/jumkey/redpill-load/raw/develop/redpill-boot-wait/rpext-index.json
    [#] Platforms supported: ds1621p_42218 ds918p_41890 ds3617xs_42218 ds918p_25556 ds3622xsp_42218 ds2422p_42218 ds3615xs_41222 ds3615xs_25556 ds920p_42218 ds920p_42550 ds918p_42218 ds3615xs_42218
    [#] =======================================================================================

    [#] Checking runtime for required tools... [OK]
    [#] Adding new extension from https://github.com/jumkey/redpill-load/raw/develop/redpill-virtio/rpext-index.json...
    [#] Downloading remote file https://github.com/jumkey/redpill-load/raw/develop/redpill-virtio/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
    ######################################################################################################## 100.0%######################################################################################################## 100.0%
    [OK]
    [#] ========================================== thethorgroup.virtio ==========================================
    [#] Extension name: VirtIO
    [#] Description: Adds VirtIO support for fast network/PCI/SCSI/network/console paravirtualization under QEmu (Proxmox, VirtualBox, virsh, and similar)
    [#] To get help visit: <todo>
    [#] Extension preparer/packer: https://github.com/RedPill-TTG/redpill-virtio
    [#] Software author: https://www.linux-kvm.org/page/Virtio
    [#] Update URL: https://github.com/jumkey/redpill-load/raw/develop/redpill-virtio/rpext-index.json
    [#] Platforms supported: ds1621p_42218 ds918p_41890 ds3617xs_42218 ds918p_25556 ds3622xsp_42218 ds2422p_42218 ds3615xs_41222 ds3622xsp_42550 ds3615xs_25556 ds920p_42218 ds920p_42550 ds918p_42218 ds3615xs_42218
    [#] =======================================================================================

    [#] Checking runtime for required tools... [OK]
    [#] Updating thethorgroup.boot-wait extension...
    [#] Downloading remote file https://github.com/jumkey/redpill-load/raw/develop/redpill-boot-wait/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
    ######################################################################################################## 100.0%######################################################################################################## 100.0%

    [#] Extension thethorgroup.boot-wait index is already up to date
    [#] Updating thethorgroup.virtio extension...
    [#] Downloading remote file https://github.com/jumkey/redpill-load/raw/develop/redpill-virtio/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
    ######################################################################################################## 100.0%######################################################################################################## 100.0%

    [#] Extension thethorgroup.virtio index is already up to date
    [#] Updating thethorgroup.virtio extension... [OK]
    [#] Checking runtime for required tools... [OK]
    [#] Updating ds3615xs_42218 platforms extensions...
    [#] Downloading remote file https://github.com/RedPill-TTG/redpill-boot-wait/raw/master/recipes/universal.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
    ######################################################################################################## 100.0%######################################################################################################## 100.0%

    [#] Filling-in newly downloaded recipe for extension thethorgroup.boot-wait platform ds3615xs_42218
    [#] Downloading remote file https://raw.githubusercontent.com/RedPill-TTG/redpill-boot-wait/master/src/boot-wait.sh to /home/tc/redpill-load/custom/extensions/thethorgroup.boot-wait/ds3615xs_42218/boot-wait.sh
    ######################################################################################################## 100.0%
    [#] Verifying /home/tc/redpill-load/custom/extensions/thethorgroup.boot-wait/ds3615xs_42218/boot-wait.sh file... [OK]
    [#] Successfully processed recipe for extension thethorgroup.boot-wait platform ds3615xs_42218
    [#] Downloading remote file https://github.com/RedPill-TTG/redpill-virtio/raw/master/recipes/ds3615xs_41222.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
    ######################################################################################################## 100.0%######################################################################################################## 100.0%
    [#] Filling-in newly downloaded recipe for extension thethorgroup.virtio platform ds3615xs_42218
    [#] Downloading remote file https://raw.githubusercontent.com/RedPill-TTG/redpill-virtio/master/src/check-virtio.sh to /home/tc/redpill-load/custom/extensions/thethorgroup.virtio/ds3615xs_42218/check-virtio.sh
    ######################################################################################################## 100.0%
    [#] Verifying /home/tc/redpill-load/custom/extensions/thethorgroup.virtio/ds3615xs_42218/check-virtio.sh file... [OK]
    [#] Downloading remote file https://github.com/RedPill-TTG/redpill-virtio/releases/download/v1.0.0/virtio-3.10.108.tgz to /home/tc/redpill-load/custom/extensions/thethorgroup.virtio/ds3615xs_42218/virtio-3.10.108.tgz
    ######################################################################################################## 100.0%######################################################################################################## 100.0%
    [#] Verifying /home/tc/redpill-load/custom/extensions/thethorgroup.virtio/ds3615xs_42218/virtio-3.10.108.tgz file... [OK]
    [#] Unpacking files from /home/tc/redpill-load/custom/extensions/thethorgroup.virtio/ds3615xs_42218/virtio-3.10.108.tgz to /home/tc/redpill-load/custom/extensions/thethorgroup.virtio/ds3615xs_42218/... [OK]
    [#] Successfully processed recipe for extension thethorgroup.virtio platform ds3615xs_42218
    [#] Unpacking files from /home/tc/redpill-load/custom/extensions/thethorgroup.virtio/ds3615xs_42218/virtio-3.10.108.tgz to /home/tc/redpill-load/custom/extensions/thethorgroup.virtio/ds3615xs_42218/... [OK]
    [#] Updating extensions... [OK]
    [#] Verifying /home/tc/redpill-load/cache/ds3615xs_42218.pat file... [OK]
    [#] Unpacking /home/tc/redpill-load/cache/ds3615xs_42218.pat file to /home/tc/redpill-load/build/1650291523/pat-ds3615xs_42218-unpacked... [OK]
    [#] Verifying /home/tc/redpill-load/build/1650291523/pat-ds3615xs_42218-unpacked/zImage file... [OK]
    [#] Patching /home/tc/redpill-load/build/1650291523/pat-ds3615xs_42218-unpacked/zImage to /home/tc/redpill-load/build/1650291523/zImage-patched... [OK]
    [#] Verifying /home/tc/redpill-load/build/1650291523/pat-ds3615xs_42218-unpacked/rd.gz file... [OK]
    [#] Unpacking /home/tc/redpill-load/build/1650291523/pat-ds3615xs_42218-unpacked/rd.gz file to /home/tc/redpill-load/build/1650291523/rd-ds3615xs_42218-unpacked... [OK]
    [#] Apply patches to /home/tc/redpill-load/build/1650291523/rd-ds3615xs_42218-unpacked... [OK]
    [#] Patching config files in ramdisk... [OK]
    [#] Adding OS config patching... [OK]
    [#] Repacking ramdisk to /home/tc/redpill-load/build/1650291523/rd-patched-ds3615xs_42218.gz... [OK]
    [#] Bundling extensions... [#] Checking runtime for required tools... [OK]
    [#] Dumping ds3615xs_42218 platform extensions to /home/tc/redpill-load/build/1650291523/custom-initrd/exts... [OK]
    [#] Packing custom ramdisk layer to /home/tc/redpill-load/build/1650291523/custom.gz... [OK]
    [#] Generating GRUB config... [OK]
    [#] Creating loader image at loader.img... [OK]
    [#] Cleaning up... [OK]
    mount: /home/tc/redpill-load/localdiskp1: special device /dev/xvd1 does not exist.
    Mounting /dev/xvd1 to localdiskp1
    mount: /home/tc/redpill-load/localdiskp2: special device /dev/xvd2 does not exist.
    Mounting /dev/xvd2 to localdiskp2
    ERROR: Failed to mount correctly all required partitions
    Entries in Localdisk bootloader :
    =======================================================================
    grep: localdiskp1/boot/grub/grub.cfg: No such file or directory
    Machine is VIRTUAL Hypervisor=Xen
    Setting default boot entry to SATA
    sed: can't read localdiskp1/boot/grub/grub.cfg: No such file or directory
    umount: localdiskp1: not mounted.
    umount: localdiskp2: not mounted.
    Caching files for future use
    mkdir: cannot create directory '/mnt/xvd3/auxfiles': No such file or directory
    df: /mnt/xvd3: No such file or directory
    ./rploader.sh: line 1660: [: -le: unary operator expected
    Found /home/tc/redpill-load/cache/ds3615xs_42218.pat, copying to cache directory : /mnt/xvd3/auxfiles
    cp: cannot create regular file '/mnt/xvd3/auxfiles': No such file or directory
    tc@box:~$
     

     

    lsblk sad

    image.png.627b68b4661e83c96628bb62b7ad9a0c.png

  5. Всем привет.

    Где можно найти расширенный файл extra.lzma для версии 1.02b?

    В предыдущей версии он был и содержал нужный драйвер для pci-raid.

    Либо подскажите, как его установить в текущую версию.

    Спасибо.

  6. I successfully installed the 1.02b mod for hardware (mini-itx intel motherboard).
    But I have a pci-raid installed, which is now undefined. In the previous version, the driver was included in extra.lzma. Is there such an extended file for the new version?
    Thank you. Sorry for my English 
×
×
  • Create New...