From owner-freebsd-current@FreeBSD.ORG Wed Oct 12 22:33:35 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B48C5106566C for ; Wed, 12 Oct 2011 22:33:35 +0000 (UTC) (envelope-from christoph_hoffmann@me.com) Received: from asmtpout209.mac.com (asmtpout209.mac.com [17.172.48.72]) by mx1.freebsd.org (Postfix) with ESMTP id 866A58FC0A for ; Wed, 12 Oct 2011 22:33:35 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from tunnel0.sec101.ch ([62.2.44.112]) by st11b01mm-asmtp209.mac.com (Oracle Communications Messaging Server 7u4-23.01(7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPSA id <0LSZ00DX12J8EO20@st11b01mm-asmtp209.mac.com> for freebsd-current@freebsd.org; Wed, 12 Oct 2011 14:33:35 -0700 (PDT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.4.6813,1.0.211,0.0.0000 definitions=2011-10-12_07:2011-10-12, 2011-10-12, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=2 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1012030000 definitions=main-1110120259 From: Christoph Hoffmann In-reply-to: <4E944197.7050803@digsys.bg> Date: Wed, 12 Oct 2011 23:33:07 +0200 Message-id: References: <9B96176A-7550-4B60-8F4D-0B667EEF7A15@me.com> <201108161515.50127.jhb@freebsd.org> <23B6937F-F261-4DC4-9168-96720251C98D@me.com> <4E502F2F.50209@FreeBSD.org> <9FAB808F-E5D4-4B93-9D5F-BAE025930273@me.com> <4E944197.7050803@digsys.bg> To: Daniel Kalchev X-Mailer: Apple Mail (2.1244.3) Cc: freebsd-current@freebsd.org Subject: Re: gptzfsboot error using HP Smart Array P410i Controller X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2011 22:33:35 -0000 Hello Daniel, Last time I checked up on the issue was on the 23rd of September, it was not fixed then. I was able to to boot from drive 0x80 after adding: *** zfsboot.c.orig Fri Sep 23 18:03:26 2011 --- zfsboot.c Fri Sep 23 18:47:44 2011 *************** *** 459,464 **** --- 459,465 ---- heap_end = (char *) PTOV(bios_basemem); } + printf("Hello! I am a hack.\n"); dsk = malloc(sizeof(struct dsk)); dsk->drive = *(uint8_t *)PTOV(ARGS); dsk->type = dsk->drive & DRV_HARD ? TYPE_AD : TYPE_FD; I am inclined to think that this is related to the way how we compile this code, especially when run on the following particular processor: 1 Processor(s) detected, 4 total cores enabled, Hyperthreading is enabled Proc 1: Intel(R) Xeon(R) CPU E5630 @ 2.53GHz QPI Speed: 5.8 GT/s. Regards, Christoph On Oct 11, 2011, at 3:16 PM, Daniel Kalchev wrote: > Has this issue been resolved somehow? Sane method to build gptzfsboot that will run on HP's P410i? > > Daniel > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"