<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Linux Duall boot w/win2k in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-duall-boot-w-win2k/m-p/2750188#M1825</link>
    <description>Here's some more details on the Linux+WindowsNT mini-HOWTO:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.tldp.org/HOWTO/mini/Linux+WinNT-3.html" target="_blank"&gt;http://www.tldp.org/HOWTO/mini/Linux+WinNT-3.html&lt;/A&gt;</description>
    <pubDate>Mon, 24 Jun 2002 11:36:14 GMT</pubDate>
    <dc:creator>Hal Rottenberg</dc:creator>
    <dc:date>2002-06-24T11:36:14Z</dc:date>
    <item>
      <title>Linux Duall boot w/win2k</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-duall-boot-w-win2k/m-p/2750186#M1823</link>
      <description>All,&lt;BR /&gt;I've want to Dual boot linux with win2k. But I want to use lilo to do it, I know you can peel off the boot sector in Linux and put into init boot file of win2k. But I don't want to use this method. Is there one where you can just modify Lilo to boot win2k? thanks.</description>
      <pubDate>Sat, 22 Jun 2002 12:58:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-duall-boot-w-win2k/m-p/2750186#M1823</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-06-22T12:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Duall boot w/win2k</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-duall-boot-w-win2k/m-p/2750187#M1824</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;In /etc/lilo.conf :&lt;BR /&gt;&lt;BR /&gt;other=/dev/hda3       &amp;lt;--- Win2k partition&lt;BR /&gt;        label=win2k</description>
      <pubDate>Sat, 22 Jun 2002 13:56:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-duall-boot-w-win2k/m-p/2750187#M1824</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2002-06-22T13:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Duall boot w/win2k</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-duall-boot-w-win2k/m-p/2750188#M1825</link>
      <description>Here's some more details on the Linux+WindowsNT mini-HOWTO:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.tldp.org/HOWTO/mini/Linux+WinNT-3.html" target="_blank"&gt;http://www.tldp.org/HOWTO/mini/Linux+WinNT-3.html&lt;/A&gt;</description>
      <pubDate>Mon, 24 Jun 2002 11:36:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-duall-boot-w-win2k/m-p/2750188#M1825</guid>
      <dc:creator>Hal Rottenberg</dc:creator>
      <dc:date>2002-06-24T11:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Duall boot w/win2k</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-duall-boot-w-win2k/m-p/2750189#M1826</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm succesfully using GRUB to boot both my win2K partition, and my linux kernels.&lt;BR /&gt;&lt;BR /&gt;It is easy to install, and you dont need to update the MBR (like with lilo) for any config changes.&lt;BR /&gt;&lt;BR /&gt;My grub.conf&lt;BR /&gt;======================&lt;BR /&gt;# Boot automatically after 30 secs.&lt;BR /&gt;timeout 30&lt;BR /&gt;serial --unit=0 --speed=9600&lt;BR /&gt;&lt;BR /&gt;# By default, boot the first entry.&lt;BR /&gt;default 0&lt;BR /&gt;&lt;BR /&gt;# Fallback to the second entry.&lt;BR /&gt;fallback 1&lt;BR /&gt;&lt;BR /&gt;# For booting Linux&lt;BR /&gt;title  Linux 2.4.9-31-2nd&lt;BR /&gt;root (hd0,2)&lt;BR /&gt;kernel /vmlinuz-2.4.9-31-2nd root=/dev/hda5 console=ttyS0,9600n8 console=tty0&lt;BR /&gt;&lt;BR /&gt;title  Linux 2.4.9-31-first&lt;BR /&gt;root (hd0,2)&lt;BR /&gt;kernel /vmlinuz-2.4.9-31-first root=/dev/hda5&lt;BR /&gt;&lt;BR /&gt;title  Linux 2.4.2-2-apm&lt;BR /&gt;root (hd0,2)&lt;BR /&gt;kernel /vmlinuz root=/dev/hda5&lt;BR /&gt;&lt;BR /&gt;title  Linux 2.4.2-2&lt;BR /&gt;root (hd0,2)&lt;BR /&gt;kernel /vmlinuz/vmlinuz-2.4.2-2 root=/dev/hda5&lt;BR /&gt;&lt;BR /&gt;title Windows 2000&lt;BR /&gt;rootnoverify (hd0,1)&lt;BR /&gt;makeactive&lt;BR /&gt;chainloader  +1&lt;BR /&gt;=============================&lt;BR /&gt;&lt;BR /&gt;Rgds Jarle&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Aug 2002 10:54:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-duall-boot-w-win2k/m-p/2750189#M1826</guid>
      <dc:creator>Jarle Bjorgeengen</dc:creator>
      <dc:date>2002-08-05T10:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Duall boot w/win2k</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-duall-boot-w-win2k/m-p/2750190#M1827</link>
      <description>Aparently RedHat thought you might have this question so the latest under the brim newsletter had a link to &lt;A href="http://www.redhat.com/advice/tips/" target="_blank"&gt;http://www.redhat.com/advice/tips/&lt;/A&gt; for this issue. Take a look if you wish, it is pretty thorough.&lt;BR /&gt;&lt;BR /&gt;It reads:&lt;BR /&gt;&lt;BR /&gt;There are a couple of ways to approach a dual boot.&lt;BR /&gt;&lt;BR /&gt;In the first scenario, let's say you have an empty machine, and because you're a glutton for punishment, you want both Windows 2000/XP and Red Hat Linux. This is a bit like using Earl-shine on a Porsche, but here goes: &lt;BR /&gt;Partition. Use fdisk to create two partitions of appropriate size for your install.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Install Windows. You're on your own here. Time and many reboots go by...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Boot into the Red Hat Linux installer, and install into the second partition. All should go swimmingly, until you're faced with a choice between boot loaders and install locations. &lt;BR /&gt;If you wish to let Lilo or GRUB control the install, so be it. Either one *should* pick up the fact that Windows is already there and compensate.&lt;BR /&gt;&lt;BR /&gt;If it doesn't, and your boot loader of choice only boots Linux, a lilo.conf entry should look like:&lt;BR /&gt;&lt;BR /&gt;other=/dev/hda1&lt;BR /&gt;label=windows&lt;BR /&gt;&lt;BR /&gt;A grub.conf entry should look like:&lt;BR /&gt;&lt;BR /&gt;title windows&lt;BR /&gt; map (hd0,0) (hd0,2)&lt;BR /&gt; map (hd0,2) (hd0,0)&lt;BR /&gt; setup (hd0)&lt;BR /&gt; rootnoverify (hd0,2)&lt;BR /&gt; chainloader +1&lt;BR /&gt;&lt;BR /&gt;(Hint: type "info grub" at a command prompt for a full breakdown of what this entry means.)&lt;BR /&gt;&lt;BR /&gt;You may choose to let another boot loader handle the install, in which case you will want to:&lt;BR /&gt;&lt;BR /&gt;Boot into Linux and copy the boot image from the first sector of your boot partition. You'll want to take 512 bytes of this partition once, and write it out to a file called bootsect.lnx. The entry should look like:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/hdX of=/bootsect.lnx bs=512 count=1&lt;BR /&gt;&lt;BR /&gt;Move that file onto your c:\ drive and edit boot.ini, adding the following line:&lt;BR /&gt;&lt;BR /&gt;c:\bootsect.lnx="Linux"&lt;BR /&gt;&lt;BR /&gt;On to the second, more common scenario. It's likely that you already have Windows and are testing the waters, taking a class, or planing to migrate. Or maybe you just want to get something done without crashing for a change.&lt;BR /&gt;&lt;BR /&gt;In this case: &lt;BR /&gt;Scandisk, defrag, and empty your recycle bin (unless you want a clump of cruft at the end of your drive.)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Repartition your drive with fips (or something similar). Don't bother trying to format this partition--you'll only wipe it out later and certain 3rd party formatting doesn't go right.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Enter the Red Hat Linux installer and proceed through the install using the second partition as your target drive. &lt;BR /&gt;(Hint: make sure to create a boot disk. If something goes wrong, you want to at least be able to get into one of the OS's.)&lt;BR /&gt;&lt;BR /&gt;Check out the helpful dual booting HOW-TO's at:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.tldp.org" target="_blank"&gt;http://www.tldp.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And read the lilo and/or grub info pages, for some of the other possible scenarios, or activate your support entitlement and call our hotline.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;See newsletter do come in helpful every once in a while.&lt;BR /&gt;&lt;BR /&gt;Hope it helps.&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Aug 2002 22:34:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-duall-boot-w-win2k/m-p/2750190#M1827</guid>
      <dc:creator>Jeffrey S. Sims</dc:creator>
      <dc:date>2002-08-09T22:34:09Z</dc:date>
    </item>
  </channel>
</rss>

