<html><body><p>This is how I tested :<br><br>1. Download - <a href="http://mirror.centos.org/altarch/7/isos/ppc64le/CentOS-7-AltArch-ppc64le-NetInstall-1511.iso">http://mirror.centos.org/altarch/7/isos/ppc64le/CentOS-7-AltArch-ppc64le-NetInstall-1511.iso</a> to /root<br>2. Save the content from <a href="https://da.gd/NLuP">https://da.gd/NLuP</a> to /root/centos-7ppc64le.ks<br>3. Loop mount /root/CentOS-7-AltArch-ppc64le-NetInstall-1511.iso to /mnt/cdrom<br><br>4. Then start the install by following command:<br><br>/usr/share/virt-manager/virt-install -n centos_test_vm -r 1024 --noreboot --noautoconsole --debug --graphics none --initrd-inject /root/centos-7ppc64le.ks --disk path=/var/tmp/diskjJxxyA.img,format=raw --disk path=/root/CentOS-7-AltArch-ppc64le-NetInstall-1511.iso,device=cdrom,readonly=on,shareable=on --extra-args ks=file:/centos-7ppc64le.ks inst.cmdline stage2=live:CDLABEL=CentOS_AltArch_7_ppc64le --location /mnt/cdrom --channel tcp,host=127.0.0.1:33696,mode=connect,target_type=virtio,name=org.fedoraproject.anaconda.log.0<br><br><img width="16" height="16" src="cid:1__=EABB0A99DFC8E9748f9e8a93df938690918cEAB@" border="0" alt="Inactive hide details for Cole Robinson ---08/09/2016 09:12:25 PM---On 08/09/2016 06:21 AM, Manjunath A Kumatagi wrote: > In Ce"><font color="#424282">Cole Robinson ---08/09/2016 09:12:25 PM---On 08/09/2016 06:21 AM, Manjunath A Kumatagi wrote: > In CentOS 7 ppc64le platform initrd and kernel</font><br><br><font size="2" color="#5F5F5F">From:        </font><font size="2">Cole Robinson <crobinso@redhat.com></font><br><font size="2" color="#5F5F5F">To:        </font><font size="2">Manjunath A Kumatagi/India/IBM@IBMIN, virt-tools-list@redhat.com</font><br><font size="2" color="#5F5F5F">Date:        </font><font size="2">08/09/2016 09:12 PM</font><br><font size="2" color="#5F5F5F">Subject:        </font><font size="2">Re: [virt-tools-list] [PATCH] Update initrd and kernel path for ppc64le platform.</font><br><hr width="100%" size="2" align="left" noshade style="color:#8091A5; "><br><br><br><tt>On 08/09/2016 06:21 AM, Manjunath A Kumatagi wrote:<br>> In CentOS 7 ppc64le platform initrd and kernel files are present under ppc/ppc64 folder. Currently GenericDistro module will find only under images/pxeboot folder. So to support custom boot the CentOS 7 ppc64le platform I've added the code to search under ppc/ppc64 folder as well.<br><br>Can you give me an example public URL to test with?<br><br>Thanks,<br>Cole<br><br>> ---<br>>  virtinst/urlfetcher.py |    2 ++<br>>  1 file changed, 2 insertions(+)<br>> <br>> diff --git a/virtinst/urlfetcher.py b/virtinst/urlfetcher.py<br>> index 692a297..49e5ebd 100644<br>> --- a/virtinst/urlfetcher.py<br>> +++ b/virtinst/urlfetcher.py<br>> @@ -677,6 +677,8 @@ class GenericDistro(Distro):<br>>                  ]<br>>      _hvm_paths = [("images/pxeboot/vmlinuz",<br>>                      "images/pxeboot/initrd.img"),       # Fedora<br>> +                  ("ppc/ppc64/vmlinuz",<br>> +                    "ppc/ppc64/initrd.img"),            # CenOS 7 ppc64le<br>>                  ]<br>>      _iso_paths = ["images/boot.iso",                   # RH/Fedora<br>>                     "boot/boot.iso",                     # Suse<br>> <br>> _______________________________________________<br>> virt-tools-list mailing list<br>> virt-tools-list@redhat.com<br>> </tt><tt><a href="https://www.redhat.com/mailman/listinfo/virt-tools-list">https://www.redhat.com/mailman/listinfo/virt-tools-list</a></tt><tt><br>> <br><br></tt><br><br><BR>
</body></html>