All the suggestions below are assuming you have a Neoware e90 similar to say the DC-A3-KF (VIA Eden G270, Standard XPe, 512Mb RAM-1Gb DOM):
A-TRAIN wrote:I can't get any of the images to install.
Go to the very first post in this thread (by STxFarmer) and download and use the "How do I get a clean image to my Thin Client? Here is the info and files to make a bootable USB drive that you can flash/and or backup an image to your thin client - (new updated version) "
Always worked for me.
Note: All USB sticks (like CF cards) aren't made equal! I have tried Verbatim 2gb and 4Gb (both work) Sandisk Blade 4Gb( works) all other Sandisk USBs (regardless of capacity) don't work, PNY 2Gb and 4Gb work, etc.
A-TRAIN wrote:I have an E90 with 5oomb upgraded ram and 1gb flash. I get an error when it's supposed to be writing to the flash and the following error when I try to start from hdd0 or 1:
If you could be more specific on the "error when it's supposed to be writing to the flash" like "not enough space left on the device" or xxxxx+0 records in, yyyyy+0 records out, etc. I could diagnose the problem. xxxxx and yyyyy should be the same number for a successful image write.
If you have a previously successful image that works on your box, then you could also try Clonezilla to image that image and re-image the new DOM. (You need Clonezilla i486 as any higher (i686) version of CPU is not supported on the older e90. Or you could try any distro of Linux and use the dd command (dd if=/dev/sda (or hda etc) of=/dev/(your usb stick) file name bs=512 conv=notrunc,noerror
Use the dmesg command to find your devices or fdisk -l or lsusb (list USB devices)
***Warning!! If you reverse the source and target, you can wipe out a lot of data. This feature has inspired the nickname "dd" Data Destroyer. Warning!! Caution should be observed when using dd to duplicate encrypted partitions.*******
OR:
Issue a df to see which currently connected physical devices are mounted and contain file systems. Do not use any of these as a target for the dd, below. For example, if you see several file systems on /dev/hdan (where n=1 thru n) do not use /dev/hda as an output target of the dd command.
Try mounting other physical disks to see what your writer appears as, including /dev/hdn1 and /dev/sdn1. Once you've figured out its address umount the device.
Issue the following command to write the image file to the destination (unmounted) target (/dev/sda or /dev/hda etc)
# dd if=nnnflash.img of=/dev/hdn
I mention the dd command since the USB image writing tool uses it. There is also a "dd for windows" version. Or you could use physdiskwrite (works in a dos box in windows - unfortunately you will need a USB adapter to 44 pin DOM - available on eBay. Personally I prefer using physdiskwrite for imaging on windows instead of dd for windows.
A-TRAIN wrote:I can't get any of the images to install.
I'm assuming you have 512Mb of RAM and a 1Gb DOM. In which case you need to flash your DOM with the stock image (again first post) as a test to see if you can successfully boot the stock image and then flash the DOM with a tweaked 1Gb image (again first post) if you are interested in a Magic Jack installation or a non-stock installation with a lot of cool features.
You could try both 1 Gb images (1GB_v1.5_Tweaked_E100_-_CA10 and the 1GB_v1.5_Tweaked_E140_V4_-_CA22 ) - both have worked for me in the past but then I have used CA10s and CA22s only.
You could also try the 512Mb e90 image - 512MB_v1.5_Tweaked_E90_V4_-_CA21 - you can always write a smaller image to a larger DOM.
A-TRAIN wrote: Windows could not start because the following file is missing or corrupt: <windows root>\system32\hal.dll
Please re-install a copy of the above file
The error message is an indication that
(a) you have an incomplete image installed and/or
(b) You have an image incompatible with your hardware (hal = hardware abstraction layer).
On the HDD-0 and HDD-1: set your BIOS to boot from HDD-0 as that is the DOM on board the mobo.
Without going into any diagnostics, let me know if this works. If not I will try some experimentation on an e90 and let you know.