for friends of the acer aspire one
December 27, 2008
Acer Aspire One Recovery DVD
Probably unnoticed by most AA1 owners Linpus put the ISO for the Recovery DVD online earlier this month. The download weighs in at 1098MB, but fortunately the server provides a nice download speed. It's hosted at the Taiwan Advanced Research & Education Network with its fast backbone and good international peering. You can read more about it here if you're interested. The file is no longer available, but an alternative download location has been posted in the comments.

The Recovery DVD is version 1.0.15E, which is a fairly recent version. The latest version is 1.0.21 according to the update server. You can check your currently installed version in the system settings. The benefit of newer versions is that all updates available through Live Update are already included. And there are other undocumented minor updates which are not made available through Live Update. One example is the sudo bug, which makes sudo print a harmless but confusing audit_log_user_command(): Connection refused message. It's fixed in 1.0.6 and later versions.

There are several ways to do the recovery process. The first is to burn the ISO to a DVD with an external DVD writer and then boot the just made Recovery DVD. Most people probably don't own an external drive, that's why the Recovery DVD also has an option to prepare a bootable USB stick. Which obviously requires a seperate desktop pc or notebook.

If you want to save a few steps you can also use the Acer Aspire One Recovery DVD Installer, which is yet another Unetbootin modification. It basically mimics the installation procedure used on the Recovery DVD and prepares the USB stick without ever having to burn or boot said DVD. To use it put the ISO in the same directory first. Then just run the commands below and select the drive, which must be 2GB or more. Note that all data on the USB drive will be removed.

wget -O aa1rlinux http://sites.google.com/site/aa1recovery/1/aa1rlinux
chmod 755 aa1rlinux && sudo ./aa1rlinux


Installing the ISO takes about 5-20 minutes, depending on the write speed of the USB drive. AA1RDI may also stop responding for a few minutes during the process, but it will reach 100% eventually.
145



Anonymous
i have linpus 1.0.3e, i have also seen 1.07e. Do they have major changes or just upgrades intergrated ?
Dec 28, 2008 12:36:00 PM



OneHead
It might be worth warning people that this process is the same as returning the AA1 to it's out-of-the-box condition (albeit with the updated version) and that all user data will be overwritten, and therefore needs to be backed up before doing a recovery.
Dec 28, 2008 1:24:00 PM



Thanks! Is the recovery disc for XP or Linux?
Dec 28, 2008 2:16:00 PM



Anonymous
i download it yesterday. it's quite fast. around 150KB/s and above.

i burned it to DVD. i am trying to install on my pre-installed XP Home Aspire One. but it cannot detect the partition of my HDD. it's only detect the whole HDD, without partition.

initially i want it to be dual boot with XP.

any idea how to do it?

thx
Dec 28, 2008 2:18:00 PM



I got a "DEBUG #24" at the CLI after unetbootin had copied the iso to the stick and now the stick won't boot - the aa1 shows a flashing cursor, nothing else. What went wrong?
Dec 28, 2008 9:11:00 PM



That debug message means that grub returned an error while trying to write to the master boot record of the selected drive. I just noticed a small bug and uploaded a new installer.

Dec 29, 2008 4:36:00 AM



It seems your bugfix did not help me, both sticks I am trying to set up return "DEBUG #24". Is there a command to install the MBR without your script? (Host system is an Ubuntu 8.10, if that's important).
Dec 29, 2008 10:08:00 AM



Type sudo grub in the terminal and then in grub type the following while substituting /dev/sdb with the actual drive.

device (hd0) /dev/sdb
root (hd0,0)
setup (hd0)
quit

Dec 29, 2008 10:23:00 AM



thanks. This is how I succeeded at last:

After running aa1rlinux on a Desktop-Ubuntu I manually installed the MBR/grub. Therefore the stick was mounted to my Eeebuntu system on the AA1.
In (/media/USBINSTALL)/boot/grub/device.map I had
(hd0) /dev/sdb

I copied the existing "grub.conf" to "menu.lst" and made sure it had the right device and partition (hd0,0).

I executed "sudo grub-install --root-directory=/media/USBINSTALL /dev/sdb", unmounted the stick and (re)booted the AA1 from it - everything went fine since then. Eeebuntu is now history on this AA1 150L ;-)
Dec 29, 2008 2:56:00 PM



Anonymous
Nice share. Thanks. Can anyone provide me md5 checksum, just in case?
Dec 30, 2008 4:47:00 AM



e6f5d29a495a8c91e7b0ec23ff169a1e AAO_v1-0-15E.iso

Dec 30, 2008 4:57:00 AM



Anonymous
Check. Thank you for your quick reply!
Dec 30, 2008 7:01:00 AM



I recovered from this image yesterday. Linpus version is still 1.0.9B (Preferences->System). Online updater is downloding 19 updates now. Not very useful recovery update...
Dec 30, 2008 8:18:00 AM



You did probably use an older image by mistake then. It's fairly easy to check, there is a release1015E.tar.bz2 file in the addon folder.

Dec 30, 2008 8:56:00 AM



uboll
Trying to boot my prepared USB-stick (2GB, 600 MB free) in my aa1 i get before booting:

Error 2.

Have you any idea?
Dec 30, 2008 9:12:00 AM



Anonymous
Mine is not working as well.

Only flashing cursor. I kind of expected it since the modified Unetbooting, did it so fast, like just a minute.
Dec 30, 2008 5:19:00 PM



Did aa1rlinux show any DEBUG messages in the terminal?

Dec 30, 2008 5:34:00 PM



@uboll: Error 2 is an error message from GRUB. Have you tried my hints (see above) to install GRUB on the stick?
Dec 30, 2008 6:30:00 PM



Anonymous
Is there a way to update whatever was modified in the new version instead of reinstalling everything? For example the sudo error, etc
Dec 30, 2008 8:10:00 PM



Anonymous
so in the iso there is a map called addons with still the old mozilla firefox and open office, is it possible to delete/change/add ?
Dec 31, 2008 11:44:00 AM



