Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 927315 - kickstart install stop at installation prompt, no disks selected
Summary: kickstart install stop at installation prompt, no disks selected
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 19
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 927621 (view as bug list)
Depends On:
Blocks: fedora19rtt
TreeView+ depends on / blocked
 
Reported: 2013-03-25 15:59 UTC by Orion Poplawski
Modified: 2013-04-30 04:39 UTC (History)
9 users (show)

Fixed In Version: anaconda-19.21-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-04-30 04:39:23 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
screenshot (9.94 KB, image/png)
2013-03-25 15:59 UTC, Orion Poplawski
no flags Details
storage.log (25.95 KB, text/plain)
2013-03-25 16:00 UTC, Orion Poplawski
no flags Details
anaconda.log (1.71 KB, text/plain)
2013-03-25 16:01 UTC, Orion Poplawski
no flags Details

Description Orion Poplawski 2013-03-25 15:59:35 UTC
Created attachment 716080 [details]
screenshot

Description of problem:

Kickstart install on vm with :

install
text
url --url=http://fedora.cora.nwra.com/development/19/x86_64/os
repo --name=rpmfusion-free-development-19-x86_64 --baseurl=http://rpmfusion.cora.nwra.com/free/fedora/development/19/x86_64/os 
repo --name=rpmfusion-nonfree-development-19-x86_64 --baseurl=http://rpmfusion.cora.nwra.com/nonfree/fedora/development/19/x86_64/os 
repo --name=cora-f19-x86_64 --baseurl=http://corpms.cora.nwra.com/fedora/19/x86_64 
repo --name=adobe-linux-x86_64 --baseurl=http://adobe.cora.nwra.com/linux/x86_64/ 
repo --name=adobe-linux-i386 --baseurl=http://adobe.cora.nwra.com/linux/i386/ 

lang en_US.UTF-8
keyboard us
rootpw --iscrypted xxxx
firewall --disabled
firstboot --disable
selinux --enforcing
timezone --utc America/Denver
xconfig --startxonboot --defaultdesktop=KDE
clearpart --all --initlabel
part biosboot --fstype=biosboot --size=1
part / --size=3000 --grow
part swap --recommended
zerombr
bootloader --location=mbr
network --bootproto=dhcp --device=eth0 --onboot=on
reboot

Stops at Installation prompt with:
2) [!] Install Destination
       (No disks selected)

Version-Release number of selected component (if applicable):
19.13

Comment 1 Orion Poplawski 2013-03-25 16:00:36 UTC
Created attachment 716082 [details]
storage.log

Comment 2 Orion Poplawski 2013-03-25 16:01:30 UTC
Created attachment 716085 [details]
anaconda.log

Comment 3 Orion Poplawski 2013-03-25 16:17:21 UTC
I can manually select vda for the install destination via the menu fine.

Comment 4 Martin Banas 2013-03-26 11:35:13 UTC
*** Bug 927621 has been marked as a duplicate of this bug. ***

Comment 5 Chris Lumens 2013-03-27 14:47:10 UTC
The key here is that you have not specified an ignoredisk line, which is what the storage spokes are looking at to determine whether you've completed partitioning or not.  Given that command is not required, we need to make the spokes smarter.

Comment 6 Richard Marko 2013-04-08 15:04:37 UTC
What is the workaround in this case? Using ignoredisk doesn't seem to help.
I've tried ignoredisk --drives=vda and ignoredisk --only-use=vda.

Comment 7 Martin Banas 2013-04-11 09:13:40 UTC
Hi Chris,
any update on this bug? This is currently blocking us from automated testing.

Comment 8 Orion Poplawski 2013-04-16 19:52:57 UTC
Interesting that this only appears to happen on "vd" disks, not "sd".

Comment 9 Fedora Update System 2013-04-23 01:39:02 UTC
anaconda-19.21-1.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/anaconda-19.21-1.fc19

Comment 10 Fedora Update System 2013-04-23 03:01:44 UTC
Package anaconda-19.21-1.fc19:
* should fix your issue,
* was pushed to the Fedora 19 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing anaconda-19.21-1.fc19'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-6338/anaconda-19.21-1.fc19
then log in and leave karma (feedback).

Comment 11 Fedora Update System 2013-04-24 16:38:36 UTC
Package anaconda-19.21-1.fc19, python-meh-0.23-1.fc19:
* should fix your issue,
* was pushed to the Fedora 19 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing anaconda-19.21-1.fc19 python-meh-0.23-1.fc19'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-6338/python-meh-0.23-1.fc19,anaconda-19.21-1.fc19
then log in and leave karma (feedback).

Comment 12 Matthew Miller 2013-04-29 13:20:20 UTC
There is a workaround for this issue: it will work in graphics mode. So, simply remove the line "text" from your kickstart temporarily.

Comment 13 Fedora Update System 2013-04-30 04:39:25 UTC
anaconda-19.21-1.fc19, python-meh-0.23-1.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.