Windows Xp and Unbreakable Linux

Anybody with an idea if its possible to have windows xp and unbreakable linux on the same system, tried it once but had problems with it maybe i did something wrong am not sure, i just need confirmation so i dont lose my files if it isnt possible. Anybody with experience on it. Have done it with windows xp and rhel 3 and it worked well.Thanks

If you are not going to use VMware do the following:
Install XP first with some partition space for Linux (15GB?)
!!!!Follow with caution, as fdisk can destroy all your data!!!
Then start linux install, select the non-window partition, format, create mount points- the usual stuff.
When it comes to grub, make sure you select the advanced grub options, and select " install on first partition of boot sector" . Select Windows XP as your default OS.
After the installation, the system boots into windows XP by default, although not through grub.
For this, you need to start linux in rescue mode (use the same install DVD/CD and at linux prompt, type linux rescue)
mount the sysimage (chroot /mnt/sysimage)
use fdisk to change the default bootable flag (fdisk a [1-4]).
eg hda is your windows system partition; hdb is your linux partition
Device Boot Start End Blocks Id System
/dev/hda * 1 13054 104856223+ 7 HPFS/NTFS
/dev/hdb xxx xxxx xxxxxx 83 Linux
Now reboot your system and you should have a dual boot XP/OEL.
hth,
userxxxx