Anonymous
I'm getting this "Error 2" too.
I'm using a 8GB SanDisk cruzer.
During execution aa1rlinux shows
DEBUG #01
DEBUG #03
into the console.

Davide.
Dec 31, 2008 3:53:00 PM



At least I recovered successfully. Linpus version is 1.0.15E. Online updater is downloading 7 updates now. Thanks :)
Dec 31, 2008 5:39:00 PM



Anonymous
I am getting about half a dozen debug messages. Didn't the first time I tried though. I thought I'd screwed up for some reason and ran it again - several times.
Dec 31, 2008 6:12:00 PM



illuminati2000
Thanks, another great contribution to AAO Community.

Happy New Year 2009
Jan 1, 2009 12:32:00 AM



herman de jongste
I have tried to install the new Linpus version in virtualbox. After selecting install Linpus I get "kernel panic". One of the messages is that it cannot find the CD. Odd as I am booting from the iso image.
Jan 1, 2009 10:52:00 AM



i got v1.0.9b, is there any way to update without reïnstalling the whole system?
Jan 2, 2009 10:45:00 AM



just bought myself a usb stick and followed yur guide, got DEBUG #01
DEBUG #02 and DEBUG #03 message

is manually installing the grub enough to fix this? thx, Z
Jan 2, 2009 6:55:00 PM



Anonymous
Thanks for this article and gonna try this out for sure. Just one question can the recovery iso be run as a live distro. I wanna try installing this in a usb flash drive with unetbootin same as I did the with ubuntu
Jan 2, 2009 10:47:00 PM



illuminati2000
OK
I have a little trouble with creation of USB and need any help
I download the last version and try the install on three times and same result

[user@localhost ~]$ chmod 755 aa1rlinux && sudo ./aa1rlinux
audit_log_user_command(): Connection refused
DEBUG #10
DEBUG #11
DEBUG #13
DEBUG #17
DEBUG #19

In the windows installer show all ok, but only write 30 seconds.

The USB stick have misc files and directories, but the only some megabytes used.
The iso and installer are in same place on the the machine.
Too the usb dont work in windows, and show the classic message, The device dont have format.

Thankhs for your attention, and sorry for me bad english, i can read fine, but in write i'm terrible.
Jan 3, 2009 5:10:00 PM



It's very likely that the ISO was not completely downloaded. Compare the md5sum first.

Jan 4, 2009 3:16:00 PM



Anonymous
I downloaded the ISO manually and I also let aa1rlinux download the ISO and I get debug #1, 2, 3, 7, 8, 10, 11, 13, 17, 19 with the install to USB done in under 1 minute. When reboot, all I get is flashing cursor. Please help.
Jan 5, 2009 3:28:00 AM



Anonymous
I downloaded the .iso image successfully (MD5 ok), then I tried to run the utility to create a bootable USB key but the computer freezes just after the load of the linux kernel (no keyboard or mouse) so that it's impossible to proceed.

I tried it in 3 different XP computers with same result.

I believe it is a Linpus bug (the original restore disk was running smootly). Any suggestion?

Thanks a lot.
Jan 5, 2009 3:20:00 PM



Anonymous
I had the same problem - download the ISO, burn to DVD and it just sits there.
Jan 5, 2009 3:44:00 PM



Anonymous
I used a 2 Gig SanDisk and it worked....finally!!
Jan 5, 2009 7:29:00 PM



I get an error 2 - using a 4gb sandisk; tried with both auto and manual download...
Jan 6, 2009 3:41:00 PM



Banny
Hey Macles, any free time to make the aa1rlinux use any AAO image instead of just version 15? Or update aa1rlinux to version 21? I have the latest version (version 21) and Unetbootin will install to USB but it won't work when I try to recover. I don't know how to code (wish I could) otherwise I would do it myself. If you could point me in the right direction, I could take a stab at it. Thanks for the blog, it's my first AAO resource before anything else.
Jan 6, 2009 5:02:00 PM



Anonymous
I can't get it to work. I've managed to upgrade my BIOS with the USB pendrive, so that's working fine.

I've done the aa1rlinux thing. When I boot from USB HDD it just shows a black screen and a cursor. Nothing else. I've tried the grub install thing that is mentioned in this thread as well. When I have altered the device.map and made a copy of the grub.conf to menu.lst and altered that, I do the grub-install. I get 3 lines saying : "Could not find device for /dev/mapper/*" and 1 line "The file /media/USBINSTALL/boot/grub/stage1 not read correctly" ?

Burning the 1.0.15E iso to dvd and booting from that to make a usb pendrive? No luck either, I get the initial screen (the black one with the bootup progress bar) and it stays there, no progress on the bar.

