Hi all,
Just now, I compiled a custom kernel with ALTQ. When I rebooted, I got the "root mount error".
After a bit of fiddling, I managed to bring the server up by typing:
It appears that after compiling the custom kernel, the harddisk device names have changed. The first drive which was hitherto ad4, is now ad0, and the second drive, which was ad6, is now ad1. IOW, root was previously /dev/ad4s1a but now has changed to /dev/ad0s1a.
Any thoughts on what happened here? Did I comment out something in the kernel config file which could have changed something?
More important, how do I fix it so that the system will boot properly from /dev/ad0s1a next time?
Thanks.
Just now, I compiled a custom kernel with ALTQ. When I rebooted, I got the "root mount error".
After a bit of fiddling, I managed to bring the server up by typing:
Code:
mountroot> ufs:ad0s1a
It appears that after compiling the custom kernel, the harddisk device names have changed. The first drive which was hitherto ad4, is now ad0, and the second drive, which was ad6, is now ad1. IOW, root was previously /dev/ad4s1a but now has changed to /dev/ad0s1a.
Any thoughts on what happened here? Did I comment out something in the kernel config file which could have changed something?
More important, how do I fix it so that the system will boot properly from /dev/ad0s1a next time?
Thanks.