Bug 962491 - No disks selected error for kickstart install
Summary: No disks selected error for kickstart install
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 19
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-13 16:19 UTC by Mark Hamzy
Modified: 2013-05-15 15:49 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-05-15 15:49:57 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
anaconda.log (10.63 KB, text/x-log)
2013-05-13 16:19 UTC, Mark Hamzy
no flags Details
storage.log (188.78 KB, text/plain)
2013-05-13 16:19 UTC, Mark Hamzy
no flags Details
program.log (43.91 KB, text/plain)
2013-05-13 16:20 UTC, Mark Hamzy
no flags Details

Description Mark Hamzy 2013-05-13 16:19:05 UTC
Created attachment 747281 [details]
anaconda.log

Description of problem:
Installing http://ppc.koji.fedoraproject.org/stage/f19-20130510-Beta-TC4/ppc64/iso/Fedora-19-ppc64-DVD.iso

When I boot with the following:

linux inst.sshd ip=9.5.114.36::9.5.114.1:255.255.255.0:sharpie.rch.stglabs.ibm.com:eth0:none ip=9.5.114.41::9.5.114.1:255.255.255.0::eth1:none nameserver=9.10.244.100 bootdev=eth0 ks=ks=http://chukar.rch.stglabs.ibm.com/Fedora19-sharpie-lvm_auto-cdrom-minimal-text-ks.cfg

which uses the text UI, then the kickstart installation will succeed. However, if I boot with the following:

linux inst.vnc inst.sshd ip=9.5.114.36::9.5.114.1:255.255.255.0:sharpie.rch.stglabs.ibm.com:eth0:none ip=9.5.114.41::9.5.114.1:255.255.255.0::eth1:none nameserver=9.10.244.100 bootdev=eth0 ks=ks=http://chukar.rch.stglabs.ibm.com/Fedora19-sharpie-lvm_auto-cdrom-minimal-text-ks.cfg

then the UI will display an error:

No disks selected

and a further error of:

Not enough free space on disks for automatic partitioning

Version-Release number of selected component (if applicable):
anaconda-19.25-1.fc19.ppc64
python-blivet-0.13-1.fc19.noarch

How reproducible:
Always

The following kickstart file has the problem

8<-----8<-----8<-----
#version=DEVEL
# System authorization information
auth --enableshadow --passalgo=sha512
# Use CDROM installation media
cdrom

# Run the Setup Agent on first boot
firstboot --enable
ignoredisk --only-use=sda
# Keyboard layouts
keyboard --vckeymap=us --xlayouts='us'
# System language
lang en_US.UTF-8

# Network information
network  --bootproto=static --device=eth0 --gateway=9.5.114.1 --ip=9.5.114.36 --nameserver=9.10.244.100 --netmask=255.255.255.0 --noipv6 --activate --hostname=sharpie.rch.stglabs.ibm.com
network  --bootproto=static --device=eth1 --gateway=9.5.114.1 --ip=9.5.114.41 --nameserver=9.10.244.100 --netmask=255.255.255.0 --noipv6 --activate
# Root password
rootpw --iscrypted $6$FCC2q6uYlfUbj/yT$DofkzfLSx81naeiFN/s8QpQrg3OEqD4B8M3balQqKIar93d43qGSk778ia/fffLdX.WWR7C9JaNrsNzv/BFy50
# System timezone
timezone America/Chicago --isUtc
user --groups=wheel --name=hamzy --password=$6$G5rAVxJJu96EXjMT$seDbnccXanXj21XXRIcFYaieoP83aGy1SGbiRt1b1foA3fITSd6VsViRIS3urA8f8940lg4t463Q3p439eSU70 --iscrypted --gecos="Mark Hamzy"

# System bootloader configuration
bootloader --location=mbr --boot-drive=sda
clearpart --all --initlabel --drives=sda
# Partition clearing information
autopart --type=lvm

%packages
@core
@standard

%end
8<-----8<-----8<-----

Comment 1 Mark Hamzy 2013-05-13 16:19:44 UTC
Created attachment 747282 [details]
storage.log

Comment 2 Mark Hamzy 2013-05-13 16:20:10 UTC
Created attachment 747283 [details]
program.log


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