When I try the original recovery disc (1.0.7e) that came with the aspire one 150, the progress bar works, I can select the pendrive, and when it gets to the point of copying the data, I get an error 39 :-( On another PC I do get the USB pendrive burned and it boots on the AA1. I thought I'd try to burn the 1.0.15E iso onto dvd on that PC and reboot, to make a usb install disc. But it doesn't get further than the black screen with the progress bar as well (i've tried downloading the iso again but that didn't work out as well.

Anybody any clue?
Jan 7, 2009 8:10:00 PM



I had problems getting this to work. I ran aa1rlinux on my full-size laptop, but was unable to make a bootable usb-stick. Manually running grub or grub-install produced error messages from grub (like "stage1 not read correctly"). Some googling revealed that the current version of grub requires an inode size of 128 and the command "sudo tune2fs -l /dev/sdb1" (where sdb1 is the usb stick) told me that the inode size was set to 256. I edited /etc/mke2fs.conf to set the default inode size to 128 and ran aa1rlinux again. I still had to manually re-run grub afterwards but this time it worked.
Jan 7, 2009 10:32:00 PM



Anonymous
Is there easy way to create later version of update DVD from update files?
Jan 8, 2009 8:24:00 AM



Anonymous
Thanks, this has come in very handy due to a clumsy fingered fool (me) trying to remove the superfluous Open Office language packs and somehow removing all sorts of other important stuff, such as yum, kpowersave etc. The aalrlinux utility seems to be very fussy about USB flash sticks though, went through several decent brand ones (2 4GB Corsair's and a 4GB Sandisk) before trying a cheap no-name 8GB drive which seemed to work fine.
Jan 8, 2009 9:45:00 PM



Anonymous
USB stick process:

For all the ones having the black screen with the flashing cursor. The problem was showing up for me, but only when I had made the change in the BIOS with F2 and saving the changes. But when I selected the USB via F12 (manually select), then the recovery started successfully.

Also, I was having 'DEBUG #' problems a bunch of them. But when I removed the ISO file from the local directory and start the process again, it downloaded it again (about 45 minutes for my connection), then the process did not show any DEBUG # anymore and the USB stick did it's work.
Jan 9, 2009 5:08:00 PM



I just uploaded a new installer which sets the inode size to 128 and has a few other grub related changes. It does also accept aa1r.iso now, so if you want to use a different ISO version just rename it and put it into the same directory.

Jan 9, 2009 8:50:00 PM



Anonymous
Recovery iso file is not in the server anymore, i was just going to download the remainig %7 when i get up, but file is gone =( anywhere else hosting the dvd ?
Jan 10, 2009 10:27:00 AM



Anyway i found some other site hosting the iso file, i hope this helps: http://download.trrunde.org/mirror.php?file_id=29
Jan 10, 2009 3:55:00 PM



Anonymous
I can confirm that the above site (trrunde.org) does indeed hold a copy of the v1.0.15E Recovery file. I downloaded it lastnight, md5-checksummed it and installed it with no problems at all.
Jan 11, 2009 11:31:00 AM



meyebr01@gmail.com
First off, this blog rocks

Now to business: I also can't find the aa1 linpus recovery dvd iso on the linux site anymore. I jumped with joy when I read about the trrunde.org hosting, but the site (at least at the time of this post) appears unresponsive.

Anyone know what's up with trrunde or linux, or have suggestions for alternative mirrors hosting the recovery dvd iso?
Jan 11, 2009 10:39:00 PM



Anonymous
Hi all,

I got information that the recovery DVD has include licensing software which need ACER official approval. Can any end user buddy upload to the world

Anonymous 2
Jan 12, 2009 3:52:00 AM



Anonymous
I wonder if some one could help. I used the download from the trrunde site and got the install working except for the fact that one mail is no longer checking for new messages every x minutes and if I change the setting it doesn't appear to update the Polling service in the Crontab -l listing, I am presuming that is what runs the check. I am a novice to linux and wondering if anyone can gives some advice on what to check.

Thanks

Andrew
Jan 12, 2009 10:42:00 PM



meyebr01@gmail.com
On restarting with the boot USB, I get "Error 17." Now I get the error even without the boot USB. Any thoughts? =( but perhaps soon =)
Jan 14, 2009 7:12:00 AM



Anonymous
Hello,
what means
DEBUG #01?
Jan 14, 2009 5:27:00 PM



wietkoper
anyone who can help me out . the download link doesn't work

thx a lot
Jan 18, 2009 8:12:00 AM



Anonymous
The link above : http://download.trrunde.org/download.php?id=29&forced=1
Jan 20, 2009 7:56:00 PM



Anonymous
HAL failed to initialize on my AOA so I have no connectivity with linpus.

Can I get instructions on how to download the latest recovery version with windows?

Is this a click process from a browser or do I need to set up ftp software (If so how?)?
Jan 20, 2009 8:38:00 PM



What a joke that the ACER recovery DVD provided with the Aspire one can fry a Partition. Luckily it fried the Partition on my laptops second hard drive and I had Paragon Hard Disk Manager 8.5 installed on the primary drive which recovered the partition.

Easy way (but admittedly a strange work around) to keep this from happening is to boot to the live CD with your HARD DRIVES DISCONNECTED. The only thing the DVD can write to then is your USB drive which should be plugged in. Note this works on a laptop or desktop.

Cheers
Jan 21, 2009 12:01:00 AM



Anonymous
So the AOA won't boot and want to recover linpus with latest image. I have WinXP and a 4GB Flash Drive. Where to from here (all seems to assume linpus is running)?
Jan 22, 2009 9:20:00 PM



Anonymous
I made a recovery usbstick from the disk that came with the AOA 110. It worked OK. Win XP reported that the disk was unformatted.
Jan 24, 2009 12:55:00 PM



Anonymous
As an update to my message on the Jan 12, 2009 11:42:00 PM Acer has now produced a patch for the Communication Suite (18007) that has now fixed onemail's message polling

Andrew
Jan 24, 2009 1:16:00 PM



Anonymous
I tried the DVD with hard disk cable disconnected but the screen frozen with no success on three different PC. I then tried the method here but got the following information.

"DEBUG #01
DEBUG #04A
DEBUG #04B
DEBUG #04C
DEBUG #05A
DEBUG #05B
DEBUG #05C
DEBUG #05D
DEBUG #06"

It showed down but the USB is still 99% empty. Any one can give me a fix?

Thank you.
Jan 24, 2009 2:12:00 PM



Anonymous
Does anyone have version 1.0.21 or know where the latest version is?
Jan 25, 2009 12:29:00 PM



I tried posting a reply earlier, but apparently it didn't take. I am getting the same DEBUG statements as reported above. I've tried this with a 2gb Patriot DataTraveler, re-partitioned and re-formatted using Mac OS Disk Utility as MS-DOS, and I've tried it with an 8gb Patriot Xporter Razzo; in neither case was any useful data transferred to the USB. I have tried this through a wireless and through a wired connection, without any difference. Frustrating, but at least I have a full backup of the AA1 in its present state using aa1backup, which performed flawlessly.
Jan 26, 2009 7:58:00 PM



Correction: 2gb Kensington DataTraveler. This attempted to create a recovery USB for Linpus 1.0.15E, which is the same version that came with my AAO.
Jan 26, 2009 8:09:00 PM



I see now why this is failing:

-rw-r--r-- 1 root 264 2009-01-26 13:07 AAO_v1-0-15E.iso

I have had no luck getting the image from http://download.trrunde.org/mirror.php?file_id=29

Are there any other sources? I'd really prefer to build a recovery USB from the same version of Linux that I currently have installed, rather than go back to an earlier version that may be on the recovery CD.
Jan 27, 2009 12:20:00 PM



Anonymous
Hi
I downloaded LinpusLite.iso, all 699 MB of it, to the Downloads file on my AA!. Then I copied it directly across to a USB stick. Can I now use it to restore my AA1 to its original out-of-the-box condition? If not, what do I have to do?
Thanks to anyone who can help
Paul
Jan 27, 2009 9:25:00 PM



Anonymous
the iso seems to be listed at torrent sites, but beware, you don't know if they are hacked/modified!

@Paul, you should simply use the tutorial, make sure the iso is in the same directory as aa1rlinux
Jan 27, 2009 10:36:00 PM



Help!!! I have an aspire one that came with XP Home, A customer of mine had one with ubuntu on it and I and loved it so I created another parition loaded it. Well, a few days later ubuntu started acting really weird and only knowing enough about linux to be dangerous, I deleted the parition and now the GRUB wont let me boot to XP! I downloaded the AAO_v1-0-15E.iso and copied it to my usb drive and all I get is a black screen with flashing cursor. CAN ANY ONE HELP!!!
Jan 27, 2009 11:55:00 PM



Since the Aspire One doesnt have a CD drive, I cant burn the image file to a cd. I have tried making my usb drive bootable but still only comes up with the flashing cursor on the black screen.
I saw this post
"USB stick process:

For all the ones having the black screen with the flashing cursor. The problem was showing up for me, but only when I had made the change in the BIOS with F2 and saving the changes. But when I selected the USB via F12 (manually select), then the recovery started successfully.

Also, I was having 'DEBUG #' problems a bunch of them. But when I removed the ISO file from the local directory and start the process again, it downloaded it again (about 45 minutes for my connection), then the process did not show any DEBUG # anymore and the USB stick did it's work. "

I set my bois back to default, but still get the flashing cursor. Does anyone know how I can get pass the GRUB so I can load XP and back my stuff up so I can just reformat the entire drive?
Jan 28, 2009 12:03:00 AM



Anonymous
Where can we get the ISO files?
Jan 30, 2009 10:18:00 PM



Banny706
Afetr I installed, Ubuntu Netbook Remix, I decided that I liked Linpus better so I went to re-install. I got into where I select partition and when I click 'OK', the AAO reboots. This problem only started right after I installed Ubuntu. I could use my recovery USB anytime before that without problems. What gives? I am starting to get really ticked off that I can't re-install Linpus.
Jan 30, 2009 11:14:00 PM



Banny706
Also when I try to install to the USB drive using aa1rlinux, the latest aa1rlinux, I get this:

DEBUG #01
DEBUG #04A
DEBUG #04B
DEBUG #04C
DEBUG #05A
DEBUG #05B
DEBUG #05C
DEBUG #05D
DEBUG #06

The program starts to download the v15 ISO but it is incomplete and the program terminates with the debug error meassages in about 4 seconds. It worked a few weeks ago, what is going on?
Jan 30, 2009 11:23:00 PM



Banny706
Okay so here goes. I finally figured out the problem. I think my recovery problem had something to do with my HD formatted with ext3.

First thing I did was manually fix the grub on the disk.
In (/media/USBINSTALL)/boot/grub/device.map I had (hd0) /dev/sda. I changed it to /dev/sdb

I copied the existing "grub.conf" to "menu.lst" and kept "menu.lst" in the grub directory. You may have to chmod 755 everything in that directory. I had to.

I executed "sudo grub-install --root-directory=/media/USBINSTALL /dev/sdb" and unmounted USB.

I went to the Gparted website to get latest Live CD and used Unetbootin to put on another USB stick. I booted AAO with Gparted and deleted all partitions. Then I rebooted with AAO Recovery USB and much happiness.

Special thanks to jini's post on 28 Dec 08 for pointing me in the right direction. I suspected ext3 may be the culprit and used Gparted to destroy it. I have the AAO Linpus with 120GB HD. Hope this works for you.
Jan 31, 2009 3:48:00 AM



I figured out my problem as well and I have my laptop back, YESS!!! I used the win 98se bootdisk files from bootdisk.com and loaded them on a usb flash drive. Then, I download UBCD 4.11 and extracted the mbrwork folder and saved it to another usb drive. I told my aspire one to boot from usb drive and it loaded the basic DOS 98se screen. Then I changed the directory to the second usb drive and open and ran mbrwork. I choose to reinstall orginal mbr and BAM!! it worked, it skipped the GRUB error I kepted getting and went straight to XP.
Feb 1, 2009 3:35:00 AM



I try to execute ./aa1rlinux with sudo and it keeps telling me permission denied. What is wrong with this?
Feb 1, 2009 4:14:00 AM



Banny706
In terminal type without quotes "sudo chmod 755 aa1rlinux", then sudo ./aa1rlinux
Feb 1, 2009 6:38:00 PM



Anonymous
The md5sum of my file matches yours. Howwever, my machine (8G SSD model) halted when I tried to boot it with the USB. Is it possible that the image is for the model which comes with a hard disk?
Feb 2, 2009 8:24:00 AM



I gave up on trying to find an ISO image, and borrowed an external optical drive -- which needed one USB port for power, and another for data. Good thing the AA1 has three USB ports! Interrupt the boot sequence by pressing F12, then choose to boot from the optical drive. When I finished, I stuck the USB in the shipping box the AA1 came in, as I hope never to have to use it -- but I rest easier knowing that I have it if I need it.
Feb 3, 2009 4:37:00 AM



Anonymous
can i use the aao restore disk on my really bad pc to make it aspire one desktopish?
Feb 5, 2009 11:14:00 AM



Anonymous
thk.
Feb 5, 2009 2:35:00 PM



Anonymous
Does aa1rlinux rely on a fixed file name, or does it just look for an iso? I finally downloaded a copy of 1-0-21E, but under the name "Linpus Linux 1.0.21e.iso". Given that Unix typically doesn't like filenames with spaces, I renamed it "AAO_v1-0-21E.iso" However, I haven't tried to create a recovery USB yet from this iso.
Feb 5, 2009 3:25:00 PM



It accepts either the 1.0.15E ISO or any ISO with a aa1r.iso filename.

Feb 5, 2009 3:28:00 PM



Anonymous
Thanks for the quick response. This means that neither of the filenames I had used would work; it's now named aa1r_v1-0-21E.iso
Feb 5, 2009 6:03:00 PM



Anonymous
The DVD supplied by Acer crashes my desktop part way through the boot process with a floating point exception followed by a kernel panic. So I tried this method, copying the DVD into an iso image file and using aa1rlinux. Again I get a floating point exception when executing aa1rlinux and it happens whether or not the iso image file is present in the same directory. Any ideas?
Feb 7, 2009 8:15:00 AM



Anonymous
I had good luck in downloading from the trunde site, but I needed to go to the main page: http://download.trunde.org and then manually navigate to the Acer area and select the iso image. It downloaded without any problems. By going directly to the links (as posted above), it would just lock and never come back.
Feb 8, 2009 11:09:00 PM



I dont know why my server dosen't respond as it should always, but I guess it's because it is a cheap vps server. It helps to restart apache once in a while. After the link to my site got on this blog the traffic went skyhigh :S
Feb 10, 2009 9:27:00 PM



Anonymous
Is it possible that someone could post a simple idiots guide to creating a bootable memory stick using the Limpus Linux Lite recovery disc.

I am trying to create this on my XP but it does not loke my 2gig pen drve.

Do we have to do anything special with the memory stick before going into the disc recovery process? If so, what and how?
Feb 11, 2009 12:07:00 AM



Anonymous
does anyone have checksum from later version of recovery image? I have 1.0.15E but it does not update automatically later versions (I'm not sure should it update automatically to 21E, etc)

I have Huawei E220 (mobile broadband usb adapter) but 15E don't like to use it properly.
Feb 11, 2009 8:11:00 AM



Anonymous
The link to www.trrunde.org dosn't work at the moment. I signed up but still can't get in to any section. Are there any other servers hosting the v1-0-21E.iso as I really need it now?
Feb 11, 2009 4:44:00 PM



Will try to get the file back at my site tonight. After a upgrade all my files got deleted :(
Feb 11, 2009 8:13:00 PM



Recovery dvd is back up. New link:
http://download.trrunde.org//file.php?id=1
Feb 12, 2009 10:21:00 AM



Anonymous
That download.trrunde.org just complains "No user session found. Please login below."
Feb 12, 2009 7:22:00 PM



Anonymous
Hi trrunde!
I had to register again. I used the same details as before. I can navigate to the download page but I can't get any further.
I understand you are having site problems and are working to get back on line. Many thanks for all your efforts!
Feb 12, 2009 7:57:00 PM



It seems to be a bug in phcdownload. None of the registered users can download files.
As a temp fix here you have the direct link:
http://download.trrunde.org//upload/AAO_v1-0-15E.iso
MD5: e6f5d29a495a8c91e7b0ec23ff169a1e -
SHA1: 806390a5765ac45e1b8916308155ea1664902fa8
Feb 12, 2009 10:39:00 PM



Anonymous
Hello,

Is this still a working program? I have tried several times in the last couple days and when I copy and paste the first line into terminal it takes 2 seconds to download a 3.2MB .iso file, which is not the 1.09MB file we are looking for eh? I would really like for this to work.

Scott
Feb 17, 2009 2:51:00 PM



Anonymous
The last link works for me. I am currently downloading a >1Gb file.

Why didn't Acer provide it on their website anyway?
Feb 23, 2009 1:38:00 AM



Anonymous
Hi all.

Also downloading the iso through this direct link! Thanks!

--> Why didn't Acer provide it on their website anyway?
This is a very valid question!!!
Feb 25, 2009 8:58:00 AM



Hi Mr. Macles-man (Sorry didn't find a name),

I got an Aspire One with WinXP pre installed (120GB HDD version) and I want to give Linpus go. Is there any reason that I shouldn't/couldn't achieve that with this Recovery DVD? I have downloaded the ISO from the site trrunde provided (and verified the MD5). But neither of the suggested approaches to creating the bootable USB seem to work. I've burned the ISO to DVD, booted from it, and selected to create the bootable USB but it just freezes completely after (The progress bar shows a single pixel of blue). I have also tried using Unetbootin mod, but that freezes up too (On 7%). Both have been attempted on at least 2 computers with the same result.

Would you by any chance know what could cause this?
Feb 27, 2009 3:16:00 PM



Anonymous
I burned the ISO, but it won't autoplay (my intention was to make a bootable USB drive this way). Am I doing this wrong?
Feb 27, 2009 11:21:00 PM



Anonymous
I loaded the iso onto a USB using unetbootin, and I can install from there (i'm given the choice of default/install/usb/harddrive under unetbootin), and an Aspire One status bar comes up, but it doesn't move after an hour or so. Is this normal?
Feb 28, 2009 2:37:00 AM



Anonymous
Hi

I have just bought an AA1 with Linpus Linux, formerly a Windows XP man. However, before tinkering in order to get the software that I want to use on the AA1 I want to create a bootable USB Recovery Drive. The enquirer on Feb 11 seems to be asking a similar question.
Can this be done on a PC running Windows XP from the Recovery DVD shipped with the AA1 ? If so, how ?

I have read through all the comments posted regarding creating a recovery drive but it seems very complicated to a Linpus Linux novice.

Hopefully one or more of users can point me (and the Feb 11 enquirer) on the right track.

Thanks in advance to anyone who takes pity on the newbies.
Mar 9, 2009 3:22:00 PM



ElinPHP
Hello, don't put XP on aa1, it's slooooooooooooooooow.
But if you have got a External USB HDD, put xp on the External HDD.
Features of the HDD:
4200rpm or higher
6mb cache or higher
usb transfer speed 200MBPs or higher
Sata II connection |||
||||||||| |U|
| | |S|
|BOX HDD| connected to: |B|
||||||||| |||
\\ //
\\ //
\-------------/
Speed of 200MB/s or Higher
Mar 12, 2009 6:19:00 PM



Have spend time to play with the Aspire One, based on a Linpus version.
Have successfully installed Firefox3 and Thunderbird, SKYPE etc.
Since I wanted to stay without a moving drive, for many reasons, run into capacity problems and therefore wanted to go back to the original installation and intall only selected upgrades and software. However I cannot get passed the Blinking cursor at the re-installation.
Here are the steps taken sofar:
Downloaded the ISO for this model. Created a boot USB with the use of UnetBoot. After rebooting got the ASPIRE ONE with the blinking cursor, Have done this creation process 4 times and cannot pass the blinking cursor. Thx for any suggestion.
Mar 16, 2009 6:55:00 PM



Hey I live in Africa and don't have a reliable enough connection to download a 1GB file over HTTP. Can someone put up a copy of the iso on a FTP server?


Thanks,

John
Mar 18, 2009 1:10:00 AM



Anonymous
I loaded the iso onto a USB using unetbootin, and I can install from there (i'm given the choice of default/install/usb/harddrive under unetbootin), and an Aspire One status bar comes up, but it doesn't move after an hour or so. Is this normal?
Mar 21, 2009 8:53:00 PM



Having downloaded the Linpus image yesterday (In loading Ubuntu I killed the XP restore partition), but the install goes to 100% then states that the program could not finish executing. Upon re-boot, all I get is a continuous marching of "99" across the screen.
Any ideas or suggestions?

Thanks, Mathaeus
Mar 25, 2009 11:09:00 AM



Anonymous
Hi John,

If I host a torrent of the ISO would that help?
Mar 28, 2009 4:36:00 PM



Anonymous
I'm not getting past the blinking cursor with the 'bootable' USB either, any suggestions on how to fix that would be great!
Mar 30, 2009 12:51:00 AM



Anonymous
I have a 'new' AAO (4 weeks) which worked fine but I (stupidly) did an auto update without a backup first. It updated one package and now boots but neither keyboard or trackpad (or external mouse) does anything and pointer is stuck in the middle of the screen. No key combinations do anything - so can't even open a terminal session. Eventually get a dialogue box 'network is not connected to the internet, do you want to create a connection?' but can't click yes or no! Tried to use recovery disk supplied (v1.0.21) but same blinking cursor problem as above when I tried to create a USB (this on an Acer Aspire 5000!). Made a fedore 9 live USB, booted in AAO, got a fedora splash screen and one line of script then failed. USB stick now seems trashed and unreadable. Can't format it even (XP machine - it was FAT). No AAO, no USB, no recovery. Anybody offer any words of wisdom?
Mar 30, 2009 11:05:00 AM



Anonymous
now I'm totally confused. run the wget command to run the dvd installer without the dvd? huh?
Apr 3, 2009 2:27:00 AM



For the guy who can't use the trackpad, try plugging a USB mouse in, worked for me
Apr 9, 2009 11:05:00 AM



db Nightmare qp
What Happens if I had instal the tiny xp to my acer aspire One and when i do the d2d partition has been deleted, I have read that the Recovery USB stick doesnt work,thats true or can I use normaly the recovery USB?
Apr 11, 2009 11:05:00 PM



Anonymous
Where can download recovery DVD 1.0.21? All links are not working. Or, please share this image for download, who have it.
Apr 15, 2009 6:54:00 AM



Anonymous
Grr.. the AAO recovery CD just fried my partition on my laptop. My second HDD has disappeared. How can they get away with issueing obviously faulty and dangerous software like this?
Apr 15, 2009 9:40:00 AM



Anonymous
I have just sent my Linpus powered Acer Aspire One back to Acer. Acer's tech support guys told me that the update problem that I was having was due to the fact that my version Linpus was 1.06E and it needed at least version 1.11E. When I asked if I could download the image I was told not!!! If it comes back as unreliable as it was when I sent it then I will demand a refund. Linpus is nowhere near ready for prime time. Beware...
Apr 16, 2009 2:24:00 PM



Anonymous
I was trying to install app and I messed up my AAO. I can boot it but I get a bleck screen. I have the recovery dvd but I want first to load my files.I have been in the internet for 3 days. I have been in AAO forum. I found a lot of hot to recovery AAO but I have not found yet a how to load my files before recovery the netbook. Rather I saw many people like me hoe knows very little about linux and have the same problem. If someone post it I am sure many people will be happy.
What should I do if I want offload my files before recovery my AAo?
Is ti possible?
thanks
Apr 20, 2009 7:43:00 PM



I just uploaded a new installer which doesn't try to download the ISO anymore. The official link isn't working anyway.

Apr 24, 2009 8:40:00 PM



A big "Thank You" to the blogger and posters (especially trrunde). My AA1 had Win installed. Stupid me, I thought it was going to be easy to get a Linpus disc if I wanted to ditch the Win install.

I'm liking the Linpus OS. No problems with the install, aside from the battery recharge being a little flaky. A couple of reboots fixed that. The simple interface makes it ideal for road-trips, where my girlfriend (or some other non-tech person) might wind up using the machine. And the terminal window is only a few clicks away...

As I am not a Linpus/Linux savvy user, what would need to be done to delete the games _completely_ off the machine, and reconfigure the nav screens? Or are the nav scrrens dynamic, and the icons will simply go away when the applications are deleted.

Many thanks,

Mike
May 5, 2009 5:15:00 PM



Anonymous
Unfortunately non of the links appear to work anymore. Anyone got any new links please?
May 8, 2009 11:57:00 AM



Sodafizz
Sodafizz here. I am having the same problem as the person who posted on Mar 21, 2009 (8:53:00 PM)

Here’s what I’ve done so far:

1) http://www.mininova.org/tor/1618012 - downloaded the torrent for Acer Aspire One Recovery DVD (Linpus Lite) ISO.

2) Used Unetbootin to put the ISO onto my 2GB USB stick.

3) With the USB stick in the Acer, I bootup, pushing F12. I then get the “Aspire One” logo with a status bar, but the status bar just sits there, doing nothing. (I let it sit for at least an hour…) This is the same problem that another user posted on Mar 21, 2009 8:53:00 PM at Macles’ site:
http://macles.blogspot.com/2008/12/acer ... y-dvd.html

4) I then power down, reboot and try F2. I reorder the bootup sequence, so that the USB stick is in position #1. I then reboot again, and the Unetbootin screen appears with the following options listed:

Default
Linpus Linux RCD
Install
USBdisk
Harddisk

Here is what happens when I choose various options:

Intall: “Aspire One” status bar just sits there, doing nothing.
USBdisk: “Aspire One” status bar just sits there, doing nothing.

Any ideas?
May 10, 2009 8:42:00 PM



Anonymous
Same for me! I tried different USB sticks. It's been a waste of time! Acer should supply USB sticks instead of the useless DVD (since the Acer One doesn't have a DVD drive). Too bad. Totally disappointed!
May 13, 2009 7:49:00 PM



Anonymous
It seems that the Recovery DVD didn't run/boot on every Hardware. I tied a Toshiba Satelite S1 Notebook -> DVD starts to boot but then stucks/hangs. On the HP 520 Notebook from a friend the DVD boots and i was able to create the recovery USB Stick. I used a 2GB stick.
The recovery procedure on the AA1 takes about 15Min -> probably because the cheap Stick :-)
May 15, 2009 10:58:00 AM



Anonymous
The people who have used unetbootin to install complete iso onto a USB drive are having problems, since they have not installed it so the recoverysystem works from the USB drive. They have just installed the ISO so the USB drive works as if it was an optical drive.

The procedure to use the Recovery CD to create a Recovery USB device states that you need to do it on a PC with a CD or DVD drive:

1) Insert the Recovery CD into the optical drive. Plug in a USB/Flash drive with a minimum capacity of 2 GB.
2) Enter the bios of the PC and set the PC to boot from the optical drive.
3) Allow the computer to boot up.
4) From the list of options, select "Create Recovery USB Drive".
5) You will see a list of available disks, select the USB drive you plugged in.
6) Click the Next button to complete the procedure.
7) Remove the CD from the optical drive, and remove the USB flashdrive. You now have the Recovery system stored in your USB flashdrive, for future use if necessary.

