Hi, Am Montag, den 30.04.2007, 17:24 +0200 schrieb Hemmann, Volker Armin: > On Montag, 30. April 2007, maxim wexler wrote: > > > > Yes, CONFIG_UNIX=y > > > > > > that is not the reiserfs option. > > > > I'm aware of that. But another PC with the 2.6.19 > > kernel and an IDE drive panicked until I set > > CONFIG_UNIX=y. Didn't help in this case. > > well, you should have set sockets, because it is THAT way to communicate with > the kernel. So CONFIG_UNIX has to be y.
Nope, Unix sockets are usually not the commonly chosen way for kernel<->userland communication. They're used for machine-local (w/ exception of clusters) inter-process communication. But I think that init would struggle w/o CONFIG_UNIX and, of course, udev. So Maxim might have hit problems there. But that's just nitpicking here ;-) @OP: You can scroll kernel boot output using Shift-PgUp/-PgDown. From what you can see there you should be able to tell whether your HD is recognized or not and what's its device name (which you must hand to the kernel via the "root=..." kernel command line parameter). -hwh -- [EMAIL PROTECTED] mailing list