From owner-freebsd-questions@FreeBSD.ORG Wed Dec 17 15:06:26 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 356A41065677 for ; Wed, 17 Dec 2008 15:06:26 +0000 (UTC) (envelope-from michael.copeland@gmail.com) Received: from mail-qy0-f18.google.com (mail-qy0-f18.google.com [209.85.221.18]) by mx1.freebsd.org (Postfix) with ESMTP id E705D8FC0C for ; Wed, 17 Dec 2008 15:06:24 +0000 (UTC) (envelope-from michael.copeland@gmail.com) Received: by qyk11 with SMTP id 11so4348103qyk.19 for ; Wed, 17 Dec 2008 07:06:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type; bh=ngA/sbe+ApPhs1eA91Ztgk6e5vz4vUEOw0U8Znqaygs=; b=XIoS31/S+LcUylvJLQMbzh6jMy7qaQ0Y8NSGnraNKS3MTuUGk4EBKmxxFOpXvGWVqD BqnItuRQrQf7yj6749p56IJqicOryL1ahexHI/Sq3ny8UWPogu+Ft+j0iXzaQVZ346oB 8U+/mny4mSXTqnZVVVcD5mpF6cOBd/v/Ns8XM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type; b=b0pChzwlAf29zwVV+pZhqiDoo6IPQIc1Y3wyo82cRbLeYPgg+P/CxUwjUgRv4Wyops kGzSS4Qj4J36ZqG/uk43R9ZWnuW93Mm3A8eckvUDj+vZ750zf9hxQvQPNH1p+pNnOx3J 5GiDarFLk/ZlQD9Azn4Exnm57wBpnI6xvu1ww= Received: by 10.214.241.16 with SMTP id o16mr894731qah.249.1229526382623; Wed, 17 Dec 2008 07:06:22 -0800 (PST) Received: from ?192.168.1.104? (adsl-074-245-053-043.sip.jax.bellsouth.net [74.245.53.43]) by mx.google.com with ESMTPS id 6sm3196508ywi.54.2008.12.17.07.06.21 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 17 Dec 2008 07:06:21 -0800 (PST) Message-ID: <4949156E.304@gmail.com> Date: Wed, 17 Dec 2008 10:06:22 -0500 From: michael User-Agent: Thunderbird 2.0.0.18 (X11/20081125) MIME-Version: 1.0 To: Polytropon References: <21039625.post@talk.nabble.com> <21045931.post@talk.nabble.com> <49486B95.70803@ibctech.ca> <21046366.post@talk.nabble.com> <21046636.post@talk.nabble.com> <49487A15.2090103@ibctech.ca> <21047275.post@talk.nabble.com> <21047496.post@talk.nabble.com> <874p13fi2m.fsf@kobe.laptop> <49490A5B.1020807@gmail.com> <21054078.post@talk.nabble.com> <20081217153052.ca1258e7.freebsd@edvax.de> In-Reply-To: <20081217153052.ca1258e7.freebsd@edvax.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org, ThinkDifferently Subject: Re: FreeBSD 7 load hangs on boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2008 15:06:26 -0000 Polytropon wrote: > On Wed, 17 Dec 2008 06:24:17 -0800 (PST), ThinkDifferently wrote: > >> Anyway, what is this atapicam option. How is it implemented, from the >> loader prompt, editing the iso, or what? BTW, how would one edit the iso? >> > > The atapicam facility can either be loaded as a module via > kld_load (or put into /boot/loader.conf as atapicam_load="YES") > or compiled into a custom kernel. > > The effect is that, when atapicam is loaded, ATA(PI) devices > can be accessed as if they were SCSI devices. Your install > devlice would then be /dev/cd0 (instead of /dev/acd0), using > "SCSI commands" to access the ATAPI drive (this is what atapicam > "translates"). > > Editing the ISO, as far as I know, involves the /usr/src tree > on a working FreeBSD machine, then editing the source files, > and finally "make release". But I'm not sure on this, I've > never tried it. > > Maybe someone with more experience on this tpoic could be > more specific and explain? > also, if you're using a windows machine or whatever to burn you iso, download something called ultraiso or similar to edit your iso file. makes it easy as cake. not nearly as fattening. > >