Restore or Fix Windows MBR using Linux
After 30 days of running Linux on the Acer Aspire Timeline 5810TZ-4657, I realized the machine was more efficient running the OS it came with: Windows Vista .. Additionally, I wanted to put the laptop back into the market (sell it). Some chipsets were not fully supported in the Linux Kernel and became an uninteresting project to me.
Before the following procedure, I had ran the recovery software. Incidentally I had purchased the eRecovery CD set from Acer because I had lost some Windows files in the corse of resizing the existing NTFS partition. However, I didn't realize that there was a hidden partition just before the windows partition that held the eRecovery bootup and data to recover from. At boot time, hit ALT-F10 to run the hidden partition and recover the machine to its original state. One thing to note, is that the recovery procedure doesn't recover the original master boot record (mbr), so the following approach is what I took to recovering the MBR, thus totally recovering the ACER Aspire Timeline 5810TZ-4657 to its original, in package, box state.
wget http://sourceforge.net/projects/ms-sys/files/ms-sys%20development/2.1.3/ms-sys-2.1.3.tgz/download tar -xzvf ms-sys-2.1.3.tgz cd ms-sys-2.1.3/
sudo apt-get update sudo apt-get install libgettext-ruby-util make sudo make install sudo ms-sys --mbr /dev/sda sudo reboot