Norm,
Made quite a bit of advancement in a caffeine/Pabst fueled hacking session. I'm successfully booting chromium and am on the network. I recompiled the chromiumOS install kernel with a bunch of changes and wrote a new image to usb. Follow the instructions here:
http://www.chromium.org/chromium-os/how-tos-and-troubleshooting/kernel-configuration using the amd64-generic flavor (protip: use "amd64-generic" for "board", that'll save you 20-30 mins right there =). I haven't narrowed down the exact fixes, but probably the most notable are (Please note that the last time I knew what I was doing [very well] during a kernel recompile was the 2.2 days):
* E350 is an AMD K8 family processor
* Compiled in ATI Radeon support where applicable (my board has a Radeon something or other)
* compile your wired/wireless drivers as modules (still fighting with my WNA 1100, but my wired realtek works)
* enabled every USB hub + storage + scsi support I thought could be preventing the hexxeh images from booting/recognizing my USB stick as an sda (although *probably* not necessary)
* boot exclusively from USB, *NOT* UEFI. I haven't tested from UEFI, but I suspect I'll still get the grub nonsense.
Once I get the kernel working as I want it, I'll scale back all the useless stuff I compiled in/modulized. It's pretty bloated but I just wanted something working. I took notes on everything dmesg picked up so that should help me narrow it down (just like the old days compiling on a 486....)
I can share my edited .config's if you'd like [chromium [[maddeningly]] splits the .config into like 7 of them that keeps you guessing which the real one is, until I'm educated it keeps me guessing anyway...]
If you don't compile your own images already, I'm not sure what part of the process could overwrite your .config files (if any), so it may benefit you to build a factory image first, then follow the above steps. Follow these directions.
Unfortunately, it's not completely straight forward and the documentation seems pieced together. If you need any specific help, feel free to Private Message me and I'll help where I can.
Nobes