Created attachment 753800[details]
screenshoto of install error
Description of problem:
I built a ovirt-node iso using the latest upstream code, but I ran into some problems on installing it to host via CD-ROM
dracut-initqueue[698]: Warning: Could not boot.
dracut-initqueue[698]: Warning: /dev/disk/by-label/ovirt-node-image does not exist
dracut-initqueue[698]: Warning: /dev/mapper/live-rw does not exist
Then I change the boot parameter: root=live:LABEL=ovirt-node-image to
root=live:/dev/sr0, the issue disappears, but got another issue:
please see the screenshot attached.
This is still a valid bug that can be reproduce with ovirt-node version
ovirt-node-iso-3.0.1-1.0.1.vdsm.fc19.iso.
The hardware is a IBM xserver 3650 M3 and HD completely empty. The install process
run in legacy mode.
I'm available to make some test.
Thanks
Whether the attachement's problem occured before the install TUI is showed?
Can you add the debug option like the below , then make the iso ,reproduce the problem and get the below logs and the screenshot?
In file scripts/ovirt-init-functions.sh.in function start_ovirt_firstboot,
add the --debug option for the call of "/usr/bin/ovirt-node-installer ".
The logs need to get:
/var/log/ovirt.log
/var/log/ovirt-node.debug.log
/var/log/ovirt-node.log
Created attachment 753800 [details] screenshoto of install error Description of problem: I built a ovirt-node iso using the latest upstream code, but I ran into some problems on installing it to host via CD-ROM dracut-initqueue[698]: Warning: Could not boot. dracut-initqueue[698]: Warning: /dev/disk/by-label/ovirt-node-image does not exist dracut-initqueue[698]: Warning: /dev/mapper/live-rw does not exist Then I change the boot parameter: root=live:LABEL=ovirt-node-image to root=live:/dev/sr0, the issue disappears, but got another issue: please see the screenshot attached.