armbian / config

Armbian Linux configuration utility
GNU General Public License v2.0
467 stars 168 forks source link

Install to Samsung USB boot fails #136

Open jemail99 opened 3 years ago

jemail99 commented 3 years ago

I have a Samsung USB Portable SSD T5 external USB drive: Bus 003 Device 002: ID 04e8:61f5 Samsung Electronics Co., Ltd Portable SSD T5

I used armbian-config to install to USB. After the process completes and a reboot initiated the result is a black screen.

I can solve the issue with adding a usbquirk to the boot.ini: setenv bootargs "... usb-storage.quirks=0x04e8:0x61f5:u"

Can this usb quirk be added to the default armbianEnv.txt for future official builds?

igorpecovnik commented 3 years ago

Can this usb quirk be added to the default armbianEnv.txt for future official builds?

Provide pull request. https://docs.armbian.com/Process_Contribute/