So for those who have installed the recovery cd to a USB drive with unetbootin, you should take another USB drive, plug it in, then boot and make the recovery USB device according to the procedure above, as taken from the manual.
May 16, 2009 8:39:00 PM



Anonymous
For all who get the error "Internal Error: Failed to initialise HAL" :

I guess i found a solution: there is an error message, if you try to manually run script
/etc/rc.d/slim/nowait.sh

Cannot create link /etc/mtab~
Perhaps there is a stale lock file?

I look in /etc and find a lot of files with such a names : mtab~ , mtab~13663, mtab~15201 and so on. Simply move that files in another location ( or remove them if you are brave :) and you are done, and after reboot HAL will be initialize properly. Works for me, hope will work for others

tex988
May 20, 2009 1:10:00 PM



Anonymous
Downloaded the iso file, checked md5 , downloaded aa1rlinux.
After trying to run aa1rlinux it starts up, gives 'Found AAO_v1-0-15E.iso' and 'Installing' but then hangs at 7% in the status bar.

Any ideas ?

Thanks in advance.

broozer
May 28, 2009 10:47:00 PM



Anonymous
Same problem here...
May 30, 2009 11:26:00 AM



Anonymous
If you have used the Acer Aspire One Recovery CD to create a bootable usb stick and the software hangs in the welcome screen when restoring, then use a USB mouse. There is a bug wherein the restore software will not
recognize a click from the trackpad to get you started. Compliments to ngaiseng on the Australian Whirlpool net for that one.
Jun 5, 2009 9:04:00 AM



