Dell laptop hangs on initialsing devices
|
2015-03-09, 11:11
Post: #3
|
|||
|
|||
RE: Dell laptop hangs on initialsing devices
I have actually gotten this working now don't remember all of the steps, but here goes. Just to preface, my development skills go as far as bash and powershell scripting (such as to say they are non-existent) and I use iPXE as a user of the FOG project.
Dell does not have any BIOS updates and I could never get undionly.kpxe or the usb to get past the initializing devices. The chip is an Atheros AR8132 and in systemrescuecd it uses driver atl1c. Not seeing the driver in drivers/net I added this line to atl1e.c Code: PCI_ROM(0x1969, 0x1062, "atl1e_62", "Attansic L1E 0x1062", 0), And the images started booting with undionly.kpxe but the script I was using started giving tftp errors. Booting with ipxe.pxe/kpxe/kkpxe I get Code: Waiting for link-up on net0.....Down (http://ipxe.org/38086101) Modified the script I was using to open shell and discovered that I could not ping anything either. Running DHCP gave Code: DHCP 0x27f64 entering discovery state And running dhcp again right after gave Code: DHCP 0x27f64 entering discovery state After a ton of changing and testing I found that these modifications work for the script. Code: #!ipxe I am ecstatic that it is working now and I can once again image all of our laptops, but if anyone has anything they want me to try I am happy to. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Dell laptop hangs on initialsing devices - cml - 2015-02-24, 13:03
RE: Dell laptop hangs on initialsing devices - robinsmidsrod - 2015-03-09, 10:29
RE: Dell laptop hangs on initialsing devices - cml - 2015-03-09 11:11
RE: Dell laptop hangs on initialsing devices - robinsmidsrod - 2015-03-09, 11:32
|
User(s) browsing this thread: 2 Guest(s)