> I recently purchased a new laptop HDD, tossed three partitions onto > the drive (/, /usr, and swap), newfs'ed them with UFS2, mounted the > new drive as a umass device, copied files over (tar), and now when I > boot with my new drive, the kernel is having problems launching > /sbin/init. For the life of me, I can't figure out why it's not > loading. After dropping to DDB, I don't see it in the process list > and I'm not getting any output other than notice that the kernel is > starting /sbin/init. Ah! Figured it out after reading through init's src: /dev didn't exist therefore the machine wouldn't start. No good. I may find a place to stick this got'cha in the docs or add an mkdir() call to init. -sc -- Sean ChittendenReceived on Fri Mar 28 2003 - 12:53:18 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:02 UTC