OR a factory default XP lies hidden on that first partition almost ready to reset the second partition
Get USB CD ROM (or DVD) drive.
Burn a copy of KNOPPIX.
Most likely a USB KNOPPIX version would work, but I still haven't gotten around to building one.
Turn ON USB Drive, Place KNOPPIX CD in Drive, connect USB
drive to USB Port on ACER ASPIRE ONE.
Press Power button and Press F12 for Boot List
From the "Boot Option Menu"
Select, using the arrow keys, the USB CD drive as boot device and press Enter.
Press Enter at KNOPPIX boot: prompt
Press Spacebar at "You have passed an undefined mode number" message.
Once KNOPPIX boots, bring up a Root Shell (from Penguin icon on Toolbar (2nd from the left))
You should see a root prompt like this root@Knoppix:~#
Using the '-l' for list partitions option, run the fdisk command.
root@Knoppix:~# fdisk -l
[... A list of partitons and drive data appears
Note that /dev/sda2 has an asterisk in the Boot column and is marked for bootable.
Note also that /dev/sda1 is of type Id 12 Compaq diagnostics
...]
root@Knoppix:~# fdisk /dev/sda
Command (m for help): p
[...the partition table lists out.
We want to change the first partition to bootable
a
1
p
[...note the change of the asterisk appearing or...]
a
2
p
[...note the change...]
w
q
root@Knoppix:~# reboot
Starting ACER eRecovery Management Environment
and Bar underneath
Go through the steps.
If your Acer Inspire continues to boot into the ACER eRecovery Management Environment, like ours, it is probably because the FAT32 recovery partition was marked bootable in the partition table.
So just repeat the fdisk proecdure to set the bootable flag on the first partition off and the bootable flag on the second partion on once more.
Note: I changed the partition type to "c" from "12", but apparently that's not necessary.
You could do all this quicker by going knoppix 2 at the boot: prompt, which would give you a text mode root shell, but hey then you would miss all the pretty pictures. Minimize the Knoppix window or click on 2 or 3 or 4 to get to another desktop, so you can see the drive icons.
Your drive is marked:
Hard Drive
[sda2]
The recovery part of the drive is
Hard Drive
[sda1]
And if you need to recover files from the Windows partition, single clicking on the sda2 to mount the User's Windows partition and later right-clicking on sda2 to change to read/write mode to try to fix things.