Adding a Linux Operating System To the HP computeers with Windows 8.1

In Feb this year, I purchased an HP Envy 700-216 computer which came with Windows 8.1 installed. As everyone is now finally realizing, even Microsoft, Windows 8 and 8.1 sucks and is shortly going to be replaced and made obsolete!! I knew this when I purchased the computer, but no one could tell me how to add a Linux operating system to it, including the technicians at Ofice depot and the ones at HP support. We could get the HDD partitioned, but the BIOS always reset when the computer was rebooted. . 
 I finally figured it out on my own which required quite a bit of research. This information ought to be available via HP support (It was not!!!).
Briefly, I had to go into the BIOS and then download my Linux distro of choice (Linux Mint Debian Edition) which provides a very easy to operate partitioning system. I allowed only 500 Gigs of space for the Windows OS leaving the rest of the 2 TiB drive for my Linux Distro. . Then I downloaded and installed reFind, a freebie which allows the easy selection and setting of the preferred operating system. 
If anyone else would like to know how to do this, please contact me and I'll try to walk you through it.
H.R. Parker

Never mind, I think I hacked up my own solution to the question:
USE [VirtualManagerDB]
GO
INSERT INTO [dbo].[tbl_IL_OS]
([OSId]
,[Name]
,[Description]
,[Architecture]
,[OSFlags]
,[VMWareGuestId]
,[OSType])
VALUES
('EBAB54C0-A9FA-4A3F-A21C-94775B96A6E5' /* Generate UUID */
,'Debian GNU/Linux 6 (64-bit)' /* Limited to 64 Chars */
,'Debian GNU/Linux 6 (64-bit)' /* Longer description of Linux Distro */
,'amd64' /* Use x86 for i386, amd64 for x86_64 */
,'28' /* This remains constant */
,'otherLinux64Guest' /* This is meant for VMware, go lookup the VMX spec files for this value */
,'1') /* Leave this at one, that's what the other OSes looked like */
GO
All posted advice may not be all that accurate. As always, test it in a lab before you try my advice! Best of all, the documentation is your friend.