Anonymous
what is now the most updated version of the recovery? I got 21e
Jun 16, 2009 4:21:00 PM



Anonymous
My Recovery disk works fine on an older PC to create a USB recovery drive but does not work on my 2 newer PC. It starts the process and freezes right away.. any idea ?
Jul 2, 2009 6:32:00 AM



The Recovery DVD version 1.0.21

The latest Full iso:

http://aspire-one.fr/explorer/ISO/Acer%20Aspire%20One%20Linpus%20Lite%20OS%28Restore%20Disk%291.0.21.iso
Jul 15, 2009 3:41:00 PM



fergy
Can the recovery DVD version 1.0.21 from the French website be used to do an English installation? Or is it French only?

http://aspire-one.fr/explorer/ISO/Acer%20Aspire%20One%20Linpus%20Lite%20OS%28Restore%20Disk%291.0.21.iso
Jul 19, 2009 10:28:00 AM



Anonymous
I just did put the DVD on a usb flash stick and al was in English.

Creating the usb stick is not working on any Pc. Using my Giga-bite basec pc the procedure stopt on blinking keyboard leds and the bar did not go any further.
Using another Pc (Shuttle 27D) worked fine.

I did not try the resulting USb on the Aspire one yet
Jul 20, 2009 8:01:00 AM



