Created attachment 1153906 [details] screenshot - wget http://jenkins.ovirt.org/job/ovirt-node-ng_master_build-artifacts-fc22-x86_64/lastSuccessfulBuild/artifact/exported-artifacts/ovirt-node-ng-installer-master-2016050400.iso - dd if=ovirt-node-ng-installer-master-2016050400.iso of=/dev/sdb - boot from the usb disk - boot get stuck
Hm, according to bug 1322727 this was fixed. Wei, can you take a look if you can reproduce?
Test steps: 1. #wget -c http://jenkins.ovirt.org/job/ovirt-node-ng_master_build-artifacts-fc22-x86_64/lastSuccessfulBuild/artifact/exported-artifacts/ovirt-node-ng-installer-master-2016050400.iso 2. #dd if=ovirt-node-ng-installer-master-2016050400.iso of=/dev/sdb 3. Boot from USB device 4. Press Tab to move or reset inst.ks path after selecting the first boot menu entry "Install CentOS 7" 5. Press "Enter" Test result: Installation is successful Here in step 4, the original init.ks=cdrom:/liveimg.ks, we considered that was a minor issue(Should not set the init.ks=cdrom:/liveimg.ks as default in iso) needed to report new bug before.
Wei, but if you remove inst.ks= then the installation will not work, right?
So, there was actually a bug - Thanks Sandro - previously we used a hard coded install file location cdrom:…, btu this does not work with usb media. Now the instalelr uses the label to identify the filesystem which contains the instalation file, this works on both, cd and usb media. Steps to verify: 1. Download iso 2. Put iso onto cdrom and boot, and complete installation 3. put iso onto usb media and boot, and complete installation After step 2 and step 3: Installation should complete without modifications of the kernel command line arguments or any other file.
Fabian, The installation still works, but it will entry manual mode after removing inst.ks=
Wei, are you sure the liveimg will be installed?
(In reply to weiwang from comment #5) > Fabian, > The installation still works, but it will entry manual mode after removing > inst.ks= I tried it and for me it fails setting the installation source repo.
I just retried and it works for me with the latest jenkins build. Note: It was fixed a few days ago, so you need a recetn iso build
Retest with ovirt-node-ng-installer-master-2016053004.iso, the bug cannot be reproduced Version: ovirt-node-ng-installer-master-2016053004.iso imgbased-0.6.0.201605260814git95d31d4.el7.noarch Steps: 1. Download ovirt-node-ng-installer-master-2016053004.iso to local 2. #dd if=ovirt-node-ng-installer-master-2016053004.iso of=/dev/sdb 3. Boot from USB device 4. Select the first boot menu entry "Install CentOS 7" 5. Press "Enter" Result: Boot successfully, entry anaconda welcome screen So the bug is verified, I will change the status to "VERIFIED"
oVirt 4.0.0 has been released, closing current release.