Bug 143304
Summary: | Impossible to enter interactive boot sequence ? | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Kim Lux <lux> | ||||
Component: | initscripts | Assignee: | Bill Nottingham <notting> | ||||
Status: | CLOSED WORKSFORME | QA Contact: | Brock Organ <borgan> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 3 | CC: | dalem, rvokal | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2005-05-16 22:08:07 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 136451 | ||||||
Attachments: |
|
Description
Kim Lux
2004-12-18 14:57:39 UTC
If you add the 'sleep 1', does that actually work? Created attachment 110390 [details]
rc.sysinit allow "I" for interactive
Adding 'sleep 1' makes no difference, but commenting out the following in rc.sysinit made it work: if strstr "$cmdline" confirm ; then touch /var/run/confirm fi (around line 921) I've also left the 'sleep 1' in to allow a little more time for hitting the "I". That really shouldn't make any difference. Will have to do some more testing here. Same problem on FC4t2, Mac mini (ARCH=ppc), USB keyboard. I typed 'I' or 'i' immediately upon seeing the red letters in "Welcome to Fedora Core". By then the console had advanced to "Starting udev", but the green "[OK]" had not yet appeared. Workaround is to add " confirm" to end of boot line. /etc/grub.conf was: kernel /vmlinuz-2.6.11-1.14_FC3 ro root=/dev/VolGroup00/LogVol00 rhgb quiet which fails Interactive boot; but Interactive boot works with: kernel /vmlinuz-2.6.11-1.14_FC3 ro root=/dev/VolGroup00/LogVol00 I can't reproduce this here; it works for me generally in testing; it *seems* that it needs to be done after loading the default keymap, but ICBW. This is a problem again for me. For a couple kernel versions it worked <great>. Pressing I would allow an interactive boot. I am now running 2.6.15-1.1833_FC4smp and again I can't boot in interactive mode and I need to due to some issues I am having with nfs. Thanks. |