fergy
I was able to install iso 1.0.21 onto a USB flash key and use it to restore the Acer Aspire One. During the installation process you can choose from several languages including English.
Jul 20, 2009 11:21:00 PM



Anonymous
The Recovery DVD which has been laid out on the French website actually is the version 1.0.3Е, instead of 1.0.21. :-(
Jul 24, 2009 5:09:00 AM



fergy
You're right the iso from the French website is 1.03.E
Jul 24, 2009 8:12:00 AM



found somewhere that linked to this, and it seems to work.
I'm downloading it now, as well as the french link above.
http://download.trrunde.org//upload/AAO_v1-0-15E.iso
Jul 29, 2009 1:32:00 AM



Ryan
I have been trying to reinstall linpus on my aa1. I am using the version of linpus from the French website. When installing to the USB stick I get 'Debug #02', then if I use that USB stick I get a black screen and 'Error 2' come up. Any suggestions?
Jul 29, 2009 5:32:00 PM



Actually, since none of the .iso's I found online helped, I did some digging and found my original recovery disc.

Is it possible to compile whatever source codes they supply on the sites and use those to make our own .iso's?
Jul 30, 2009 12:52:00 AM



fergy
Ryan I had no problem installing this ISO 1.03.E from the French website (USB stick installation). I'd take a guess that your download was corrupted. Did you try downloading again and also trying a different USB stick?

http://aspire-one.fr/explorer/ISO/Acer%20Aspire%20One%20Linpus%20Lite%20OS%28Restore%20Disk%291.0.21.iso
Aug 5, 2009 7:47:00 AM



@fergy: thx for the link, I compressed the link here http://is.gd/2LUCp

@macles : thx 4 ur blog from Kairouan @ Tunisia
Sep 1, 2009 11:32:00 PM



Having trouble with the aa1r process. tried with both the trrunde.org download (I think I snagged it right before the site went down) and the 1.0.21 on the .fr site. The usb installation seemed to go fine, didn't spit out any debugs. When I boot it on the acer though, I don't even get a blinking cursor. Just black screen, and no noticeable activity. Not much to go on I realize, but any tips? I've had UNR on this thing for months, but I'd really like the factory install. WHY oh WHY did I buy the XP version? (Well, because it was on sale, I suppose). I haven't checked the MD5sums. Anybody have those for the file at
http://aspire-one.fr/explorer/ISO/Acer%20Aspire%20One%20Linpus%20Lite%20OS%28Restore%20Disk%291.0.21.iso ?
Sep 8, 2009 5:41:00 PM



Anonymous
to tex988

God bless you my friend :)

