From owner-freebsd-current@FreeBSD.ORG Sat Aug 15 17:57:42 2009 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 0E8561065693 for ; Sat, 15 Aug 2009 17:57:42 +0000 (UTC) (envelope-from daimler3@googlemail.com) Received: from mail-ew0-f206.google.com (mail-ew0-f206.google.com [209.85.219.206]) by mx1.freebsd.org (Postfix) with ESMTP id 7AEEA8FC52 for ; Sat, 15 Aug 2009 17:57:41 +0000 (UTC) Received: by ewy2 with SMTP id 2so167225ewy.43 for ; Sat, 15 Aug 2009 10:57:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=LMLqQuOB1vmSkFElMiL4Yzf8K5FUacDFm2Ib6Dge5o0=; b=cWsupNxvxoqOEX2KnEYc8UDSM9A1IIft/WvHNNL01gT834Sy8PlMZmR+FmoyemZPGu Dtcad7QINlXxhqEmPMW6O481cDAi9rVT3Lyj3AX+gvBn0ozpmaP766yYXgdA7hOV+06O 2fhwI/iRaiv0IaHLOSkKZNrKJbG/7S2WeU5uY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=YHG68kOBQDJU8N6XMbDRtyNFSQNUglks6J8qhMp/D+EkOu1Myk9azHQ3ZobFkKbmh4 jajhOagft9xXMNnN4T0lBqkKX/SDBzVZaUWBXAlIl9jQrmMJuELAdkoJ7+hVfkRbPQFF g5We9C5NJJ/osoQUXEzQOvkyrHUyoprLke/sg= MIME-Version: 1.0 Received: by 10.216.53.83 with SMTP id f61mr690172wec.33.1250357154624; Sat, 15 Aug 2009 10:25:54 -0700 (PDT) Date: Sat, 15 Aug 2009 19:25:54 +0200 Message-ID: <791271c80908151025k344d906ar17cc585ae70927c7@mail.gmail.com> From: Deniz To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: unable to mount root from USB 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: Sat, 15 Aug 2009 17:57:42 -0000 Hello, today I updated my sources (CURRENT) and built a new system (world + kernel). But unfortunately, this action didn't end well 'cause I'm not able to boot Freebsd from my Maxtor One Touch USB HDD anymore. Even booting from kernel.old doesnt't work anymore (tried everything: normal, single user mode, acpi disabled/enabled). Here is a short part of the boot messages (copied it manually): ################################## usbus0: 12Mbps Full Speed USB v1.0 usbus1: 12Mbps Full Speed USB v1.0 usbus2: 12Mbps Full Speed USB v1.0 usbus3: 12Mbps Full Speed USB v1.0 usbus4: 480Mbps High Speed USB v2.0 SMP: AP CPU #1 Launched! Root mount wainting for: usbus4 usbus3 usbus2 usbus1 usbus0 ugen0.1: at usbus0 uhub0: on usbus0 uhub0: 2 ports with 2 removable, self powered ugen1.1: at usbus0 uhub1: on usbus1 uhub1: 2 ports with 2 removable, self powered ugen4.1: at usbus4 uhub2: on usbus 4 Root mount wainting for: usbus4 usbus3 usbus2 Root mount wainting for: usbus4 usbus3 usbus2 Root mount wainting for: usbus4 usbus3 usbus2 uhub2: 8 ports with 8 removable, self powered ugen2.1: at usbus2 uhub3: on usbus2 uhub3: 2 ports with 2 removable, self powered ugen3.1: at usbus3 uhub4: on usbus3 uhub4: 2 ports with 2 removable, self powered Root mount waiting for: usbus4 usb_alloc_device:1626: getting device descriptor at addr 2 failed, USB_ERR_TIMEOUT! Root mount wainting for: usbus4 Root mount wainting for: usbus4 usbd_req_re_enumerate:1553: getting device descriptor at addr 2 failed, USB_ERR_TIMEOUT! Root mount wainting for: usbus4 Root mount wainting for: usbus4 usbd_req_re_enumerate:1553: getting device descriptor at addr 2 failed, USB_ERR_TIMEOUT! ugen4.2: <(null)> at usbus4 (disconnected) uhub_reattach_port:440: could not allocate new device! Trying to mount root from ufs:/dev/da0s4a ######## [and the HDD suddenly shuts down] ########## ROOT MOUNT ERROR: If you have invalid mount options, rebott, and first try the following from the loader prompt: set vfs.root.mountfrom.options=rw and the remove invalid mount options from /etc/fstab. Loader variables: vfs.root.mountfrom=ufs:/dev/da0s4a vfs.root.mountform.options=rw [manual boot prompt] mountroot> ? List of GEOM managed disk devices: Loader variables: .... ################################## I hope this problem wasn't reported already, but I did not found everything. This was not reported as a PR, 'cause I don't know if this is a real bug or just my fault. Regards, Deniz