View previous topic :: View next topic |
Author |
Message |
davidshen84 Guru

Joined: 09 Aug 2008 Posts: 322
|
Posted: Wed Oct 21, 2015 3:08 am Post subject: Can I add a wait time when boot? |
|
|
Hi,
I want to boot my Gentoo from an external USB drive. However, it seems it takes some longer time before the kernel found this device. So I want to add a wait time when booting.
I am using genkernel to build my kernel and initramfs. I think there should be a place I can add a wait time, or a customize script in the initramfs. Any idea?
Thanks,
David _________________ David Shen
Last edited by davidshen84 on Sat Oct 24, 2015 12:28 am; edited 2 times in total |
|
Back to top |
|
 |
eccerr0r Watchman

Joined: 01 Jul 2004 Posts: 10016 Location: almost Mile High in the USA
|
Posted: Wed Oct 21, 2015 3:36 am Post subject: |
|
|
See if adding
rootdelay=10
in your boot commandline will help. This should make the kernel/initramfs wait 10 seconds for things to settle before finding the root filesystem. _________________ Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching? |
|
Back to top |
|
 |
Roman_Gruber Advocate

Joined: 03 Oct 2006 Posts: 3846 Location: Austro Bavaria
|
Posted: Wed Oct 21, 2015 4:44 pm Post subject: |
|
|
as said rootdelay
and edit those grub cfgs by hand.
no idea on those auto updater scripts. |
|
Back to top |
|
 |
|