Hello,<br><br>I apologize for being slightly off-topic...<br><br>I have a Ubuntu 10.04 Myth frontend that I&#39;m trying to get booting with iSCSI. gPXE is working, and attaching the iSCSI drive and initiating the boot sequence on the iSCSI drive. Following the guide here: <a href="http://etherboot.org/wiki/sanboot/ubuntu_iscsi2">http://etherboot.org/wiki/sanboot/ubuntu_iscsi2</a>, it sometimes fails on the file /etc/initramfs-tools/scripts/local-top/iscsi where it tries to call ipconfig to get DHCP info (even though the server is there and fine, otherwise we wouldn&#39;t have gotten this far).<br>
<br>This works somewhere around 1 out of 3 boots. What I&#39;ve noticed in dmesg is that when working, the iSCSI driver is loaded near the end of the process. I&#39;ve listed (trimmed) versions of the dmesg output below, if you need the complete output let me know.<br>
<br>Is there somewhere that I can dictate the order that things are loaded? Any other ideas?<br><br>Thanks.<br>-Chad<br><br>dmesg (entries that are repeated / unimportant are shortened with a &quot;...&quot;)<br><br>Working...<br>
<br>[    0.947158] udev: starting version 151<br>[    1.115166] ahci ...<br>[    1.132935] scsi0 : ahci...<br>[    1.252750] ata1: SATA max UDMA/133 ...<br>[    1.253462] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.<br>
[    1.254782] ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 23<br>[    1.254869] forcedeth 0000:00:0a.0: PCI INT A -&gt; Link[LMAC] -&gt; GSI 23 (level, low) -&gt; IRQ 23<br>[    1.254965] forcedeth 0000:00:0a.0: setting latency timer to 64<br>
[    1.318176] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x732 @ 1, addr 90:fb:a6:2b:ee:ff<br>[    1.318264] forcedeth 0000:00:0a.0: highdma csum pwrctl gbit lnktim msi desc-v3<br>[    1.348043] usb 2-3: ...<br>[    1.572051] ata1: SATA link down (SStatus 0 SControl 300)<br>
[    1.572193] ata2: SATA link down (SStatus 0 SControl 300)<br>[    1.600025] ata6: SATA link down (SStatus 0 SControl 300)<br>[    1.600139] ata3: SATA link down (SStatus 0 SControl 300)<br>[    1.600146] ata4: SATA link down (SStatus 0 SControl 300)<br>
[    1.600202] ata5: SATA link down (SStatus 0 SControl 300)<br>[    1.619530] Loading iSCSI transport class v2.0-870.<br>[    1.667310] iscsi: registered transport (tcp)<br>[    1.678221] iBFT detected at 0x93350.<br><br>
Not Working...<br><br>[    0.947224] udev: starting version 151<br>[    1.247791] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.<br>[    1.249164] ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 20<br>
[    1.249252] forcedeth 0000:00:0a.0: PCI INT A -&gt; Link[LMAC] -&gt; GSI 20 (level, low) -&gt; IRQ 20<br>[    1.249350] forcedeth 0000:00:0a.0: setting latency timer to 64<br>[    1.302279] Loading iSCSI transport class v2.0-870.<br>
[    1.315354] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x732 @ 1, addr 90:fb:a6:2b:ee:ff<br>[    1.315450] forcedeth 0000:00:0a.0: highdma csum pwrctl gbit lnktim msi desc-v3<br>[    1.325446] ahci ...<br>[    1.327784] scsi0 : ahci...<br>
[    1.330959] ata1: SATA max UDMA/133 ...<br>[    1.352040] usb 2-3: ...<br>[    1.648030] ata2: SATA link down (SStatus 0 SControl 300)<br>[    1.648131] ata1: SATA link down (SStatus 0 SControl 300)<br>[    1.652029] ata4: SATA link down (SStatus 0 SControl 300)<br>
[    1.652122] ata5: SATA link down (SStatus 0 SControl 300)<br>[    1.652132] ata3: SATA link down (SStatus 0 SControl 300)<br>[    1.656026] ata6: SATA link down (SStatus 0 SControl 300)<br>[    1.672896] iscsi: registered transport (tcp)<br>
[    1.683754] iBFT detected at 0x93350.<br><br>