RE: mountroot while booting r255342 memstick

2013-09-14 Thread Uzumaki Naruto
I dd into another pendrive, it seems to go through mountroot this time,
Consider problem solved, solution is change another pendrive brand if stuck at 
mountroot with Kingston.

Thanks.
  
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


RE: mountroot while booting r255342 memstick

2013-09-13 Thread Uzumaki Naruto
 Also, if you can try the 9.2-RC4 image, that would also be appreciated.
 If this is a problem only with 10.0, this is something re@ and hselasky@
 (bcc'd) needs to be aware of.
 
 Glen

tried 9.2-RC4 image, (64bit) memstick
same error,
mountroot ?
List of GEOM managed disk devices:
  ada0s1 ada0 cd0

no diksid compare to 10 current.

and i found one interesting information while scrolling up

let me ascii my laptop usb port below first.
[--] usbus0 top, USB 3.0 (blue)
[--] usbus2 middle, USB 2.0 (black)
[--] usbus1 bottom, USB 2.0 (black)

xhci0: Intel Panther Point USB 3.0 controller // my usb 3.0 hole
usbus0 on xhci0
ehci0: Intel Panther Point USB 2.0 controller // my usb 2.0 hole first hole
usbus1 on ehci0
ehci1: Intel Panther Point USB 2.0 controller // my usb 2.0 hole second hole
usbus2 on ehci1

ugen 1.3: Kingston at usbus1 // assume this info is correct
umass0:2:0:-1: Attached to scbus2 // who is using scbus1 and scbus0

i took out my pendrive from usbus1 and plug it into usbus2, off , wait a few 
second and on the machine since idk how to reboot from mountpoint.

below the after rebooted info,

ugen0.2: Kingston at usbus0 // why?
umass0: Kingston DT 101 G2, class 0/0, rev 2.00/1.00, addr 1 on usbus0

why usbus0? I didn't plug into USB 3.0?

I scrolled up and this info surprise me, maybe a bug.
xhci0: Intel Panther Point USB 3.0 controller // my usb 3.0 hole
usbus0 on xhci0

Is this some sort of error during usbus number assigned?

I hope this information could help everybody to diagnose and solve this issue.

 
 On Fri, Sep 13, 2013 at 11:09:30AM +0900, Lundberg, Johannes wrote:
  Does it work with the 9.1 image? If it does, you probably have the same
  problem as I do with the new Macbook Air.
  Optimisations made to the xhci driver causes it to fail. What I've done is
  to create a new install image with sys/dev/usb/controller/xhci* reverted
  back to 243780.
  
  --
  Johannes Lundberg
  Project leader and lead developer of Mirama OS (previously Viking OS)
  BRILLIANTSERVICE CO., LTD.
  
  My blog http://brilliantobjc.blogspot.com
  Mirama homepage http://www.brilliantservice.co.jp/viking/
  bloghttp://hmdviking.blogspot.jp
  Company homepage http://www.brilliantservice.co.jp
  
  
  On Thu, Sep 12, 2013 at 11:14 AM, Nathan Whitehorn
  nwhiteh...@freebsd.orgwrote:
  
   On 09/11/13 20:42, Uzumaki Naruto wrote:
  
   If the issue is GPT and MBR, I am quite sure this laptop BIOS doesn't
   support GPT disk type, because OEM Acer only gave GPT supported BIOS for
   model that pre-loaded with Windows 8.
  
   Maybe it helps to clarify, this laptop got no UEFI firmware, I could
   convert my hard disk to GPT type using diskpart command, but the
   functionality to boot from GPT partition is unavailable through BIOS.
  
  
   Booting from GPT does not require BIOS support. BIOSes don't (or aren't
   supposed to -- some broken ones do) parse the partition table at all.
   -Nathan
  
   __**_
   freebsd-current@freebsd.org mailing list
   http://lists.freebsd.org/**mailman/listinfo/freebsd-**currenthttp://lists.freebsd.org/mailman/listinfo/freebsd-current
   To unsubscribe, send any mail to freebsd-current-unsubscribe@**
   freebsd.org freebsd-current-unsubscr...@freebsd.org
  
  
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


RE: mountroot while booting r255342 memstick

2013-09-13 Thread Uzumaki Naruto
dd back to 10 current

xhci0: Intel Panther Point USB 3.0 controller
ehci0: Intel Panther Point USB 2.0 controller
ehci1: Intel Panther Point USB 2.0 controller

usbus0 on xhci0
usbus1 on ehci0
usbus2 on ehci1

usbus0: 5.0Gbps Super Speed USB v3.0
usbus1: 480Mbps High Speed USB v2.0
usbus2: 480Mbps High Speed USB v2.0

