From nobody@FreeBSD.org  Tue Nov 24 19:25:57 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9EEC81065676
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 24 Nov 2009 19:25:57 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 8E90F8FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 24 Nov 2009 19:25:57 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nAOJPv1H080091
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 24 Nov 2009 19:25:57 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id nAOJPumq080090;
	Tue, 24 Nov 2009 19:25:56 GMT
	(envelope-from nobody)
Message-Id: <200911241925.nAOJPumq080090@www.freebsd.org>
Date: Tue, 24 Nov 2009 19:25:56 GMT
From: Vadim Perevoshchikov <darkglobe@rambler.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: failed to install 8.0-RELEASE
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         140836
>Category:       kern
>Synopsis:       [geom_part]? - failed to upgrade to 8.0-RELEASE
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    gavin
>State:          feedback
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 24 19:30:06 UTC 2009
>Closed-Date:    
>Last-Modified:  Fri Dec 11 11:00:14 UTC 2009
>Originator:     Vadim Perevoshchikov
>Release:        8.0
>Organization:
>Environment:
not allowed
>Description:
panic during the upgrading the system from 7.1-RELEASE to 8.0-RELEASE.
# freebsd-update upgrade -r 8.0-RELEASE
...
#shutdown -r now

After that, the system can not to be loaded - failed to mount a file system ufs:/dev/ad6s1a

Also the installation from DVD failed too. Fdisk can not to create a partitions

Hardware configuration: AMD Sempron 3200+/1GB-RAM/Seagate Momentus 5400 80 Gb SATA
m/b GeForce6100-M7
south bridge: nVIDIA nForce 410
north bridge: nVIDIA GeForce 6100



>How-To-Repeat:
always
>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: gavin 
State-Changed-When: Sat Nov 28 22:15:46 UTC 2009 
State-Changed-Why:  
To submitter: is it possible that you are using dangerously 
dedicated disks?  In the boot messages do you see any references 
to disk partitions with names like "ad6a"?  Also, can you show the 
output of "mount" from the 7.x install please? (You should be able 
to reboot into the 7.x kernel assuming you haven't run 
freebsd-update a second time). 


Responsible-Changed-From-To: freebsd-i386->gavin 
Responsible-Changed-By: gavin 
Responsible-Changed-When: Sat Nov 28 22:15:46 UTC 2009 
Responsible-Changed-Why:  
Track 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140836 

From: darkglobe@rambler.ru
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/140836: [geom_part]? - failed to upgrade to 8.0-RELEASE
Date: Sun, 29 Nov 2009 17:53:09 +0459

 I'm installed the 7.2-RELEASE. There is a dmesg output
 
 ad3: 76319MB <Seagate ST380011A 8.01> at ata1-slave UDMA100
 ad4: 76319MB <Seagate ST980811AS 3.ALC> at ata2-master SATA150
 GEOM_LABEL: Label for provider ad3s1 is ntfs/WIN.
 GEOM_LABEL: Label for provider ad4s1a is ufsid/4b0d58d1abc90f86.
 GEOM_LABEL: Label for provider ad4s1d is ufsid/4b0d58d54bbda22d.
 GEOM_LABEL: Label for provider ad4s1e is ufsid/4b0d58d17b520a75.
 GEOM_LABEL: Label for provider ad4s1f is ufsid/4b0d58d10c356415.
 Trying to mount root from ufs:/dev/ad4s1a
 GEOM_LABEL: Label ufsid/4b0d58d1abc90f86 removed.
 GEOM_LABEL: Label for provider ad4s1a is ufsid/4b0d58d1abc90f86.
 GEOM_LABEL: Label ufsid/4b0d58d17b520a75 removed.
 GEOM_LABEL: Label for provider ad4s1e is ufsid/4b0d58d17b520a75.
 GEOM_LABEL: Label ufsid/4b0d58d10c356415 removed.
 GEOM_LABEL: Label for provider ad4s1f is ufsid/4b0d58d10c356415.
 GEOM_LABEL: Label ufsid/4b0d58d54bbda22d removed.
 GEOM_LABEL: Label for provider ad4s1d is ufsid/4b0d58d54bbda22d.
 GEOM_LABEL: Label ufsid/4b0d58d1abc90f86 removed.
 GEOM_LABEL: Label ufsid/4b0d58d17b520a75 removed.
 GEOM_LABEL: Label ufsid/4b0d58d10c356415 removed.
 GEOM_LABEL: Label ufsid/4b0d58d54bbda22d removed.
 
 
 Also when I tryed to install 8.0-RELEASE on clear disk the the fdisk
 label editor can't to make a file sysem. But on a virtual machine
 (running on VMWare) installation is succesful.
 

