tedades
Mon May 05, 2014 11:58:02 am
Because I still have one lying around I tried installing Zorin on a eeepc 701, but it doesn't install without some additional work.
So I wrote down the steps I performed just in case anyone has similar issues.
This manual is written to use the full SSD, so your current OS and all files will be removed.
Back-up all your files before you start!
What do you need:
-eeepc701 (only has 4GB SSD)
-External USB DVD drive (probably USB pen drive would work also)
-Zorin8 lite DVD (Download and burn on DVD, or USB pen drive)
Steps:
1. boot eeepc701 with Zorin8 lite DVD (or pen drive) and select to boot live system (if selected installation, cancel and you also will be on desktop)
2. on desktop start terminal, left top corner, search for term.. and start the terminal.
(we are going to remove the disk-size check)
3. in terminal execute command: gksu abiword /usr/lib/ubiquity/plugins/ubi-prepare.py
(abiword opens)
4. in abiword navigate to last page, scroll tiny bit higher to find function "def big_enough(self, size)" that checks disk-size, replace the return variable 'ret' in return function to 'True' ('return ret' --> 'return True'). The disk-size check will always tell your drive is big enough, even if it is not.
5. save file and close abiword.
(leave terminal open, we need it for step 6)
6. execute command: xrandr --output LVDS1 --mode 800x480 --panning 1024x600 --scale 1.28x1.25
Your screen is resized, caused some weird stuff for me (mouse can not navigate full screen) but you can work around this by dragging the windows into the mouse-workable area and use TAB to navigate forms that are unreachable by mouse and press ENTER to confirm buttons.
7. Start the installation (icon on desktop) and select a manual partitioning (last option), remove all existing partitions from SSD with '-' button.
8. Make 1 new partition, EXT4 and mount it to '/'. (The installation takes 3GB from the 4GB, so you have 1GB left. EXT4 is okay for SSD)
9. Start installation, ignore the "SWAP partition is missing error" (we can't really afford SWAP, SSD life also decreases from that much writes).
10. Continue installation, wait until finished, select to Restart when asked.
My eeepc got stuck on a blue screen, I waited a bit and did a hard reset (after disconnecting DVD drive).
After the reset boot Zorin, log in, and hopefully you will be on your desktop.
Hint: In case you want to install updates: keep in mind downloading + installing requires additional space, install updates separately not in bulk. Also remove installation packages after update with command: gksu apt-get clean
After installation suggestions:
I started Synaptic Package Manager to remove applications I do now want/need to free up some space.
Also I read the following recommendations (From Ubuntu manual):
In "/etc/fstab" remove "/dev/sdc1 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0"
In " /etc/apt/sources.list" remove "deb cdrom:[Ubuntu *** _XXX XXXX_ - Release i386 (200xxxxx)]/ xxxxx main restricted"
Remove access timestamp to reduce writes on SSD:
Add noatime to fstab and save: gksu abiword /etc/fstab
The configuration should look like this: "UUID=f0ae2c59-83d2-42e7-81c4-2e870b6b255d / ext4 noatime,errors=remount-ro 0 1"
source: https://sites.google.com/site/easylinuxtipsproject/ssd
Zorin Lite post installation guide:
viewtopic.php?f=5&t=4835
This manual is based on help from:
https://help.ubuntu.com/community/EeePC/Installation
So I wrote down the steps I performed just in case anyone has similar issues.
This manual is written to use the full SSD, so your current OS and all files will be removed.
Back-up all your files before you start!
What do you need:
-eeepc701 (only has 4GB SSD)
-External USB DVD drive (probably USB pen drive would work also)
-Zorin8 lite DVD (Download and burn on DVD, or USB pen drive)
Steps:
1. boot eeepc701 with Zorin8 lite DVD (or pen drive) and select to boot live system (if selected installation, cancel and you also will be on desktop)
2. on desktop start terminal, left top corner, search for term.. and start the terminal.
(we are going to remove the disk-size check)
3. in terminal execute command: gksu abiword /usr/lib/ubiquity/plugins/ubi-prepare.py
(abiword opens)
4. in abiword navigate to last page, scroll tiny bit higher to find function "def big_enough(self, size)" that checks disk-size, replace the return variable 'ret' in return function to 'True' ('return ret' --> 'return True'). The disk-size check will always tell your drive is big enough, even if it is not.
5. save file and close abiword.
(leave terminal open, we need it for step 6)
6. execute command: xrandr --output LVDS1 --mode 800x480 --panning 1024x600 --scale 1.28x1.25
Your screen is resized, caused some weird stuff for me (mouse can not navigate full screen) but you can work around this by dragging the windows into the mouse-workable area and use TAB to navigate forms that are unreachable by mouse and press ENTER to confirm buttons.
7. Start the installation (icon on desktop) and select a manual partitioning (last option), remove all existing partitions from SSD with '-' button.
8. Make 1 new partition, EXT4 and mount it to '/'. (The installation takes 3GB from the 4GB, so you have 1GB left. EXT4 is okay for SSD)
9. Start installation, ignore the "SWAP partition is missing error" (we can't really afford SWAP, SSD life also decreases from that much writes).
10. Continue installation, wait until finished, select to Restart when asked.
My eeepc got stuck on a blue screen, I waited a bit and did a hard reset (after disconnecting DVD drive).
After the reset boot Zorin, log in, and hopefully you will be on your desktop.
Hint: In case you want to install updates: keep in mind downloading + installing requires additional space, install updates separately not in bulk. Also remove installation packages after update with command: gksu apt-get clean
After installation suggestions:
I started Synaptic Package Manager to remove applications I do now want/need to free up some space.
Also I read the following recommendations (From Ubuntu manual):
In "/etc/fstab" remove "/dev/sdc1 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0"
In " /etc/apt/sources.list" remove "deb cdrom:[Ubuntu *** _XXX XXXX_ - Release i386 (200xxxxx)]/ xxxxx main restricted"
Remove access timestamp to reduce writes on SSD:
Add noatime to fstab and save: gksu abiword /etc/fstab
The configuration should look like this: "UUID=f0ae2c59-83d2-42e7-81c4-2e870b6b255d / ext4 noatime,errors=remount-ro 0 1"
source: https://sites.google.com/site/easylinuxtipsproject/ssd
Zorin Lite post installation guide:
viewtopic.php?f=5&t=4835
This manual is based on help from:
https://help.ubuntu.com/community/EeePC/Installation