public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* current mainline doesn't boot
@ 2014-10-17 22:44 Steve French
  2014-10-17 23:44 ` Felipe Balbi
  0 siblings, 1 reply; 9+ messages in thread
From: Steve French @ 2014-10-17 22:44 UTC (permalink / raw)
  To: LKML

Anyone know a workaround for the problem booting current mainline?
3.17 works fine for me, but recent mainline since 3.17 goes to a black
screen near the end of boot as X is about to start.

I also tried the Ubuntu build of the day (which also is based on
current mainline but with the Ubuntu config just in case it was some
driver issue) which fails the same way.



-- 
Thanks,

Steve

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

* Re: current mainline doesn't boot
  2014-10-17 22:44 current mainline doesn't boot Steve French
@ 2014-10-17 23:44 ` Felipe Balbi
  2014-10-17 23:52   ` Steve French
  0 siblings, 1 reply; 9+ messages in thread
From: Felipe Balbi @ 2014-10-17 23:44 UTC (permalink / raw)
  To: Steve French; +Cc: LKML

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

Hi,

On Fri, Oct 17, 2014 at 05:44:02PM -0500, Steve French wrote:
> Anyone know a workaround for the problem booting current mainline?
> 3.17 works fine for me, but recent mainline since 3.17 goes to a black
> screen near the end of boot as X is about to start.
> 
> I also tried the Ubuntu build of the day (which also is based on
> current mainline but with the Ubuntu config just in case it was some
> driver issue) which fails the same way.

you need to provide more information, here are a few queries which might
help:

1. which architecture ?
2. Can you get a serial console to get some dmesg output ?
3. after screen is black, can you ctrl + alt + F1 and get a console ?
4. where's you .config ?

-- 
balbi

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: current mainline doesn't boot
  2014-10-17 23:44 ` Felipe Balbi
@ 2014-10-17 23:52   ` Steve French
  2014-10-18 21:52     ` Steve French
  2014-10-19  6:17     ` current mainline doesn't boot Mike Galbraith
  0 siblings, 2 replies; 9+ messages in thread
From: Steve French @ 2014-10-17 23:52 UTC (permalink / raw)
  To: balbi; +Cc: LKML

This is vmware guest

sfrench@ubuntu:~/xfstests$ cat /proc/cpuinfo
processor    : 0
vendor_id    : GenuineIntel
cpu family    : 6
model        : 70
model name    : Intel(R) Core(TM) i7-4750HQ CPU @ 2.00GHz

(and using 64 bit kernel build) ...

I don't have the Ubuntu config for their mainline kernel test builds
any more (deleted the kernel since it didn't work) but they post their
.config diffs at
http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/current/

I could not get to a console so assumed it died in kernel as x was
coming up.  I will have to reinstall current mainline to see if I can
hook up a serial console (I had maximum kernel boot verbose in the
grub.cfg but nothing interesting before the black screen)

On Fri, Oct 17, 2014 at 6:44 PM, Felipe Balbi <balbi@ti.com> wrote:
> Hi,
>
> On Fri, Oct 17, 2014 at 05:44:02PM -0500, Steve French wrote:
>> Anyone know a workaround for the problem booting current mainline?
>> 3.17 works fine for me, but recent mainline since 3.17 goes to a black
>> screen near the end of boot as X is about to start.
>>
>> I also tried the Ubuntu build of the day (which also is based on
>> current mainline but with the Ubuntu config just in case it was some
>> driver issue) which fails the same way.
>
> you need to provide more information, here are a few queries which might
> help:
>
> 1. which architecture ?
> 2. Can you get a serial console to get some dmesg output ?
> 3. after screen is black, can you ctrl + alt + F1 and get a console ?
> 4. where's you .config ?
>
> --
> balbi



-- 
Thanks,

Steve

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

* Re: current mainline doesn't boot
  2014-10-17 23:52   ` Steve French