ugen1.1: Intel at usbus1
ugen0.1: 0x8086 at usbus0
ugen2.1: Intel at usbus2

uhub0: Intel EHCI root HUB... on usbus1
uhub1: 0x8086 XHCI root HUB... on usbus0
uhub2: Intel EHCI root HUB... on usbus2
// hub doesn't number accordingly to usbus number?

first test = while pendrive boot from usbus0 (USB 3.0)
-
ugen0.2: Kingston at usbus0
umass0: Kingston DT 101 G2, class 0/0, rev 2.00/1.00, addr 1 on usbus0
umass0: SCSI over Bulk-Only; quirks = 0x0100
umass0:3:0:-1: Attached to scbus3

second test = while pendrive boot from usbus1 or usbus2 (first one)
(idk how to number and confirm their number)
---
ugen0.2: Kingston at usbus0
umass0: Kingston DT 101 G2, class 0/0, rev 2.00/1.00, addr 1 on usbus0
umass0: SCSI over Bulk-Only; quirks = 0x0100
umass0:3:0:-1: Attached to scbus3

third test = while pendrive boot from usbus1 or usbus2 (another one)
(idk how to number and confirm their number)
---
uhub0: 0x8086 XHCI root HUB... on usbus0
uhub1: Intel EHCI root HUB... on usbus2
uhub2: Intel EHCI root HUB... on usbus1
// different from previous info

ugen1.3: Kingston at usbus1
umass0: Kingston DT 101 G2, class 0/0, rev 2.00/1.00, addr 1 on usbus1
umass0: SCSI over Bulk-Only; quirks = 0x0100
umass0:3:0:-1: Attached to scbus3

I don't know if the numbering of uhub is changeable based on where user plug in 
their pendrive, seems unusual to me.



  
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


RE: mountroot while booting r255342 memstick

2013-09-13 Thread Uzumaki Naruto
fyi, I just tried FreeBSD 10 ALPHA memstick

same issue, stuck at mountroot too.


  
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


RE: mountroot while booting r255342 memstick

2013-09-13 Thread Uzumaki Naruto
Thanks for this info, Joel
Would try the solution, rebuild the whole thing, kinda new with this.


 Date: Fri, 13 Sep 2013 07:05:18 +0200
 From: j...@vnode.se
 To: narut...@outlook.com
 CC: freebsd-current@freebsd.org; m...@freebsd.org
 Subject: Re: mountroot while booting r255342 memstick
 
 On Thu, Sep 12, 2013 at 12:32:12AM +, Uzumaki Naruto wrote:
  Hi,
  I downloaded FreeBSD-10.0-CURRENT-amd64-20130907-r255342-memstick.img and 
  dd into KINGSTON DT 101 G2 1.00 USB pendrive
 
 Looks similar to what I reported back in February:
 http://lists.freebsd.org/pipermail/freebsd-current/2013-February/039542.html
 
 mav@ committed a fix for this here:
 http://lists.freebsd.org/pipermail/svn-src-head/2013-February/045143.html
 
 Perhaps a quirk is needed for your USB pendrive as well. 
 
 -- 
 Joel
  
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: mountroot while booting r255342 memstick

2013-09-12 Thread Lundberg, Johannes
Does it work with the 9.1 image? If it does, you probably have the same
problem as I do with the new Macbook Air.
Optimisations made to the xhci driver causes it to fail. What I've done is
to create a new install image with sys/dev/usb/controller/xhci* reverted
back to 243780.

--
Johannes Lundberg
Project leader and lead developer of Mirama OS (previously Viking OS)
BRILLIANTSERVICE CO., LTD.

My blog http://brilliantobjc.blogspot.com
Mirama homepage http://www.brilliantservice.co.jp/viking/
bloghttp://hmdviking.blogspot.jp
Company homepage http://www.brilliantservice.co.jp


On Thu, Sep 12, 2013 at 11:14 AM, Nathan Whitehorn
nwhiteh...@freebsd.orgwrote:

 On 09/11/13 20:42, Uzumaki Naruto wrote:

 If the issue is GPT and MBR, I am quite sure this laptop BIOS doesn't
 support GPT disk type, because OEM Acer only gave GPT supported BIOS for
 model that pre-loaded with Windows 8.

 Maybe it helps to clarify, this laptop got no UEFI firmware, I could
 convert my hard disk to GPT type using diskpart command, but the
 functionality to boot from GPT partition is unavailable through BIOS.


 Booting from GPT does not require BIOS support. BIOSes don't (or aren't
 supposed to -- some broken ones do) parse the partition table at all.
 -Nathan

 __**_
 freebsd-current@freebsd.org mailing list
 http://lists.freebsd.org/**mailman/listinfo/freebsd-**currenthttp://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to freebsd-current-unsubscribe@**
 freebsd.org freebsd-current-unsubscr...@freebsd.org

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: mountroot while booting r255342 memstick

