1

I have an asus laptop, windows 8 is the current OS. I am trying to install ubuntu as a dual boot, so far I have tried downloading it from the ubuntu website however a message error showed when I tried to reboot and now can't replicate this message, it said the file contained some sort of error. Next I tried to boot from USB, I don't have a cd drive so CD isn't an option. No luck with the USB it didn't recognize the files. Is there a possibility that my laptop isn't compatible with Ubuntu?

Thanks.

Chelsea Cadd
  • 21
  • 1
  • 2

2 Answers2

1

The best thing to do is to visit Installing Ubuntu Alongside a Pre-Installed Windows with UEFI the answer is one which will take you through what you need to do to install Ubuntu alongside Windows 8.

Simon
  • 4,813
  • 8
  • 35
  • 52
0

Did you download an ISO image of Ubuntu? You need to write it as a bootable image to the USB drive (you can't just copy the iso file onto the USB). Something like unetbootin will do it.

You may also need to change boot settings to boot from the USB drive (as @M.Tarun suggested). During boot, press Delete (or sometimes F2, sometimes other keys) to get into the BIOS. You should be able to select the USB drive as the boot device.

You may also need to turn off SecureBoot in the BIOS -- I'm not sure what the current status is of that, although I've heard Ubuntu were looking at getting their installers signed so it could be installed with SecureBoot turned on.

Ash
  • 911