@ 2014-10-18 21:52     ` Steve French
  2014-10-19  2:02       ` Steve French
  2014-10-19  6:17     ` current mainline doesn't boot Mike Galbraith
  1 sibling, 1 reply; 9+ messages in thread
From: Steve French @ 2014-10-18 21:52 UTC (permalink / raw)
  To: balbi; +Cc: LKML

Same thing happened after pulling newly updated mainline kernel
changes a few minutes ago.

Black screen on boot just when you would expect x to be starting.
Hung. Ctl-alt-F1 doesn't do anything.

arch is x86_64.

3.17.1 works.  When I get time I will see if I can figure out more
useful info but this looks like a pretty boring setup:

sfrench@ubuntu:~$ glxinfo | grep -i "vendor"
server glx vendor string: SGI
client glx vendor string: Mesa Project and SGI
OpenGL vendor string: VMware, Inc.
sfrench@ubuntu:~$ grep LoadModule /var/log/Xorg.0.log
[    18.271] (II) LoadModule: "glx"
[    18.288] (II) LoadModule: "vmware"
[    18.352] (II) LoadModule: "modesetting"
[    18.355] (II) LoadModule: "fbdev"
[    18.360] (II) LoadModule: "vesa"
[    18.369] (II) LoadModule: "fbdevhw"
[    18.372] (II) LoadModule: "fb"
[    18.379] (II) LoadModule: "dri2"
[    18.479] (II) LoadModule: "evdev"
[    18.484] (II) LoadModule: "vmmouse"

On Fri, Oct 17, 2014 at 6:52 PM, Steve French <smfrench@gmail.com> wrote:
> This is vmware guest
>
> sfrench@ubuntu:~/xfstests$ cat /proc/cpuinfo
> processor    : 0
> vendor_id    : GenuineIntel
> cpu family    : 6
> model        : 70
> model name    : Intel(R) Core(TM) i7-4750HQ CPU @ 2.00GHz
>
> (and using 64 bit kernel build) ...
>
> I don't have the Ubuntu config for their mainline kernel test builds
> any more (deleted the kernel since it didn't work) but they post their
> .config diffs at
> http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/current/
>
> I could not get to a console so assumed it died in kernel as x was
> coming up.  I will have to reinstall current mainline to see if I can
> hook up a serial console (I had maximum kernel boot verbose in the
> grub.cfg but nothing interesting before the black screen)
>
> On Fri, Oct 17, 2014 at 6:44 PM, Felipe Balbi <balbi@ti.com> wrote:
>> Hi,
>>
>> On Fri, Oct 17, 2014 at 05:44:02PM -0500, Steve French wrote:
>>> Anyone know a workaround for the problem booting current mainline?
>>> 3.17 works fine for me, but recent mainline since 3.17 goes to a black
>>> screen near the end of boot as X is about to start.
>>>
>>> I also tried the Ubuntu build of the day (which also is based on
>>> current mainline but with the Ubuntu config just in case it was some
>>> driver issue) which fails the same way.
>>
>> you need to provide more information, here are a few queries which might
>> help:
>>
>> 1. which architecture ?
>> 2. Can you get a serial console to get some dmesg output ?
>> 3. after screen is black, can you ctrl + alt + F1 and get a console ?
>> 4. where's you .config ?
>>
>> --
>> balbi
>
>
>
> --
> Thanks,
>
> Steve



-- 
Thanks,

Steve

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

* Re: current mainline doesn't boot
  2014-10-18 21:52     ` Steve French
@ 2014-10-19  2:02       ` Steve French
  2014-10-24 16:13         ` current mainline doesn't boot on VWware platform Dmitry Torokhov
  0 siblings, 1 reply; 9+ messages in thread
From: Steve French @ 2014-10-19  2:02 UTC (permalink / raw)
  To: balbi; +Cc: LKML

Interesting to see that Fedora has similar problems with current
kernel (I pulled mainline again a few hours ago).

Fedora 20 x86_64 in vmware boots to logon prompt but no mouse, no
keyboard, system hung.  Ctl-alt-f1 doesn't do anything.  Even with
verbose on kernel boot line, the extra debug messages have all been
cleared by the time the hang occurs so nothing useful displayed.

To be as safe as possible I used their default .config
/boot/config-3.16.6-200.fc20.x86_64 to do a clean build of mainline.
Once again, 3.16 and 3.17 work but not current mainline.

On Sat, Oct 18, 2014 at 4:52 PM, Steve French <smfrench@gmail.com> wrote:
> Same thing happened after pulling newly updated mainline kernel
> changes a few minutes ago.
>
> Black screen on boot just when you would expect x to be starting.
> Hung. Ctl-alt-F1 doesn't do anything.
>
> arch is x86_64.
>
> 3.17.1 works.  When I get time I will see if I can figure out more
> useful info but this looks like a pretty boring setup:
>
> sfrench@ubuntu:~$ glxinfo | grep -i "vendor"
> server glx vendor string: SGI
> client glx vendor string: Mesa Project and SGI
> OpenGL vendor string: VMware, Inc.
> sfrench@ubuntu:~$ grep LoadModule /var/log/Xorg.0.log
> [    18.271] (II) LoadModule: "glx"
> [    18.288] (II) LoadModule: "vmware"
> [    18.352] (II) LoadModule: "modesetting"
> [    18.355] (II) LoadModule: "fbdev"
> [    18.360] (II) LoadModule: "vesa"
> [    18.369] (II) LoadModule: "fbdevhw"
> [    18.372] (II) LoadModule: "fb"
> [    18.379] (II) LoadModule: "dri2"
> [    18.479] (II) LoadModule: "evdev"
> [    18.484] (II) LoadModule: "vmmouse"
>
> On Fri, Oct 17, 2014 at 6:52 PM, Steve French <smfrench@gmail.com> wrote:
>> This is vmware guest
>>
>> sfrench@ubuntu:~/xfstests$ cat /proc/cpuinfo
>> processor    : 0
>> vendor_id    : GenuineIntel
>> cpu family    : 6
>> model        : 70
>> model name    : Intel(R) Core(TM) i7-4750HQ CPU @ 2.00GHz
>>
>> (and using 64 bit kernel build) ...
>>
>> I don't have the Ubuntu config for their mainline kernel test builds
>> any more (deleted the kernel since it didn't work) but they post their
>> .config diffs at
>> http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/current/
>>
>> I could not get to a console so assumed it died in kernel as x was
>> coming up.  I will have to reinstall current mainline to see if I can
>> hook up a serial console (I had maximum kernel boot verbose in the
>> grub.cfg but nothing interesting before the black screen)
>>
>> On Fri, Oct 17, 2014 at 6:44 PM, Felipe Balbi <balbi@ti.com> wrote:
>>> Hi,
>>>
>>> On Fri, Oct 17, 2014 at 05:44:02PM -0500, Steve French wrote:
>>>> Anyone know a workaround for the problem booting current mainline?
>>>> 3.17 works fine for me, but recent mainline since 3.17 goes to a black
>>>> screen near the end of boot as X is about to start.
>>>>
>>>> I also tried the Ubuntu build of the day (which also is based on
>>>> current mainline but with the Ubuntu config just in case it was some
>>>> driver issue) which fails the same way.
>>>
>>> you need to provide more information, here are a few queries which might
>>> help:
>>>
>>> 1. which architecture ?
>>> 2. Can you get a serial console to get some dmesg output ?
>>> 3. after screen is black, can you ctrl + alt + F1 and get a console ?
>>> 4. where's you .config ?
>>>
>>> --
>>> balbi
>>
>>
>>
>> --
>> Thanks,
>>
>> Steve
>
>
>
> --
> Thanks,
>
> Steve



-- 
Thanks,

Steve

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

* Re: current mainline doesn't boot
  2014-10-17 23:52   ` Steve French
  2014-10-18 21:52     ` Steve French
@ 2014-10-19  6:17     ` Mike Galbraith
  1 sibling, 0 replies; 9+ messages in thread
From: Mike Galbraith @ 2014-10-19  6:17 UTC (permalink / raw)
  To: Steve French; +Cc: balbi, LKML

On Fri, 2014-10-17 at 18:52 -0500, Steve French wrote: 
> This is vmware guest

Take this with a grain of salt, but you might need to manually update
their glue.

I was given a gratis copy of the thing with a license for a year.  Not
being willing to pay to keep the license of a toy I have no real use for
alive, I had to do the manual adjust/rebuild thing if I wanted play with
a kernel newer kernel than the last update handled.  No idea if that's
still needed, I trashed the thing when the entertainment value of
watching vaporite box "performance" wore off.

-Mike


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

* Re: current mainline doesn't boot on VWware platform
  2014-10-19  2:02       ` Steve French
@ 2014-10-24 16:13         ` Dmitry Torokhov
  2014-10-24 17:34           ` Ravindra Kumar
  2014-10-27  8:30           ` Thomas Hellstrom
  0 siblings, 2 replies; 9+ messages in thread
From: Dmitry Torokhov @ 2014-10-24 16:13 UTC (permalink / raw)
  To: Steve French; +Cc: balbi, LKML, ravindrakumar, Thomas Hellstrom, akataria

Hi Steve,

On Sat, Oct 18, 2014 at 09:02:15PM -0500, Steve French wrote:
> Interesting to see that Fedora has similar problems with current
> kernel (I pulled mainline again a few hours ago).
> 
> Fedora 20 x86_64 in vmware boots to logon prompt but no mouse, no
> keyboard, system hung.  Ctl-alt-f1 doesn't do anything.  Even with
> verbose on kernel boot line, the extra debug messages have all been
> cleared by the time the hang occurs so nothing useful displayed.
> 
> To be as safe as possible I used their default .config
> /boot/config-3.16.6-200.fc20.x86_64 to do a clean build of mainline.
> Once again, 3.16 and 3.17 work but not current mainline.

Let's add a few VMware people. I am pretty sure they'd be interested in
why it does not work.

Guys, could you please route as appropriate.

Thanks.

> 
> On Sat, Oct 18, 2014 at 4:52 PM, Steve French <smfrench@gmail.com> wrote:
> > Same thing happened after pulling newly updated mainline kernel
> > changes a few minutes ago.
> >
> > Black screen on boot just when you would expect x to be starting.
> > Hung. Ctl-alt-F1 doesn't do anything.
> >
> > arch is x86_64.
> >
> > 3.17.1 works.  When I get time I will see if I can figure out more
> > useful info but this looks like a pretty boring setup:
> >
> > sfrench@ubuntu:~$ glxinfo | grep -i "vendor"
> > server glx vendor string: SGI
> > client glx vendor string: Mesa Project and SGI
> > OpenGL vendor string: VMware, Inc.
> > sfrench@ubuntu:~$ grep LoadModule /var/log/Xorg.0.log
> > [    18.271] (II) LoadModule: "glx"
> > [    18.288] (II) LoadModule: "vmware"
> > [    18.352] (II) LoadModule: "modesetting"
> > [    18.355] (II) LoadModule: "fbdev"
> > [    18.360] (II) LoadModule: "vesa"
> > [    18.369] (II) LoadModule: "fbdevhw"
> > [    18.372] (II) LoadModule: "fb"
> > [    18.379] (II) LoadModule: "dri2"
> > [    18.479] (II) LoadModule: "evdev"
> > [    18.484] (II) LoadModule: "vmmouse"
> >
> > On Fri, Oct 17, 2014 at 6:52 PM, Steve French <smfrench@gmail.com> wrote:
> >> This is vmware guest
> >>
> >> sfrench@ubuntu:~/xfstests$ cat /proc/cpuinfo
> >> processor    : 0
> >> vendor_id    : GenuineIntel
> >> cpu family    : 6
> >> model        : 70
> >> model name    : Intel(R) Core(TM) i7-4750HQ CPU @ 2.00GHz
> >>
> >> (and using 64 bit kernel build) ...
> >>
> >> I don't have the Ubuntu config for their mainline kernel test builds
> >> any more (deleted the kernel since it didn't work) but they post their
> >> .config diffs at
> >> http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/current/
> >>
> >> I could not get to a console so assumed it died in kernel as x was
> >> coming up.  I will have to reinstall current mainline to see if I can
> >> hook up a serial console (I had maximum kernel boot verbose in the
> >> grub.cfg but nothing interesting before the black screen)
> >>
> >> On Fri, Oct 17, 2014 at 6:44 PM, Felipe Balbi <balbi@ti.com> wrote:
> >>> Hi,
> >>>
> >>> On Fri, Oct 17, 2014 at 05:44:02PM -0500, Steve French wrote:
> >>>> Anyone know a workaround for the problem booting current mainline?
> >>>> 3.17 works fine for me, but recent mainline since 3.17 goes to a black
> >>>> screen near the end of boot as X is about to start.
> >>>>
> >>>> I also tried the Ubuntu build of the day (which also is based on
> >>>> current mainline but with the Ubuntu config just in case it was some
> >>>> driver issue) which fails the same way.
> >>>
> >>> you need to provide more information, here are a few queries which might
> >>> help:
> >>>
> >>> 1. which architecture ?
> >>> 2. Can you get a serial console to get some dmesg output ?
> >>> 3. after screen is black, can you ctrl + alt + F1 and get a console ?
> >>> 4. where's you .config ?
> >>>
> >>> --
> >>> balbi
> >>
> >>
> >>
> >> --
> >> Thanks,
> >>
> >> Steve
> >
> >
> >
> > --
> > Thanks,
> >
> > Steve
> 
> 
> 
> -- 
> Thanks,
> 
> Steve
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

-- 
Dmitry

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

* RE: current mainline doesn't boot on VWware platform
  2014-10-24 16:13         ` current mainline doesn't boot on VWware platform Dmitry Torokhov
@ 2014-10-24 17:34           ` Ravindra Kumar
  2014-10-27  8:30           ` Thomas Hellstrom
  1 sibling, 0 replies; 9+ messages in thread
From: Ravindra Kumar @ 2014-10-24 17:34 UTC (permalink / raw)
  To: Dmitry Torokhov, Steve French
  Cc: balbi@ti.com, LKML, Thomas Hellstrom, Alok Kataria

Thomas, could it be same as https://bugs.freedesktop.org/show_bug.cgi?id=80645 again?

-----Original Message-----
From: Dmitry Torokhov [mailto:dmitry.torokhov@gmail.com] 
Sent: Friday, October 24, 2014 9:14 AM
To: Steve French
Cc: balbi@ti.com; LKML; Ravindra Kumar; Thomas Hellstrom; Alok Kataria
Subject: Re: current mainline doesn't boot on VWware platform

Hi Steve,

On Sat, Oct 18, 2014 at 09:02:15PM -0500, Steve French wrote:
> Interesting to see that Fedora has similar problems with current 
> kernel (I pulled mainline again a few hours ago).
> 
> Fedora 20 x86_64 in vmware boots to logon prompt but no mouse, no 
> keyboard, system hung.  Ctl-alt-f1 doesn't do anything.  Even with 
> verbose on kernel boot line, the extra debug messages have all been 
> cleared by the time the hang occurs so nothing useful displayed.
> 
> To be as safe as possible I used their default .config
> /boot/config-3.16.6-200.fc20.x86_64 to do a clean build of mainline.
> Once again, 3.16 and 3.17 work but not current mainline.

Let's add a few VMware people. I am pretty sure they'd be interested in why it does not work.

Guys, could you please route as appropriate.

Thanks.

> 
> On Sat, Oct 18, 2014 at 4:52 PM, Steve French <smfrench@gmail.com> wrote:
> > Same thing happened after pulling newly updated mainline kernel 
> > changes a few minutes ago.
> >
> > Black screen on boot just when you would expect x to be starting.
> > Hung. Ctl-alt-F1 doesn't do anything.
> >
> > arch is x86_64.
> >
> > 3.17.1 works.  When I get time I will see if I can figure out more 
> > useful info but this looks like a pretty boring setup:
> >
> > sfrench@ubuntu:~$ glxinfo | grep -i "vendor"
> > server glx vendor string: SGI
> > client glx vendor string: Mesa Project and SGI OpenGL vendor string: 
> > VMware, Inc.
> > sfrench@ubuntu:~$ grep LoadModule /var/log/Xorg.0.log
> > [    18.271] (II) LoadModule: "glx"
> > [    18.288] (II) LoadModule: "vmware"
> > [    18.352] (II) LoadModule: "modesetting"
> > [    18.355] (II) LoadModule: "fbdev"
> > [    18.360] (II) LoadModule: "vesa"
> > [    18.369] (II) LoadModule: "fbdevhw"
> > [    18.372] (II) LoadModule: "fb"
> > [    18.379] (II) LoadModule: "dri2"
> > [    18.479] (II) LoadModule: "evdev"
> > [    18.484] (II) LoadModule: "vmmouse"
> >
> > On Fri, Oct 17, 2014 at 6:52 PM, Steve French <smfrench@gmail.com> wrote:
> >> This is vmware guest
> >>
> >> sfrench@ubuntu:~/xfstests$ cat /proc/cpuinfo
> >> processor    : 0
> >> vendor_id    : GenuineIntel
> >> cpu family    : 6
> >> model        : 70
> >> model name    : Intel(R) Core(TM) i7-4750HQ CPU @ 2.00GHz
> >>
> >> (and using 64 bit kernel build) ...
> >>
> >> I don't have the Ubuntu config for their mainline kernel test 
> >> builds any more (deleted the kernel since it didn't work) but they 
> >> post their .config diffs at
> >> https://urldefense.proofpoint.com/v1/url?u=http://kernel.ubuntu.com
> >> /~kernel-ppa/mainline/daily/current/&k=oIvRg1%2BdGAgOoM1BIlLLqw%3D%
> >> 3D%0A&r=oGRqRJb%2BhkJPg50%2BV8ZXHpwGAxAMbFoFF8Oa3SfNFqg%3D%0A&m=KT3
> >> nd2WvOtmE3TxnuxeU7ySPrD7G91YtKCITDaK7aC0%3D%0A&s=84cc4ce1780ae7d054
> >> e8d381139ece045075711529a3f3a8a1b7080c86d56324
> >>
> >> I could not get to a console so assumed it died in kernel as x was 
> >> coming up.  I will have to reinstall current mainline to see if I 
> >> can hook up a serial console (I had maximum kernel boot verbose in 
> >> the grub.cfg but nothing interesting before the black screen)
> >>
> >> On Fri, Oct 17, 2014 at 6:44 PM, Felipe Balbi <balbi@ti.com> wrote:
> >>> Hi,
> >>>
> >>> On Fri, Oct 17, 2014 at 05:44:02PM -0500, Steve French wrote:
> >>>> Anyone know a workaround for the problem booting current mainline?
> >>>> 3.17 works fine for me, but recent mainline since 3.17 goes to a 
> >>>> black screen near the end of boot as X is about to start.
> >>>>
> >>>> I also tried the Ubuntu build of the day (which also is based on 
> >>>> current mainline but with the Ubuntu config just in case it was 
> >>>> some driver issue) which fails the same way.
> >>>
> >>> you need to provide more information, here are a few queries which 
> >>> might
> >>> help:
> >>>
> >>> 1. which architecture ?
> >>> 2. Can you get a serial console to get some dmesg output ?
> >>> 3. after screen is black, can you ctrl + alt + F1 and get a console ?
> >>> 4. where's you .config ?
> >>>
> >>> --
> >>> balbi
> >>
> >>
> >>
> >> --
> >> Thanks,
> >>
> >> Steve
> >
> >
> >
> > --
> > Thanks,
> >
> > Steve
> 
> 
> 
> --
> Thanks,
> 
> Steve
> --
> To unsubscribe from this list: send the line "unsubscribe 
> linux-kernel" in the body of a message to majordomo@vger.kernel.org 
> More majordomo info at  
> https://urldefense.proofpoint.com/v1/url?u=http://vger.kernel.org/majo
> rdomo-info.html&k=oIvRg1%2BdGAgOoM1BIlLLqw%3D%3D%0A&r=oGRqRJb%2BhkJPg5
> 0%2BV8ZXHpwGAxAMbFoFF8Oa3SfNFqg%3D%0A&m=KT3nd2WvOtmE3TxnuxeU7ySPrD7G91
> YtKCITDaK7aC0%3D%0A&s=f6dee438ce2574b1716d6a58b14eb1caba3359030b6078f4
> 4b03085dcee6e646 Please read the FAQ at  
> https://urldefense.proofpoint.com/v1/url?u=http://www.tux.org/lkml/&k=
> oIvRg1%2BdGAgOoM1BIlLLqw%3D%3D%0A&r=oGRqRJb%2BhkJPg50%2BV8ZXHpwGAxAMbF
> oFF8Oa3SfNFqg%3D%0A&m=KT3nd2WvOtmE3TxnuxeU7ySPrD7G91YtKCITDaK7aC0%3D%0
> A&s=5dd0796c72e00951cd35629a25ba29a57334984e4e164fd69c9052abe8380319

--
Dmitry

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

* Re: current mainline doesn't boot on VWware platform
  2014-10-24 16:13         ` current mainline doesn't boot on VWware platform Dmitry Torokhov
  2014-10-24 17:34           ` Ravindra Kumar
@ 2014-10-27  8:30           ` Thomas Hellstrom
  1 sibling, 0 replies; 9+ messages in thread
From: Thomas Hellstrom @ 2014-10-27  8:30 UTC (permalink / raw)
  To: Steve French; +Cc: Dmitry Torokhov, balbi, LKML, ravindrakumar, akataria

Hi!

Thanks for forwarding. There is a bug on redhat bugzilla

https://bugzilla.redhat.com/show_bug.cgi?id=1155825

that might be related, but from what I can tell, the possible deadlock
reported there is only hypothetical.

/Thomas


On 10/24/2014 06:13 PM, Dmitry Torokhov wrote:
> Hi Steve,
>
> On Sat, Oct 18, 2014 at 09:02:15PM -0500, Steve French wrote:
>> Interesting to see that Fedora has similar problems with current
>> kernel (I pulled mainline again a few hours ago).
>>
>> Fedora 20 x86_64 in vmware boots to logon prompt but no mouse, no
>> keyboard, system hung.  Ctl-alt-f1 doesn't do anything.  Even with
>> verbose on kernel boot line, the extra debug messages have all been
>> cleared by the time the hang occurs so nothing useful displayed.
>>
>> To be as safe as possible I used their default .config
>> /boot/config-3.16.6-200.fc20.x86_64 to do a clean build of mainline.
>> Once again, 3.16 and 3.17 work but not current mainline.
> Let's add a few VMware people. I am pretty sure they'd be interested in
> why it does not work.
>
> Guys, could you please route as appropriate.
>
> Thanks.
>
>> On Sat, Oct 18, 2014 at 4:52 PM, Steve French <smfrench@gmail.com> wrote:
>>> Same thing happened after pulling newly updated mainline kernel
>>> changes a few minutes ago.
>>>
>>> Black screen on boot just when you would expect x to be starting.
>>> Hung. Ctl-alt-F1 doesn't do anything.
>>>
>>> arch is x86_64.
>>>
>>> 3.17.1 works.  When I get time I will see if I can figure out more
>>> useful info but this looks like a pretty boring setup:
>>>
>>> sfrench@ubuntu:~$ glxinfo | grep -i "vendor"
>>> server glx vendor string: SGI
>>> client glx vendor string: Mesa Project and SGI
>>> OpenGL vendor string: VMware, Inc.
>>> sfrench@ubuntu:~$ grep LoadModule /var/log/Xorg.0.log
>>> [    18.271] (II) LoadModule: "glx"
>>> [    18.288] (II) LoadModule: "vmware"
>>> [    18.352] (II) LoadModule: "modesetting"
>>> [    18.355] (II) LoadModule: "fbdev"
>>> [    18.360] (II) LoadModule: "vesa"
>>> [    18.369] (II) LoadModule: "fbdevhw"
>>> [    18.372] (II) LoadModule: "fb"
>>> [    18.379] (II) LoadModule: "dri2"
>>> [    18.479] (II) LoadModule: "evdev"
>>> [    18.484] (II) LoadModule: "vmmouse"
>>>
>>> On Fri, Oct 17, 2014 at 6:52 PM, Steve French <smfrench@gmail.com> wrote:
>>>> This is vmware guest
>>>>
>>>> sfrench@ubuntu:~/xfstests$ cat /proc/cpuinfo
>>>> processor    : 0
>>>> vendor_id    : GenuineIntel
>>>> cpu family    : 6
>>>> model        : 70
>>>> model name    : Intel(R) Core(TM) i7-4750HQ CPU @ 2.00GHz
>>>>
>>>> (and using 64 bit kernel build) ...
>>>>
>>>> I don't have the Ubuntu config for their mainline kernel test builds
>>>> any more (deleted the kernel since it didn't work) but they post their
>>>> .config diffs at
>>>> https://urldefense.proofpoint.com/v1/url?u=http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/current/&k=oIvRg1%2BdGAgOoM1BIlLLqw%3D%3D%0A&r=l5Ago9ekmVFZ3c4M6eauqrJWGwjf6fTb%2BP3CxbBFkVM%3D%0A&m=wp7Vk7bzPRuHbjuXgvt6xD%2F5rYqFnHiHkWIbhmFC%2FM8%3D%0A&s=4e9068baa1dd8756d9843bd41f3568505198d273fe6d15fa2cf666c844f601cf
>>>>
>>>> I could not get to a console so assumed it died in kernel as x was
>>>> coming up.  I will have to reinstall current mainline to see if I can
>>>> hook up a serial console (I had maximum kernel boot verbose in the
>>>> grub.cfg but nothing interesting before the black screen)
>>>>
>>>> On Fri, Oct 17, 2014 at 6:44 PM, Felipe Balbi <balbi@ti.com> wrote:
>>>>> Hi,
>>>>>
>>>>> On Fri, Oct 17, 2014 at 05:44:02PM -0500, Steve French wrote:
>>>>>> Anyone know a workaround for the problem booting current mainline?
>>>>>> 3.17 works fine for me, but recent mainline since 3.17 goes to a black
>>>>>> screen near the end of boot as X is about to start.
>>>>>>
>>>>>> I also tried the Ubuntu build of the day (which also is based on
>>>>>> current mainline but with the Ubuntu config just in case it was some
>>>>>> driver issue) which fails the same way.
>>>>> you need to provide more information, here are a few queries which might
>>>>> help:
>>>>>
>>>>> 1. which architecture ?
>>>>> 2. Can you get a serial console to get some dmesg output ?
>>>>> 3. after screen is black, can you ctrl + alt + F1 and get a console ?
>>>>> 4. where's you .config ?
>>>>>
>>>>> --
>>>>> balbi
>>>>
>>>>
>>>> --
>>>> Thanks,
>>>>
>>>> Steve
>>>
>>>
>>> --
>>> Thanks,
>>>
>>> Steve
>>
>>
>> -- 
>> Thanks,
>>
>> Steve
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  https://urldefense.proofpoint.com/v1/url?u=http://vger.kernel.org/majordomo-info.html&k=oIvRg1%2BdGAgOoM1BIlLLqw%3D%3D%0A&r=l5Ago9ekmVFZ3c4M6eauqrJWGwjf6fTb%2BP3CxbBFkVM%3D%0A&m=wp7Vk7bzPRuHbjuXgvt6xD%2F5rYqFnHiHkWIbhmFC%2FM8%3D%0A&s=21dbd5ec2e156ce4853d5ce9152289dc4475e1ea039790635ea0cd635312c820
>> Please read the FAQ at  https://urldefense.proofpoint.com/v1/url?u=http://www.tux.org/lkml/&k=oIvRg1%2BdGAgOoM1BIlLLqw%3D%3D%0A&r=l5Ago9ekmVFZ3c4M6eauqrJWGwjf6fTb%2BP3CxbBFkVM%3D%0A&m=wp7Vk7bzPRuHbjuXgvt6xD%2F5rYqFnHiHkWIbhmFC%2FM8%3D%0A&s=154e0c0abab99c1124e5b456fa05bf421d973a3bd69a2e71a3aec89085bf2765


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

end of thread, other threads:[~2014-10-27  8:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-17 22:44 current mainline doesn't boot Steve French
2014-10-17 23:44 ` Felipe Balbi
2014-10-17 23:52   ` Steve French
2014-10-18 21:52     ` Steve French
2014-10-19  2:02       ` Steve French
2014-10-24 16:13         ` current mainline doesn't boot on VWware platform Dmitry Torokhov
2014-10-24 17:34           ` Ravindra Kumar
2014-10-27  8:30           ` Thomas Hellstrom
2014-10-19  6:17     ` current mainline doesn't boot Mike Galbraith

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