Similar Messages

  • Adding a new Operating System to the list of OS'es returned with Get-SCOperatingSystem

    Is it possible to add a new Operating System to the list of OS'es that's returned by the Get-SCOperatingSystem PowerShell cmdlet?
    I have a few Linux distributions that will run fine under Hyper-V with the latest LIS improvements, but I would like to create a new entry for that said distributions as I would like it to display the correct name as the end-user is using Windows Azure Pack
    to access the virtual machines. 
    All posted advice may not be all that accurate. As always, test it in a lab before you try my advice! Best of all, the documentation is your friend.

    Never mind, I think I hacked up my own solution to the question:
    USE [VirtualManagerDB]
    GO
    INSERT INTO [dbo].[tbl_IL_OS]
    ([OSId]
    ,[Name]
    ,[Description]
    ,[Architecture]
    ,[OSFlags]
    ,[VMWareGuestId]
    ,[OSType])
    VALUES
    ('EBAB54C0-A9FA-4A3F-A21C-94775B96A6E5' /* Generate UUID */
    ,'Debian GNU/Linux 6 (64-bit)' /* Limited to 64 Chars */
    ,'Debian GNU/Linux 6 (64-bit)' /* Longer description of Linux Distro */
    ,'amd64' /* Use x86 for i386, amd64 for x86_64 */
    ,'28' /* This remains constant */
    ,'otherLinux64Guest' /* This is meant for VMware, go lookup the VMX spec files for this value */
    ,'1') /* Leave this at one, that's what the other OSes looked like */
    GO
    All posted advice may not be all that accurate. As always, test it in a lab before you try my advice! Best of all, the documentation is your friend.

  • Concerning the linux operating system on the ideapad u510

    hi to everybody
    i've bought  a ideapad u510 with windows 8 and i would like to install Ubuntu wubi like some application on windows8, but i don't succeed.
    please, how to do that.
    please i prefer the answer in french in order to understand good procedure
    thanks

    Try disabling secure boot in the BIOS. And see if wubi is able to install.. let us know if this works . Run wubi with admin previleges and make sure that wubi and the ubuntu image are in the same directory
    Essayez de désactiver démarrage sécurisé dans le BIOS. Et voir si wubi est capable d'installer .. faites-nous savoir si cela fonctionne. Exécuter wubi avec previleges admin et assurez-vous que wubi et l'image ubuntu sont dans le même répertoire  ( Used Google translate)
    Cheers and regards,
    • » νιנαソѕαяα∂нι ѕαмανє∂αм ™ « •
    ●๋•کáŕádhí'ک díáŕý ツ
    I am a volunteer here. I don't work for Lenovo

  • Installing Oracle Web Tier 32-bit on a 64-bit Linux Operating System

    Hello,
    We're trying to install the 11.1.1.2 32-bit web tier on a RHEL 5 64-bit system following these directions: http://download.oracle.com/docs/cd/E15523_01/doc.1111/e14770/install.htm#CHDCGDJG
    We're trying to figure out the equivalent on our system to these notes:
    "c.Using a text editor such as vi, create a new file called gcc41 that contains the following conent:
    #!/bin/sh
    exec /usr/bin/gcc.orig -m32 -static-libgcc
    -B/usr/lib/gcc/i586-suse-linux/2.95.3/ $*
    Note:
    The file i586-suse-linux/2.95.3 may differ slightly depending on the exact version of your Linux operating system. Verify the exact version of your Linux operating system in use; search for the 32bit directory in /usr/lib/gcc and obtain the exact file name."
    We think ths might be the closest thing:
    [root@server1 32]# pwd
    /usr/lib/gcc/x86_64-redhat-linux/4.1.1/32
    [root@server1 32]# ls
    crtbegin.o crtbeginT.o crtendS.o libgcc.a libgcc_s.so libgomp.a libmudflap.a libmudflapth.a libstdc++.a libsupc++.a
    crtbeginS.o crtend.o crtfastmath.o libgcc_eh.a libgcov.a libgomp.so libmudflap.so libmudflapth.so libstdc++.so
    Can someone tell us what "file" they are speaking of in this environment? Or is that "2.95.3" a directory??
    Thanks for the help!

    For anyone that might run into the same problem, here's what needs to be in the gcc41 for a RHEL 5 64-bit platform:
    #!/bin/sh
    exec /usr/bin/gcc.orig -m32 $*

  • Af|navigationpane-tabs::tab:hover af|navigationpane-tabs::tab-link  not working in Unix or Linux operating system

    Hai,
    I have the requirement that my Adf Application should have same skins(prototype) when there are running on Windows or Unix or Linux OS. First lines in two cases are working fine in Windows or Unix orLinux operating system,but the Second lines in two cases are working only in Windows but not in Unix or Linux. I mean to say that the text-decoration,color,background-color etc set for hover attribute of line-2 in both cases are not working.
    Can anybody help me in solving this issue.
    Cases are as follows:
    Case:1
    Line-1: af|navigationPane-tabs::tab-link{text-decoration: none; background-color: #6b5994; color: #ffffff; font-weight: 700; font-size: 12px;}
    Line-2: af|navigationPane-tabs::tab-link:hover{text-decoration: underline; background-color: #6b5994; color: #6b5994; font-weight: 700; font-size: 12px;}.
    Case:2
    Line-1: af|navigationPane-tabs::tab:selected af|navigationPane-tabs::tab-link {text-decoration: none; background-color: #6b5994; color: #ffffff; font-weight: 700; font-size: 12px;}
    Line-2: af|navigationPane-tabs::tab:selected:hover af|navigationPane-tabs::tab-link {text-decoration: underline; background-color: #6b5994; color: #ffffff; font-weight: 700; font-size: 12px;}
    Regards
    G Naveen Kumar

    Hai Frank,
      First up all Thank you for giving response to my query.As you asked it is not a Client OS,it's a Server OS.As you told I have changed the code to font-weight: bold but still it's not working.Anyhow my major requirement  is to change the text-decoration,color.
    Would you please help me in solving that?
    Regards
    G Naveen Kumar

  • Unable to Verify Sun Microsystems' (Bought over by Oracle) Java 6 Update 21 Plugin in Firefox 4.0 Beta 3 in Fedora 11 x86_64 64-bit Linux Operating System

    My Fedora 11 Linux operating system is 64-bit (currently running standard Fedora kernel, NOT Xen pv-ops Dom0 kernel)
    My Firefox 4.0 Beta 3 web browser (above Firefox 3.6.8 already) is 32-bit.
    My Sun Java 6 Update 21 Plugin is also 32-bit.
    In about:plugins in Firefox, I get:
    Java(TM) Plug-in 1.6.0_21
    File: libnpjp2.so
    Version:
    The next generation Java <http://java.sun.com> plug-in for Mozilla
    browsers.
    MIME Type Description Suffixes
    application/x-java-vm Java^(TM) Plug-in
    application/x-java-applet Java^(TM) Plug-in Applet
    application/x-java-applet;version=1.1 Java^(TM) Plug-in
    application/x-java-applet;version=1.1.1 Java^(TM) Plug-in
    application/x-java-applet;version=1.1.2 Java^(TM) Plug-in
    application/x-java-applet;version=1.1.3 Java^(TM) Plug-in
    application/x-java-applet;version=1.2 Java^(TM) Plug-in
    application/x-java-applet;version=1.2.1 Java^(TM) Plug-in
    application/x-java-applet;version=1.2.2 Java^(TM) Plug-in
    application/x-java-applet;version=1.3 Java^(TM) Plug-in
    application/x-java-applet;version=1.3.1 Java^(TM) Plug-in
    application/x-java-applet;version=1.4 Java^(TM) Plug-in
    application/x-java-applet;version=1.4.1 Java^(TM) Plug-in
    application/x-java-applet;version=1.4.2 Java^(TM) Plug-in
    application/x-java-applet;version=1.5 Java^(TM) Plug-in
    application/x-java-applet;version=1.6 Java^(TM) Plug-in
    application/x-java-applet;jpi-version=1.6.0_21 Java^(TM) Plug-in
    application/x-java-bean Java^(TM) Plug-in JavaBeans
    application/x-java-bean;version=1.1 Java^(TM) Plug-in
    application/x-java-bean;version=1.1.1 Java^(TM) Plug-in
    application/x-java-bean;version=1.1.2 Java^(TM) Plug-in
    application/x-java-bean;version=1.1.3 Java^(TM) Plug-in
    application/x-java-bean;version=1.2 Java^(TM) Plug-in
    application/x-java-bean;version=1.2.1 Java^(TM) Plug-in
    application/x-java-bean;version=1.2.2 Java^(TM) Plug-in
    application/x-java-bean;version=1.3 Java^(TM) Plug-in
    application/x-java-bean;version=1.3.1 Java^(TM) Plug-in
    application/x-java-bean;version=1.4 Java^(TM) Plug-in
    application/x-java-bean;version=1.4.1 Java^(TM) Plug-in
    application/x-java-bean;version=1.4.2 Java^(TM) Plug-in
    application/x-java-bean;version=1.5 Java^(TM) Plug-in
    application/x-java-bean;version=1.6 Java^(TM) Plug-in
    application/x-java-bean;jpi-version=1.6.0_21 Java^(TM) Plug-in
    All properly installed.
    But, when I go to verify Java version, by clicking on the following internet link:
    http://www.java.com/en/download/installed.jsp
    I get "Error. Click for details".
    Here is the Java Console output detailing the error:
    Java Plug-in 1.6.0_21
    Using JRE version 1.6.0_21-b06 Java HotSpot(TM) Server VM
    User home directory = /home/enming
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    load: class testvm2/Main.class not found.
    java.lang.ClassNotFoundException: testvm2.Main.class
    at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
    at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
    at
    sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown
    Source)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.net.UnknownHostException: www.java.com
    at java.net.PlainSocketImpl.connect(Unknown Source)
    at java.net.SocksSocketImpl.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at sun.net.NetworkClient.doConnect(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.<init>(Unknown Source)
    at sun.net.www.http.HttpClient.New(Unknown Source)
    at sun.net.www.http.HttpClient.New(Unknown Source)
    at
    sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown
    Source)
    at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
    at
    sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    at java.net.HttpURLConnection.getResponseCode(Unknown Source)
    at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
    at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
    at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    ... 9 more
    Exception: java.lang.ClassNotFoundException: testvm2.Main.class
    What's going on? And what's wrong?
    Yours sincerely,
    Mr. Teo En Ming (Zhang Enming)
    Citizenship: Singapore Citizen/Singaporean
    Facebook account:http://www.facebook.com/profile.php?id=100000750083982
    Location: Bedok Reservoir Road, Singapore 470103
    My Open Letter (Plea for Medical Help/Assistance) to World Leaders:
    http://lists.fedoraproject.org/pipermail/users/2010-August/380213.html

    There's nothing about Java connection settings and Java Control Panel in the link you have supplied.
    http://java.sun.com/javase/6/webnotes/install/jcp.html

  • NB550D-10G - Linux operating system

    I have recently bought an NB550D-10G and have not yet used it.
    I'm not a Windows fan and with a new desktop PC my first move would be to replace Windows with some form of Linux operating system.
    However, before doing this on this netbook I want to check what the effect is likely to be on some of the features. I am interested in the following:
    1. Dolby Advanced Audio
    2. USB sleep and charge
    3. Sleep and music
    4. Power management
    5. Any other functions
    For example, am I going to be able to use the sleep and music function when running Linux, or is this dependent on Windows or other pre-installed software?

    Linux has problems with sleep, so I wouldn't expect to have immediate results with #2 and #3. Power management (#4) can be poor because Linux drivers are often written in a way that uses more power than needed.
    I'd suggest doing a search for your specific issues in a Linux forum, because someone probably has fixes for these issues, but it won't be automatic. It will, however, be worth the effort in the end.

  • Interaction between Linux operating system and WindowsNT

    Hi,
    I have a Gatekeeper built in with Linux Operating System. This GateKeeper checks whether the customer is valid or not. If he is valid person the connection will be establish.
    I have Database on SQL server in WinNT. Here he is having his Account Database.
    My problem is:
    If the customer making call, if that customer having no bugs, that call will be disconnect at that time.
    Can anybody help this one to me.
    Thanks & regards

    Hi,
    I have a database in my SQL server. My operations are running in Linux system.
    If the client having zero bugs. i have to send one agent to Linux. This agent has to stop that particular operation.
    Thanks & regards

  • Install Tuxedo (tuxedo10gR3) as a root user in Linux Operating System

    Hi,
    Is it mandatory to install Tuxedo (tuxedo10gR3) as a root user in Linux Operating System?
    Thanks
    Soundappan

    I saw we need root access as a prerequisites in the installation guid. (I assume we need the root access only to create a owner and group id on the unix system)
    =====================
    Prerequisites
    Before you begin to install Oracle Tuxedo, make sure that you have the following resources in place:
    • TCP/IP connectivity (required for PeopleSoft PeopleTools 8.50 or higher) between the client machine and
    the application server
    • Approximately 235 MB of free disk space on the application server
    • For UNIX, you must have root access.
    ============================
    Thanks
    Soundappan

  • How to upgrade ( touchsmart 610-1130f ) under Linux Operating System: Ubuntu 10.11

    How to upgrade ( touchsmart 610-1130f ) under Linux Operating System: Ubuntu X11
    Unfortunatly didn't do it before erasing Win Se7en.

    I got the answer: If your operating systemt is not listed, we don't have upgrade for you.  If I knew that I woud'nt buy a HP computer.

  • How to upgrade ( touchsmart 610-1130f ) under Linux Operating System: Ubuntu 11.10

    How to upgrade ( touchsmart 610-1130f ) under Linux Operating System: Ubuntu 11.10
    Options 
    How to upgrade ( touchsmart 610-1130f ) under Linux Operating System: Ubuntu X11
    Unfortunatly didn't do it before erasing Win Se7en.

    I got the answer: If your operating systemt is not listed, we don't have upgrade for you.  If I knew that I woud'nt buy a HP computer.

  • Firefox will not load any internet pages on my Linux operating system computer after I upgraded firefox. Any suggestions?

    I have a Linux operating system. I attempted to upgrade or update firefox and my mozilla will not load any internet pages. I am positive that I have the wireless connection connected. Any solution to help me get back on the internet?

    Perform the suggestions mentioned in the following articles:
    * [https://support.mozilla.com/en-US/kb/Template:clearCookiesCache/ Clear Cookies & Cache]
    * [[Troubleshooting extensions and themes]]
    * Update All your Firefox Plugins -> [https://www.mozilla.org/en-US/plugincheck/]
    ** '''When Downloading Plugins Update setup files, Remove Checkmark from Downloading other Optional Softwares with your Plugins (e.g. Toolbars, McAfee, Google Chrome, etc.)'''
    Check and tell if its working.

  • Where to download red-hat linux operating system free.

    My instructor told me that linux operating system is free to download so, please i need the site and proccess to download it free.
    Thanks.
    Mudele Oluwafemi.

    Nathan Morgan wrote:
    I have installed oracle software many times on CentOS - both x86 and x86_64 using the media for Linux downloaded from OTN - database 9i, 10gR2, 11gR1, 11gR2. I have also done it for "real" on RHEL5.
    The only difference with CentOS is that you use yum as your package updater and to pass the OUI checks you need to edit /etc/redhat-release (or you can just ignore the warning that your OS is not RHEL)
    For example,
    cp /etc/redhat-release /etc/zzzredhat-release
    cat > /etc/redhat-release << EOF
    Red Hat Enterprise Linux Server release 5.3 (Tikanga)
    EOFAnd you can also use yum on the free Oracle Enterprise Linux (OEL), which is also very close to Red Hat but also adds the oracle-validated RPM in the most recent releases. OEL is available from http://edelivery.oracle.com
    (The same test works on OEL)

  • I am using a mac mini 2011 an 3gs i phone 2010 macbook white 2008 and a new 2013 apple tv box. When i check info on the cloud I get 'upgrade your operating system to the latest. My question is is it possible to use the icloud system without an upgrade

    I am using a mac mini 2011 an 3gs i phone 2010 macbook white 2008 and a new 2013 apple tv box. When i check info on the cloud I get 'upgrade your operating system to the latest. My question is is it possible to use the icloud system without an upgrade

    iCloud requires OS X 10.7.2.

  • The apple store is so unhelpful. I have an iMac computer operating on Mac OSX 10.5.8. I want to upgrade to the latest Mountain Lion operating system so I can work with the iCloud on my computer and download my email. I can't seem to purchase this on-line

    The apple store is so unhelpful. I have an iMac computer operating on Mac OSX 10.5.8. I want to upgrade to the latest Mountain Lion operating system so I can work with the iCloud on my computer and download my emails. I can't seem to purchase this on-line as it keeps telling me to go to the app store. I haven't got the app store on my computer as I am told I need iCloud for which I need the new operating system, which I can't download or purchase as I am sent back to an instruction telling mee to go to the app store icon.
    How difficult can it be to simply purchase the software on-line have it shipped to you so you can install it, in the event it cannot be downloaded as it appears it can't be based on my curent operating systems being Mac OSX 10.5.8.

    Requirements for OS X 10.6 'Snow Leopard'
    http://support.apple.com/kb/SP575
    Whilst Apple have withdrawn Snow Leopard from download, you can still get it from Apple by calling 1-800-MY-APPLE (if you are in the USA) and they will supply the SL DVD for $30.  You can also purchase the code to use to download Lion from the same number.
    Requirements for Mountain Lion:
    http://www.apple.com/osx/specs/

Maybe you are looking for