On Wed, Sep 14, 2011 at 4:09 PM, Eelco Dolstra <[email protected]> wrote: > Hi, > > On 09/07/2011 06:27 PM, Peter Simons wrote: > >> >>> This should be fixed now (r29027, tested with Linux 2.6.35). >> >>> >> >>> I still get this hang unless I set elevator=noop at boot. Using >> >> linuxPackages_2_6_39. >> >> >> > >> > I also ran into this issue today with both linuxPackages_2_6_39 and >> > linuxPackages_2_6_38_ati >> >> same here ... my system doesn't boot using the latest configuration. > > Do you (and others with this problem) have the boot.initrd.kernelModules > option set in configuration.nix? If so, what's the value?
It was set as follows during installation (in hardware-configuration.nix): boot.initrd.kernelModules = [ "ahci" "ohci_hcd" "ehci_hcd" "pata_atiixp" "xhci" "usb_storage" "usbhid" ]; Thanks, Cillian _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