2013-09-12 Thread Glen Barber
Also, if you can try the 9.2-RC4 image, that would also be appreciated.
If this is a problem only with 10.0, this is something re@ and hselasky@
(bcc'd) needs to be aware of.

Glen

On Fri, Sep 13, 2013 at 11:09:30AM +0900, Lundberg, Johannes wrote:
 Does it work with the 9.1 image? If it does, you probably have the same
 problem as I do with the new Macbook Air.
 Optimisations made to the xhci driver causes it to fail. What I've done is
 to create a new install image with sys/dev/usb/controller/xhci* reverted
 back to 243780.
 
 --
 Johannes Lundberg
 Project leader and lead developer of Mirama OS (previously Viking OS)
 BRILLIANTSERVICE CO., LTD.
 
 My blog http://brilliantobjc.blogspot.com
 Mirama homepage http://www.brilliantservice.co.jp/viking/
 bloghttp://hmdviking.blogspot.jp
 Company homepage http://www.brilliantservice.co.jp
 
 
 On Thu, Sep 12, 2013 at 11:14 AM, Nathan Whitehorn
 nwhiteh...@freebsd.orgwrote:
 
  On 09/11/13 20:42, Uzumaki Naruto wrote:
 
  If the issue is GPT and MBR, I am quite sure this laptop BIOS doesn't
  support GPT disk type, because OEM Acer only gave GPT supported BIOS for
  model that pre-loaded with Windows 8.
 
  Maybe it helps to clarify, this laptop got no UEFI firmware, I could
  convert my hard disk to GPT type using diskpart command, but the
  functionality to boot from GPT partition is unavailable through BIOS.
 
 
  Booting from GPT does not require BIOS support. BIOSes don't (or aren't
  supposed to -- some broken ones do) parse the partition table at all.
  -Nathan
 
  __**_
  freebsd-current@freebsd.org mailing list
  http://lists.freebsd.org/**mailman/listinfo/freebsd-**currenthttp://lists.freebsd.org/mailman/listinfo/freebsd-current
  To unsubscribe, send any mail to freebsd-current-unsubscribe@**
  freebsd.org freebsd-current-unsubscr...@freebsd.org
 


pgp8ww0zjnw2U.pgp
Description: PGP signature


Re: mountroot while booting r255342 memstick

2013-09-12 Thread Joel Dahl
On Thu, Sep 12, 2013 at 12:32:12AM +, Uzumaki Naruto wrote:
 Hi,
 I downloaded FreeBSD-10.0-CURRENT-amd64-20130907-r255342-memstick.img and dd 
 into KINGSTON DT 101 G2 1.00 USB pendrive

Looks similar to what I reported back in February:
http://lists.freebsd.org/pipermail/freebsd-current/2013-February/039542.html

mav@ committed a fix for this here:
http://lists.freebsd.org/pipermail/svn-src-head/2013-February/045143.html

Perhaps a quirk is needed for your USB pendrive as well. 

-- 
Joel
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: mountroot while booting r255342 memstick

