Giter Club home page Giter Club logo

ds918_7.1_proxmox's Introduction

DS918-7.1_Proxmox

VM PROXMOX

Sur Proxmox Nous allons créer une machine virtuelle pour lancer Tiny core, Pour ce faire :

  • Creér une VM

  • Mettre la carte réseau en Intel E1000

  • Recupérer le fichier tinycore-redpill.v0.4.6.img

  • Transferer le fichier tinycore-redpill.v0.4.6.img sur votre proxmox dans l'emplacement var/lib/vz/dump/ avec Filezilla

  • Sur votre proxmox dans Shell : monter tinycore-redpill.v0.4.6.img dans votre vm avec la commande :

    > qm importdisk (le ID de votre VM) /var/lib/vz/dump/tinycore-redpill.v0.4.6.img local-lvm
    
  • Puis metter le disk en sata 0 et confirmer

  • Demarrer votre VM puis sur Tiny core recuperer l'adresse ip avec la commande :

    > ifconfig
    

    Tiny Core en SSH

    • Connecter vous en ssh sur tiny core avec la commande :

      > tc@(l'adresse ip de Tiny core)
      > Password : P@ssww0rd
      

Creation du Chargeur DSM 7.1

  • Important, Pour certaines actions Vous devez Taper y puis la touche Entrée pour confirmer

    > sudo su
    
    > ./rploader.sh update now
    
    > ./rploader.sh fullupgrade now
    
    > ./rploader.sh serialgen DS918+
    
    > ./rploader.sh satamap now
    
    > ./rploader.sh ext apollolake-7.0.1-42218 add https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000/rpext-index.json
    
    > ./rploader.sh build apollolake-7.0.1-42218
    
    > ./rploader.sh clean now
    
    > ./rploader.sh ext apollolake-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000/rpext-index.json
    
    > ./rploader.sh build apollolake-7.1.0-42661
    

Récupération du Fichier loader.img

  • le fichier loader.img est le fichier Contenant la compilation finale de la version 7.1 du Model DS918+ avce le pilote intel e1000

  • Vous Pouvez la recupérer avec Filezilla ou scp et le mettre sur votre PC

  • L'emplacement du fichier loader

    /home/tc/redpill-load

  • Elle vous permettra de recréer Un autre Nas en VM sur proxmox sans refaire tout la procedure de compilation

Action Finale Pour Sauvegarder Votre Session Tiny Core

  • Taper cette commande :

         > ./rploader.sh clean now;  rm -rf /mnt/sdb3/auxfiles;  rm -rf /home/tc/custom-module;  ./rploader.sh backup now;
    

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.