RHEV-H bootable USB install goes straight to cli Login Prompt.
Hi, I have created a usb boot device using command:
dd if=/usr/share/rhev-hypervisor/rhev-hypervisor.iso of=/dev/sdb1
Which resulted in a bootable usb. However after selecting the "Install or Upgrade" option, I am delivered straight to a login prompt even though I have not installed the hypervisor, and have not been given any opportunity to create a root password. I thought perhaps the root password is inherited from the RHEV-Manager machine I used to create the bootable usb but this does not work either.
I've been working off this page:
http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Virtualization/3.0/html-single/Installation_Guide/index.html#sect-Installation_Guide-Installing_the_PRODUCT_Hypervisor (@ 7.1)
Any advise appretiated
Responses
Hi Piotr,
I just tried this with the image from rhev-hypervisor6-6.2-20120423.1.el6, and it works for me. A couple things you can try:
For your of= device, use the base device /dev/sdb instead of a partition /dev/sdb1. Another option is to install the rhev-hypervisor-tools package and run rhevh-iso-to-disk to setup the usb instead.
rhevh-iso-to-disk --format --reset-mbr /usr/share/rhev-hypervisor /dev/sdb
Mike
Oh, sorry, that's my fault. /usr/share/rhev-hypervisor/rhev-hypervisor.iso
rhevh-iso-to-disk --format --reset-mbr /usr/share/rhev-hypervisor/rhev-hypervisor.iso /dev/sdb
'yum install syslinux' should install that on your RHEL host. I believe it's in the normal RHEL 6 base channel on RHN.
Has there been anything installed on the RHEV-H host before? Can you try cleaning the disks if there has? You can boot with "storage_init=/dev/sda uninstall" on the command line to wipe the /dev/sda device.
Mike