2013-09-11 Thread Glen Barber
On Thu, Sep 12, 2013 at 12:32:12AM +, Uzumaki Naruto wrote:
 Hi,
 I downloaded FreeBSD-10.0-CURRENT-amd64-20130907-r255342-memstick.img and dd 
 into KINGSTON DT 101 G2 1.00 USB pendrive
 
 boot it from Intel I5 laptop but hang
 screen output as below.
 
 Root mount waiting for: usbus0
 ugen0.3: SunplusIT INC. at usbus0
 Trying to mount root from ufs:/dev/ufs/FreeBSD_Install [ro,noatime]...
 mountroot: waiting for device /dev/ufs/FreeBSD_Install ...
 Mounting from ufs:/dev/ufs/FreeBSD_Install failed with error 19.
 
 mountroot ?
 
 List of GEOM managed disk devices:
 diskid/DISK-TEA553QBGV3WZ4Gs1 diskid/DISK-TEA553QBGV3WZ4G ada0s1 cd0 ada0
 
 mountroot ufs:/dev/da0s1a
 Trying to mount root from ufs:/dev/da0s1a []...
 mountroot: waiting for device /dev/da0s1a ...
 Mounting from ufs:/dev/da0s1a failed with error 19
 
 // i take out the usb pendrive and put it back
 
 mountroot ufs:/dev/da0s1a
 Trying to mount root from ufs:/dev/da0s1a []...
 mountroot: waiting for device /dev/da0s1a ...
 ugen0.2: Kingston at usbus0 (disconnected)
 umass0: at uhub0, port 1, addr 1 (disconnected)
 ugen0.2: Kingston at usbus0
 umass0: Kingston DT 101 G2, class 0/0, rev 2.00/1.00, addr 3 on usbus0
 umass0: SCSI over Bulk-Only; quirks = 0x0100
 umass0:3:0:-1: Attached to scbus3
 da0 at umass-sim0 bus 0 scbus3 target 0 lun 0
 da0: Kingston DT 101 G2 1.00 Removable Direct Access SCSI-0 device
 da0: 40.000MB/s transfers
 da0: 3690MB (7557704 512 byte sectors: 255H 63S/T 470C)
 da0: quirks=0x2NO_6_BYTE
 (da0:umass-sim0:0:0:0): got CAM status 0x50
 (da0:umass-sim0:0:0:0): fatal error, failed to attach to device
 (da0:umass-sim0:0:0:0): lost device - 0 outstanding, 5 refs
 (da0:umass-sim0:0:0:0): removing device entry
 Mounting from ufs:/dev/da0s1a failed with error 19.
 
 Any idea to troubleshoot this issue?
 Thank you.
 

Is this USB 2.0 or USB 3.0 port?

Glen



pgpMlxHB_YYGc.pgp
Description: PGP signature


RE: mountroot while booting r255342 memstick

2013-09-11 Thread Uzumaki Naruto
 Date: Wed, 11 Sep 2013 20:56:10 -0400
 From: g...@freebsd.org
 Subject: Re: mountroot while booting r255342 memstick
 
 On Thu, Sep 12, 2013 at 12:44:31AM +, Uzumaki Naruto wrote:
   Is this USB 2.0 or USB 3.0 port?
   
   Glen
   
  
  Hi Glen,
  This laptop got 3 USB ports,
  1 - 3.0 (blue colored),
  2 - 2.0 (black colored)
  
  tried on both, 2.0 and 3.0, same result.
  
 
 Hmm.  Can you check if your BIOS has a Legacy USB option, and make
 sure it is enabled?  We are aware of some BIOSes that do not support
 GPT-boot (meaning, they require the MBR).  We are working on fixing
 this, so we will either have a single memstick image with both MBR and
 GPT boot ability, or maybe two separate memstick images (which will be
 far more confusing...).
 
 It is possible you have one of these BIOSes, unfortunately, but please
 try my suggestion about enabling Legacy USB, if it is not already
 enabled.
 
 Glen
 

Sorry for corrupted this mailing list thread view, kinda new with this,

The laptop bios is Phoniex SecureCore Tiano, I don't see Legacy USB option,
Bios Main page,

Quite Boot : [Disabled]
Network Boot : [Disabled]
F12 Boot Menu: [Enabled]
D2D Recovery: [Disabled]
Wake on Lan: [Disabled]
SATA Mode: [AHCI Mode] or [IDE Mode]

If the issue is GPT and MBR, I am quite sure this laptop BIOS doesn't support 
GPT disk type, because OEM Acer only gave GPT supported BIOS for model that 
pre-loaded with Windows 8.


  
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


RE: mountroot while booting r255342 memstick

2013-09-11 Thread Uzumaki Naruto
 If the issue is GPT and MBR, I am quite sure this laptop BIOS doesn't support 
 GPT disk type, because OEM Acer only gave GPT supported BIOS for model that 
 pre-loaded with Windows 8.

Maybe it helps to clarify, this laptop got no UEFI firmware, I could convert my 
hard disk to GPT type using diskpart command, but the functionality to boot 
from GPT partition is unavailable through BIOS.
  
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: mountroot while booting r255342 memstick

2013-09-11 Thread Nathan Whitehorn

On 09/11/13 20:42, Uzumaki Naruto wrote:

If the issue is GPT and MBR, I am quite sure this laptop BIOS doesn't support 
GPT disk type, because OEM Acer only gave GPT supported BIOS for model that 
pre-loaded with Windows 8.

Maybe it helps to clarify, this laptop got no UEFI firmware, I could convert my 
hard disk to GPT type using diskpart command, but the functionality to boot 
from GPT partition is unavailable through BIOS.



Booting from GPT does not require BIOS support. BIOSes don't (or aren't 
supposed to -- some broken ones do) parse the partition table at all.

-Nathan
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org