try this.
first go to the ASUS site and make sure you have the latest BIOS, if not update. then
under the APM options in the BIOS, turn off the HPET.
Then upon install, press F6 to get the boot option line. In the options before the --
noacpi noapic nolapic acpi=off irqpoll
If all goes well and it installs then you must add that same line to /boot/grub/menu.lst
open a terminal and type
sudo gedit /boot/grub/menu.lst
Add the line above after the word splash in
## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash
then
sudo update-grub
then reboot