9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] install failing to detect SATA disk
@ 2013-02-16  6:40 Deepak Chawla
  2013-02-16  6:49 ` erik quanstrom
  0 siblings, 1 reply; 10+ messages in thread
From: Deepak Chawla @ 2013-02-16  6:40 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 738 bytes --]

I'm trying to install Plan9 on my Thinkpad T410. I could boot using the
latest Plan9.iso image and the install process gets to the diskpart step
(the step after the configfs step) and it complains about not seeing any
hard disks.

I have Linux installed in one of the partitions and it shows the following
sata controller

00:1f.2 SATA controller [0106]: Intel Corporation 5 Series/3400 Series
Chipset 6 port SATA AHCI Controller [8086:3b2f] (rev 06)

I'm new to Plan 9. Any suggestions on how to debug this issue?

I see two modes for SATA - AHCI and Compatibility. The above behavior is
when SATA is in the AHCI mode. In the Compatibility mode, the install fails
earlier - boots from CD, but can't access it after that.

[-- Attachment #2: Type: text/html, Size: 946 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] install failing to detect SATA disk
  2013-02-16  6:40 [9fans] install failing to detect SATA disk Deepak Chawla
@ 2013-02-16  6:49 ` erik quanstrom
  2013-02-16  6:59   ` Deepak Chawla
  0 siblings, 1 reply; 10+ messages in thread
From: erik quanstrom @ 2013-02-16  6:49 UTC (permalink / raw)
  To: 9fans

On Sat Feb 16 01:41:26 EST 2013, dchawla@gmail.com wrote:

> I'm trying to install Plan9 on my Thinkpad T410. I could boot using the
> latest Plan9.iso image and the install process gets to the diskpart step
> (the step after the configfs step) and it complains about not seeing any
> hard disks.
>
> I have Linux installed in one of the partitions and it shows the following
> sata controller
>
> 00:1f.2 SATA controller [0106]: Intel Corporation 5 Series/3400 Series
> Chipset 6 port SATA AHCI Controller [8086:3b2f] (rev 06)
>
> I'm new to Plan 9. Any suggestions on how to debug this issue?
>
> I see two modes for SATA - AHCI and Compatibility. The above behavior is
> when SATA is in the AHCI mode. In the Compatibility mode, the install fails
> earlier - boots from CD, but can't access it after that.

could you send the output of
	grep . /dev/sd*/ctl

thanks!

- erik



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] install failing to detect SATA disk
  2013-02-16  6:49 ` erik quanstrom
@ 2013-02-16  6:59   ` Deepak Chawla
  2013-02-16  7:05     ` erik quanstrom
  0 siblings, 1 reply; 10+ messages in thread
From: Deepak Chawla @ 2013-02-16  6:59 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 1132 bytes --]

sorry.. very new to plan9

how to I open a new terminal to run the command?


On Sat, Feb 16, 2013 at 12:49 AM, erik quanstrom <quanstro@quanstro.net>wrote:

> On Sat Feb 16 01:41:26 EST 2013, dchawla@gmail.com wrote:
>
> > I'm trying to install Plan9 on my Thinkpad T410. I could boot using the
> > latest Plan9.iso image and the install process gets to the diskpart step
> > (the step after the configfs step) and it complains about not seeing any
> > hard disks.
> >
> > I have Linux installed in one of the partitions and it shows the
> following
> > sata controller
> >
> > 00:1f.2 SATA controller [0106]: Intel Corporation 5 Series/3400 Series
> > Chipset 6 port SATA AHCI Controller [8086:3b2f] (rev 06)
> >
> > I'm new to Plan 9. Any suggestions on how to debug this issue?
> >
> > I see two modes for SATA - AHCI and Compatibility. The above behavior is
> > when SATA is in the AHCI mode. In the Compatibility mode, the install
> fails
> > earlier - boots from CD, but can't access it after that.
>
> could you send the output of
>         grep . /dev/sd*/ctl
>
> thanks!
>
> - erik
>
>

