Bug 677953
Summary: | Unable to kickstart with ks.cfg file stored on hard drive | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Hongqing Yang <hoyang> | ||||||||||||
Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> | ||||||||||||
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||
Severity: | medium | Docs Contact: | |||||||||||||
Priority: | unspecified | ||||||||||||||
Version: | rawhide | CC: | awilliam, gansalmon, itamar, jlaska, jonathan, kernel-maint, madhu.chinakonda, rhe, vanmeeuwen+fedora | ||||||||||||
Target Milestone: | --- | Keywords: | Reopened | ||||||||||||
Target Release: | --- | ||||||||||||||
Hardware: | i686 | ||||||||||||||
OS: | Unspecified | ||||||||||||||
Whiteboard: | |||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||
Clone Of: | Environment: | ||||||||||||||
Last Closed: | 2011-03-14 08:49:21 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: | 657618 | ||||||||||||||
Attachments: |
|
Description
Hongqing Yang
2011-02-16 11:12:58 UTC
Please attach /tmp/anaconda.log and /tmp/program.log to this bug report. Created attachment 479804 [details]
anaconda log
Created attachment 479805 [details]
program log
Okay, that's consistent with the device just never being found. Can you also attach /tmp/syslog and the output of lsmod? Thanks. Created attachment 480071 [details]
syslog
Created attachment 480072 [details]
lsmod
Reproduced in anaconda 15.20.1. Looks like the usb-storage module is never getting loaded. You see no mention of it in lsmod, and there's very little mention of usb anything in your syslog. It's my understanding that usb-storage should just be getting loaded without any anaconda involvement. At least, we don't load it anywhere else and we've gotten bug reports from people farther along in the USB process, so it must be working for some. (In reply to comment #5) > Created attachment 480071 [details] > syslog Here sda and its partitions get discovered: 09:03:53,944 INFO kernel:[ 5.122413] sda: sda1 sda2 sda3 sda4 < sda5 sda6 > And here sda1 gets mounted: 09:06:24,322 INFO kernel:[ 155.790703] EXT3-fs (sda1): mounted filesystem with ordered data mode 09:06:24,322 DEBUG kernel:[ 155.791610] SELinux: initialized (dev sda1, type ext3), uses xattr sda1 gets discovered and its partition gets mounted, so what bug are you trying to report here? Created attachment 483356 [details]
kickstart from hard drive
the sad1 partition is mounted in the log, but the console also outputs error as the attachment. The kick start file cannot be found.
(In reply to comment #9) > (In reply to comment #5) > > Created attachment 480071 [details] > > syslog > > Here sda and its partitions get discovered: > 09:03:53,944 INFO kernel:[ 5.122413] sda: sda1 sda2 sda3 sda4 < sda5 sda6 > > > And here sda1 gets mounted: > 09:06:24,322 INFO kernel:[ 155.790703] EXT3-fs (sda1): mounted filesystem with > ordered data mode > 09:06:24,322 DEBUG kernel:[ 155.791610] SELinux: initialized (dev sda1, type > ext3), uses xattr When this issue happened, a window would pop up saying unable to find the kickstart file. But I couldn't access to ttys until I clicked cancel on the window to get stage2 started. So I thought sda1 was mounted after I cancelled kickstart install. Hongqing, when that dialog appears, and no tty's are available, you can press <Ctrl>Z to drop into a shell. The shell environment will be limited, but you can do some debugging there. Discussed at 2011-03-11 blocker review meeting. On the face of it, this hits criterion "The installer must be able to use all kickstart delivery methods ", but it may be more a case of a problem with _device discovery_ than a generic issue with the hard disk ks delivery method. Hongqing, can you give us a few more details on the exact disk at issue here? Is it a USB flash stick or an actual hard disk connected externally? How is it formatted / partitioned? Can Hongqing (or anyone else) please test with a different USB device, maybe a FAT-formatted USB flash stick? Hi, Adam, I tested it again, but it is weird, I cannot reproduce it again as I did before. It also not always happened before. I keep the kick start file on a guest hard disk, and install another guest from cdrom. it works now. so I prefer to close it first as it is not a bug. |