Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2009 23:05:56 -0400
From:      "Joseph S. Atkinson" <jsa@wickedmachine.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   misc/135016: sysinstall needs support for USB devices
Message-ID:  <1243479956.59881@mephisto.wickedmachine.net>
Resent-Message-ID: <200905280310.n4S3A2r6063882@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         135016
>Category:       misc
>Synopsis:       sysinstall needs support for USB devices
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 28 03:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Joseph S. Atkinson
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:


System: FreeBSD 7.2-RELEASE #0: Sat May  2 00:21:11 EDT 2009
    jsa@mephisto.wickedmachine.net:/usr/obj/usr/src/sys/MEPHISTO



>Description:


I've been trying to install FreeBSD on my Acer Aspire One AOD150-1920. I have three issues that are preventing me from doing so successfully so far. This PR addresses one of them.

The primary problem is that sysinstall does not recognize /dev/da0 as a device from which FreeBSD may be installed. Getting the bootable magic onto the USB was failry simple, but it cannot access the medium after boot, and thus cannot be used.

The other two problems elimiated the ability to do a netinstall from the USB stick, and are not the subject of this PR.


>How-To-Repeat:


# fdisk -BI /dev/da0 && bsdlabel -B -w da0s1 && newfs -b 4096 /dev/da0s1a
# mdconfig -a -t vnode -u 0 -f /path/to/installer.iso && mount -t cd9660 /dev/md0 /mnt
# mkdir -p /media/disk && mount /dev/da0s1a /media/disk
# cp -a /mnt/* /media/disk/

When completed, unmount, and insert into netbook. Boot from it and go through install process. When you get to the option to select media, there will be no option for USB. If no other options are usable, this will be a dead end for your install process.


>Fix:





>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1243479956.59881>