{"id":250,"date":"2008-12-11T01:31:55","date_gmt":"2008-12-11T05:31:55","guid":{"rendered":"http:\/\/scott.sherrillmix.com\/blog\/?p=250"},"modified":"2008-12-11T01:31:55","modified_gmt":"2008-12-11T05:31:55","slug":"making-a-restore-disk-for-the-acer-aspire-one","status":"publish","type":"post","link":"http:\/\/scott.sherrillmix.com\/blog\/programmer\/making-a-restore-disk-for-the-acer-aspire-one\/","title":{"rendered":"Making a ‘Restore Disk’ for the Acer Aspire One"},"content":{"rendered":"
We just picked up a little Acer Aspire One netbook. We’re pretty happy with it so far (except we’ll be exchanging it for a new one since the ‘p’ key on this one only works half the time). I’ll probably do a more in depth review once we’ve used it a bit but it certainly is tiny and handy. The only major drawback is the tiny mousepad. Anyway, it doesn’t come with a system restore or Windows disk. I realize there’s a hidden partition on the hard drive but I don’t really like trusting a single hard drive. Google didn’t turn up any really handy answers for how to make a system restore disk from a hidden partition or an entire install (especially onto a USB hard drive) using free software so I thought I’d document what I ended up coming with. I have no idea if this is the smartest\/safest way to do this and I’d recommend getting Norton Ghost or something similar if you don’t feel confident with any of the processes in here.<\/p>\r\n\r\n
There’s two steps to the process, making a USB drive into a little bootable linux system and backing up the partitions onto a USB hard drive.<\/p> \r\n
I think you could actually just do this with a single harddrive or a really big USB key if you made it into 2 partitions (the SystemRescueCD OS doesn’t save changes by default). <\/p>\r\n
I used SystemRescueCD<\/a> for my linux system (although I suppose any small distribution with the appropriate tools would work). Obviously a CD does not do a lot of good when you have a laptop without a CD player but luckily (the somewhat misnamed) SystemRescueCD can be installed to a USB drive<\/a>. As documented on that page, you’ll need to download the .iso from the SystemRescueCD<\/a> site and move most of the files from the .iso to your USB drive. If you don’t already have a handy way to mount an .iso and don’t feel like burning a CD, I had decent luck with Microsoft Virtual CD-ROM Control Panel<\/a> or if you’re using Linux just a simple mount -o loop disk.iso \/some\/empty\/folder<\/code> (although for some strange reason I had trouble getting a Linux-made version working). Once you’ve copied the files from the CD and ran
syslinux<\/code> as directed, you should have a handy USB key that will boot a computer into linux (if you set the BIOS to boot from USB).<\/p>\r\n\r\n
Backing Up Partitions<\/h3>\r\n