First of all, I'm completely clueless, so I hope this is all the info I should include.
I have a Toshiba Qosmio X70-A-12U that came with a pre-installed Windows 8. I have used it like that for a while and now I want to replace it with Ubuntu (not install Ubuntu alongside it), but I get errors immediately after I select Install and then nothing happens, I don't even hear the DVD spinning anymore.
When I turn on the power, I get to this screen (which doesn't exactly look like the screenshot from here, but at least I see the try and install options):
Then I select Install and get this for a split second:
0.039324] Ignoring BGRT: invalid status 0 (expected 1)
4.216205] ACPI PCC probe failed
Then the DVD keeps spinning for a little while until it stops, the screen freezes like this and ultimately my laptop abruptly shuts down.
This happens both with Ubuntu 15.04 and 14.04.3 LTS.
UPDATE:
Following the instructions in the comments, the first line (Ignoring BGRT: invalid status 0 (expected 1)
) is now gone. The other two still appear and the final result is the same.
In case you have access to the boot options the following is worth a try as it instructs the kernel to not load video drivers until X is loaded.
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
Good luck!
– Lars Beck Oct 11 '15 at 15:39nomodeset
thing as here http://askubuntu.com/questions/135515/set-nomodeset-in-usb-installation-efi-loader-with-iso/135539#135539 - same result – Ana Oct 11 '15 at 16:29