این رو پیدا کردم ، تا چند ساعت دیگه انجام میدم و نتیجه رو می نویسم.
You can edit the default grub boot options by typing in the terminal:
gksudo gedit /etc/default/grub
Look for the line:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
and add nomodeset to the end:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
That way you won't have to keep adding it. Then after saving changes and quitting the editor, type in the terminal:
sudo update-grub
to update your grub configuration.