HELP! Imaging thinkpad tablet 2 with WDS

I am on a strict timeline and need to image over 100 tablets (thinkpad tablet 2) and I'm running into issues with my  WDS setup. I've imaged many laptops etc before but this has the UEFI BIOS. I'm using a WDS server on Server 2012.
I've setup a boot image using Windows 8 32bit.
-Attempted to use the Lenovo 3.0 USB/Network Dongle. (I've since heard that you can only use the 2.0 ver?)
-Turned off the secure boot in the BIOS
-set the USB device as the first boot item
-turned off F12 in the BIOS and in WDS
-set my DHCP opt 67 to: boot\x86\wdsmgfw.efi
When I boot the tablet it won't even see the USB/PXE boot. It boots to the hdd. Is it truly due to the USB 2.0 dongle vs. the 3.0? Anyone? Bueller? HELP!
Do I need to do anything else on my WDS server?

Sounds to me like it could be a driver issue. What's the error message that appears on the "frowny face" screen?
Also, have you checked out this thread? It may have some useful information for you:
https://forums.lenovo.com/t5/Enterprise-Management-IT/Deploying-Windows-8-to-the-new-ThinkPad-Tablet...

Similar Messages

  • Want to use SCCM 2007 to image thinkpad 10 with windows 7

    Hello,
    can someone tell me if
    SCCM 2007 can be used to build the thinkpad 10 tablet and if it can
    can I deploy a windows 7 x64 image to it and it I can
    where are the drivers as I can only find windows 8 drivers.
    I have build a Helix successfully in the past with windows 7 but I cannot get the thinkpad to work, what am I missing?????
    thanks
    Nazir

    Perhaps this page from Microsoft will help understand which versions of SCCM can deploy which versions of OS:
    http://support.microsoft.com/kb/2909893/en-us
    As for the ThinkPad 10, I believe it only supports Windows 8.1 so there will be no Windows 7 SCCM driver pack for it.

  • Sysprep unattend file not applying when image is captured with wds (no errors)

    So I've been around the block a bit using sysprep and wds.  Recently I've created a reference image with a virtualbox environment using windows 7 x64. I was succesfully able to create a reference image, sysprep it and capture it to the wds server. My
    plan there after was to create driver specific images for each model computer we use here after not having much success using the driver store (another story)
    Any how So I take my reference image and deploy it to a new computer... In this case an HP Probook 5310m.  Install any missing drivers and Sysprep it with the following command.  sysprep /generalize /oobe /unattend:unattend.xml /shutdown
    Below is the sysprep file I have been using
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <settings pass="generalize">
            <component name="Microsoft-Windows-Security-SPP" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <SkipRearm>0</SkipRearm>
            </component>
            <component name="Microsoft-Windows-PnpSysprep" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <DoNotCleanUpNonPresentDevices>true</DoNotCleanUpNonPresentDevices>
                <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>
            </component>
        </settings>
        <settings pass="specialize">
            <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <SkipAutoActivation>true</SkipAutoActivation>
            </component>
            <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ShowWindowsLive>false</ShowWindowsLive>
                <TimeZone>Eastern Standard Time</TimeZone>
                <CopyProfile>true</CopyProfile>
                <ProductKey>74fdj-7dtw8-q9mp9-ypth8-qb27y</ProductKey>
            </component>
        </settings>
        <settings pass="oobeSystem">
            <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <OEMInformation>
                    <Logo>c:\windows\system32\oemlogo.bmp</Logo>
                    <SupportHours>Regular Business Hrs (Overnight Support Provided)</SupportHours>
                    <SupportURL>url</SupportURL>
                    <SupportPhone>Phone number</SupportPhone>
                </OEMInformation>
                <OOBE>
                    <HideEULAPage>true</HideEULAPage>
                    <NetworkLocation>Work</NetworkLocation>
                    <ProtectYourPC>1</ProtectYourPC>
                    <HideWirelessSetupInOOBE>false</HideWirelessSetupInOOBE>
                </OOBE>
                <UserAccounts>
                    <LocalAccounts>
                        <LocalAccount wcm:action="add">
                            <Password>
                                <Value>TAAxAEQAMwBzAHQAcgBpACEAUABhAHMAcwB3AG8AcgBkAA==</Value>
                                <PlainText>false</PlainText>
                            </Password>
                            <Description>Local Administrator</Description>
                            <DisplayName>Root</DisplayName>
                            <Group>Administrators</Group>
                            <Name>Root</Name>
                        </LocalAccount>
                    </LocalAccounts>
                </UserAccounts>
                <TimeZone>Eastern Standard Time</TimeZone>
                <ShowWindowsLive>false</ShowWindowsLive>
                <FirstLogonCommands>
                    <SynchronousCommand wcm:action="add">
                        <Order>1</Order>
                        <CommandLine>slmgr.vbs /ipk {serial key}</CommandLine>
                    </SynchronousCommand>
                    <SynchronousCommand wcm:action="add">
                        <Order>2</Order>
                        <CommandLine>slmgr.vbs /ato</CommandLine>
                    </SynchronousCommand>
                </FirstLogonCommands>
            </component>
            <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <InputLocale>en-US</InputLocale>
                <SystemLocale>en-US</SystemLocale>
                <UILanguage>en-US</UILanguage>
                <UILanguageFallback>en-US</UILanguageFallback>
                <UserLocale>en-US</UserLocale>
            </component>
        </settings>
        <cpi:offlineImage cpi:source="catalog:v:/sources/install_windows 7 professional.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>
    The machine succesfully syspreps and shuts down. I restart the computer pxe boot and capture the image succesfully.
    Now here comes my problem...
    Upon deploying the above driver specific image.. my sysprep file is not applied.  Nothing from the OOBE wizard answers to the pc logo , or first logon commands are applied ... nothing.. I have gotten no errors during this whole process.  I have
    started to try to read the logs within the panther folder but havent gotten far.
    What is weird to me is that I have tried recreating this image... deploy the reference image... add drivers ... sysprep ...shutdown.  And if I boot normally (without capturing the image) the computer shows all of the sysprep changes..  Only when
    i capture the image does it not apply the changes....
    I'm stumped...
    Any ides?

    Confirm this scenario: You installed Windows, then ran sysprep and used the /unattend switch. Then you captured the image.
    In this scenario there are 2 deployment methods.
    1. If you deploy the image with DISM, the answer file generated by sysprep is detected on first boot and settings are applied. It is the same function as if you ran sysprep and chose to restart.
    2. If you deploy the image using Setup.exe, it does not use the answer file specified by sysprep prior to capturing. I have not looked into *why* this happens, but I suspect that after the image is applied, it replaces the unattend.xml with the generic one.
    If you are using Setup.exe, you need to use its /unattend switch and point to the answer file location. This location cannot be inside of the image. If you are not using setup.exe in a manual method (using WDS) you will need to apply the answer file to the
    install image in the WDS snap-in.

  • What is the best design tablet with stylus to have an easy interface with Adobe Photoshop?

           What is best design tablet with stylus for use with Adobe Photoshop for this holiday seasons offering 2013?
    I am trying to find a tablet with good stylus  to work with Adobe Design products primarily Photoshop. I would like one that worked in layers with photoshop.
    The folks a Wacom don't even answer the phone just a recorded message go to the web site with questions.  Not a good sign for a company. So what is a good design tablets for pressure sensitive stylus? Will wacom cintiq tablet interface well with Apple Imac IOS 10.8?
    I love my Samsung note 3 but it will not easily transfer images to apple Imac 10.8.
    Please help me find tablets with good adobe design interface?  Just tell me which way to jump. It is easier to leave Apple for PC or Android  than to abandon Adobe knowledge. The products have to work together.
    Does wacom Cintiq not embrace an easy interface with Apple  Imac IOS 10.8 latest software. Wacom seems to be championing Windows 8 as a companion to their tablet interface.
    Can an Ipad deliver good layered designs using adobe software design programs and a stylus?
    What should I buy for an Adobe design tablet with pressure sensitive stylus for ths Holiday Season? 
    Should i wait until next year?
    Will the tablet work in  Photoshop layers?
    this link seemed ominus
    http://forums.adobe.com/message/4950467

    subhash007 wrote:It's not 802.3ad link aggreagated interface. In the switch side, the ports will be configured as normal access ports and the bonding config will be done on the server side.
    To be honest, I don't understand how the Linux bonding mode can work without anything configured the other end.
    My understanding of 'bonding' comes from Multilink PPP (MLP) where the data stream is chopped up and split across two (or more) circuits. At the other end, a similar MLP-enabled device reforms the data stream from the multiple circuits, maintaining packet order. But this requires MLP-enabled 'bonding' devices at each end.
    Perhaps you could help me better understand the Linux bonding...
    subhash007 wrote:If any single homed server is connected to Switch 2, what will be traffic path for its data packets?Switch 2 ------------------> Switch 1 ----------------------> Active firewall                                   ORSwitch 2 ------------------> Passive Firewall -----------> Active Firewall
    If the firewalls operate in the same fashion as Cisco ASAs, then the inter-firewall link doesn't carry traffic. It's for failover detection and HTTP replication only. But like I said, I'm not familiar with this vendor's products.
    subhash007 wrote:Also will there be any change in traffic path if the trunk between Switch 1 & Switch 2 is converted to L3 routed interface? Since there is no VRRP, i can convert the trunk to L3 right?
    Same as above.

  • Help with updating model and serial on thinkpad tablet 2

    Hi was after the procedure for changing / updating the MTM and serial number on a thinkpad tablet 2 that has just had a new mainboard installed.
    We are a authorised warranty center in AUS yur help would be appreciated

    You need to go through your formal Lenovo contacts for these tools/procedures.  We can't help you from the forum.

  • HT201210 I tried to do an update to the Ios 5 but it failed tried to restore my iphone however all im left with is an image of itunes with a usb connector please help as my phone will no longer work!!

    Hi I tried to do an update on my Iphone 4 hardware but it failed (dont knoyw why) I followed instructions to restore my Iphone unfortunatel all im left with is an image of itunes with a usb and a dead phone can someone help???

    Hey, I aggree with Tempelton for the most part, but if you are an advanced user on the computer on the phone, there is one thing you can try. There is a program called RecBoot, which might help you, and here is a page that might help you. http://jaxov.com/2010/05/recboot-iphone-recovery-mode/ If you are not an advanced user, I would NOT recomend using RecBoot, and just proceeding with the restore. A little consolation could be that you probably had Photo Stream on, and you might have been backing up to iCloud, which should mean you'll have some stuff after the resote. Sorry this happened!

  • Thinkpad Tablet 2 issues with installing Windows 8.1 Pro

    I have a Thinkpad Tablet 2 and haveput the 32 bit version of Windows 8.1 Pro onto a USB drive. In BIOS, my tablet identifies the drive correctly and I have successfully put given it the highest boot priority. When I start up with the USB drive in, the install for Windows 8.1 shows up. However, at this install I am unable to interact with what is displayed on the screen at all. I have tried using the physical buttons on the tablet, tapping the screen, and even a bluetooth keyboard (which I get the feeling won't work without drivers). Do I maybe have the wrong kind of install? I used the Media Creation Tool from Microsoft and also followed some instructions I saw on this forum that involved use of the command prompt to create a partition on the USB Drive (I can't seem to find them again).
    I'm sorry if this question has been addressed before; I am new to this forum and my attempts to search for this problem have yielded no results.

    You'll need a USB keyboard to navigate the BIOS. See
    http://forums.lenovo.com/t5/ThinkPad-Tablets-Knowledge-Base/How-to-navigate-in-ThinkPad-Tablet-2-BIO...
    ThinkPad 10 - 20C1002RUS
    Yoga 3 Pro

  • Please help me set up a WDS with relay

    I am attempting to create a WDS with 5 Airport Express units with the main station being connected to a wired router (will this slow things down?) I used the Airport Utility to designate the main station in WDS and then scanned for another station that I set up as remote. Everything works fines at this point.
    Next I selected another station as a relay and then selected the main station and the other ones which I want to act as remotes from the relay (not sure if I should include the remote that I already have set up off the main station as also a remote to the relay) But regardless this is when I get the message that I should not have DHCP and NAT enabled and that I should deselect the "Distribute IP Addresses" option which didn't come up when I set up the first remote from the main. I tried leaving these options both on or off but either way the relay didn't connect to the main however the remotes connected the the relay. (I have double checked that I have the main station for the relay selected properly.
    I was confused that you are to enter a network name and password for the relay because I thought it would it would automatically be changed to the main networks names and password. (Maybe it would have if I had it working right) Since it didn't I attempted entering in the main network name and password but it didn't help. A relay in WDS doesn't create another network name correct? Computers can also connect to a relay? I also thought it was strange that when I was scanning for the stations that the MAC address would come up but the name would be listed as "unknown" but am not sure if that is a big deal. One other issue I was experiencing was that my PMG5 couldn't connect to another station after already being connected to one for some unkown reason but luckily I have a PB to work with that had no trouble accessing the different stations to then attempt to configure as I have described. I also wonder if it woud be better to kepp the PMG5 wired from the wired router and then also connect the Main Airport Express to it. If anyone can provide any advice it will be greatly appreciated! Thanks a million!

    Sorry, would love to go into fine detail about this but I'm a little tired and frustrated at this point.
    I'm basically having the same problem as robosapien. I just want to create this simple configuration :-
    AirPort Extreme Base Station (main) <--> AirPort Express (relay) <--> Airport Express (remote)
    In following various instruction manuals, common sense and logical experimentation I'm simply failing to get it to work. I've assigned MAC addresses, configured manually and with the set-up assistants but I'm begining to feel that the "multiple" configuration adjustments that happen when setting up a WDS network are somehow cancelling things out.
    Here are a few things that are confusing me.
    1) It appears I have set things up correctly in a single room environment with MAC addresses in the "right" boxes, main/relay/remote WDS settings assigned correctly and green lights on the 2 Express units. I then move Express 1 (relay) to another room and retain green light status. I then move Express 2 (remote) to it's intended location - another building, but with only 2 walls and 25ft between Express's - but I only get the flashing orange LED. I return to Express 1 and that too is flashing orange, as if Express 2 has messed up it's function when it was powered up. The network has fallen down.
    2) When experimenting with configuring each station I don't understand why a single remote base station is in a mode classed as "Create a Wireless Network" as opposed to "Join an existing Wireless Network", but that second option disables access to WDS settings, so I'll hazard a guess that is used for bridging.
    I'm sure it's probably all about the order in which you set up the base stations
    and which base station holds which MAC addresses, but I've exhausted the logical combinations.
    Any help would be greatly appreciated.
    Simon
    PowerMac G4 Dual 1.42   Mac OS X (10.4.7)  

  • Lightroom 5.6 does not recognize nef (RAW) image files generated with the new Nikon D750: who can help here or knows what to do? Thanks, Peter

    New Nikon D750:
    Lightroom 5.6 does not recognize nef (RAW) image files generated with the new Nikon D750: who can help here or knows what to do? Thanks, Peter

    LR 5.6 doesn't support the new Nikon D750. You have to wait to the next update.
    You con also install the release candidate of the DNG converter and convert your NEF files to dng.
    http://blogs.adobe.com/lightroomjournal/2014/10/1366.html
    Axel

  • Jabber PC in a tablet with WIN 8 Pro 32Bits

    Hello,
    If i's possible, I would like you to help me with the following problem. We are going to deploy a solution BE6000 to one of our customers. We want to use Jabtber PC voice and video on this tablet: HP ElitePad 900 http://www8.hp.com/us/en/ad/elitepad/overview.html
    We have tried the jabber on this tablet and it works perfectly, it is a windows 8 pro 32 bit, but we have a little problem. Jabber, rear camera only recognizes the tablet and there is no option to switch to the front camera for video calls. We want to know if there is any solution to make the Jabber recognizes the front camera of the tablet.
    We have tried to connect an external camera to the tablet (Cisco Movi) and the Jabber had recognized a second camera in external mode.
    I hope you'll help us, thank you very much.

    Further to your question David, Cisco have released version 4.7 now.  There's also bug CSCuh73158 mentioned in the release notes which specifically refers to your HP ElitePad 900 tablets.
    Symptom:
    Compatibility of Atom based processors are causing issues with not displaying the front built-in camera.
    Conditions:
    HP ElitePad 900 tablet or Lenovo Thinkpad Tablet 2 with front and rear camera using the Intel Imaging Signal Processor 2300.
    Workaround:
    None. We do not support the Atom based processors on Jabber Video
    Wayne
    Please remember to rate responses and to mark your question as answered if appropriate.

  • DVI/HDMI connection for Thinkpad R61 (with IBM 2504 Docking station) and Samsung LNT4665F LCD TV

    I am trying to connect my laptop (Thinkpad R61) with my TV (Samsung LNT4665F) using a DVI/HDMI cable. Because the R61 doesn't have a DVI port, I am using it in the IBM 2504 Docking station. I have docked the computer, connected the DVI/HDMI cord (using HDMI in 1 on the TV, which I believe is the only DVI accepted HDMI on the TV). I followed the Samsung instructions to then hit "Fn-F7" on the laptop. Unfortunately, nothing is happening. It doesn't appear that any signal is pushing out to the TV.
    I am not very tech savvy. Can someone please tell me what I need to do?
    Thanks for your help.
    Brian

    lead_org wrote:
    if your R61 uses an intel GPU, then it won't support the dvi passthrough port on the dock. 
    The 14" models with intel GMA have DVI pass through.
    @ bweisy, welcome to the forum,
    Which model R61 do you have? Could post the Type and Model Number Please do NOT post your s/n.
    Thanks
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

  • ThinkPad Bluetooth with Enhanced Data Rate Software Problem

    I'm having a weird issue. I use a X200t tablet with Windows 7 Profession 64-bit.
    Apparently my current "ThinkPad Bluetooth with Enhanced Data Rate Software" is Version. 6.2.1.2900.
    Thinkvantage System Update wants me to download and install Version 6.2.1.3100.
    However, it tries and I get Error 1935 and it rolls back. Now when I start windows I get an alert about BTTray.exe not loading.
    Of course I searched this problem, but it seems to be some ancient thing (years old) and I've never had a problem before with any of the Bluetooth updates.
    I did notice that in past versions people said when they tried to uninstall the old version and install the new one, it just wiped their hard drive. I don't want to risk that so I thought I'd check here if anyone knew what was going on.
    Thanks!

    Hi
    Welcome to Lenovo Community
    You can directly download and install this package . It will not do any harm to any other component of Operating System
    http://support.lenovo.com/en_US/detail.page?LegacyDocID=MIGR-70042
    Hope This Helps
    Cheers!!!

  • HELP! thinkpad g40 slow boot up

    Can anyone help!
    I have windows xp pro on my g40 which when loaded works ok.
    The problem i have is the time it takes the latop to boot up. I have taken off any programmes i do not use, norton etc, and the icons i dont want next to the time icon.
    it has enough unused hard drive space and i only use it for e-mail/internet, no films downloaded/gaming etc

    Thanks for your post. I have this same problem too. That's why I use standby alot now. I've done anything from cleaners, tweakers, having very little services and programs load at start up. But with Bootvis by microsoft did not really help me much either. I checked your tip vijay and I have already done those. Bootvis logs your startup to see how everything loads. Then it can optimize and rearrange what loads first. But it still did not help much as mine still takes 156s to load all the way. XP average used to be 35s per my posts and forums.
    IT Specialist and Consultant
    Lenovo Tablet Evangelist
    Current Machines: IdeaCentre A300, ThinkPad Tablet, IdeaPad U410, and Yoga 3 Pro Touch
    Deutsche Community   Comunidad en Español
    Lenovo - the latest in DOtabs, DOpads, DOcentre's, DOstations and DOservers!

  • ThinkPad Tablet 10 - WIndows 10 upgrade icon not appearing

    I have a ThinkPad 10 with 64 bit Windows 8.1. My two ThinkPad laptops both have the Windows 10 upgrade icon but this has not happened for my Tablet 10. I've done all of the Lenovo and Windows updates, so it's up to date. The GWX folder is in the appropriate place.   Any help with this appreciated as I can't think of any other things to try. 

    Yes you will be able to upgrade to Windows 10. Now, if you are asking whether Lenovo will support the uprade, meaning provide Windows 10 specific drivers, that is a different question. In the situation that you computer doesn't have direct support from Lenovo you could just see if there are Windows 8.1 Drivers available for your machine. You could use those in Windows 10 without a problem.  Be sure to backup important files, and download all the important drivers before installing the new OS. Also take not of  your Windows 7 Pro Key, as the Windows 10 upgrade will need that information.   

  • Help! Thinkpad X60 fingerprint scanner problem! deleted fingerprints

    Right, basically what happened is that i was logged into my account one day and i wanted to stop using the fingerprint scanner to log in. So i deleted my fingerprints unbeknown to me that doing so does not deactivate the fingerprint software therefore i am stuck at the log-in screen that says please swipe your finger. One mroe thing, it will not let me use my windows password because i did not delete the password for the fingerprint scanner i just removed the prints. Any help would be appreciated
    Alex

    Hi Alex,
    Try clicking on the username. See if that brings up the option for the password.
    If that doesn't work, go into the bios, (F2 at the splash screen) and  click Security.  Click Fingerprint and disable the Predesktop Authentication.  See if you're able to logon then.
    If you still can't logon, reboot and at the splash screen press F8 and that should put you in safe mode.  See if you can log in then.  On my X60t the fingerprint reader is disabled in safe mode.  You might be able to go into the fingerprint software and turn off the fingerprint reader.  Whatever you do, don't try to uninstall it.  It won't totally uninstall that easy.  
    If none of this works, reboot and press F8 again.  You could try a system restore from the screen that comes up. That's if you have a restore point back before the prints got deleted.
    Good luck, let me know how you make out.
    Dave
    T430u, x301, x200T, x61T, x61, x32, x41T, x40, U160, ThinkPad Tablet 1838-22R, Z500 touch, Yoga Tab 2 Windows 8.1, Yoga Tablet 3 Pro
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    If someone helped you today, pay it forward. Help Someone Else!
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

Maybe you are looking for