Giter VIP home page Giter VIP logo

recovaio's Introduction

This project is archived


recovaio

Recovery utility for SONY Vaio bundled software, based on the work of darxide_sorcerer as described at forum.notebookreview.com.

This script helps you recover all installers of bundled applications that are present on the recovery partition of your Sony Vaio notebook. If your system looks enough like mine, that is. To use it, you need a Debian-based linux live CD and an external hard disk with plenty of room.

This script requires booting a linux live CD and fiddling with the recovery partition of your Sony Vaio. Use it at your OWN RISK! If you are unsure how to proceed, then STOP NOW!

Usage

  • Boot a live CD of a Debian-like system

    including Ubuntu or Mint; this may require setting your bios boot option to legacy instead of EFI

  • Mount the recovery partition

    by double-clicking on 'Recovery' from the file browser

  • Attach an external disk with plenty of disk space

    around 17GB required for app installers plus another 20GB when extracting (optional)

  • Open a terminal window

    then change the working directory to your external disk and make sure you have write access, e.g.:

        cd /media/MyDisk
        mkdir recovery
        cd recovery
    

    Change 'MyDisk' to the label of your own external drive. Or simply type cd /media/ followed by two TABs to see your options. Note that you can inspect the amount of free space on your drive with df -h .

  • Get this Makefile:

        wget https://raw.github.com/victorklos/recovaio/master/Makefile
    
  • Now type make for your options or simply type make all and watch.

Updates

You are kindly invited to report unknown software. Please do so by providing the filename of the .wim file plus a short description stating what kind of software that particular installer provides. Also state if you want to remain anonymous as contributor. You can do this through mail, by issueing a pull request or through an issue.

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.