<?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 Dual Boot 7.2 and 7.3 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dual-boot-7-2-and-7-3/m-p/2956151#M4372</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;  I have a system which is having 7.2 and 7.3 installed on 2 different SCSI HDD. what are the changes to be done in lilo.conf to list both..? Right now it is setto boot with 7.3 only. and lilo is written on MBR of 1st HDD (i.e /dev/sda).&lt;BR /&gt;&lt;BR /&gt;Details:&lt;BR /&gt; 1st HDD : SDA : Linux 7.2&lt;BR /&gt;     (/dev/sda1 -boot&lt;BR /&gt;      /dev/sda3 -root)&lt;BR /&gt; 2nd HDD : SDB : Linux 7.3&lt;BR /&gt;     (/dev/sdb1 - boot&lt;BR /&gt;      /dev/sdb3 - root)&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Bindumadhava.V&lt;BR /&gt;</description>
    <pubDate>Tue, 22 Apr 2003 07:09:21 GMT</pubDate>
    <dc:creator>Bindumadhava.V</dc:creator>
    <dc:date>2003-04-22T07:09:21Z</dc:date>
    <item>
      <title>Dual Boot 7.2 and 7.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-boot-7-2-and-7-3/m-p/2956151#M4372</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;  I have a system which is having 7.2 and 7.3 installed on 2 different SCSI HDD. what are the changes to be done in lilo.conf to list both..? Right now it is setto boot with 7.3 only. and lilo is written on MBR of 1st HDD (i.e /dev/sda).&lt;BR /&gt;&lt;BR /&gt;Details:&lt;BR /&gt; 1st HDD : SDA : Linux 7.2&lt;BR /&gt;     (/dev/sda1 -boot&lt;BR /&gt;      /dev/sda3 -root)&lt;BR /&gt; 2nd HDD : SDB : Linux 7.3&lt;BR /&gt;     (/dev/sdb1 - boot&lt;BR /&gt;      /dev/sdb3 - root)&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Bindumadhava.V&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Apr 2003 07:09:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-boot-7-2-and-7-3/m-p/2956151#M4372</guid>
      <dc:creator>Bindumadhava.V</dc:creator>
      <dc:date>2003-04-22T07:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dual Boot 7.2 and 7.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-boot-7-2-and-7-3/m-p/2956152#M4373</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;i have never done this with two differnet partitions.&lt;BR /&gt;&lt;BR /&gt;the best thing would be to copy the contents of your boot partition to ur root disk.&lt;BR /&gt;&lt;BR /&gt;1) /dev/sda1 to /dev/sda3 root and /dev/sdb1 to /dev/sdb3 root. in which case ur lilo.conf will look like below.&lt;BR /&gt;&lt;BR /&gt; +++++&lt;BR /&gt;&lt;BR /&gt;image=/boot/img7.2&lt;BR /&gt;label=rhl7.2&lt;BR /&gt;root=/dev/sda3&lt;BR /&gt;&lt;BR /&gt;image=/boot/img7.3&lt;BR /&gt;label=rhl7.3&lt;BR /&gt;root=/dev/sdb3&lt;BR /&gt;&lt;BR /&gt;2) or just have only one boot partition and keep the images of both 7.2 and 7.3 on the single boot partittion.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;++++++++++++++++++&lt;BR /&gt;boot=/dev/sda1&lt;BR /&gt;&lt;BR /&gt;image=/img7.2&lt;BR /&gt;label=rhl7.2&lt;BR /&gt;root=/dev/sda3&lt;BR /&gt;image=/img7.2&lt;BR /&gt;label=rhl7.2&lt;BR /&gt;root=/dev/sda3&lt;BR /&gt;++++++++++++++++++&lt;BR /&gt;&lt;BR /&gt;i would prefer option 2. &lt;BR /&gt;&lt;BR /&gt;others -&amp;gt; correct me if i am wrong.&lt;BR /&gt;pls post back ur results.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;-balaji&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Apr 2003 09:31:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-boot-7-2-and-7-3/m-p/2956152#M4373</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-04-22T09:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dual Boot 7.2 and 7.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-boot-7-2-and-7-3/m-p/2956153#M4374</link>
      <description>I believe either option of your will work both lilo.conf and keeping both on the same drive.  &lt;BR /&gt;&lt;BR /&gt;my prefered solution for your problem would be to pick a single distribution.  Is there some reason you need to have both distributions of Linux on you computer?  &lt;BR /&gt;&lt;BR /&gt;another option would be to just get a bigger hard drive and put both installations on the same drive.  &lt;BR /&gt;&lt;BR /&gt;I believe the entries listed in an earlier post are the correct entries to dual boot with mulitple hard disks.&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Apr 2003 10:30:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-boot-7-2-and-7-3/m-p/2956153#M4374</guid>
      <dc:creator>John Meissner</dc:creator>
      <dc:date>2003-04-22T10:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dual Boot 7.2 and 7.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-boot-7-2-and-7-3/m-p/2956154#M4375</link>
      <description>Linux 7.2 has LILO A in mbr and boots its kernel by default. Linux 7.3 has LILO B on the partition, configured to boot kernel B.&lt;BR /&gt;LILO A should present a menu where you can choose to activate LILO B. LILO B does not need waiting period or menu selections.&lt;BR /&gt;The stanca on LILO A should look like this:&lt;BR /&gt;other=/dev/sdb1&lt;BR /&gt;  unsafe      &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Apr 2003 10:36:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-boot-7-2-and-7-3/m-p/2956154#M4375</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2003-04-22T10:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dual Boot 7.2 and 7.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-boot-7-2-and-7-3/m-p/2956155#M4376</link>
      <description>Firstly I would like to agree that you should try and settle on one distro..&lt;BR /&gt;&lt;BR /&gt;Having said that you should use the second option basji presented. (Reclaim sdb1 for normal use.) Just make sure you fix his copy and paste error :)&lt;BR /&gt;&lt;BR /&gt;+++++++++++++++++ &lt;BR /&gt;boot=/dev/sda1 &lt;BR /&gt;&lt;BR /&gt;image=/img7.2 &lt;BR /&gt;label=rhl7.2 &lt;BR /&gt;root=/dev/sda3 &lt;BR /&gt;image=/img7.3&lt;BR /&gt;label=rhl7.3&lt;BR /&gt;root=/dev/sdb3 &lt;BR /&gt;++++++++++++++++++ &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Apr 2003 11:00:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-boot-7-2-and-7-3/m-p/2956155#M4376</guid>
      <dc:creator>James Wilson_5</dc:creator>
      <dc:date>2003-04-22T11:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dual Boot 7.2 and 7.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-boot-7-2-and-7-3/m-p/2956156#M4377</link>
      <description>Sorry Balaji, the memory let me down on getting your name correct in previous post.&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Apr 2003 11:03:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-boot-7-2-and-7-3/m-p/2956156#M4377</guid>
      <dc:creator>James Wilson_5</dc:creator>
      <dc:date>2003-04-22T11:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dual Boot 7.2 and 7.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-boot-7-2-and-7-3/m-p/2956157#M4378</link>
      <description>&lt;BR /&gt; Hi,&lt;BR /&gt;&lt;BR /&gt; I don't remember the entries but I remember I used a tool in Gnome that configures the startup and run levels...</description>
      <pubDate>Tue, 22 Apr 2003 11:22:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-boot-7-2-and-7-3/m-p/2956157#M4378</guid>
      <dc:creator>Khalid A. Al-Tayaran</dc:creator>
      <dc:date>2003-04-22T11:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dual Boot 7.2 and 7.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-boot-7-2-and-7-3/m-p/2956158#M4379</link>
      <description>no problem james.&lt;BR /&gt;-balaji</description>
      <pubDate>Tue, 22 Apr 2003 12:00:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-boot-7-2-and-7-3/m-p/2956158#M4379</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-04-22T12:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dual Boot 7.2 and 7.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-boot-7-2-and-7-3/m-p/2956159#M4380</link>
      <description>Hello all&lt;BR /&gt;&lt;BR /&gt;  Thanks a lot for your solutions...&lt;BR /&gt;&lt;BR /&gt;What ever I have tried is  the 1st option. &lt;BR /&gt;&lt;BR /&gt;But if I compile lilo, it was not able to find 7.2 image from the /boot which is having 7.3 image.. Because /boot (/dev/sda1)of sda (7.2) was not mounted in 7.3 from which we are editing lilo. So if we give a fstab entry and try to compile lilo..it does.. But obviously this is will not help at the boot time as it doesn't have fstab details..&lt;BR /&gt;&lt;BR /&gt;And i need to check with the 2nd option, once the machine is free.. as some testing was going on 7.3...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Bindumadhava.</description>
      <pubDate>Wed, 23 Apr 2003 03:36:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-boot-7-2-and-7-3/m-p/2956159#M4380</guid>
      <dc:creator>Bindumadhava.V</dc:creator>
      <dc:date>2003-04-23T03:36:47Z</dc:date>
    </item>
  </channel>
</rss>

