public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] .config file for gentoo guest on vmware workstation 7.1.4
@ 2011-04-09  2:05 Adam Carter
  2011-04-09  4:08 ` Pandu Poluan
  0 siblings, 1 reply; 14+ messages in thread
From: Adam Carter @ 2011-04-09  2:05 UTC (permalink / raw
  To: gentoo-user

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

Hi All,

I'm getting the usual cant boot root device error on my gentoo guest. AFAICT
i've built all the relevant scsi adapter and filesystem drivers into the
kernel. Most of the info on the web is a bit old and talks about other
vmware versions - can someone share a working .config? The guest is using
2.6.38,

Cheers

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

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

* Re: [gentoo-user] .config file for gentoo guest on vmware workstation 7.1.4
  2011-04-09  2:05 [gentoo-user] .config file for gentoo guest on vmware workstation 7.1.4 Adam Carter
@ 2011-04-09  4:08 ` Pandu Poluan
  2011-04-09  7:02   ` Adam Carter
                     ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Pandu Poluan @ 2011-04-09  4:08 UTC (permalink / raw
  To: gentoo-user

I had a working .config. Unfortunately, I left it at office.

The main 'trap' usually would be the SCSI Driver.

If you're using PVSCSI, go into SCSI & RAID, then SCSI Low Level
Driver, then select VMware PVSCSI as built-in, not module.

If you're using LSI Logic, select Fusion MPT instead.

Don't forget to emerge grub and edit /boot/grub/menu.lst

(and please excuse my top-posting. Gmail mobile can only top post; it
hides the message being replied, and automatically appends the message
after mine)

Rgds,


On 2011-04-09, Adam Carter <adamcarter3@gmail.com> wrote:
> Hi All,
>
> I'm getting the usual cant boot root device error on my gentoo guest. AFAICT
> i've built all the relevant scsi adapter and filesystem drivers into the
> kernel. Most of the info on the web is a bit old and talks about other
> vmware versions - can someone share a working .config? The guest is using
> 2.6.38,
>
> Cheers
>


-- 
--
Pandu E Poluan - IT Optimizer
My website: http://pandu.poluan.info/



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

* Re: [gentoo-user] .config file for gentoo guest on vmware workstation 7.1.4
  2011-04-09  4:08 ` Pandu Poluan
@ 2011-04-09  7:02   ` Adam Carter
  2011-04-09  8:44     ` Pandu Poluan
                       ` (2 more replies)
  2011-04-10  2:20   ` James Wall
  2011-04-10 23:50   ` Adam Carter
  2 siblings, 3 replies; 14+ messages in thread
From: Adam Carter @ 2011-04-09  7:02 UTC (permalink / raw
  To: gentoo-user

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

>
> I had a working .config. Unfortunately, I left it at office.
>
> The main 'trap' usually would be the SCSI Driver.
>
> If you're using PVSCSI, go into SCSI & RAID, then SCSI Low Level
> Driver, then select VMware PVSCSI as built-in, not module.
>

Do you know which one workstation uses? AFAICT there's no option to choose
which controller is presented to the guest.

>
> If you're using LSI Logic, select Fusion MPT instead.
>

I think i have them both configured.

>
> Don't forget to emerge grub and edit /boot/grub/menu.lst
>

Yep, that's done.

Thanks.

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

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

* Re: [gentoo-user] .config file for gentoo guest on vmware workstation 7.1.4
  2011-04-09  7:02   ` Adam Carter
