<?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: dual boot with 2 hard disk in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dual-boot-with-2-hard-disk/m-p/2868334#M77928</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;check the following link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www-106.ibm.com/developerworks/linux/library/l-dboot.html?dwzone=linux?e" target="_blank"&gt;http://www-106.ibm.com/developerworks/linux/library/l-dboot.html?dwzone=linux?e&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;chakri&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 26 Dec 2002 07:09:58 GMT</pubDate>
    <dc:creator>Chakravarthi</dc:creator>
    <dc:date>2002-12-26T07:09:58Z</dc:date>
    <item>
      <title>dual boot with 2 hard disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-boot-with-2-hard-disk/m-p/2868326#M77920</link>
      <description>While most of the case people installed 2 OS into the same single hard disk, with Win2k first, then Linux. Dual boot could be done by simply refering to a file dd from the first 512byte of first partition of Linux in boot.ini.&lt;BR /&gt;&lt;BR /&gt;However, if I have installed Win2k into the first disk (IDE) and Linux 8.) into the second disk (SCSI), how could I dual boot from the NT OS loader?&lt;BR /&gt;&lt;BR /&gt;I've tried modifying boot.ini like:&lt;BR /&gt;scsi(0)disk(2)rdisk(0)partition(1)="RH Linux 8.0"&lt;BR /&gt;but it didn't work.&lt;BR /&gt;&lt;BR /&gt;FYI, my PC doesn't allow me to choose which device to boot from.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Fri, 20 Dec 2002 02:45:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-boot-with-2-hard-disk/m-p/2868326#M77920</guid>
      <dc:creator>S.C. Fun</dc:creator>
      <dc:date>2002-12-20T02:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: dual boot with 2 hard disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-boot-with-2-hard-disk/m-p/2868327#M77921</link>
      <description>Probably the lilo is not installed properly in the master boot record.&lt;BR /&gt;&lt;BR /&gt;Make appropriate change in the /etc/lilo.conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 20 Dec 2002 09:35:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-boot-with-2-hard-disk/m-p/2868327#M77921</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-12-20T09:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: dual boot with 2 hard disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-boot-with-2-hard-disk/m-p/2868328#M77922</link>
      <description>I actually install GRUB OS loader into the MBR of the second hdisk (SCSI). It's able to boot Linux perfectly if I disable the IDE from the BIOS.</description>
      <pubDate>Fri, 20 Dec 2002 09:43:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-boot-with-2-hard-disk/m-p/2868328#M77922</guid>
      <dc:creator>S.C. Fun</dc:creator>
      <dc:date>2002-12-20T09:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: dual boot with 2 hard disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-boot-with-2-hard-disk/m-p/2868329#M77923</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;Why don't you install grub bootloader into MBR of first partition? grub can boot win2k just fine with an entry like this:&lt;BR /&gt;&lt;BR /&gt;title Win2K&lt;BR /&gt;   rootnoverify (hd0,0)&lt;BR /&gt;   makeactive&lt;BR /&gt;   chainloader +1&lt;BR /&gt;&lt;BR /&gt;I am booting like this for ages ...</description>
      <pubDate>Fri, 20 Dec 2002 14:25:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-boot-with-2-hard-disk/m-p/2868329#M77923</guid>
      <dc:creator>Jochen Heuer</dc:creator>
      <dc:date>2002-12-20T14:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: dual boot with 2 hard disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-boot-with-2-hard-disk/m-p/2868330#M77924</link>
      <description>Btw. if your afraid of killing your MBR on the IDE disk just save it when booted to Linux:&lt;BR /&gt;&lt;BR /&gt;$ dd if=/dev/hda of=mbr.img bs=512 count=1&lt;BR /&gt;&lt;BR /&gt;Then you can restore it later with&lt;BR /&gt;&lt;BR /&gt;$ dd if=mbr.img of=/dev/hda</description>
      <pubDate>Fri, 20 Dec 2002 14:26:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-boot-with-2-hard-disk/m-p/2868330#M77924</guid>
      <dc:creator>Jochen Heuer</dc:creator>
      <dc:date>2002-12-20T14:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: dual boot with 2 hard disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-boot-with-2-hard-disk/m-p/2868331#M77925</link>
      <description>Hi Jochen,&lt;BR /&gt;If I were to boot both OS using GRUB, how could I relocate my grub loader to MBR of first IDE drive without reinstalling it?&lt;BR /&gt;&lt;BR /&gt;I have tried&lt;BR /&gt;dd if=/dev/sda of=/dev/hda bs=512 count=1&lt;BR /&gt;but it didn't work!&lt;BR /&gt;&lt;BR /&gt;Would that means we could not load both OS in 2 hdisk using NT osloader ?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 24 Dec 2002 06:33:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-boot-with-2-hard-disk/m-p/2868331#M77925</guid>
      <dc:creator>S.C. Fun</dc:creator>
      <dc:date>2002-12-24T06:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: dual boot with 2 hard disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-boot-with-2-hard-disk/m-p/2868332#M77926</link>
      <description>Hi Jochen,&lt;BR /&gt;If I were to boot both OS using GRUB, how could I relocate my grub loader to MBR of first IDE drive without reinstalling it?&lt;BR /&gt;&lt;BR /&gt;I have tried&lt;BR /&gt;dd if=/dev/sda of=/dev/hda bs=512 count=1&lt;BR /&gt;but it didn't work!&lt;BR /&gt;&lt;BR /&gt;Would that means we could not load both OS in 2 hdisk using NT osloader ?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 24 Dec 2002 06:36:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-boot-with-2-hard-disk/m-p/2868332#M77926</guid>
      <dc:creator>S.C. Fun</dc:creator>
      <dc:date>2002-12-24T06:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: dual boot with 2 hard disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-boot-with-2-hard-disk/m-p/2868333#M77927</link>
      <description>Hi Jochen,&lt;BR /&gt;If I were to boot both OS using GRUB, how could I relocate my grub loader to MBR of first IDE drive without reinstalling it?&lt;BR /&gt;&lt;BR /&gt;I have tried&lt;BR /&gt;dd if=/dev/sda of=/dev/hda bs=512 count=1&lt;BR /&gt;but it didn't work!&lt;BR /&gt;&lt;BR /&gt;Would that means we could not load both OS in 2 hdisk using NT osloader ?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 24 Dec 2002 06:39:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-boot-with-2-hard-disk/m-p/2868333#M77927</guid>
      <dc:creator>S.C. Fun</dc:creator>
      <dc:date>2002-12-24T06:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: dual boot with 2 hard disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-boot-with-2-hard-disk/m-p/2868334#M77928</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;check the following link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www-106.ibm.com/developerworks/linux/library/l-dboot.html?dwzone=linux?e" target="_blank"&gt;http://www-106.ibm.com/developerworks/linux/library/l-dboot.html?dwzone=linux?e&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;chakri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Dec 2002 07:09:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-boot-with-2-hard-disk/m-p/2868334#M77928</guid>
      <dc:creator>Chakravarthi</dc:creator>
      <dc:date>2002-12-26T07:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: dual boot with 2 hard disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-boot-with-2-hard-disk/m-p/2868335#M77929</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I run severals PC, mixing W2K - NT4 - Linux and IDE-SCSI drive.&lt;BR /&gt;&lt;BR /&gt;Usually I use Lilo, but I think It will also work with Grub or others boot loader.&lt;BR /&gt;&lt;BR /&gt;I don't know how you've create you partition, usually I do things like this :&lt;BR /&gt;&lt;BR /&gt;Frist HDD (bootable HDD, usually IDE):&lt;BR /&gt;- frist partition: FAT 16, size=10-20 Mo, ONLY for multi-boot&lt;BR /&gt;- second partition: NTFS or EXT2, for OS&lt;BR /&gt;&lt;BR /&gt;second HDD (not bootable HDD, usually SCSI):&lt;BR /&gt;- NTFS or EXT2 partition, for OS&lt;BR /&gt;&lt;BR /&gt;Then 3th 4th ... HDD for DATAs.&lt;BR /&gt;&lt;BR /&gt;After what I install NT4-W2K whit a NT4-W2K boot loader in the bootable MBR (if destroyed, use the rescue/recovery console from a bootable W2K CD-Rom and the fixboot / fixmbr commands or with the linux command dd if=... of=...).&lt;BR /&gt;&lt;BR /&gt;Then I install a Linux system (for me a Debian 3.0, but it work with other like Suse, Mandrake...) WITHOUT a boot in MBR, but with the boot in root-partition (/).&lt;BR /&gt;&lt;BR /&gt;Then a litle Linux instruction like thoses ones to copy the linux boot sector in a file on the fisrt (bootable) partition :&lt;BR /&gt;&lt;BR /&gt;# mount /dev/hda1 /mnt/dos16&lt;BR /&gt;# dd if=/dev/xdxx bs=512 count=1 of=/mnt/dos16/bootsec.lin&lt;BR /&gt;&lt;BR /&gt;where xdxx can be: hda2, sda1 ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then under NT4-W2K, here is the point you search:&lt;BR /&gt;&lt;BR /&gt;update boot.ini, adding a line like THIS one :&lt;BR /&gt;&lt;BR /&gt;c:\bootsec.lin="linux"&lt;BR /&gt;&lt;BR /&gt;and NOT like this one :&lt;BR /&gt;&lt;BR /&gt;scsi(0)disk(2)rdisk(0)partition(1)="RH Linux 8.0"&lt;BR /&gt;&lt;BR /&gt;because the linux boot sector MUST be load like if it was a W9x system and NOT a NT-like system, or using a syntax like &lt;SCSI&gt; you say to the NT-W2K boot loader that you want to run Linux as a NT-like system !!!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You will perhaps encounter other problems:&lt;BR /&gt;&lt;BR /&gt;check if you SCSI card power-on and spin-up your SCSI HDD before the system try to boot on it.&lt;BR /&gt;On an Adaptec card it's easy by the integrate bios manager, access by hitting F6 during the card check-up.&lt;BR /&gt;&lt;BR /&gt;If your first (bootable) partition on the fisrt (bootable) HDD is a NTFS one I'm not sure it will so easy, but try it and report me if success or failure. For that point and because all system can access FAT16 I allway use a litle FAT16 partition on my boot-HDD.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Samuel&lt;BR /&gt;&lt;BR /&gt;&lt;/SCSI&gt;</description>
      <pubDate>Sun, 29 Dec 2002 17:10:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-boot-with-2-hard-disk/m-p/2868335#M77929</guid>
      <dc:creator>Samuel BURG</dc:creator>
      <dc:date>2002-12-29T17:10:03Z</dc:date>
    </item>
  </channel>
</rss>

