Member You
#1 in Business Subscribe Email Print

You are here: Home > Computers and Technology > Hardware > Dual Boot Windows and Linux: Single and Multiple Hard Drives

Tags

  • bootiniedit
  • subscribers
  • results
  • install windows
  • installation disks
  • obviously short

  • Links

  • Video & Web Conferencing: How To Determine Which Features Will Benefit You The Most
  • How to Find the Perfect Lighted Make-Up Mirror
  • The Reason Why
  • Member You - Dual Boot Windows and Linux: Single and Multiple Hard Drives

    Individual Health Insurance Coverage
    It is often said that independently purchased individual health insurance should be a last option. Five percent of insured Americans have individual plans even though they are costlier than group policies because they are not subsidized. Five percent are students, people working at places without group insurance or people who have lost their jobs.Individual insurance and group insurance have differen
    d contain:

    timeout=30

    After the last line add:

    title Start Windows map (hd1) (hd0) map (hd0) (hd1) rootnoverify (hd1,0) makeactive chainloader +1

    Reboot your machine to the Linux drive and you will see a menu allowing you to select between Linux or Windows. Nice work!

    This article is obviously short and does not include any explanations of how these commands work. There are variations on what I have shown here depending on your hardware setup, but I believe that these are the most common and should get the job done nicely. I would be happy to direct you to additional resources if this does not work for y

    The More Things Change The More They Stay The Same
    The old adage 'the more things change the more they stay the same', is as true now as it ever was. A few weeks ago we heard on the news that a well known Telecoms' supplier was whingeing that they were victims of their own success. They had sold too many of a service and couldn't deliver the goods. Worse yet they could not supply the good customer services, to ensure client retention after the failures. The
    The internet is full of technical articles, many of which are way too complicated for the average computer user who just wants to solve a simple problem. If you pay close attention, the internet is also a place where the "gurus" spend a lot of time yelling for help in discussion boards and forums. So don’t feel bad, nobody has all the answers.

    So you want to dual boot Windows and Linux on the same computer—it is really quite easy. I only have enough room here to tell you the most common way to do this on a single hard drive or using multiple hard drives. Obviously then, there are many ways to get the job done, but there are some critical things you should know. Let’s start with some critical information.

    Windows and Linux: Same Hard Drive The windows operating system MUST occupy the master boot record (MBR). Linux, on the other hand does not have to. In this scenario, you must install windows first! After Windows has been successfully installed, then you can install Linux. This is critical! The Linux "boot loader" is called GRUB. When you install Linux—MAKE SURE YOU DO NOT INSTALL THE LINUX BOOT LOADER TO THE MBR.

    Configure the Windows Boot Loader: A Two Step Process It is also possible to use GRUB to dual boot Windows and Linux on the same drive but this is a bit more complex—the Windows boot loader will get the job done. In the following commands, you will create a copy of the Linux boot sector and then save it in a file in the top level directory under Windows (C:).

    Step 1: Linux From the shell in your Linux installation (boot from your installation disks): Execute the following shell command, replacing /dev/hda3 with the location of your Linux boot partition.

    shell# dd if=/dev/hda3 of=/bootsect.lnx bs=512 count=1

    Copy the new file—bootsect.lnx—to a floppy disk and reboot to Windows.

    Step 2: Windows Copy bootsect.lnx to C: in Windows. Then execute the following command at the DOS prompt.

    C:> attrib -H -R -S boot.ini

    Edit boot.ini so that the first two lines are:

    [boot loader] timeout=30

    After the last line, add:

    c:bootsect.lnx="Start Linux"

    That’s it, you are done! Reboot your machine and you will see a menu allowing you to select either Windows or Linux. Congratulations.

    Windows and Linux: Two Hard Drives This is also quite easy. In this case, you will boot to the Linux drive. We will add Windows to the Linux boot loader (i.e., GRUB). GRUB is my favorite boot loader.

    Edit the /boot/grub/grub.conf file. One of the very first lines should contain:

    timeout=30

    After the last line add:

    title Start Windows map (hd1) (hd0) map (hd0) (hd1) rootnoverify (hd1,0) makeactive chainloader +1

    Reboot your machine to the Linux drive and you will see a menu allowing you to select between Linux or Windows. Nice work!

    This article is obviously short and does not include any explanations of how these commands work. There are variations on what I have shown here depending on your hardware setup, but I believe that these are the most common and should get the job done nicely. I would be happy to direct you to additional resources if this does not work for yo

    There's Diamonds In Your Backyard - Part 1 - Building Relationships - The True Gems in Business
    I came to understand the true meaning and value of a business relationship over 10 years ago after spending thousands of dollars in traditional advertisements with little return. This is not to say that traditional advertising is wrong – I just didn’t have the money to do it! I then realized that without the funds to do consistent traditional advertising that I had to develop business relationships that wou
    itical things you should know. Let’s start with some critical information.

    Windows and Linux: Same Hard Drive The windows operating system MUST occupy the master boot record (MBR). Linux, on the other hand does not have to. In this scenario, you must install windows first! After Windows has been successfully installed, then you can install Linux. This is critical! The Linux "boot loader" is called GRUB. When you install Linux—MAKE SURE YOU DO NOT INSTALL THE LINUX BOOT LOADER TO THE MBR.

    Configure the Windows Boot Loader: A Two Step Process It is also possible to use GRUB to dual boot Windows and Linux on the same drive but this is a bit more complex—the Windows boot loader will get the job done. In the following commands, you will create a copy of the Linux boot sector and then save it in a file in the top level directory under Windows (C:).

    Step 1: Linux From the shell in your Linux installation (boot from your installation disks): Execute the following shell command, replacing /dev/hda3 with the location of your Linux boot partition.

    shell# dd if=/dev/hda3 of=/bootsect.lnx bs=512 count=1

    Copy the new file—bootsect.lnx—to a floppy disk and reboot to Windows.

    Step 2: Windows Copy bootsect.lnx to C: in Windows. Then execute the following command at the DOS prompt.

    C:> attrib -H -R -S boot.ini

    Edit boot.ini so that the first two lines are:

    [boot loader] timeout=30

    After the last line, add:

    c:bootsect.lnx="Start Linux"

    That’s it, you are done! Reboot your machine and you will see a menu allowing you to select either Windows or Linux. Congratulations.

    Windows and Linux: Two Hard Drives This is also quite easy. In this case, you will boot to the Linux drive. We will add Windows to the Linux boot loader (i.e., GRUB). GRUB is my favorite boot loader.

    Edit the /boot/grub/grub.conf file. One of the very first lines should contain:

    timeout=30

    After the last line add:

    title Start Windows map (hd1) (hd0) map (hd0) (hd1) rootnoverify (hd1,0) makeactive chainloader +1

    Reboot your machine to the Linux drive and you will see a menu allowing you to select between Linux or Windows. Nice work!

    This article is obviously short and does not include any explanations of how these commands work. There are variations on what I have shown here depending on your hardware setup, but I believe that these are the most common and should get the job done nicely. I would be happy to direct you to additional resources if this does not work for y

    Keep Your Subscribers Coming Back For More
    Many online businesses use Opt-in email marketing to send advertising materials to subscribers with the intentions of boosting their sales. Opt-in email marketing is the vehicle that allows businesses to send newsletters, catalogs and other advertising materials to subscribers who have agreed to receive their emails.Through e-mail, many marketers and businesses keep their subscribers updated of all t
    ut this is a bit more complex—the Windows boot loader will get the job done. In the following commands, you will create a copy of the Linux boot sector and then save it in a file in the top level directory under Windows (C:).

    Step 1: Linux From the shell in your Linux installation (boot from your installation disks): Execute the following shell command, replacing /dev/hda3 with the location of your Linux boot partition.

    shell# dd if=/dev/hda3 of=/bootsect.lnx bs=512 count=1

    Copy the new file—bootsect.lnx—to a floppy disk and reboot to Windows.

    Step 2: Windows Copy bootsect.lnx to C: in Windows. Then execute the following command at the DOS prompt.

    C:> attrib -H -R -S boot.ini

    Edit boot.ini so that the first two lines are:

    [boot loader] timeout=30

    After the last line, add:

    c:bootsect.lnx="Start Linux"

    That’s it, you are done! Reboot your machine and you will see a menu allowing you to select either Windows or Linux. Congratulations.

    Windows and Linux: Two Hard Drives This is also quite easy. In this case, you will boot to the Linux drive. We will add Windows to the Linux boot loader (i.e., GRUB). GRUB is my favorite boot loader.

    Edit the /boot/grub/grub.conf file. One of the very first lines should contain:

    timeout=30

    After the last line add:

    title Start Windows map (hd1) (hd0) map (hd0) (hd1) rootnoverify (hd1,0) makeactive chainloader +1

    Reboot your machine to the Linux drive and you will see a menu allowing you to select between Linux or Windows. Nice work!

    This article is obviously short and does not include any explanations of how these commands work. There are variations on what I have shown here depending on your hardware setup, but I believe that these are the most common and should get the job done nicely. I would be happy to direct you to additional resources if this does not work for y

    Top 7 Proven Words That Your Ad Copy Can't Live Without
    (1) Make use of the word "Fast" or "Quick" in your ad. We all want quick results, fast delivery, quick customer services, fast shipping, etc. Why is that? The reason is simple ==> "Time Is Money!"The faster your service or result in using your product is, the more satisfied will be your customers.For example: "Our Product Delivers Quick Results!" or "Fast Delivery For All Custome
    llowing command at the DOS prompt.

    C:> attrib -H -R -S boot.ini

    Edit boot.ini so that the first two lines are:

    [boot loader] timeout=30

    After the last line, add:

    c:bootsect.lnx="Start Linux"

    That’s it, you are done! Reboot your machine and you will see a menu allowing you to select either Windows or Linux. Congratulations.

    Windows and Linux: Two Hard Drives This is also quite easy. In this case, you will boot to the Linux drive. We will add Windows to the Linux boot loader (i.e., GRUB). GRUB is my favorite boot loader.

    Edit the /boot/grub/grub.conf file. One of the very first lines should contain:

    timeout=30

    After the last line add:

    title Start Windows map (hd1) (hd0) map (hd0) (hd1) rootnoverify (hd1,0) makeactive chainloader +1

    Reboot your machine to the Linux drive and you will see a menu allowing you to select between Linux or Windows. Nice work!

    This article is obviously short and does not include any explanations of how these commands work. There are variations on what I have shown here depending on your hardware setup, but I believe that these are the most common and should get the job done nicely. I would be happy to direct you to additional resources if this does not work for y

    How To Manage Your Credit Card Debt
    Everyone loves to lead a comfortable life. However it may not be that easy to purchase a house, vehicle, etc all on your own. As a result, people may be forced to take debts. If one does not manage his finances effectively, these debts can easily go on accumulating and spiral out of control. If the debts just keep on rising one has no other option other than to file for bankruptcy. In order to avoid such a
    d contain:

    timeout=30

    After the last line add:

    title Start Windows map (hd1) (hd0) map (hd0) (hd1) rootnoverify (hd1,0) makeactive chainloader +1

    Reboot your machine to the Linux drive and you will see a menu allowing you to select between Linux or Windows. Nice work!

    This article is obviously short and does not include any explanations of how these commands work. There are variations on what I have shown here depending on your hardware setup, but I believe that these are the most common and should get the job done nicely. I would be happy to direct you to additional resources if this does not work for you.

    Copyright 2005 Majella.us

    HTTP = HTML link (for blogs, profiles,phorums):
    <a href="http://www.memberyou.net/article/175021/memberyou-Dual-Boot-Windows-and-Linux-Single-and-Multiple-Hard-Drives.html">Dual Boot Windows and Linux: Single and Multiple Hard Drives</a>

    BB link (for phorums):
    [url=http://www.memberyou.net/article/175021/memberyou-Dual-Boot-Windows-and-Linux-Single-and-Multiple-Hard-Drives.html]Dual Boot Windows and Linux: Single and Multiple Hard Drives[/url]

    Related Articles:

    The 8 Archetypes of the New-Age Manager

    Cheap Payday Loans - Get The Loan According To The Need

    How You Can Get Medical Insurance in CA

    Bookmark it: del.icio.us digg.com reddit.com netvouz.com google.com yahoo.com technorati.com furl.net bloglines.com socialdust.com ma.gnolia.com newsvine.com slashdot.org simpy.com shadows.com blinklist.com