@ 2011-04-09  8:44     ` Pandu Poluan
  2011-04-09  8:57     ` Neil Bothwick
  2011-04-11  2:12     ` Mike Edenfield
  2 siblings, 0 replies; 14+ messages in thread
From: Pandu Poluan @ 2011-04-09  8:44 UTC (permalink / raw
  To: gentoo-user

On 2011-04-09, Adam Carter <adamcarter3@gmail.com> wrote:
>>
>> I had a working .config. Unfortunately, I left it at office.
>>
>> The main 'trap' usually would be the SCSI Driver.
>>
>> If you're using PVSCSI, go into SCSI & RAID, then SCSI Low Level
>> Driver, then select VMware PVSCSI as built-in, not module.
>>
>
> Do you know which one workstation uses? AFAICT there's no option to choose
> which controller is presented to the guest.
>

Hmmm... IIRC there's an option to do that. There *is* one on
VirtualBox, can't remember VMware Workstation (my setup is on top of
ESX)

>>
>> If you're using LSI Logic, select Fusion MPT instead.
>>
>
> I think i have them both configured.
>

If you can boot using the LiveCD, try lsmod and see which driver is
being used. Do rmmod one-by-one until you hit a driver that can't be
removed, but lsmod doesn't list any other module using that one.

>>
>> Don't forget to emerge grub and edit /boot/grub/menu.lst
>>
>
> Yep, that's done.
>
> Thanks.
>


--
Pandu E Poluan - IT Optimizer
My website: http://pandu.poluan.info/



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

* Re: [gentoo-user] .config file for gentoo guest on vmware workstation 7.1.4
  2011-04-09  7:02   ` Adam Carter
  2011-04-09  8:44     ` Pandu Poluan
@ 2011-04-09  8:57     ` Neil Bothwick
  2011-04-11  2:17       ` Mike Edenfield
  2011-04-11  2:12     ` Mike Edenfield
  2 siblings, 1 reply; 14+ messages in thread
From: Neil Bothwick @ 2011-04-09  8:57 UTC (permalink / raw
  To: gentoo-user

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

On Sat, 9 Apr 2011 17:02:14 +1000, Adam Carter wrote:

> > If you're using PVSCSI, go into SCSI & RAID, then SCSI Low Level
> > Driver, then select VMware PVSCSI as built-in, not module.
> >  
> 
> Do you know which one workstation uses? AFAICT there's no option to
> choose which controller is presented to the guest.

You get to choose when you create the VM.


-- 
Neil Bothwick

Member, National Association For Tagline Assimilators (NAFTA)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [gentoo-user] .config file for gentoo guest on vmware workstation 7.1.4
  2011-04-09  4:08 ` Pandu Poluan
  2011-04-09  7:02   ` Adam Carter
@ 2011-04-10  2:20   ` James Wall
  2011-04-10  3:34     ` Pandu Poluan
  2011-04-10 23:50   ` Adam Carter
  2 siblings, 1 reply; 14+ messages in thread
From: James Wall @ 2011-04-10  2:20 UTC (permalink / raw
  To: gentoo-user

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

On Apr 8, 2011 11:13 PM, "Pandu Poluan" <pandu@poluan.info> wrote:
>
> I had a working .config. Unfortunately, I left it at office.
>
> The main 'trap' usually would be the SCSI Driver.
>
> If you're using PVSCSI, go into SCSI & RAID, then SCSI Low Level
> Driver, then select VMware PVSCSI as built-in, not module.
>
> If you're using LSI Logic, select Fusion MPT instead.
>
> Don't forget to emerge grub and edit /boot/grub/menu.lst
>
> (and please excuse my top-posting. Gmail mobile can only top post; it
> hides the message being replied, and automatically appends the message
> after mine)
>
> Rgds,
>
>
> On 2011-04-09, Adam Carter <adamcarter3@gmail.com> wrote:
> > Hi All,
> >
> > I'm getting the usual cant boot root device error on my gentoo guest.
AFAICT
> > i've built all the relevant scsi adapter and filesystem drivers into the
> > kernel. Most of the info on the web is a bit old and talks about other
> > vmware versions - can someone share a working .config? The guest is
using
> > 2.6.38,
> >
> > Cheers
> >
>
>
> --
> --
> Pandu E Poluan - IT Optimizer
> My website: http://pandu.poluan.info/
>
I am posting now from Gmail mobile by selecting the respond inline button
towards the bottom of the compose screen. I just get rid of the virtual
keyboard to find it.
James Wall

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

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

* Re: [gentoo-user] .config file for gentoo guest on vmware workstation 7.1.4
  2011-04-10  2:20   ` James Wall
@ 2011-04-10  3:34     ` Pandu Poluan
  0 siblings, 0 replies; 14+ messages in thread
From: Pandu Poluan @ 2011-04-10  3:34 UTC (permalink / raw
  To: gentoo-user

On 2011-04-10, James Wall <wallservices@gmail.com> wrote:
> On Apr 8, 2011 11:13 PM, "Pandu Poluan" <pandu@poluan.info> wrote:
>>
>> I had a working .config. Unfortunately, I left it at office.
>>
>> The main 'trap' usually would be the SCSI Driver.
>>
>> If you're using PVSCSI, go into SCSI & RAID, then SCSI Low Level
>> Driver, then select VMware PVSCSI as built-in, not module.
>>
>> If you're using LSI Logic, select Fusion MPT instead.
>>
>> Don't forget to emerge grub and edit /boot/grub/menu.lst
>>
>> (and please excuse my top-posting. Gmail mobile can only top post; it
>> hides the message being replied, and automatically appends the message
>> after mine)
>>
>> Rgds,
>>
>>
>> On 2011-04-09, Adam Carter <adamcarter3@gmail.com> wrote:
>> > Hi All,
>> >
>> > I'm getting the usual cant boot root device error on my gentoo guest.
> AFAICT
>> > i've built all the relevant scsi adapter and filesystem drivers into the
>> > kernel. Most of the info on the web is a bit old and talks about other
>> > vmware versions - can someone share a working .config? The guest is
> using
>> > 2.6.38,
>> >
>> > Cheers
>> >
>>
>>
>> --
>> --
>> Pandu E Poluan - IT Optimizer
>> My website: http://pandu.poluan.info/
>>
> I am posting now from Gmail mobile by selecting the respond inline button
> towards the bottom of the compose screen. I just get rid of the virtual
> keyboard to find it.
> James Wall
>

No such thing in Gmail Java Mobile Client for Symbian (I'm using a
Nokia E72-1). Neither is an option to reply inline in Gmail's Mobile
website.

I have to browse to Gmail's HTML website if I want to reply inline.
And it's a great inconvenience trying to view Gmail HTML even in Opera
Mobile (320x240)

--
Pandu E Poluan - IT Optimizer
My website: http://pandu.poluan.info/



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

* Re: [gentoo-user] .config file for gentoo guest on vmware workstation 7.1.4
  2011-04-09  4:08 ` Pandu Poluan
  2011-04-09  7:02   ` Adam Carter
  2011-04-10  2:20   ` James Wall
@ 2011-04-10 23:50   ` Adam Carter
  2 siblings, 0 replies; 14+ messages in thread
From: Adam Carter @ 2011-04-10 23:50 UTC (permalink / raw
  To: gentoo-user

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

>
> The main 'trap' usually would be the SCSI Driver.
>
> If you're using PVSCSI, go into SCSI & RAID, then SCSI Low Level
> Driver, then select VMware PVSCSI as built-in, not module.
>
> If you're using LSI Logic, select Fusion MPT instead.
>

Thanks - i'd missed some of the MPT options.

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

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

* Re: [gentoo-user] .config file for gentoo guest on vmware workstation 7.1.4
  2011-04-09  7:02   ` Adam Carter
  2011-04-09  8:44     ` Pandu Poluan
  2011-04-09  8:57     ` Neil Bothwick
@ 2011-04-11  2:12     ` Mike Edenfield
  2 siblings, 0 replies; 14+ messages in thread
From: Mike Edenfield @ 2011-04-11  2:12 UTC (permalink / raw
  To: gentoo-user; +Cc: Adam Carter

On 4/9/2011 3:02 AM, Adam Carter wrote:
>     I had a working .config. Unfortunately, I left it at office.
>
>     The main 'trap' usually would be the SCSI Driver.
>
>     If you're using PVSCSI, go into SCSI & RAID, then SCSI
>     Low Level
>     Driver, then select VMware PVSCSI as built-in, not module.
>
>
> Do you know which one workstation uses? AFAICT there's no
> option to choose which controller is presented to the guest.

By default Workstation emulates a Fusion SCSI device and the 
PCNet or E1000 network card, and doesn't supply an option to 
change them. But as of v7 it *does* support the other device 
types. If you edit the .vmx file in a text editor and change 
the device lines for the scsi and eth devices to 'pvscsi' 
and 'vmxnet3' and reboot they will appear correctly.

--Mike



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

* Re: [gentoo-user] .config file for gentoo guest on vmware workstation 7.1.4
  2011-04-09  8:57     ` Neil Bothwick
@ 2011-04-11  2:17       ` Mike Edenfield
  2011-04-11  6:46         ` Pandu Poluan
  2011-04-11  7:43         ` Neil Bothwick
  0 siblings, 2 replies; 14+ messages in thread
From: Mike Edenfield @ 2011-04-11  2:17 UTC (permalink / raw
  To: gentoo-user; +Cc: Neil Bothwick

On 4/9/2011 4:57 AM, Neil Bothwick wrote:
> On Sat, 9 Apr 2011 17:02:14 +1000, Adam Carter wrote:
>
>>> If you're using PVSCSI, go into SCSI&  RAID, then SCSI Low Level
>>> Driver, then select VMware PVSCSI as built-in, not module.
>>>
>>
>> Do you know which one workstation uses? AFAICT there's no option to
>> choose which controller is presented to the guest.
>
> You get to choose when you create the VM.

Only in ESX/vSphere, not for Workstation. At least not yet. 
Somewhat silly, IMO, since the hardware support is there 
under the hood if you know how to find it.

--Mike




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

* Re: [gentoo-user] .config file for gentoo guest on vmware workstation 7.1.4
  2011-04-11  2:17       ` Mike Edenfield
@ 2011-04-11  6:46         ` Pandu Poluan
  2011-04-11  7:43         ` Neil Bothwick
  1 sibling, 0 replies; 14+ messages in thread
From: Pandu Poluan @ 2011-04-11  6:46 UTC (permalink / raw
  To: gentoo-user

On Mon, Apr 11, 2011 at 09:17, Mike Edenfield <kutulu@kutulu.org> wrote:
> On 4/9/2011 4:57 AM, Neil Bothwick wrote:
>>
>> On Sat, 9 Apr 2011 17:02:14 +1000, Adam Carter wrote:
>>
>>>> If you're using PVSCSI, go into SCSI&  RAID, then SCSI Low Level
>>>> Driver, then select VMware PVSCSI as built-in, not module.
>>>>
>>>
>>> Do you know which one workstation uses? AFAICT there's no option to
>>> choose which controller is presented to the guest.
>>
>> You get to choose when you create the VM.
>
> Only in ESX/vSphere, not for Workstation. At least not yet. Somewhat silly,
> IMO, since the hardware support is there under the hood if you know how to
> find it.
>
> --Mike
>
>
>

Ain't I glad I use VirtualBox instead of VMware Workstation :-P

Rgds,
--
Pandu E Poluan
~ IT Optimizer ~
Visit my Blog: http://pepoluan.posterous.com



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

* Re: [gentoo-user] .config file for gentoo guest on vmware workstation 7.1.4
  2011-04-11  2:17       ` Mike Edenfield
  2011-04-11  6:46         ` Pandu Poluan
@ 2011-04-11  7:43         ` Neil Bothwick
  2011-04-11 13:30           ` Mike Edenfield
  1 sibling, 1 reply; 14+ messages in thread
From: Neil Bothwick @ 2011-04-11  7:43 UTC (permalink / raw
  To: gentoo-user

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

On Sun, 10 Apr 2011 22:17:12 -0400, Mike Edenfield wrote:

> >> Do you know which one workstation uses? AFAICT there's no option to
> >> choose which controller is presented to the guest.  
> >
> > You get to choose when you create the VM.  
> 
> Only in ESX/vSphere, not for Workstation. At least not yet. 
> Somewhat silly, IMO, since the hardware support is there 
> under the hood if you know how to find it.

There's an option to choose the SCSI controller in the new VM wizard.
This is in WS 6.5, I don't have 7, and has been there in previous
releases.

BTW I am subscribed to this list and will see your response without your
sending a copy to my inbox.

 
-- 
Neil Bothwick

It's not a bug, it's tradition!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [gentoo-user] .config file for gentoo guest on vmware workstation 7.1.4
  2011-04-11  7:43         ` Neil Bothwick
@ 2011-04-11 13:30           ` Mike Edenfield
  2011-04-11 14:01             ` Neil Bothwick
  0 siblings, 1 reply; 14+ messages in thread
From: Mike Edenfield @ 2011-04-11 13:30 UTC (permalink / raw
  To: gentoo-user

On 4/11/2011 3:43 AM, Neil Bothwick wrote:
> On Sun, 10 Apr 2011 22:17:12 -0400, Mike Edenfield wrote:
> 
>>>> Do you know which one workstation uses? AFAICT there's no option to
>>>> choose which controller is presented to the guest.  
>>>
>>> You get to choose when you create the VM.  
>>
>> Only in ESX/vSphere, not for Workstation. At least not yet. 
>> Somewhat silly, IMO, since the hardware support is there 
>> under the hood if you know how to find it.
> 
> There's an option to choose the SCSI controller in the new VM wizard.
> This is in WS 6.5, I don't have 7, and has been there in previous
> releases.

But that dialog does not give you the option to use the VMWare
Paravirtual controller, correct? Its definitely not there in my
Workstation 7 wizard, and I'd love to make it show up if possible :)

The only options I have are for BusLogic, LSI Logic, and LSI Logic SAS.

> BTW I am subscribed to this list and will see your response without your
> sending a copy to my inbox.

Yah, sorry. Hit "Reply to All" instead of "Reply to List" by accident.

--Mike



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

* Re: [gentoo-user] .config file for gentoo guest on vmware workstation 7.1.4
  2011-04-11 13:30           ` Mike Edenfield
@ 2011-04-11 14:01             ` Neil Bothwick
  0 siblings, 0 replies; 14+ messages in thread
From: Neil Bothwick @ 2011-04-11 14:01 UTC (permalink / raw
  To: gentoo-user

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

On Mon, 11 Apr 2011 09:30:42 -0400, Mike Edenfield wrote:

> > There's an option to choose the SCSI controller in the new VM wizard.
> > This is in WS 6.5, I don't have 7, and has been there in previous
> > releases.  
> 
> But that dialog does not give you the option to use the VMWare
> Paravirtual controller, correct? Its definitely not there in my
> Workstation 7 wizard, and I'd love to make it show up if possible :)

Ah, no. I don't think that controller is available in 6.x. Good idea
that, add an option but don't let users enable it. I suppose it keeps the
bug reports down.


-- 
Neil Bothwick

Every morning is the dawn of a new error...

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

end of thread, other threads:[~2011-04-11 14:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-09  2:05 [gentoo-user] .config file for gentoo guest on vmware workstation 7.1.4 Adam Carter
2011-04-09  4:08 ` Pandu Poluan
2011-04-09  7:02   ` Adam Carter
2011-04-09  8:44     ` Pandu Poluan
2011-04-09  8:57     ` Neil Bothwick
2011-04-11  2:17       ` Mike Edenfield
2011-04-11  6:46         ` Pandu Poluan
2011-04-11  7:43         ` Neil Bothwick
2011-04-11 13:30           ` Mike Edenfield
2011-04-11 14:01             ` Neil Bothwick
2011-04-11  2:12     ` Mike Edenfield
2011-04-10  2:20   ` James Wall
2011-04-10  3:34     ` Pandu Poluan
2011-04-10 23:50   ` Adam Carter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox