Description of problem: Fedora 17 can not boot if it installed to an iSCSI target. Version-Release number of selected component (if applicable): N/A How reproducible: Always Steps to Reproduce: 1. Install Fedora 17 (Beta at this moment) to an iSCSI target 2. Boot it from installed iSCSI target Actual results: System install succesfully, but failed on boot. Stuck in the middle of Dracut steps. Replying "Connection time out". Expected results: System boot successful. Additional info: If I try to ping from other host, it is unreachable.
Is this still an issue?
(In reply to comment #1) > Is this still an issue? Seems to be. I just grabbed a fresh spin of Fedora x86 and booted it up: 1st attempt: iSCSI disk option greyed out 2nd attempt: Chose "Live Desktop" option opposed to install option, opened a terminal and manually installed "iscsi-initiator-utils" package, then started the installer. This time the installer shows allows an iSCSI target (and found it automatically) to be chosen for install, and partitions and formats it correctly. Install finishes without a hiccup, but on reboot booting from the iscsi disk: Cannot open font file True dracut Warning: Unable to process initqueue dracut Warning: /dev/disk/by-uuid/{UUID} does not exist Dropping to debug shell dracut:/#
What is the kernel command line of this boot entry? Can you check if dracut-network was installed on the iscsi root? Can you show me the size of the initramfs/initrd, which was used?
(In reply to comment #3) > What is the kernel command line of this boot entry? > Can you check if dracut-network was installed on the iscsi root? > Can you show me the size of the initramfs/initrd, which was used? Kernel command: "iscsi_firmware rd.lvm=0 rd.dm=0 SYSFONT=True ifname=eth0:00:0c:29:00:35:65 KEYTABLE=us ip=eth0:dhcp rd.md=0 rd.luks=0 LANG=en_US.UTF-8 rhgb quiet" Seems that dracut-network is -NOT- installed 16 MB: 16M /boot/initramfs-3.3.4-5.fc17.i686.img Will installing dracut-network fix the issue? Let me know if more details are needed.
(In reply to comment #4) > (In reply to comment #3) > > What is the kernel command line of this boot entry? > > Can you check if dracut-network was installed on the iscsi root? > > Can you show me the size of the initramfs/initrd, which was used? > > Kernel command: "iscsi_firmware rd.lvm=0 rd.dm=0 SYSFONT=True > ifname=eth0:00:0c:29:00:35:65 KEYTABLE=us ip=eth0:dhcp rd.md=0 rd.luks=0 > LANG=en_US.UTF-8 rhgb quiet" Better do "ifname=myeth0:00:0c:29:00:35:65 ip=myeth0:dhcp" to avoid naming clashes and races with the kernel namespace. > > Seems that dracut-network is -NOT- installed > > 16 MB: 16M /boot/initramfs-3.3.4-5.fc17.i686.img > > Will installing dracut-network fix the issue? yes, it would. If you do it manually after the kernel installation, you have to recreate the initramfs. > > Let me know if more details are needed.
any success?