[-- Attachment #2: Type: text/html, Size: 1711 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] install failing to detect SATA disk
  2013-02-16  6:59   ` Deepak Chawla
@ 2013-02-16  7:05     ` erik quanstrom
  2013-02-16  8:13       ` Deepak Chawla
  0 siblings, 1 reply; 10+ messages in thread
From: erik quanstrom @ 2013-02-16  7:05 UTC (permalink / raw)
  To: 9fans

On Sat Feb 16 02:00:46 EST 2013, dchawla@gmail.com wrote:

> sorry.. very new to plan9
>
> how to I open a new terminal to run the command?

first a bit of terminology.  the mouse buttons in plan 9 are
B1, B2, B3 from left to right.  the right most button is always
B3 even if there is no middle button.

hold b3 down in the grey background and a menu will appear.
release with "new" highlighted.  goto one the top left corner,
press and hold b3 and sweep to bottom right corner, then release b3.

- erik

ps.  here's a more complete reference:

http://www.quanstro.net/newbie-guide.pdf



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] install failing to detect SATA disk
  2013-02-16  7:05     ` erik quanstrom
@ 2013-02-16  8:13       ` Deepak Chawla
  2013-02-16  8:56         ` Deepak Chawla
  0 siblings, 1 reply; 10+ messages in thread
From: Deepak Chawla @ 2013-02-16  8:13 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 963 bytes --]

No /dev/sd* directory. I only found a /dev/sdctl.

On a side note, I got plan 9 installed on a VBox VM - had to install an
older version of VBox and use IDE controller for the virtual disk.
Mouse worked during install but not after that.
On Feb 16, 2013 1:06 AM, "erik quanstrom" <quanstro@quanstro.net> wrote:

> On Sat Feb 16 02:00:46 EST 2013, dchawla@gmail.com wrote:
>
> > sorry.. very new to plan9
> >
> > how to I open a new terminal to run the command?
>
> first a bit of terminology.  the mouse buttons in plan 9 are
> B1, B2, B3 from left to right.  the right most button is always
> B3 even if there is no middle button.
>
> hold b3 down in the grey background and a menu will appear.
> release with "new" highlighted.  goto one the top left corner,
> press and hold b3 and sweep to bottom right corner, then release b3.
>
> - erik
>
> ps.  here's a more complete reference:
>
> http://www.quanstro.net/newbie-guide.pdf
>
>

[-- Attachment #2: Type: text/html, Size: 1403 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] install failing to detect SATA disk
  2013-02-16  8:13       ` Deepak Chawla
@ 2013-02-16  8:56         ` Deepak Chawla
  2013-02-16 15:11           ` erik quanstrom
  0 siblings, 1 reply; 10+ messages in thread
From: Deepak Chawla @ 2013-02-16  8:56 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 1349 bytes --]

Got mouse back on the VBox VM - had to uncheck "Enable absolute pointing
device" under Settings->Systems->Motherboard.

Back to the Plan 9 install issue on native h/w.. does Plan 9 support SATA
controllers? My VBox VM also needed the HDD to be on the IDE controller.


On Sat, Feb 16, 2013 at 2:13 AM, Deepak Chawla <dchawla@gmail.com> wrote:

> No /dev/sd* directory. I only found a /dev/sdctl.
>
> On a side note, I got plan 9 installed on a VBox VM - had to install an
> older version of VBox and use IDE controller for the virtual disk.
> Mouse worked during install but not after that.
> On Feb 16, 2013 1:06 AM, "erik quanstrom" <quanstro@quanstro.net> wrote:
>
>> On Sat Feb 16 02:00:46 EST 2013, dchawla@gmail.com wrote:
>>
>> > sorry.. very new to plan9
>> >
>> > how to I open a new terminal to run the command?
>>
>> first a bit of terminology.  the mouse buttons in plan 9 are
>> B1, B2, B3 from left to right.  the right most button is always
>> B3 even if there is no middle button.
>>
>> hold b3 down in the grey background and a menu will appear.
>> release with "new" highlighted.  goto one the top left corner,
>> press and hold b3 and sweep to bottom right corner, then release b3.
>>
>> - erik
>>
>> ps.  here's a more complete reference:
>>
>> http://www.quanstro.net/newbie-guide.pdf
>>
>>

[-- Attachment #2: Type: text/html, Size: 2174 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] install failing to detect SATA disk
  2013-02-16  8:56         ` Deepak Chawla
@ 2013-02-16 15:11           ` erik quanstrom
  2013-02-18  9:07             ` Peter A. Cejchan
  0 siblings, 1 reply; 10+ messages in thread
From: erik quanstrom @ 2013-02-16 15:11 UTC (permalink / raw)
  To: 9fans

> Back to the Plan 9 install issue on native h/w.. does Plan 9 support SATA
> controllers? My VBox VM also needed the HDD to be on the IDE controller.

it does support ahci controllers.  vbox causes problems for a lot of oses,
and that's probablly a bigger project.

i'm going to guess this is a power management issue.  the ahci driver
was written before the standard, and thus has been a little slow in
catching up.

could you try downloading 9atom, which is quite close to the distribution
(http://ftp.quanstro.net/other/9atom.iso.bz2)?  it has a few power
management wiggles that may fix your issue.

- erik



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] install failing to detect SATA disk
  2013-02-16 15:11           ` erik quanstrom
@ 2013-02-18  9:07             ` Peter A. Cejchan
  2013-02-18 15:57               ` Deepak Chawla
  0 siblings, 1 reply; 10+ messages in thread
From: Peter A. Cejchan @ 2013-02-18  9:07 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 879 bytes --]

Yes, I can recommend Erik' s 9atom, too, it solved my problems with
installation onto a SATA-II HD some time ago...

Regards,
++pac

On Sat, Feb 16, 2013 at 4:11 PM, erik quanstrom <quanstro@quanstro.net>wrote:

> > Back to the Plan 9 install issue on native h/w.. does Plan 9 support SATA
> > controllers? My VBox VM also needed the HDD to be on the IDE controller.
>
> it does support ahci controllers.  vbox causes problems for a lot of oses,
> and that's probablly a bigger project.
>
> i'm going to guess this is a power management issue.  the ahci driver
> was written before the standard, and thus has been a little slow in
> catching up.
>
> could you try downloading 9atom, which is quite close to the distribution
> (http://ftp.quanstro.net/other/9atom.iso.bz2)?  it has a few power
> management wiggles that may fix your issue.
>
> - erik
>
>

[-- Attachment #2: Type: text/html, Size: 1339 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] install failing to detect SATA disk
  2013-02-18  9:07             ` Peter A. Cejchan
@ 2013-02-18 15:57               ` Deepak Chawla
  2013-02-18 16:03                 ` erik quanstrom
  0 siblings, 1 reply; 10+ messages in thread
From: Deepak Chawla @ 2013-02-18 15:57 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 1532 bytes --]

