Dual Booting OEM WIN 8.1 with Win 8.1 with UEFI

I use Lenovo Z510 which has full UEFI with 1TB hdd of which 931gb is free.I shrinked it to 2 X 465 GB partitions of which one has oem install of win 8.1 with my personal stuff and games.My course requires a clean install of win 8.1 for various softwares like creo, catia.I want to install a clean win 8.1 for college and projects on my second partition with the same oem license...I have prepared a fresh win 8.1 usb with windows media creation tool....but i dont know how to proceed for a sucessful full UEFI installationhow do i do that ? guys ..help me...when i googled it came across efi and two other partitions...what should i do ?

I tried to boot windows from UEFI shell ( tried to map all the possible partitions with command "map"
) , but had no success. (when going, for example, into blk0: ; writing : "ls", error was displayed : "no file exists"
Looks like you were trying to use UNIX commands?   <eg>
Try using  diskpart  instead?
Robert Aldwinckle
There have been some cases where an EFI deployment of Windows has failed, and you have to use the system's EFI shell to boot the OS manually. The 'map' command is used after booting into the shell (if it does not run by default) to show which volumes exist
on the system.
See here for more info:
https://software.intel.com/en-us/articles/efi-shells-and-scripting
The specs for the tablet in question seem to indicate it only has 16GB "disk" for the OS to use. A standard Windows 8.1 core/pro would not be viable and Windows 8.1 with Bing is not available to the public. Since the tablet is already licensed
for Windows 8.1 with Bing, it would be best to get the recovery solution from the manufacturer. Otherwise you'd have to purchase a new license and then the OS may not have enough space to install/use properly.

Similar Messages

  • Dual Booting OEM WIN 8.1 with Win 8.1 with UEFI enabled

    I am a college student.I use Lenovo Z510 which has full UEFI with 1TB hdd of which 931gb is free.I shrinked it to 2 X 465 GB partitions of which one has oem install of win 8.1 with my personal stuff and games.My course requires a clean install of win 8.1 for various softwares like creo, catia.I want to install a clean win 8.1 for college and projects on my second partition with the same oem license...I have prepared a fresh win 8.1 usb with windows media creation tool....but i dont know how to proceed for a sucessful full UEFI installationhow do i do that ? guys ..help me...when i googled it came across efi and two other partitions...what should i do ?also i have no plans to upgrade to win 10 as it doesnt support the existing versions of design softwarea

    I tried to boot windows from UEFI shell ( tried to map all the possible partitions with command "map"
    ) , but had no success. (when going, for example, into blk0: ; writing : "ls", error was displayed : "no file exists"
    Looks like you were trying to use UNIX commands?   <eg>
    Try using  diskpart  instead?
    Robert Aldwinckle
    There have been some cases where an EFI deployment of Windows has failed, and you have to use the system's EFI shell to boot the OS manually. The 'map' command is used after booting into the shell (if it does not run by default) to show which volumes exist
    on the system.
    See here for more info:
    https://software.intel.com/en-us/articles/efi-shells-and-scripting
    The specs for the tablet in question seem to indicate it only has 16GB "disk" for the OS to use. A standard Windows 8.1 core/pro would not be viable and Windows 8.1 with Bing is not available to the public. Since the tablet is already licensed
    for Windows 8.1 with Bing, it would be best to get the recovery solution from the manufacturer. Otherwise you'd have to purchase a new license and then the OS may not have enough space to install/use properly.

  • I have TB on XP. I added Linux Mint as a dual boot. Can I use the XP document store with the Linux version of TB? TIA

    XP has been running for years and has a lot of documents and history in the Thunderbird folders. Linux Mint was installed on a different physical drive. Can I point the Linux version Thunderbird to the XP data directory and use both XP and Linux versions of Thunderbird with one set of data files?

    http://kb.mozillazine.org/Sharing_a_profile_between_Windows_and_Linux

  • [SOLVED] dual booting windows 7 with btrfs on grub-bios -- core.img

    I am trying to install arch in a dual boot configuration with an existing windows 7 partition. I have everything from the beginner's guide done but the bootloader. When I run grub-install it tells me that core.img is too big.
    Some googling tells me that this is relatively common with btrfs, and it seems the only work around is to switch to gpt mode and use a grub bios partition. But the info I've seen indicates that I need to use MBR mode to dual boot windows.
    Is it safe to do this with windows? Is there another workaround? Or will I have to settle for ext4?
    Last edited by jorenko (2013-06-09 03:53:24)

    Well there's your problem, your first partition starts at sector 63.  With recent versions of windows and fdisk (and every other partitioning tool I can think of off the top of my head) things now align themselves correctly.  Also because there is now GPT, the first partition typically starts later as the GPT partition table will typically sit between the MBR and the first partition. 
    On a MBR partitioned system, grub2 will actually use the first 446 bytes like normal, but will then also use the space that is empty where GPT would sit.  This is why when you have a GPT partitioned system, it will require you to create a 1-2MB grub boot partition, as it needs somewhere else to put its bloat.  GPT actually still uses the MBR section, but simply creates one large partition covering the whole disk.  This is so that tools that are not GPT aware will not think that they have a whole free disk to use as they please.
    For comparison, here is whe I get from fdisk:
    # fdisk -l /dev/sda
    sudo fdisk -l /dev/sda
    [sudo] password for curtisshima:
    WARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own discretion.
    Disk /dev/sda: 250.1 GB, 250059350016 bytes, 488397168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk label type: gpt
    # Start End Size Type Name
    1 2048 2099199 1G EFI System EFI System
    2 2099200 252166798 119.2G Linux filesyste arch-btrfs-1
    3 252168192 488397134 112.7G Linux filesyste arch-btrfs-3
    Note that I do use GPT.  But that is not the point here. What I am trying to show is where my first partition starts.  This is also where fdisk will start partitions these days.  This is to ensure compatibility with 4k advanced format disks.
    If you are not dead set on Grub2, you could try using syslinux.  I really like it much better, though if you are booting more than one Linux, you need to either employ chainloading to various partition boot records, or have a shared /boot.  Having a windows partition doens't really matter, as you are simply chainloading to that funky reserved partition anyway. 
    The other option is to use grub-legacy, which can still be found in the AUR.  I actually liked the orginal Grub, as it provided a nice feature set, but was still configurable by hand and it actually fit into the MBR.

  • Isolated dual boot with OS mavericks and mountain lion

    I just created a dual boot between mavericks and mountain lion (1 physical drive with two partitions) but I'm having troubles where they each see each other.  Bin/ lib/ etc are fine (i think) as they are added via environment vars but it seems as though the spotlight privacy directories are shared.  For instance, I thought I could simply add the other partition to the Spotlight Privacy list, ie while using mountain lion add /Volumes/Mavericks to the privacy list.  However, when I added the volume in one, it also appears in the other.  Another issue I've encountered is that while compiling on ML, I was getting errors complaining about the 10.9 sdk.
    So, can anyone advise on the proper way to isolate these two operating systems with a dual boot scenario?
    Thanks
    Adam

    Create two partitions on the hard drive. Install each OS on its own partition. This will only work if the computer can be booted from either version.

  • YOGA 2 - 1051F Windows 8.1 Dual boot Android

    Hello,
    I have a YOGA 2 Tablet 1051-F under Windows 8.1 and I want to install Android in dual boot mode.
    I made an USB stick bootable with Android IMG but the tablet don't want to boot on it. I checked the UEFI and Secure is OFF --> no succes.
    I also download on this site the UEFI Tools & Diagnostic, I can see it in the BIOS option but when I want to but on it, nothing append.
    Any idea to help me ?
    Many thanks

    Salut Misterwood .
    a tu trouvé quelque chose ?

  • Dual Boot Windows Boot Error (Required Device Inaccessable)

    I used to be dual booting Ubuntu & Windows 7. Have since replaced Ubuntu with Arch. Now I just installed GRUB2 and configured to to dual boot windows, but I found that Windows does not want to boot. I Googled and found http://www.petri.co.il/forums/showthread.php?t=42099, it looks like the same error codes and message. Problem is if I run Windows Startup Repair my GRUB will be gone and I need to restore it somehow? Is it possible to fix through Linux?
    Last edited by jiewmeng (2012-05-09 04:01:04)

    jiewmeng wrote:I used to be dual booting Ubuntu & Windows 7. Have since replaced Ubuntu with Arch. Now I just installed GRUB2 and configured to to dual boot windows, but I found that Windows does not want to boot. I Googled and found http://www.petri.co.il/forums/showthread.php?t=42099, it looks like the same error codes and message. Problem is if I run Windows Startup Repair my GRUB will be gone and I need to restore it somehow? Is it possible to fix through Linux?
    https://bbs.archlinux.org/viewtopic.php?id=140730
    https://wiki.archlinux.org/index.php/GR … mand_shell
    http://axel668.blogspot.com/2011/03/how … grub2.html

  • Pre-configured dual-boot Ubuntu and Windows

    Of possible interest to the Linux folks: A newly opened Laptops with purpose store is now offering several popular ThinkPad models fully pre-configured with dual-boot Ubuntu Linux and Windows.
    These systems come with a lot of pre-installed applications, see Dual boot Linux and Windows page for details.
    At the moment, we are working on specific solutions for students, educators, scientists, designers...
    Would love to have some feedback from the community on the existing offerings as well as suggestions/wishes for the future ones.

    That would be fine if some hp machines didn't have broken UEFI that don't respect setting the default OS.

  • How to re-enable Beats speakers and sub woofer after configured Windows 8/Ubuntu dual boot?

    HP ENvy DV7-7240us
    Windows 8 / Linux Ubuntu Dual Boot
    No Sound through two front Beats speakers or sub woofer both operating systems after installed Ubuntu 12.10 as dual boot.
    Is there a way to at least re-enable the Beats speakers and sub woofer in Windows 8 when I boot on that OS?  I am using the UEFI as the boot manager by hitting ESC / F9,  and not GRUB2 (Linux).
    I did update to "BIOS" (UEFI) F.22 concurrently with the dual boot...possibly this has something to do with it?
    I would like to keep the dual boot,  but the loss of the Beats speakers is kind of a deal breaker,  and virtualization of Linux seems to be buggy in its own right.
    I tried re-enabling the sound through right clicking on the speaker icon in the tray, and configuring Playback devices.  The  only option available is IDT High Definition Audio Codec.  Is there another device listing for the Beats speakers that I am missing?
    Only other minor issue with the hardware I am aware of is only on the Linux side, that being no pinch to zoom on track pad, which I try not to use anyway.
    Thank you.

    Have you tried resetting BIOS settings to default? Enter BIOS by tapping/holding F10 key immediately after powering on.Reset to Default settings, usually tap F9,check bottom of screen for correct key.Save & Exit.
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • Cross-reading files in a dual boot machine

    Hi --
    I just finished installing and setting up Windows 8.1 Enterprise on a Windows 7 Ultimate laptop. Windows 8.1 was installed on an unused disk partition, making this laptop a dual-boot machine.
    The machine is not attached to a domain (at least not yet or for the foreseeable future), but it does have several local user accounts (on the Windows 7 side -- so far it just has one account on the Windows 8 side).
    The Windows 7 partition can be accessed from Windows 8 (it shows up as Drive E). This is rather convenient, because that partition has several very large folders containing thousands of document files, which can be easily opened from either OS now.
    However, there are a number of these data folders that are locked down to just one local user. And this is where I'm having the problem.
    User Bob on the Windows 8 side is a different user than user Bob on the Windows 7 side. So if Bob, running Windows 8, tries to open one of these folders on the Windows 7 partition, Windows won't allow him access.
    And I can't figure out how to give him access. From the Windows 8 side, the folder's security settings show that the owner is an SID that Windows 8 doesn't recognize. And from Windows 7, I don't know how to give "the other Bob" access to the folder.
    I thought about setting up a Homegroup, but I don't think that will work, since at any given time either the Windows 7 "PC" or the Windows 8 "PC" will be offline.
    Is there a way to map a Windows 8 user's SID into a folder on the Windows 7 partition? Or another way to allow a Windows 8 user access to a Windows 7 folder -- short of copying all the data over to the Windows 8 side?
    For the time being, this needs to remain a dual-boot machine. I currently have it set up with identical application sets on both sides. Windows 8 is being made the principal OS, but in case of any problem affecting usability, the user will boot into Windows
    7 to get his work done.
    Thanks,
    CL

    Hi Chuck,
    When you boot into one system, another system partition will appear as data drive instead of OS drive. Thus you could access it.
    From your description “However, there are a number of these data folders that are locked down to just one local user. And this is where I'm having the problem.”,  we need to confirm some information:
    1. What data you cannot access?
    2. What's the type of this user? This issue occur just on one user not all, right?
    3. What's the exact prompt information when you attempt to access those data.
    And then, I have to tell you there is no method to map one user SID into another user SID. Even they have a same user name, they still are have different identifier. I would like to suggest you use different name.
    Karen Hu
    TechNet Community Support

  • Dual Booting & Recovery Partition

    Hi all, I am going to dual-boot Windows 7 and Lubuntu on my Satellite A505-S6009. I am sure some people severely disagree with dual-booting, but this is what I want to do with my machine (my mind is made up). I have installed and used Linux before. I have also done a dual-boot for my NB205, which went smoothly and easily; however, I have a question about dual-booting on my Satellite. If install Lubuntu and have two partitions--one for Lubuntu, one for Windows 7--on my machine, will the machine's recovery partition be deleted? I think I should mention that when I install any OS, I usually go through the "recommended" partitioning process, and not the "advanced." (I have a lot to learn about partitions before I move on to advanced). Thanks, all

    Satellite A505-S6009 
    If install Lubuntu and have two partitions--one for Lubuntu, one for Windows 7--on my machine, will the machine's recovery partition be deleted?
    Yes.
    Essentially by definition, if you have only two partitions then the others are gone.
    -Jerry

  • Dual-boot OS9 and Leopard on a MDD howto??

    Hi
    If I start with a Leopard DVD, an OS 9 CD, a new unformatted HDD, and a non-FW800 MDD, how to I install it all to dual boot off one partition?
    I have not worked with this stuff in a few years so I am a bit vague and appreciate the help from the community. It is a dual-CPU 1.0 GHz, not FW800, and should support this dual-boot setup.
    Thanks

    It will be hard to find the cd for mac os 9 for this machine.  The mactracker database indicated the machine requires 9.2.2.  I'm not sure if 9.2.2 was ever sold as a stand-alone cd.  There is a possiblity that even if you found mac os 9.2.2, the mdd could have specific drives that might not be on the a full install copy of mdd. There is a fuzzyness over the meaning of 9.2.2, It was the closes OS at the time of ship.  For the full install cd, you best get a point release greater than the release at the time of ship.
    Should you be able to find and correctly identify the grey machine restore cds they would work.
    Another possiblity which I haven't tried but you could always try is to get another g4 and instll 9.x on it then upgrade to 9.2.2. Take out the hd & place it in your mdd.  You never know if this would work unless you try.
    Some people seem to know the numbers on the cd for each machine.
    The cd number might be 6c155 see blow in image
    If you buying this, get a full install 9.2.2 or a machine specific cd & try before you buy.  Some machine might have 9.2.2 on them. If they have a working 9.2.2 on the machine ::: Do not erase it.  Get a backup external drive and back everything up.  If it works & you need it, do not erase.  Buy another dirve.
    get the mactracker app so you can look for other machines. 
    the apple pi apple hobbie clubs might have cds.
    Robert

  • Running Dual boot windows 8 and win 7 pro with xp mode installed!! I love it!!

    It took over 2 days to figure out how to adjust the bios to get my win 7 pro DVD to boot and install dual boot on this GREAT MACHINE!!
    Step 1: using diskmgmt.msc you have to shring the C partition. I shrunk it so I had 80GB remaining as unallocated space.
    Step 2: You have to enter the machine Bios adn set the BIOS to Both and UEFI as first
    Step 3: Connect your usb dvd
    Step 4: Put your win 7 pro dvd in the usb dvd drive
    Step 5: Reboot your machine and when it starts press F12 to get the boot menu and select the usb dvd drive then press enter
    The machine restarts
    Message on screen says press a key to boot from cd/dvd
    Press space and it boots up the win 7 pro DVD
    After files copy and load the setup screen asks to accept the agreement and where to install win 7
    BE SURE TO SELECT THE 80GB location
    Then follow thru the win 7 prompts to load it.
    When the machine restarts you will see a dual boot screen with Windows 7 on top as first selection and Windows 8 below it as 2nd selection.
    Make sure to hit enter with windows 7 selected
    The win 7 installation completes.
    You will see many items with drivers not installed dont fret.
    You can load most of the drivers by highlighting the device in control panel/device manager and pick update driver then select BROWSE for DRIVER and be sure to put in drive D:\ which is now the windows 8 drive and hit search.
    Many of the windows 8 drivers installed with no issue.
    The Realtek driver was an exception .. goto to the lenovo site and pick the x100e tablet and download the LAN driver from there  about (4MB). Copy it to flash drive and install it in win 7 from the .exe file. The driver for LAN will install sucessfully. The version of the driver is 7.46 something the 7.11 versions do not workl.
    I have only 3 drivers that I could not find - 2 list as unknown and are related to ACPI or power management and 1 lists as USB controller but all the USB stuff works without it.
    Be sure to either shutdown the system or sign out of win 8 when your done so you get the dual boot menu. If you shutdown while logged into win 8 the next time you start up it will go right to win 8 until you signout and restart.
    Just to let you know an easy way to shutdown is go to the desktop and press ALT + FN + F4 and a shutdown menu comes up on the desktop.
    Once win 7 pro is installed you can download the XP mode free from Microsoft and install it.
    This is of course AFTER you have ACTIVATED WINDOWS 7 ONLINE with YOUR ACTIVATION KEY(you supply).
    ENJOY! This is the BEST machine I ever had!

    It's been many, many years since I don't do dual boot anymore. Don't find the reason to do it, either. Different kinds of virtualization should be enough. Anyway...
    dfw1417 wrote:
    It took over 2 days to figure out how to adjust the bios to get my win 7 pro DVD to boot and install dual boot on this GREAT MACHINE!!
    ENJOY! This is the BEST machine I ever had!
    WHICH machine?
    Cheers.
    If I helped you, please give me some kudos! ^^

  • Need some help about Win 8.1 and linux with a dual boot

    Hi!
    I have a Lenovo z50-70 notebook and I have a Windows 8.1 on it. (The one which was shipped with this notebook...)
    My concerns are Intalling Linux as a dual boot and loosing Windows 8.1.
    As I am not familiar to Win 8.1, the product key is in the ?BIOS? and there's a lot of partitions...
    If I install Linux Ubuntu (latest version) as a dual boot by manually making the partitions, etc. and then if I lose my Windows 8.1 system, how can I get it back?
    I've made a backup of the system to the portable hdd but I don't know can I restore it, as I have no win installation disc and I am not sure if i can restore win 8.1 from the backup by using random win 8 installation disc that I've made from the downloaded ISO (for e.g. Win 8.1 pro iso from internet)...
    I need a Linux distro for developing my Android ROM but I don't want to lose that Win 8.1 OS from my notebook. So.. What should I do?

    Did you do a full disc backup of the C: Drive using a backup tool other than windows? If you did, then the recover of that partition will be up to your backup software.
    If worse comes to worse, you can use the novo button to restore your computer to what it was like when it came from the factory. But there really is nothing to worry about. Create your new partition and just make sure that you install Linux to that partition. Make sure it is not the same size as any other partition, that way even if the Linux installer does not show the volume labels, you can tell which partition you want to install Linux in just by the size.
    Hoov
    Microsoft MVP - Consumer Security
    SpywareHammer.com

  • How to install Arch for dual-boot with Win 7 (on 2 hard drives)?

    Hello,
    the TLDR first: how exactly should I proceed when setting up GRUB for 2 hard drives to dual-boot Arch (64 bit)and Win 7 (64 bit)?
    Long version: So, I have the following hard drive & partition layout:
    On my first hard drive (250 GB big) I have: Win 7 64 bit, all the programs for Windows and of course the EFI partition
    My second hard drive is 1 TB big and formatted in NTFS and it only contains data. It has 2 partitions, one is about 750 GB big and used for simple storage.
    Sidenote 1: sometimes my disk management (Windows' own gparted) shows either the little disk or the big one as disk 0. Don't know what exactly this means, but I have never ever experienced any problems whatsoever during use.
    Sidenote 2: the UEFI motherboard (ASRock H67M) cannot boot into Legacy mode.
    I want to install Arch on a ~200 GB partition on the second hard drive (the one with 1 TB). (click here if you want to see a screenshot) I am posting this because I am confused with how exactly I should deal with the whole "2 hdds & UEFI" thing.
    So how exactly should I proceed when setting up GRUB for this setup?
    For partitioning I suppose I would have to use fdisk or cgdisk. I used cgdisk before and found it to be straightforward. Then, because I have experienced my fair share of problems with rEFInd, I'd like to use GRUB.
    Last edited by jones (2013-06-29 14:36:56)

    First thing you should do is become familiar with your motherboard.
    http://www.asrock.com/mb/manual.asp?Model=H67M
    This will probably help you out in understanding the sidenote 1 thingie (hdd's on sata3 and/or sata2 connectors)
    As on sidenote 2, according to the manual it seems to be possible to boot legacy mode,  see Storage Configuration.

Maybe you are looking for

  • Oracle.xml.sql.OracleXMLSQLException when using OracleXMLQuery getXMLDOM()

    Hi! I am trying to reuse a code in JDeveloper to get XML from a query. I have copied the code from a method and created a new method with the copied code and changed it. The problem is that when I run the old code I now get following error: Ett oförv

  • Server was unable to process request. --- ERROR: This site is not hosted on this data center C#

    I am working with the API for the first time, and I am currently trying to figure out how to pull a list of products from a cat using the Product_ListRetrieve, I keep getting this error Server was unable to process request. ---> ERROR: This site is n

  • Copying enterprise fields to the Clipboard

    Hi I'm looking at grabbing some enterprise fields from CAD into a number of different web forms. I don't want to reference the enterprise field and use a macro to insert it; I simply want to copy an enterprise field to the clipboard so that it can be

  • Using LV 8.6 to access database created in MS SQL Server Management Studio

    I am using Labview 8.6 to access a database created in MS SQL Server Mgmt Studio, using LabSQL ADO utilities. I don't have LV's add-on DB connectivity toolkit, but just the ADO utilities. Can i do it? If yes, how? I have no experience whatsoever in c

  • Photoshop CC Error 16

    I followed this guide: https://helpx.adobe.com/x-productkb/policy-pricing/configuration-error-cs5.html#win_8 - when I got to step two, i could go no further. I do not have the SLStore, or the AdobePCD folders. I am getting the "Please uninstall and r