From owner-freebsd-questions Mon Jan 26 14:42:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA12190 for questions-outgoing; Mon, 26 Jan 1998 14:42:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from nectech.nectech.co.uk (nectech.nectech.co.uk [194.129.183.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA12111 for ; Mon, 26 Jan 1998 14:42:15 -0800 (PST) (envelope-from <@host199-241.neceur.com:Jeff.Bond@nectech.co.uk>) Received: from host199-241.neceur.com by nectech.nectech.co.uk id aa14889; 26 Jan 98 22:52 GMT Received: by EXCHANGE with Internet Mail Service (5.0.1458.49) id ; Mon, 26 Jan 1998 22:23:31 -0000 Message-ID: <014CB6ADC0BCD0118B1B006097827D5B3D334F@EXCHANGE> From: "Bond, Jeffery" To: "'questions@freebsd.org'" Subject: Problems mounting root Date: Mon, 26 Jan 1998 22:23:29 -0000 X-Priority: 3 X-Mailer: Internet Mail Service (5.0.1458.49) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, I have installed FreeBSD 2.2.2 on a partition on my PC. I have two hard disks, one primary master, one secondary master. I have set aside a partition on the secondary master for FreeBSD, the rest is for Win95. The problem is when I boot, (using booteasy to select OS's), FreeBSD panics with a 'cannot mount root' message. I can boot from a fixit floppy and mount root manually just fine (using mount /dev/wd2s1 /mnt). I have even compiled a new kernel with the line: config kernel root on wd2 in the config file. The strange thing is this, just before it panics, it prints 'changing root device to wd1a'. Why should it say wd1a when I am specifying wd2? Is this a bug in 2.2.2-RELEASE? I know that I am booting the correct kernel from the console messages. I hope somebody can shed some light here. I think FreeBSD is great, but the install process is far from logical, at least in 2.2.2. Help much appreciated, Jeff.