Similar Messages

  • Windows XP and Arch Linux

    How do I install both Windows XP and Arch Linux on my system? I want to be able to boot either of the two from a menu that loads after the bios. I have created 4 partitions (NTFS, linux root, linux swap, linux home) and installed Windows XP on the NTFS system, as well as Linux on the other partitions. How do I go about the booting process? Are there any better ways of doing this than as above?
    Kirk
    PS How do I make a user supervisor in Arch Linux? When I try and reboot under my made user, I do not have sufficient rights.

    kirkl_uk wrote:How do I install both Windows XP and Arch Linux on my system? I want to be able to boot either of the two from a menu that loads after the bios. I have created 4 partitions (NTFS, linux root, linux swap, linux home) and installed Windows XP on the NTFS system, as well as Linux on the other partitions. How do I go about the booting process? Are there any better ways of doing this than as above?
    Just add the following in your /boot/grub/menu.lst
    # (1) Windoze XP
    title Windows XP Professional
    root (hd0,0)
    makeactive
    chainloader +1
    I assume from your description that you installed XP on the 1st partition of your 1st disc. If not, replace hd0,0 according to your setup.
    kirkl_uk wrote:PS How do I make a user supervisor in Arch Linux? When I try and reboot under my made user, I do not have sufficient rights.
    Just add that user in the root group in /etc/group. Or you can install sudo & 'man sudo' for details.
    However, believe me, you don't want to do something like that. In windoze if you try to delete, ie the windows folder through explorer it'll stop you, pointing that this is evil. In linux you can easily call a 'rm -rf /' (as root) and wipe your disc out .
    So better stick to a non-root user for everyday usage and su (or sudo) when you need root-access for a task.

  • [Solved]dual boot windows 7 and arch linux

    I have successfully installed arch linux dual boot with the original win7 on my PC. If I only use linux, then the system works well. The problem is that once I boot into Win7 then after reboot, the linux boot manager will stop working and the system always boots into windows automatically. My guess is Win7 automatically repair the boot loader.
    My current solution is whenever I have finished using Windows, I'll boot with my linux USB installation, and run "gummiboot --path=/boot install". Afterwards, linux will work fine. But I believe there must be a better solution. Any help will be appreciated.
    I have UEFI board by the way.
    Last edited by jl2014 (2015-04-19 17:35:57)

    Thanks for all your help first! I have tried Head_on_a_Stick's suggestions as the first step. Here is what I did. I have created :
    $ cat /boot/loader/entries/windows.conf
    title Windows
    efi /EFI/hidden/Boot/bootmgfw.efi
    The window boot path was :
    /boot/EFI/Microsoft/Boot/bootmgfw.efi
    and I changed
    /boot/EFI/Microsoft
    to
    /boot/EFI/hidden
    After reboot, I clicked 'Windows' option on the linux boot manager. Below are the error messages:
    Windows failed to start.
    File: \EFI\Microsoft/Boot/BCD
    Info: An error occurred while attempting to read the boot configuration data.
    Any idea what goes wrong?
    I'll try other suggestions soon. Thanks all of you again.
    Last edited by jl2014 (2015-04-19 00:03:33)

  • Dual booting Windows 8 and Arch Linux with UEFI

    Hi all!
    I'm trying to install Arch Linux on my computer where I already have Windows 8, and I'm getting a little stuck when it comes to the partitioning.
    Following the beginner's guide and the method here: https://wiki.archlinux.org/index.php/Un … n_in_Linux for setting up the partitions properly, regarding UEFI. My problem is that when using cgdisk to set up a new EFI system partition (ef00), I get an error message when trying to write the partition table (just saying that something went wrong). I figure the problem is that I already have a partition like this (correct me if I'm wrong), but it really looks like it succeded (see info below). So my question is: How do I preceed to keep my Windows 8 installation happy, but installing Arch? Do I remove the old EFI system partition and create a new one, or is there some method that allows me to edit the already existing one, to allow me to dual boot Windows 8 and Arch?
    My partition table now looks like this:
    Part. # Size Partition Type Partition Name
    1007KB free space
    1 500MB Windows RE Basic data partition
    2 300MB EFI System EFI system partition (this one was already present on my system)
    3 128MB Microsoft reserved Microsoft reserved partition
    4 63.5GB Microsoft basic data Basic data partition
    8 512MB EFI System EFI System partition (this is the one I tried to create when I got the error message)
    5 29.5GB Linux filesystem Arch (this is where I was going to put my Arch installation)
    6 22GB Windows RE Basic data partition
    7 1024MB Windows RE Basic data partition
    615KB free space
    Just for the record; I only created partition #8 and #5.
    Any help is appreciated! And sorry for beeing a total noob, but I really suck at this.

    sudo make sandwich wrote:If it is possible to share ESP between OSes, how do I do this (would it be sufficent to follow this section: https://wiki.archlinux.org/index.php/Beginners'_Guide#For_UEFI_motherboards)?
    There's really very little to do to share an ESP between OSes. Most OS installers will auto-detect the ESP and use it. Problem solved. For Arch it may be a bit more effort just because Arch uses a more hands-on installation process, but I've only done a couple of Arch installations, and the last one was several months ago, so I don't recall the details clearly enough to comment.
    And how big will the partition need to be? The beginner's guide says 512MB or higher.
    I don't know what was in the mind of the author, but my guess is that's because that's roughly the cutoff point where mkdosfs starts creating FAT32 by default rather than FAT16. The ESP is officially supposed to be FAT32, not FAT16, although FAT16 usually works OK. It's also possible to create FAT32 on smaller partitions by using an explicit option to mkdosfs ("-F 32").
    The optimal size of the ESP depends on the files stored on it. If you don't store your Linux kernels, something as small as 100MiB is usually adequate; but a few Linux kernels and their initrd files can consume twice that amount. My own recommendation is for the ESP to be 200-500MiB.
    The only error message I got from cgdisk is "Problem saving data! Your partition table may be damaged!", however booting Windows again works fine. Parted did not complain about antything.
    Use the "verify" function in cgdisk. That will reveal any problems with the data structures. If a verify turns up OK, then that means that cgdisk ran into some sort of disk problem. Running gdisk rather than cgdisk and using the gdisk "w" option (without making any changes) may produce a more helpful error message.

  • Windows XP and OES Linux

    We are running a NetWare 5.1, 6.0, 6.5, OES 6.5 and now OES Linux shop. I
    have just built and installed the OES Linux server into a new tree until I
    can figure it out. Our workstations are all Windows 2000 and XP SP2 with
    Novell Client 32 4.91.
    Being that I'm new to Linux, how do our users connect to the server? If you
    could point me to a tid, that would be great!
    Thanks.

    Newbie wrote:
    > Ok, I must be missing something. The only window that pops up is the
    > Microsoft login window with ID and PWD options... Should the Novell 4.91
    > client pop up instead?
    >
    >
    > "Jeremy" <Jmeldrum@nospam_novell.com> wrote in message
    > news:KEacf.2740$u%[email protected]...
    >> Newbie wrote:
    >>
    >>> Thanks, linuxjoe.
    >>>
    >>> I have figured out how to setup the "Samba" and when I use Windows
    >>> Explorer
    >>> and browse to the "Microsoft Network" I can see the server and shares.
    >>> I click on the share and I can't login.
    >>>
    >>> I went into iManger and configured a Workstation and User (admin) for
    >>> accessing Linux.
    >>> The server info:
    >>> Tree: Linux_Tree
    >>> Server: OES_Linux
    >>> Context: test (both admin and server are in here)
    >>>
    >>> What do I put in the Login Box that pops up on my Windows XP machine?
    >>>
    >>>
    >>>
    >>>
    >>> "linuxjoe" <[email protected]> wrote in message
    >>> news:Xi6cf.2329$u%[email protected]...
    >>>> Newbie wrote:
    >>>>
    >>>>> Being that I'm new to Linux, how do our users connect to the server?
    >>>>> If
    >>>>> you could point me to a tid, that would be great!
    >>>>
    >>>> You should be able to connect to it with a client over ncp as well. But
    >>>> you
    >>>> can also do it over ftp, http, nfs, etc.
    >>>>
    >> When the login box pops up, you use the same information you normally do,
    >> tree, context, and server. The difference would be that you can now put
    >> the oes linux server name (or IP address) in the the sever field. You
    >> can also map to the SYS volume just as you would a NetWare server.
    I am confused with your comments. If you have a user running Windows XP
    with the 4.91 windows client, he will have a login popup. The Login window
    will ask for the username and password. If you hit the advanced button, it
    will show you the tree, context, and server fields. Currently you will
    have your tree, context and server from your previous login populated. If
    you want to log into the OES Linux server, you can change the server field
    to point to the OES Linux server's IP or server name. There is nothing
    different when accessing the NSS volumes on a OES Linux from a windows
    workstation.

  • Windows 7 and Arch linux dual boot problem

    hey guys I had an issue with windows 7 dual booted with arch and i was just wondering my windows 7 crashed. I had Reinstalled windows OS and all my partitions are set up but now when I try to boot up arch I cant at all cause windows Boot took over and i have no way of getting into arch is there anyway i can fix this or maybe reinstall arch without loseing my home folder with all my data, or is there just and easyer way to fix this issue im stuck.  thank you all for your support as i am a noob

    You need to re-install grub. When you reinstalled Windows it will overwrite grub preventing you booting Arch. You'll need to boot from a liveCD and chroot into your Arch installation. details for recovering grub are in the wiki - https://wiki.archlinux.org/index.php/GR … stallation

  • [SOLVED] Dual boot windows 7 and arch Linux with seperate hard drives

    Ok so I'm stuck trying to get my computer to dual boot windows 7 and arch. They are installed on different hard drives and I have grub 2 as the boot loader. I can't find any tutorials on how to do it with seperate hard drives I know how to do it if they are on the same hard drive. Also I want windows on the "first" hard drive how do I check to see which one it considers the first?
    Last edited by bdawg (2012-09-21 23:15:37)

    DSpider wrote:
    drobole wrote:If you want to change it so that sda becomes sdb and sdb becomes sda, you should be able to do that in BIOS.
    Not from the BIOS. He would need to physically open up the computer and switch the cables between them (or add another drive).
    There's no actual performance increase in changing this order. Performance increase is when you have the partitions as close to the beginning of a HDD as possible, where the platters spin faster (basic mechanics, not to be confused with CD/DVD, which are being written from the inside-out to prevent errors after extended usage), and it especially doesn't apply to SSDs whatsoever.
    You may be right about that. I remember I had to do this a while back but I probably switched the cables. It also messed up the drive mapping in Windows 98 if I remember correctly.

  • Compatibility about oracle 10g release1 and unbreakable Linux

    Hi there,
    My OS is "Oracle Unbreakable Linux" which is from ORACLE, when I tried to install oracle 10g release 1 , it got error as below:
    [oracle@O10gR1 Disk1]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-2.1, redhat-3, SuSE-9, SuSE-8 or UnitedLinux-1.0
    Failed <<<<
    Can somebody tell me if unbreakable linux is compatible to oracle 10g release 1 ?
    Thanks

    Oracle 10gR1 is certified with OEL, you might have using old downloaded installer, that's why you getting error. Download new installer from otn.oracle.com.
    OR
    you just need to execute runInstaller with -ignoreSysPrereqs switch:
    ./runInstaller -ignoreSysPrereqs
    OR
    Update oraparam.ini in STAGE_AREA/Disk1/install
    - Virag Sharma
    http://virag.sharma.googlepages.com

  • Printers in RDP Windows 2012 and Ubuntu Linux

    Computer 1. Windows Server 2012 Std with RDP Terminal Server
    Computer 2. Ubuntu Linux 13.04 with RDP client Remmina and HP LaserJet 1020 Printer
    Computers isn't located in one local network. When I connected to the Windows by RDP - I couldnt see any printers (e.g. HP LJ 1020). What should I do to make visible my printers when I connect thru Remmina to Windows 2012 Server? May be add some components
    or roles? By the way, when I use Windows 7 to connect to Server 2012, I could see my printer like Remote Desktop Easy Print.
    Windows Server 2012 и клиент на Ubuntu не находятся в одной локальной сети, поэтому подключить принтер из под терминальной сессии по локальной сети не получится. Нужно прокидывать принтер с Ubuntu в терминальную сессию через RDP. Так вот,
    если я подключаюсь из под Windows 7, то принтер виден, Easy Print отрабатывает нормально, а если из под Ubuntu, то нет ни одного принтера. Как я понял, это особенность Windows 2012, то что они отключили там устаревшие компоненты, потому
    что подключаюсь к Windows 2008R2 и там принтер из Ubuntu виден.

    (SOLVED) Problem with printer redirection between Ubuntu Linux 12.04 and Windows 2012R2
    Server - Windows 2012R2 
    Clients - Linux Ubuntu 12.04/14.04 
    RDP client - Remmina Remote Desktop Client (Stable release: 1.0.0). 
    It turned out that for some strange logic in the connection settings to the server in the RDP client - Remmina must specify sound "local". 
    Then Printer redirection works and print remotely without problems. 
    Special thanks to the user with the nickname "nechik_uk" from forum.oszone.net.

  • Help starting Unbreakable Linux and Oracle

    Hello
    I am getting ready to install Unbreakable Linux on a 70GB hard drive is that enough space?
    I will be multibooting Windows 2003 Server 10GB, XP 30GB and Unbreakable Linux 30GB on the 70GB hard drive.
    These are my questions:
    1)When I had installed Fedora installed the autopartition configured my partition automatically like this using Grub. Will Unbreakable Linux's autopartition do this the same way that Fedora did, what would I have to do to set this up :
    VG VolGroup00 30720m VolGroup
    LV LogVol01 992m swap
    LV LogVol00 29728m ext3
    /dev/sda/
    /dev/sda1 1 255 2000m vfat
    /dev/sda2 256 9545 72872m extended
    /dev/sda5 256 1785 12001m vfat "W2003 was on this partition"
    /hda6 1786 5609 29996m vfat "XP was on this partition"
    /had7 5610 5622 101m ext3 /boot
    /hda8 5623 9545 30772m physical V "Fedora on this partition"
    2) Is Unbreakable Linux good for running Oracle and a web server, replication and Log shipping?
    3) What web server runs on Unbreakable Linux and how difficult is it to install?
    4) What kind of security is good for Unbreakable Linux ?
    5) What kind of firewall is good for Unbreakable Linux ?
    6) What kind of antivirus and spyware/malware is good for Unbreakable Linux ?
    7) What browser runs on Unbreakable Linux and where do I get it from?
    8) Do I run startx to get the gui if not then what?
    9) How do I get help if I have a problem setting up any of the above?

    I am getting ready to install Unbreakable Linux on a 70GB hard drive is that enough space?Yes, definitely.
    1)When I had installed Fedora installed the autopartition configured my partition automatically like this using Grub. Will Unbreakable Linux's autopartition do this the same way that Fedora did, what would I have to do to set this up :Not sure that if it will EL do automaticaly the same layout as Fedora but you have all informations so you can do manual partitioning.
    2)Is Unbreakable Linux good for running Oracle and a web server, replication and Log shipping?Of course it is. Note Unbreakable Linux is a support program not a distribution.
    3) What web server runs on Unbreakable Linux and how difficult is it to install?AFAIK almost any major distribution is shipped with Apcache HTTP server.
    So you can install HTTP server using package located in installation media.
    Or you can download sources and compile your own configuration or preffered HTTP server (I preffer this option). Everything goes easy with manual: http://httpd.apache.org/docs/
    https://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/x8664-multi-install-guide/
    4) What kind of security is good for Unbreakable Linux?What exactly do you mean under "security" term?
    5) What kind of firewall is good for Unbreakable Linux ?Each distribution (including this one) is shipped with excellent stateful (of course stateless too :-) ) firewall called "iptables" which is included in Linux kernel. More info (documentation and HOWTOs) you can find at http://netfilter.org
    6) What kind of antivirus and spyware/malware is good for Unbreakable Linux ?There is some Linux antivirus SW for example AVG, NOD but viruses are very rare in the Linux world and most of them are just "Proof of concept". So at this time is client antivirus SW just waste of money.
    Spyware and malware - forget about it when we speaking about Linux (at this time).
    7) What browser runs on Unbreakable Linux and where do I get it from?Graphic: Firefox, Konqueror, Nautilus Text: lynx, elinks - all these are included in Linux distribution.
    8) Do I run startx to get the gui if not then what?You can start X server automaticaly during boot. This is provided by default runlevel configuration in /etc/inittab file (in this case it's run level 5). If your server has default run level 3 and you want to start X server you can log as root, and temporary change the run level to 5 by command (init 5 or telinit 5).
    There is not reason for starting X server when you are using Linux machine as database server or HTTP server.
    9) How do I get help if I have a problem setting up any of the above? There is Ubreakable Linux program: http://www.oracle.com/technologies/linux/ubl-faq.pdf
    And for non critical issues you can also use public linux forums like this :-)
    Site about EL and Unbreakable Linux program: http://www.oracle.com/linux

  • Dual boot Windows 7 (64) and Arch Linux (64) problems

    Hello:
    I am new to Arch Linux and just finished installing the 64bit on my laptop. It had a prebuilt Windows 7 (64) installed which I kept but split the hdd from 160Gb to 80Gb and 80Gb. I installed Arch there and set 4 partitions, all of them as Logical - a 64 MB ext2 /boot partition; a 512 MB swap partition; a 15 GB root partition; and the rest as my /home partition. My partitions look like this:
    Disk Drive: /dev/sda
    Size: 160041885696 bytes, 160.0 GB
    Heads: 255 Sectors per Track: 63 Cylinders: 19457
    Name Flags Part Type FS Type [Label] Size (MB)
    sda1 Primary Unknown (27) 12889.02
    sda2 Boot Primary NTFS 106.93
    sda3 Primary NTFS [] 73915.11*
    sda5 Logical Linux ext2 65.81*
    sda6 Logical Linux 509.97*
    sda7 Logical Linux ext2 15002.92*
    sda8 Logical Linux ext2 57549.55*
    The install was succesful(this was running from the core install cd) and I installed GRUB to my /boot but when I restarted it loaded Windows 7. I have used Knoppix USB disc to boot and see my Arch Linux install files and edited the /boot/gur/menu.lst file.
    In Windows I installed EasyBCD 1.7.2 and tried to get NeoGrub bootloader working as a dual boot. I tried getting rid of the boot flag for Windows with cfdisk and setting it to my (Logical) sda5. That did not work. So far the only way I have booted into my Arch Linux install has been by going to the Live CD, choosing "Boot from Existing Linux Install" and editing the command files there.
    root (hd0,4)
    kernel /vmlinuz26 root=/dev/sda3 ro
    initrd /kernel26.img
    My goal is to get a dual boot working for Windows 7 and Arch Linux 64 and continue installing the Xorg and KDE to Arch. I just don't know what the problem is here. I don't mind reinstalling Arch if something went wrong, but I would like to keep my Windows running in order and add Arch on.
    Any help would be greatly appreciated.

    I ran the LiveCD and chose "Install to MBR hd0". I ended up with this:
    setup hd(0,1)
    Checking if "/boot/grub/stage1" exists.....yes
    Checking if "/boot/grub/iso9660_stage1_5" exists.....yes
    Running "embed /boot/grub/iso9660_stage1_5 (hd0,1)".....failed(this is not fatal)
    Running "embed /boot/grub/iso9660_stage1_5 (hd16)".....failed(this is not fatal)
    Running "install /boot/grub/stage1 d (hd0,1) /boot/grub/stage2 p (hd0,1) boot/grub/menu.lst".....failed
    Error 31: File is not sector aligned
    My entry for Windows into the menu.lst looks like this:
    # (0) Arch Linux x64
    title Arch Linux x64
    root (hd0,4)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/3841273c-d91e-41d6-9dbf-716a15d03a01 ro
    initrd /kernel26.img
    # (1) Arch Linux x64
    title Arch Linux x64 Fallback
    root (hd0,4)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/3841273c-d91e-41d6-9dbf-716a15d03a01 ro
    initrd /kernel26-fallback.img
    # (2) Windows 7
    title Windows 7
    rootnoverify (hd0,0)
    makeactive
    chainloader +1

  • Install PT8.53 with Linux Issue: Windows NetMgr and Linux NetMgr

    Folks,
    Hello. I am installing PeopleTools 8.53 Internet Architecture. Database Server is Oracle Dabase 11gR1. OS is Oracle Linux 5. I have installed JDK7, WebLogic 10.3.6, Tuxedo 11gR1 and PeopleTools 8.53 successfully into Oracle Linux 5.
    I have been setting up PeopleTools8.53 Database. Because the Install Wizard has problem, I set up PeopleTools 8.53 Database manually using Oracle starter database instance PT853. I have run the following scripts:
    1) utlspace.sql
    2) dbowner.sql
    3) ptddl.sql
    4) psadmin.sql
    5) psroles.sql
    6) connect.sql
    Then, we need to run Data Mover script in a Windows Client machine to populate PeopleTools Database instance PT853 in Linux Sever machine. I have installed Oracle Database 11gR2 client for 32-bit Windows in my 64-bit Windows XP Virtual Machine. Now, I confront 2 VMs' connection issue as below:
    In Linux Server Machine Net Manager:
    Service Name: PT853
    Connection Type: Database Default
    Protocol" TCP/IP
    Host Name: localhost.localdomain
    Port Name: 1521
    Listener: LISTENER
    Protocol: TCP/IP
    Host: localhost.localdomain
    Port: 1521
    I test the Service PT853 using UserID "SYSADM" and Password "SYSADM". The connection is successful.
    In Windows Client machine, the information in Net Manager is the same, but the connection is not successful. Its details are as below:
    Net Service Name: PT853
    Protocol: TCP/IP
    Host name of Database Machine: localhost.localdomain
    Port Number: 1521
    Database Service Name: PT853
    Connection Type: Database Default
    I test the Service using UserID "SYSADM" and Password "SYSADM" that are the same with Linux, but get this error: TNS: listener does not currently know of service requested in connect descriptor.
    My questions are:
    Do we need to do something to connect Windows XP with Linux at first ? If yes, How to do it ? If no, how to solve the above issue ?
    Thanks.

    Folks,
    Hello. Thanks a lot for replying.
    Regarding PeopleSoft networking, I have done Configuration Manager to enable Data Mover and Application Designer to login into Database Instance PT853.
    Regarding 2 Virtual Machines (Windows XP and Oracle Linux 5) connects with each other, I have done the following:
    First, I follow this tutorial http://www.vmware.com/support/ws5/doc/ws_devices_serial_2vms.html to configure 2 VMs for Windows 7 Host.
    Second, in Windows XP Oracle Database Client Install Directory, the file "tnsnames.ora" has one entry that is the Service Name in Net Manager. In Linux Oracle Database Server install directory, the file "tnsnames.ora" has no entries because I installed Oracle Database Server with the starter Database instance PT853.
    I have tried to test 2 VMs in the way as below:
    In Linux, [user@localhost ~]$ping WindowsHostName
    Its output: unknown host WindowsHostName
    In Windows XP Command Prompt:
    C:\ping localhost.localdomain
    Its output: pinging localhost.localdomain 127.0.0.1 with 32 bytes of data...
    Reply from 127.0.0.1: bytes=32 time=2ms, TTL=128
    It replies a few times and then disconnected by itself. It seems that Windows XP is pinging itself and not Linux Server. The hostname of Linux Server is "localhost.localdomain" as well. It's a kind of confusing to me.
    From the above infromation, we  can see 2 VMs cannot connect with each other. Net Manager in Windows XP Oracle Client cannot connect its Service PT853.
    I don't understand how to connect Oracle Client in Windows with Oracle Database Server in Linux. Can any folk help to solve this issue ?
    Very grateful in advanced.

  • Dual Boot Windows 7 and Arch with Shared NTFS partition.

    Hi everyone,
    I want to dual boot windows 7 and Arch Linux.
    Here's the problem... my hard drive isn't the biggest.  I want to store all my music, movies, pictures, and documents on partition that both linux and windows can access seamlessly.
    I want the partition to be NTFS.   -- (the programs that map an ext4 drive to Windows are trash).
    Here's what I think I need.
    30GB NTFS to Windows.
    30GB ext4 to Arch Linux
    The remainder (190ish GB) to Shared Data.
    I don't want the swap partition because I have a SSD and 4GB of RAM.
    What is the best way to setup my partitions?  And is this even possible?
    Thanks!

    Not a problem.  I would create:
    First of four primary partitions for windows.
    Second of four primary partitions for /boot
    Third of four partitions is an extended partition encompassing all the space not used by the first two partitions.
    Put everything else inside the extended partition.
    Mine is a bit more complicated, but this should give you an idea:
    ewaller@odin:~ 1005 %sudo fdisk -l /dev/sda
    Password:
    Disk /dev/sda: 320.1 GB, 320072933376 bytes
    255 heads, 63 sectors/track, 38913 cylinders, total 625142448 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 identifier: 0x87b33479
    Device Boot Start End Blocks Id System
    /dev/sda1 * 2048 121778159 60888056 7 HPFS/NTFS/exFAT
    /dev/sda2 597366784 625135615 13884416 83 Linux
    /dev/sda3 121778160 597366783 237794312 5 Extended
    /dev/sda5 * 121778223 123770219 995998+ 83 Linux
    /dev/sda6 123770283 131770589 4000153+ 82 Linux swap / Solaris
    /dev/sda7 193213818 597360959 202073571 83 Linux
    /dev/sda8 131781258 193213754 30716248+ 83 Linux
    /dev/sda9 131770591 131781194 5302 1 FAT12
    Partition table entries are not in disk order
    ewaller@odin:~ 1006 %
    Partitions 1 and 2 are Primary partitions.  Partition 3 is an extended partition.  All the others live in partition 3

  • Dual Boot Windows 8 and Linux?

    I have (UEFI System) an ASUS K55A UEFI motherboard laptop that came factory with Windows 8. I would like to install backtrack linux and Windows 8, but before I go screwing up my laptop, I want to see if this would be at all possible. I would use a virtual
    machine, but I need Backtrack Linux on a physical machine for testing purposes as I am taking a course in computer forensics, and I want to test cracking my home wi-fi. My processor is an Intel Core i5 2.5 ghz with a 500 GB HDD and 8GB DDR3 RAM. Any insight
    on this would be appreciated. Thank You.

    Hi,
    You can refer to this article to get detail information.
    http://apcmag.com/how-to-dual-boot-windows-8-and-linux.htm
    Niki Han
    TechNet Community Support

  • Dual boot with Windows 7 and LINUX - Tecra A11 (PTSE1A-00L005)

    Hi,
    I bought a new Tecra A11 Laptop which runs WIN7 Pro. I want to install LINUX also. That means, I want to run my laptop in dual boot Win7 Pro/LINUX (any distributor). Please tell me how to do that.
    There are 5 partitions on the HDD:
    1. Active, Recovery partiton 1.46 Gb (no drive letter)
    2. Active Primary C: Boot 145.04 Gb (NTFS)
    3. Active Logical E: 78.13 Gb (NTFS)
    4. Active Logical F: 64.25 Gb (NTFS)
    5. Primary Partition 9.2 Gb (no drive letter, application unknown)
    Hey, I need it badly, because I have admitted to a course of RHCE (Red Hat Certified Engineer)
    Please help me

    Hi
    I may not be able to give You a step-by-step explanation but most distros today offer a possibility to co-exist with Windows.
    During the installation the unused free space will be taken by Linux (with the consent of the user of course!!)
    What exact setup is needed by You is impossible for anyone else to say, but I would suggest to make the space occupied by the F drive available for Linux.
    You seem to have space enough for Windows and the Linux OS does not need much.
    Some thoughts concerning your partition setup:
    I would NOT touch 1,2 and 5 no matter what. They are your system and some system internal partitions (recovery environment and data) and would not be fun to lose.
    1. Active, Recovery partiton 1.46 Gb (no drive letter)
    2. Active Primary C: Boot 145.04 Gb (NTFS)
    3. Active Logical E: 78.13 Gb (NTFS)
    4. Active Logical F: 64.25 Gb (NTFS)
    5. Primary Partition 9.2 Gb (no drive letter, application unknown)
    So pick a Distro (my suggestion Ubuntu, Mint, Fedora, OpenSuse - Fedora will be the one closest related to RedHat) which will guide You through the steps to allocate space for Linux.
    I would suggest however to remove the drive F in Windows so Linux does not start resizing all partitions.
    I am sure that will work fine, but will just take time and the pretty unnecessary F drive will most surely be kept.
    If You already have valuable data on your unit, make sure to back it up!! No software comes with warranties :)
    Last but not least - make 100% sure to create a recovery set with the help of Toshiba Recovery media creator BEFORE you start installing Linux.
    If something goes wrong You might want to have the possibility to put the unit back into factory state.
    Good luck and keep asking if You need additional help!
    Tom