Good news:
9atom successfully detected the SATA drive, the unpartitioned space in it
and used it for the installation.

Bad news:
It ended up corrupting my Linux root partition which was after the
unpartitioned space. Fortunately I had a back of the root partition and I
could quickly recover it. Having some issues booting (rootfs is being
mounted ro). Once I fix this I'll check if the 9atom installation is broken
because it might be assuming it has some space in the next partition. I'll
let you know how it goes.


On Mon, Feb 18, 2013 at 3:07 AM, Peter A. Cejchan <tyapca7@gmail.com> wrote:

> Yes, I can recommend Erik' s 9atom, too, it solved my problems with
> installation onto a SATA-II HD some time ago...
>
> Regards,
> ++pac
>
>
> On Sat, Feb 16, 2013 at 4:11 PM, erik quanstrom <quanstro@quanstro.net>wrote:
>
>> > Back to the Plan 9 install issue on native h/w.. does Plan 9 support
>> SATA
>> > controllers? My VBox VM also needed the HDD to be on the IDE controller.
>>
>> it does support ahci controllers.  vbox causes problems for a lot of oses,
>> and that's probablly a bigger project.
>>
>> i'm going to guess this is a power management issue.  the ahci driver
>> was written before the standard, and thus has been a little slow in
>> catching up.
>>
>> could you try downloading 9atom, which is quite close to the distribution
>> (http://ftp.quanstro.net/other/9atom.iso.bz2)?  it has a few power
>> management wiggles that may fix your issue.
>>
>> - erik
>>
>>
>

[-- Attachment #2: Type: text/html, Size: 2311 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] install failing to detect SATA disk
  2013-02-18 15:57               ` Deepak Chawla
@ 2013-02-18 16:03                 ` erik quanstrom
  0 siblings, 0 replies; 10+ messages in thread
From: erik quanstrom @ 2013-02-18 16:03 UTC (permalink / raw)
  To: 9fans

> Good news:
> 9atom successfully detected the SATA drive, the unpartitioned space in it
> and used it for the installation.

that is good news.  it's a lot easier to fix the other stuff once
the machine is booting.  :-)

- erik



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-02-18 16:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-16  6:40 [9fans] install failing to detect SATA disk Deepak Chawla
2013-02-16  6:49 ` erik quanstrom
2013-02-16  6:59   ` Deepak Chawla
2013-02-16  7:05     ` erik quanstrom
2013-02-16  8:13       ` Deepak Chawla
2013-02-16  8:56         ` Deepak Chawla
2013-02-16 15:11           ` erik quanstrom
2013-02-18  9:07             ` Peter A. Cejchan
2013-02-18 15:57               ` Deepak Chawla
2013-02-18 16:03                 ` erik quanstrom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).