Skip to content
Snippets Groups Projects
Commit 26ae356e authored by Ettore Chimenti's avatar Ettore Chimenti Committed by Stevan Radaković
Browse files

grub: add rootwait in cmdline


In some configuration in SECO-B68 (using a USB drive or sata),
it can happen that boot devices do not show up. It needs 'rootwait'
to prevent panic.

Signed-off-by: Ettore Chimenti's avatarEttore Chimenti <ettore.chimenti@seco.com>
parent 69cba9e1
No related branches found
No related tags found
1 merge request!132grub: add rootwait in cmdline
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1 serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1
set CMDLINE="console=ttyS0,115200 panic=60 quiet" set CMDLINE="console=ttyS0,115200 panic=60 rootwait quiet"
# Find the boot partition. We need to know where to load from and save the # Find the boot partition. We need to know where to load from and save the
# environment to. The boot partition is saved into the ONIRO_GRUB_BOOT # environment to. The boot partition is saved into the ONIRO_GRUB_BOOT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment