a867
![]() |
|
|
|
|
|||||||
| Installing & Upgrading Installing and upgrading FreeBSD. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
I updated my system to 7 Stable from 6.3 Release on Thursday. uname shows 7.1_PRERELEASE #1 Nov. 20 The kernel is GENERIC. I followed the usual procedure: csup tag=RELENG_7 make buildworld make kernel mykern=GENERIC make install kernel make install world mergemaster When I boot normally (Option1 or Option 5 in the boot menu), the system hangs for a minute at the ATA driver probe with the message: ata1: stab0=0x80 err=0xff isb=0xff and then lands at: trying to mount root from ufs:/dev/ad2s3a mountroot> /dev/ad2s3a is the correct device for the root filesystem. If I boot with boot -s into single user mode I can get everything going with mount -u 7 mount -a swapon -a ctrl D So I guess the problem isn't in the kernel itself or one of the modules which are loaded. Maybe it's a parameter to the boot_loader? Does anybody have any hints? Thanks. |
|
#2
|
||||
|
||||
|
The GENERIC kernel now has static device IDs. That means the device number might have changed, because it's numbered by the port your hard disk is attached to. /dev/ad2 now is the primary disk of the second ata channel. It might somehow be connected to that. To make sure reinstall the boot loader (though it doesn't look like that's the problem). If you're using the interactive one boot0cfg is the command you seek.
__________________
sysutils/bsdadminscripts: binary package maintenance, library integrity checking, ... sysutils/automounter: amd(8) based automounting without HAL contact: kamikaze@bsdforen.de Disclaimer: My posts represent my perception. Errors and incompleteness are to be expected, I deny any responsibility to know everything. |
|
#3
|
|||
|
|||
|
Quote:
I think I did my previous reply wrong. Just wanted to say that when I boot in single user mode, the boot process doesn't stall at the ata driver probe at all and the device node must be correct otherwise the mount command call couldn't function correctly. |
|
#4
|
|||
|
|||
|
As I follow on..
I found out that this is probably due to a problem in the ata code which slipped in with 6.3 There should be a patch coming soon. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| BTX fault booting FreeBSD 6.3 amd64 on VMware Server 2 | Christopher | Installing & Upgrading | 4 | November 21st, 2008 05:04 |
| ipfw nat in 7.0-stable | raVen | Firewalls | 1 | November 18th, 2008 04:57 |