FOXBI / tr_st

Tinycore Redpill Support Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirement

=============================================================
VM SATA Controller Config

Case1. New Create VM

    Create SATA controller 2ea

    SATA Controller 0:0 -> DATA Disk Iamge     SATA Controller 1:0 -> Tinycore Disk Image image

Case2. Already Use VM

    Add to SATA Controller 1ea

AS-IS
 SATA Controller 0 (0:0) -> Tinycore Disk Image 
SATA Controller 0 (0:1) -> DATA Disk Iamge
TO-BE
SATA Controller 0 (0:0) -> DATA Disk Iamge
 SATA Controller 1 (1:0) -> Tinycore Disk Image
 

 Change to Bios Boot Squence
image

Case3. Use VMWare Paravirtual

   Create SATA Controller 1ea, SCIS Controller 1ea

    SATA Controller 0:0 -> Tinycore Disk Image
    SCSI Controller 0:0 -> DATA Disk Iamge
image

After setting to all case an error occurs when entering Tinycore.
image
enter 'e' Edit GRUB menu 
change image to image
enter 'F10' Continue Tinycore booting.

If you set up VM like this and proceed, Data Disk will be defined as drive 1 in the DSM storage later. (In case of SCSI, define from drive 2)

made a video of the config process.

tr_st

Howto Run

=============================================================  

  1. Download attached file on your PC (tr_st.tar)

    or See the source page on github -> http://github.com/FOXBI/tr_st  

  1. Start up your Tinycore and upload it. (using sftp....)

    Alternatively, you can paste the source directly from the shell.  

  1. Connect to ssh by tc account.  

  2. Progress as tc user.  

  3. Edit user_config.json

    Serial, MAC, Sataportmap, diskidxmap etc...

    recommand value..

Only use SATA
    "SataPortMap": "9",
    "DiskIdxMap": "0"

Use SATA + SCSI
    "SasIdxMap": "0",
    "SataPortMap": "1",
    "DiskIdxMap": "0"

  6. Check Directory location

pwd /home/tc  

  1. Decompress file & check file:

    tar xvf tr_st.tar ls -lrt chmod 755 tr_st.sh

    (check root’s run auth)

  8. Run to Source file

./tr_st.sh

When you execute it, proceed according to the description that is output.

After reboot you install DSM keep going

Follow the instructions to install (DS3622xs+ example)

made a video of the setup process.

tr_st

tr_st

tr_st

About

Tinycore Redpill Support Tool


Languages

Language:Shell 100.0%