Gentoo Archives: gentoo-user

From: Thomas Mueller <mueller6726@×××××××××.net>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Allow delay for booting from USB device?
Date: Fri, 18 Apr 2014 12:02:09
Message-Id: 415668.55823.bm@smtp111.sbc.mail.gq1.yahoo.com
1 Is there a way to make Gentoo or other Linux allow extra time when root is on a USB device? Any way to say "just a second" or more like 15 seconds before aborting with the message that root partition does not exist?
2
3 In this case it's an IDE hard drive in a USB enclosure.
4
5 FreeBSD seems to handle this situation better. I would get a
6 mountroot>
7 prompt, to which I would respond
8 ufs:/dev/ada0p3
9 and be good.
10
11 I could avoid this situation with /boot/loader.conf
12
13 legal.realtek.license_ack=1
14 rsu-rtl8712fw_load="YES"
15 kern.cam.scsi_delay="13000" # Delay (in ms) before probing SCSI
16 kern.cam.boot_delay="16000" # Delay (in ms) of root mount for CAM bus
17 hint.re.0.disabled="1"
18
19 but don't know if Linux has anything like this.
20
21 Only lines 3 and 4 are relevant to this issue; other lines are for different issues.
22
23 Tom

Replies

Subject Author
Re: [gentoo-user] Allow delay for booting from USB device? Joost Roeleveld <joost@××××××××.org>