0

i am trying to install Ubuntu alongside windows 8 but as soon as i choose the option install inside windows 8 it shows a black screen with this written on it:

acpid: exiting
speech-dispatcher disabled; edit /etc/default/speech-dispatcher
*Asking all remaining processes to terminate...

then it asks me to remove the cd drive n press enter then it restarts n again windows 8 is booted directly

secure boot is disabled and it cant be enabled

any solutions???

2 Answers2

0

You dont need to worry about this error message

Open the terminal and edit the file /etc/default/speech-dispatcher using nano (or any text editor) as follows:

sudo nano /etc/default/speech-dispatcher

Inside the file change the RUN property to yes, so the file will become:

# Defaults for the speech-dispatcher initscript, from speech-dispatcher

# Set to yes to start system wide Speech Dispatcher
RUN=yes

Press ctr+O to save and ctr+X to exit nano

Stormvirux
  • 4,536
0

You must not install Ubuntu inside Windows 8. There are changes in Windows 8 that makes this very unsafe. You have to perform a real installation if you want to dual-boot Ubuntu and Win8.