FOXBI / tr_cb

Tinycore Redpill Create Booting Image & USB Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tr_cb

Tinycore Redpill Create Boot Image & USB

Requirement

Tinycore, Build completion status
image

Howto Run

  1. Download attached file on your PC (tr_cb.tar)
        or See the source page on github -> http://github.com/FOXBI/tr_cb

  2. Start up your Tinycore and upload it. (using sftp....)
        Alternatively, you can paste the source directly from the shell.
        or wget, gitclone ...

  3. Connect to ssh by tc account.

  4. Progress as tc user. 

  5. Build (rploader or tr_st,  ....)

  6. Check Directory location

    pwd /home/tc

  7. Decompress file & check file:

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

  8. Run to Source file

    ./tr_cb.sh

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

image

tr_cb

Additional notes

1. You can proceed only when the build has been completed.

2. In the case of USB, it will not proceed unless the USB is plugged in.

3. Please note that all data will be deleted in the case of USB.

  1. In case of USB, it may take some time depending on the capacity.

5. In case of USB, VID and PID are automatically put in grub.cfg.

6. In the case of USB, the default is hd0, which is the default boot order.

7. Image is created in /home/tc/ in the form of model name_version.img and is quickly created in 150MB.

8. Image is changed to hd0 -> hd1 according to the boot order based on the environment being built.

Finally comment

I'm an ESXi user, so the Native test is lacking.(Check only basic bootability)

Please note that there may be errors.

If you tell me the test results and points for improvement, I'll reflect them.

About

Tinycore Redpill Create Booting Image & USB Tool


Languages

Language:Shell 100.0%