From: nikitosiusis <me@nikitosi.us>
To: bug-followup@FreeBSD.org, darkglobe@rambler.ru
Cc:  
Subject: Re: kern/140836: [geom_part]? - failed to upgrade to 8.0-RELEASE
Date: Mon, 30 Nov 2009 14:31:32 +0300

 --000325558fd6beb2ed047994fb78
 Content-Type: text/plain; charset=ISO-8859-1
 
 I encountered the same problem here.
 Detailed description:
 After successful cvsup to RELENG_8 I rebooted and got ROOT MOUNT ERROR. OS
 couldn't boot from /dev/ad0s1a(as in 7.2 fstab). I typed "?" and got ad0a
 ad0b ad0c devices(like in DD mode), trying to boot from them gave no result.
 I tried to reproduce this:
 1) Cvsup to RELENG_8 from working 7.2 following handbook. Result: can't boot
 from /dev/ad0s1a, ad0a devices, sysinstall from 8.0 cd doesn't show any
 slices.
 2) Delete all slices from ad0, install fresh 7.2 from CD, freebsd-update to
 8.0, reboot. Result: can't boot from /dev/ad0s1a, ad0a devices, sysinstall
 from 8.0 cd doesn't show any slices.
 3) Install fresh 8.0 from CD to hard drive. Result: fdisk cannot create
 partitions.
 
 Here is some additional info from 7.2.
 
 ad0: 476940MB <Seagate ST3500320NS SN04> at ata0-master SATA150
 
 /dev/ad0s1a on / (ufs, local)
 devfs on /dev (devfs, local)
 /dev/ad0s1e on /tmp (ufs, local, soft-updates)
 /dev/ad0s1f on /usr (ufs, local, soft-updates)
 /dev/ad0s1d on /var (ufs, local, soft-updates)
 
 Information from DOS bootblock is:
 The data for partition 1 is:
 sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
     start 63, size 976773105 (476939 Meg), flag 80 (active)
         beg: cyl 0/ head 1/ sector 1;
         end: cyl 1023/ head 15/ sector 63
 The data for partition 2 is:
 <UNUSED>
 
  bsdlabel /dev/ad0s1
 # /dev/ad0s1:
 8 partitions:
 #        size   offset    fstype   [fsize bsize bps/cpg]
   a:  1048576        0    4.2BSD     2048 16384     8
   b:  8388608  1048576      swap
   c: 976773105        0    unused        0     0         # "raw" part, don't
 edit
   d: 10446848  9437184    4.2BSD     2048 16384 28528
   e:  1048576 19884032    4.2BSD     2048 16384     8
   f: 955840497 20932608    4.2BSD     2048 16384 28528
 
 --000325558fd6beb2ed047994fb78
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 I encountered the same problem here.<br>Detailed description:<br>After succ=
 essful cvsup to RELENG_8 I rebooted and got ROOT MOUNT ERROR. OS couldn&#39=
 ;t boot from /dev/ad0s1a(as in 7.2 fstab). I typed &quot;?&quot; and got ad=
 0a ad0b ad0c devices(like in DD mode), trying to boot from them gave no res=
 ult.<br>
 I tried to reproduce this:<br>1) Cvsup to RELENG_8 from working 7.2 followi=
 ng handbook. Result: can&#39;t boot from /dev/ad0s1a, ad0a devices, sysinst=
 all from 8.0 cd doesn&#39;t show any slices.<br>2) Delete all slices from a=
 d0, install fresh 7.2 from CD, freebsd-update to 8.0, reboot. Result: can&#=
 39;t boot from /dev/ad0s1a, ad0a devices, sysinstall from 8.0 cd doesn&#39;=
 t show any slices.<br>
 3) Install fresh 8.0 from CD to hard drive. Result: fdisk cannot create par=
 titions.<br><br>Here is some additional info from 7.2.<br><br>ad0: 476940MB=
  &lt;Seagate ST3500320NS SN04&gt; at ata0-master SATA150<br><br>/dev/ad0s1a=
  on / (ufs, local)<br>
 devfs on /dev (devfs, local)<br>/dev/ad0s1e on /tmp (ufs, local, soft-updat=
 es)<br>/dev/ad0s1f on /usr (ufs, local, soft-updates)<br>/dev/ad0s1d on /va=
 r (ufs, local, soft-updates)<br><br>Information from DOS bootblock is:<br>
 The data for partition 1 is:<br>sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)<br=
 >=A0=A0=A0 start 63, size 976773105 (476939 Meg), flag 80 (active)<br>=A0=
 =A0=A0=A0=A0=A0=A0 beg: cyl 0/ head 1/ sector 1;<br>=A0=A0=A0=A0=A0=A0=A0 e=
 nd: cyl 1023/ head 15/ sector 63<br>
 The data for partition 2 is:<br>&lt;UNUSED&gt;<br><br>=A0bsdlabel /dev/ad0s=
 1<br># /dev/ad0s1:<br>8 partitions:<br>#=A0=A0=A0=A0=A0=A0=A0 size=A0=A0 of=
 fset=A0=A0=A0 fstype=A0=A0 [fsize bsize bps/cpg]<br>=A0 a:=A0 1048576=A0=A0=
 =A0=A0=A0=A0=A0 0=A0=A0=A0 4.2BSD=A0=A0=A0=A0 2048 16384=A0=A0=A0=A0 8 <br>
 =A0 b:=A0 8388608=A0 1048576=A0=A0=A0=A0=A0 swap=A0=A0=A0=A0=A0=A0=A0=A0=A0=
 =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 <br>=A0 c: 976773105=A0=A0=A0=A0=A0=A0=A0 0=
 =A0=A0=A0 unused=A0=A0=A0=A0=A0=A0=A0 0=A0=A0=A0=A0 0=A0=A0=A0=A0=A0=A0=A0=
 =A0 # &quot;raw&quot; part, don&#39;t edit<br>=A0 d: 10446848=A0 9437184=A0=
 =A0=A0 4.2BSD=A0=A0=A0=A0 2048 16384 28528 <br>=A0 e:=A0 1048576 19884032=
 =A0=A0=A0 4.2BSD=A0=A0=A0=A0 2048 16384=A0=A0=A0=A0 8 <br>
 =A0 f: 955840497 20932608=A0=A0=A0 4.2BSD=A0=A0=A0=A0 2048 16384 28528 <br>=
 <br><br>
 
 --000325558fd6beb2ed047994fb78--

From: =?iso-8859-1?Q?S=F6nke_Schau?= <soenke1@schau.org>
To: bug-followup@FreeBSD.org,
 darkglobe@rambler.ru
Cc:  
Subject: Re: kern/140836: [geom_part]? - failed to upgrade to 8.0-RELEASE
Date: Fri, 11 Dec 2009 11:23:46 +0100

 Hello,
 i've got the same problem on a NVIDIA ION based board with an Atom 330 =
 CPU.
 Tested with IDE Bios Configuration in SATA and AHCI Mode.
 7.2 works well.
 What kind of additional information can i provide?
 Best regards
 S=F6nke Schau=
>Unformatted:
