intel-aero / meta-intel-aero

Yocto layer to support Intel Aero platform
https://github.com/intel-aero/meta-intel-aero
GNU General Public License v2.0
218 stars 119 forks source link

Stuck on black screen when installing ubuntu 16.04 #419

Closed yhdurkaya closed 2 years ago

yhdurkaya commented 2 years ago

I am trying to install Ubuntu 16.04 following the guide. I use usb as the boot option. Everything is ok at this point but when I choose "Install ubuntu" or "Try ubuntu without installing" a black empty screen emerges and nothing happens. Has anyone encountered this problem before?

123

afarrukh-emhr23 commented 2 years ago

Can you provide more details e.g what version of ubuntu are you using? What error text you see on the black screen? Also provide a link to the online documentation you were following.

On Tue, Feb 22, 2022 at 10:40 AM, Yusuf H. Durkaya @.***> wrote:

I am trying to install Ubuntu 16.04 following the guide. I use usb as the boot option. Everything is ok at this points but when I choose "Install ubuntu" or "Try ubuntu without installing" a black empty screen emerges and nothing happens. Has anyone encountered this problem before?

[image: 123] https://user-images.githubusercontent.com/47098320/155164031-6759cd78-e70f-4b91-8782-1b9db8521cd2.jpg

— Reply to this email directly, view it on GitHub https://github.com/intel-aero/meta-intel-aero/issues/419, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFROQEULZOEUCBHX4FFYQTLU4OTOZANCNFSM5PBXB45Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

yhdurkaya commented 2 years ago

I follow this documentation which I believe is the official one. https://github.com/intel-aero/meta-intel-aero/wiki/90-%28References%29-OS-user-Installation

I am trying to install Ubuntu 16.04.

There is no error message. It just gets stuck on a black screen with nothing on it when I chooce "Install Ubuntu".

afarrukh-emhr23 commented 2 years ago

Make sure you have the latest BIOS version by first installing the official Yocto release: https://www.intel.com/content/www/us/en/download/18793/26389/intel-aero-platform-for-uavs-installation-files.html?v=t

Also make sure that the Ubuntu 16.04 is the exact version as stated in the wiki link you followed. i.e. 16.04.3.

On Tue, Feb 22, 2022 at 2:53 PM Yusuf H. Durkaya @.***> wrote:

I follow this documentation which I believe is the official one.

https://github.com/intel-aero/meta-intel-aero/wiki/90-%28References%29-OS-user-Installation

I am trying to install Ubuntu 16.04.

There is no error message. It just gets stuck on a black screen with nothing on it when I chooce "Install Ubuntu".

— Reply to this email directly, view it on GitHub https://github.com/intel-aero/meta-intel-aero/issues/419#issuecomment-1048157109, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFROQEWPRT3K2ZWH3JMIP7TU4PSTXANCNFSM5PBXB45Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>

yhdurkaya commented 2 years ago

The problem is that Ubuntu version that I used was 16.04.07. With Ubuntu 16.04.03, the problem didn't occur.

Thanks @afarrukh-emhr23.