Maybe you are looking for

  • 404 error with wwv_flow.accept on basic Oracle XE form

    Hi all, after some extensive research and head-scratching, I'm stumped with the following situation, and wondered if anyone here had any insights... I have a colleague who is expermimenting with Apex using Oracle XE 10G (For various tedious reasons,

  • J2EE and JDBC-ODBC bridge driver

    Hi all, in my application I want to access an ODBC database to get the data and put it into cloudscape. In my resources.properties I added the jdbc driver jdbcDriver.1.name=sun.jdbc.odbc.JdbcOdbcDriverand also added a datasource jdbcDataSource.5.name

  • Retrieve the fields name of a table

    HI, I need to write a loop to get the name of each fields in a table. I nedd something like for each field.fieldname do something thanks, Mandana

  • Deleting objects from the stage

    Hi all, I've got some items on my stage that I'm removing with RemoveChild(). The items no longer show, however, as stated in LiveDocs, the item is not actually destroyed. This means any bindings/listeners created by that object are still in existenc

  • Has any one worked on CRM_ISA_BASKET_HEAD

    Hello Gurus, I have a requirement, I have to change the Bill-to and Payer in the internet order while creating it through Webshop. I have found that the BADI CRM_ISA_BASKET_HEAD should be used to make the changes. But still I am not able to get the d