Bug 753950

Summary: PXE installs drop to debug shell
Product: [Fedora] Fedora Reporter: Dave Jones <davej>
Component: dracutAssignee: dracut-maint
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 16CC: dracut-maint, harald, jonathan, pfrields
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-02-20 12:36:47 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:
Attachments:
Description Flags
dmesg output with rd_debug none

Description Dave Jones 2011-11-14 22:33:08 UTC
Using the F16 pxeboot install images, I see this...

dracut: root was live:/squashfs.img, liveroot is now live:/squashfs.img
EXT4-fs (dm-0) mounted filesystem with ordered data mode. Opts: (null)
Mounted root filesystem /dev/mapper/live-rw
dracut: Warning: Signal caught!
Dropping to debug shell.

Comment 1 Dave Jones 2011-11-14 23:29:25 UTC
Created attachment 533650 [details]
dmesg output with rd_debug

dmesg output with rd_debug

Comment 2 Harald Hoyer 2011-11-15 09:49:22 UTC
ah, this is the "--loglevel=debug" kernel command line parameter, which the kernel blindly assigns to an environment variable called "--loglevel" with the value "debug". The dash shell really does not like it.

dash bug 738494
dracut bug 733674 ( seems only partially solved )

Comment 3 Harald Hoyer 2012-02-20 12:36:47 UTC

*** This bug has been marked as a duplicate of bug 738494 ***