Difference between revisions of "IOT-GATE-IMX8PLUS and SBC-IOT-IMX8PLUS: Debian Linux: Known Issues"

From Compulab Mediawiki
Jump to: navigation, search
(Created page with "{{ IssueCategory|Debian Linux fail to start from USB key while GRUB enabled| Latest Debian release 1.1 fail to start from USB key when console is not connected. {{Note|Followi...")
 
 
Line 1: Line 1:
 
{{
 
{{
 
IssueCategory|Debian Linux fail to start from USB key while GRUB enabled|
 
IssueCategory|Debian Linux fail to start from USB key while GRUB enabled|
Latest Debian release 1.1 fail to start from USB key when console is not connected.
+
'''Description''':</br>
{{Note|Following U-Boot change will disable GRUB for workaround the issue:}}
+
Debian release 1.1 fails to start from USB key when console is not connected.</br>
 +
 
 +
'''Status''':</br>
 +
Resolved in Debian release 2.0.</br>
 +
 
 +
'''Workaround''':</br>
 +
The following U-Boot change will disable GRUB for workaround the issue:
 
* Stop device boot at U-Boot
 
* Stop device boot at U-Boot
 
  printenv bootcmd
 
  printenv bootcmd

Latest revision as of 11:12, 21 March 2023

Debian Linux fail to start from USB key while GRUB enabled

Description:
Debian release 1.1 fails to start from USB key when console is not connected.

Status:
Resolved in Debian release 2.0.

Workaround:
The following U-Boot change will disable GRUB for workaround the issue:

  • Stop device boot at U-Boot
printenv bootcmd
setenv bootcmd run bsp_bootcmd
saveenv
poweroff
  • Disconnect console cable and boot device