8.2 system fully updated as of 2011.12.14 it can reboot quite happily csup to RELENG_9 make buildworld make kernel boot single root mount waiting for: usbus4 uhub4: 8 ports with 8 removable, self powered Trying to mount root from ufs:/dev/mirror/boota [rw]... mountroot: waiting for device /dev/mirror/boota ... Mounting from ufs:/dev/mirror/boota failed with error 19. neither 9 nor 8 would boot without ending up here the only way out was via loader OK unload OK load boot/kernel.old/kernel OK load boot/kernel.old/geom_mirror.ko OK set kern.geom.part.check_integrity=0 OK set vfs.root.mountfrom.options=rw OK boot -s this would only work with the 8.2 /boot/kernel.old but not with the 9.fresh /boot/kernel randy
On 17.12.2011 14:57, Randy Bush wrote:> neither 9 nor 8 would boot without ending up here > the only way out was via loader > > OK unload > OK load boot/kernel.old/kernel > OK load boot/kernel.old/geom_mirror.ko > OK set kern.geom.part.check_integrity=0 > OK set vfs.root.mountfrom.options=rw > OK boot -s > > this would only work with the 8.2 /boot/kernel.old but not with the > 9.fresh /boot/kernelYou should try boot in verbose mode and, probably, you will see the cause of your problem. -- WBR, Andrey V. Elsukov -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: OpenPGP digital signature Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20111217/534ebfcb/signature.pgp
>> # ATA/SCSI peripherals >> device scbus # SCSI bus (required for ATA/SCSI) >> #device ch # SCSI media changers >> #device da # Direct Access (disks) >> #device sa # Sequential Access (tape etc) >> #device cd # CD >> device pass # Passthrough device (direct ATA/SCSI access) >> #device ses # SCSI Environmental Services (and SAF-TE) > > I think you should add "device da" or "device ada" option to have some > disks available.will try. but the working 8.2 was happy with just the ata, which i have in the 9 config # ATA controllers #device ahci # AHCI-compatible SATA controllers device ata # Legacy ATA/SATA controllers options ATA_CAM # Handle legacy controllers with CAM options ATA_STATIC_ID # Static device numbering #device mvs # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA #device siis # SiliconImage SiI3124/SiI3132/SiI3531 SATA randy