Results 1 to 6 of 6

Thread: Dual booting the System with Windows and Linux.

  1. #1
    Join Date
    Dec 2010
    Posts
    299

    Dual booting the System with Windows and Linux.

    I am currently using Windows XP on my computer. Well Linux is included in my college syllabus. I don’t want to delete XP from my system instead I want to make my system usable for both Windows XP and Linux. In short I want to make my system Dual Boot System. Please let me know appropriate solutions on this as soon as possible. I will really appreciate your efforts put in. Thanking you in advance.

  2. #2
    Join Date
    Nov 2009
    Posts
    1,035

    Re: Dual booting the System with Windows and Linux.

    First of all you should place both the operating systems on two different logical drives. Suppose your hard drive has 4 Logical Partition viz. C:\,D:\,E:\,F:\. You have to keep place XP in to C:\ drive and place Linux into any other drive rather than placing it into C:\ drive. It is suggested that Windows should be installed to drive which is first bootable by the BIOS. Suppose you have installed Linux in to E:\ drive then E:\ drive will be divided in to 3 partitions viz./boot,/root and /swap. In case of multiple hard drive you must install Windows on first primary master drive and you must install Linux on the primary slave drive.

  3. #3
    Join Date
    May 2008
    Posts
    991

    Re: Dual booting the System with Windows and Linux.

    Well above information is enough to select the hard drive for the installation. The below code will let you how drives are labeled in the Linux? In the single hard drive divided into multiple logical drives you will find the following information. C:\ = /dev/hda1, D:\ = /dev/hda2, E:\ = /dev/hda3, /boot = /dev/hda4, / = /dev/hda5, /swap = /dev/hda6.In case of Multiple hard disks you will see C:\ = /dev/hda1, D:\ = /dev/hda2, E:\ = /dev/hda3, /boot = /dev/hdb1, / = /dev/dhb2, /swap = /dev/hdb3. Now you can proceed with the Installation process of Linux.

  4. #4
    Join Date
    May 2008
    Posts
    1,020

    Re: Dual booting the System with Windows and Linux.

    To proceed with installation you should select the location. You can skip the /boot partition if you have selected location manually. I suggest you to create boot disk. If you don’t create boot disk and anything wrong happens with boot loader setup then you will not able to boot the Linux till you reinstall it. You have to install Boot loader. More popular are LILO and GRUB. It will install into MBR. It will overwrites the Windows boot loader and result in to neither o/s loading. If it works fine Linux boot loader will be the by default loader for your system. It will provide you select windows or Linux.

  5. #5
    Join Date
    May 2008
    Posts
    681

    Re: Dual booting the System with Windows and Linux.

    Now we have to modify the boot.ini in the Windows which will help you to search and boot the Linux /boot partition. boot.ini file is located into C:\ directory . It may be protected by the OS,so it may not visible to you . To make visible go to Tools then select Folder Options tab and click on view. You should use the following command mount –t msdos/dev/fdo/mnt /floppy and also use th following to allocated 512 bytes in the boot sector. Dd if--/dev/hdb1 of=/mnt/floppy/linux.bin bs=512 count=1 You should also set the timeout option by Timeout=10

  6. #6
    Join Date
    May 2008
    Posts
    991

    Re: Dual booting the System with Windows and Linux.

    It may possible that Windows boot loader file may be corrupted during this process. To fix it You should perform the following system. Insert the Windows XP system into your CD Drive. You should enter into Recovery Console then write bootcfg/rebuild command on it. It will fix your problem. Once you have finished you should run the system. Windows boot loader will ask you to which Operating system to load. You try to run both the OS and make sure that both of are working properly. I hope you will be able to run both Windows XP and Linux.

Similar Threads

  1. Is it possible to do dual booting of XP tablet and Linux
    By Eric Banadinovich in forum Operating Systems
    Replies: 5
    Last Post: 07-05-2011, 07:54 PM
  2. Replies: 4
    Last Post: 02-01-2011, 11:08 PM
  3. Dual booting Windows XP and Ubuntu Linux
    By Malcolm W in forum Operating Systems
    Replies: 2
    Last Post: 07-01-2010, 08:11 AM
  4. Windows Server 2003 can not start on Dual Booting system
    By Adamaris in forum Operating Systems
    Replies: 3
    Last Post: 20-10-2009, 07:06 PM
  5. Unable to run GIMP on a dual booting system
    By Santanio in forum Operating Systems
    Replies: 3
    Last Post: 04-05-2009, 02:45 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,582,890.47479 seconds with 17 queries