Re: F24 beta virt-install with kickstart fails

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

On Fri, May 20, 2016 at 03:48:50PM -0600, Viorel Tabara wrote:

> "No space left on device" may hint to wrong partitioning or disk allocation.  
> Jos can you try with a very basic ks file first and post it here?

See the attached ks-file.  Simpler I can't make it...

This is the virt-install command (on CentOS 6.6):

virt-install -n f24t2016b -r 1024 --arch=x86_64 --vcpus=2 -l f24beta-x86_64/images/boot.iso --os-type=Linux --os-variant=fedora18 --disk /var/lib/libvirt/images/f24test.img,format=qcow2,size=50 --extra-args=ks=http://192.168.180.20:8888/f24beta-x86_64/ks/ks-f24test.cfg --network bridge=br0,mac=52:54:00:00:18:02,model=virtio

Note that it *does* pick up the ks-file correctly.

Using another mirror (this one is the closest to me) doesn't help,
enabling the updates repo doesn't help, explicitly using a big size
for / (i.s.o. --grow) doesn't help, etc...

Thanks,

-- 
--    Jos Vos <jos@xxxxxx>
--    X/OS Experts in Open Systems BV   |   Phone: +31 20 6938364
--    Amsterdam, The Netherlands        |     Fax: +31 20 6948204
lang en_US

network --bootproto=dhcp --noipv6 --hostname=f24test.xos.nl

url --url=http://ftp.nluug.nl/pub/os/Linux/distr/fedora/linux/releases/test/24_Beta/Server/x86_64/os/

#repo --name=fedora-updates --baseurl=http://ftp.nluug.nl/pub/os/Linux/distr/fedora/linux/updates/24/x86_64/

keyboard us
zerombr
clearpart --all --initlabel

part /        --size=100  --fstype=ext4 --ondisk=vda --grow
part swap     --size=2048 --fstype=swap --ondisk=vda

install
firstboot --disabled
selinux --disabled 

timezone --utc Europe/Amsterdam

rootpw verysecret

auth --enablemd5 --useshadow 

%packages
@^server-product-environment
%end

--
test mailing list
test@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe:
http://lists.fedoraproject.org/admin/lists/test@xxxxxxxxxxxxxxxxxxxxxxx

[Index of Archives]     [Fedora Desktop]     [Fedora SELinux]     [Photo Sharing]     [Yosemite Forum]     [KDE Users]

  Powered by Linux