I had the same warning messagge with 'HAL'. nothing was working: no wifi, no usb, no sd slot.

After DELETING (i know - i'm brave ;) all mtab~ files from etc directory (ie: mtab~, mtab~21330, mtab~2245 and many similar. all of them has 0 bytes) my little devil has started to work as usual :) I have left only one mtab file which was text file and has some bytes in it.

thanks for perfect tip!! it save me a lot of trouble with restoring the system...

THANK YOU!

stephen
Sep 20, 2009 11:15:00 PM



Anonymous
On Russian ftp-site of Acer published the image of recovery DVD Linpus version 1.0.21Е: ftp://ftp.acer.ru/Drivers/Notebooks/Aspire_One/LINUX_recovery_disk_Image/Macles_Linux_1021E.iso
Sep 22, 2009 6:38:00 PM



Anonymous
Don't attempt to make a recovery flashdrive using another computer that is not made by Acer unless you want to corrupt the file system on the innocent proxy. Don't have any other drives connected either for they suffer the same fate. Tried to make a recovery flashdrive using the supplied recovery DVD and killed 2 machines and one very important attached flashdrive. Tried yet again on an Acer laptop and no problem bootable recovery flashdrive created as one might expect.YOU'VE BEEN WARNED!
Oct 2, 2009 2:48:00 PM



Anonymous
Anonymous burning computers(Oct 2nd): I´ve made a recovery flashdrive, following these instructions, and using my ThinkPad and also a Dell notebook (one for travel and one stick for office), with no problems arising.As a matter of fact, your is the first notice I´d read about ruining machines with this procedure (but not about failing to create an image of AA1), in AA1 forums. I strongly suggest you to verify the sequence and the late pendrive. There is some mistake or problem, anywhere in the chain. I´ve used my travel USB to recover my AA1, five times at least, trying differents configurations with it.
Oct 10, 2009 5:42:00 AM



Anonymous
Ok I have an Acer One Netbook and I'm trying for a couple of weeks now to try and recover it using the Xp home recovery cd it came with. But with no luck. Since the netbook has no cd rom that makes it quite difficult. And the type of image file the recovery cd using to boot. other computers cannot read it. Only acer computers could read it. And i also tried to make a bootably usb flash drive but no luck there. I do not know how to make the image files go onto it so that it go be bootable. Simple copy and paste don't work neither does using dos cmd copy from cd directly to usb because the acer computer would not read it and says boot failed. Someone please help me!!!! THANK YOU!!
Oct 13, 2009 9:41:00 PM



Bruno
Hi.

I am trying to install the ISO posted above: ftp://ftp.acer.ru/Drivers/Notebooks/Aspire_One/LINUX_recovery_disk_Image/Macles_Linux_1021E.iso
with the latest aa1rlinux.

I am doing this in my AAO110L, which is running Kuki Linux (that I wish to replace with Linpus, of course).
I cannot create the USB image :( I start aa1rlinux, start, then it stays forever in 6%, with "Found aa1r.iso, Installing" on top.
And never goes beyound that... Any ideas?
Oct 14, 2009 3:58:00 PM



Brancin,

I try ftp://ftp.acer.ru/Drivers/Notebooks/Aspire_One/LINUX_recovery_disk_Image/Macles_Linux_1021E.iso

but after

wget -O aa1rlinux http://sites.google.com/site/aa1recovery/1/aa1rlinux
chmod 755 aa1rlinux && sudo ./aa1rlinux

no ISO found ...

ISO is in the same directory like aalrlinux
Oct 19, 2009 1:38:00 AM