| I know from experience that many (if not most) flash disks do not report their geometry properly to lilo or linux. On my PC110 palmtop, which runs a minimalist (base + ssh + irc) debian install from a 48-meg compactflash card, I have to pass the parameters hdb=noprobe hdb=738,4,32 root=/dev/hdb1 to the kernel to allow it to boot; otherwise, it hangs probing hdb (the compactflash card).
I recommend finding the proper geometry to use for the DOC, and specifying it manually with hda=noprobe hda=<cylinders>,<heads>,<sectors> (or hdb, if you've got another drive preempting the DOC).
Try this out and let us know the result; I can't try it yet as I'm eagerly awaiting arrival of my coop-ordered webplayers. | |