<?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: RH 7.1 Linux won't boot in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rh-7-1-linux-won-t-boot/m-p/2523682#M80187</link>
    <description>Here a few options to try.&lt;BR /&gt;&lt;BR /&gt;Install Lilo boot on /dev/hdc and change the bios to boot &lt;BR /&gt;it.  Setup the NT boot in lilo to boot /dev/hda.   Lilo will save your current boot sector and can put it back. &lt;BR /&gt;&lt;BR /&gt;Create a small (5 to 10 MB) linux boot partition in the&lt;BR /&gt;first 1024 sectors of the first drive.&lt;BR /&gt;&lt;BR /&gt;If you are more adventurous, swap drives so linux is&lt;BR /&gt;/dev/hda.  You will need to edit /etc/fstab to reflect &lt;BR /&gt;the change from /dev/hdc to /dev/hdc.&lt;BR /&gt;Add disk lines to lilo.conf to  swap disks before booting&lt;BR /&gt;NT from /dev/hda.  Lines should be something like:&lt;BR /&gt;   device=/dev/hda&lt;BR /&gt;      disk=/dev/hda&lt;BR /&gt;             bios=0x81 &lt;BR /&gt;      disk=/dev/hdc&lt;BR /&gt;             bios=0x80&lt;BR /&gt;      label=NT&lt;BR /&gt;Bios for /dev/hda might be 0x82.&lt;BR /&gt;&lt;BR /&gt;You can copy the boot block to backup using :&lt;BR /&gt;   dd ifile=/dev/hda ofile=boot.backup count=1 bs=512&lt;BR /&gt;Reverse ifile and ofile to restore the block.&lt;BR /&gt;Use the command:&lt;BR /&gt;  od -N 512 /dev/hda&lt;BR /&gt;to display the boot block.&lt;BR /&gt;</description>
    <pubDate>Thu, 03 May 2001 00:00:18 GMT</pubDate>
    <dc:creator>Bill Thorsteinson</dc:creator>
    <dc:date>2001-05-03T00:00:18Z</dc:date>
    <item>
      <title>RH 7.1 Linux won't boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rh-7-1-linux-won-t-boot/m-p/2523679#M80184</link>
      <description>Hi Everyone&lt;BR /&gt;&lt;BR /&gt;I've just installed RH 7.1 onto a workstation running Windows NT WS 4 already. I installed RH 7.1 on a second drive. NT resides on the first drive. I paid particular attention that I do not install Linux on MBR. &lt;BR /&gt;I next copied Bootsect.lnx to C:\ and edited the boot.ini so that I could select Linux from the NT Loader Menu.&lt;BR /&gt;However when selecting it nothing happens. Only a flashing cursor. When I boot from the Linux boot diskette, Linux loads successfully. When I type LILO at the system prompt I get the following error message:&lt;BR /&gt;Warning: /dev/hdc1 is not on the first disk.&lt;BR /&gt;Can anyone please help me.&lt;BR /&gt;TIA&lt;BR /&gt;Pierre&lt;BR /&gt;</description>
      <pubDate>Wed, 02 May 2001 09:44:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rh-7-1-linux-won-t-boot/m-p/2523679#M80184</guid>
      <dc:creator>Pierre M. Camilleri</dc:creator>
      <dc:date>2001-05-02T09:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: RH 7.1 Linux won't boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rh-7-1-linux-won-t-boot/m-p/2523680#M80185</link>
      <description>Install LILO in /boot of the first disk.</description>
      <pubDate>Wed, 02 May 2001 10:03:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rh-7-1-linux-won-t-boot/m-p/2523680#M80185</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-05-02T10:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: RH 7.1 Linux won't boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rh-7-1-linux-won-t-boot/m-p/2523681#M80186</link>
      <description>Hi,&lt;BR /&gt;I think is better to install LILO on mbr of the first disk (boot disk) and not to load linux from NT boot.&lt;BR /&gt;Then edit /etc/lilo.conf to load your NT os&lt;BR /&gt;&lt;BR /&gt;LILO must be configured on the first disk (/dev/hda), /dev/hdc1 maybe the second disk (first partition)</description>
      <pubDate>Wed, 02 May 2001 13:57:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rh-7-1-linux-won-t-boot/m-p/2523681#M80186</guid>
      <dc:creator>Roberto Gallis</dc:creator>
      <dc:date>2001-05-02T13:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: RH 7.1 Linux won't boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rh-7-1-linux-won-t-boot/m-p/2523682#M80187</link>
      <description>Here a few options to try.&lt;BR /&gt;&lt;BR /&gt;Install Lilo boot on /dev/hdc and change the bios to boot &lt;BR /&gt;it.  Setup the NT boot in lilo to boot /dev/hda.   Lilo will save your current boot sector and can put it back. &lt;BR /&gt;&lt;BR /&gt;Create a small (5 to 10 MB) linux boot partition in the&lt;BR /&gt;first 1024 sectors of the first drive.&lt;BR /&gt;&lt;BR /&gt;If you are more adventurous, swap drives so linux is&lt;BR /&gt;/dev/hda.  You will need to edit /etc/fstab to reflect &lt;BR /&gt;the change from /dev/hdc to /dev/hdc.&lt;BR /&gt;Add disk lines to lilo.conf to  swap disks before booting&lt;BR /&gt;NT from /dev/hda.  Lines should be something like:&lt;BR /&gt;   device=/dev/hda&lt;BR /&gt;      disk=/dev/hda&lt;BR /&gt;             bios=0x81 &lt;BR /&gt;      disk=/dev/hdc&lt;BR /&gt;             bios=0x80&lt;BR /&gt;      label=NT&lt;BR /&gt;Bios for /dev/hda might be 0x82.&lt;BR /&gt;&lt;BR /&gt;You can copy the boot block to backup using :&lt;BR /&gt;   dd ifile=/dev/hda ofile=boot.backup count=1 bs=512&lt;BR /&gt;Reverse ifile and ofile to restore the block.&lt;BR /&gt;Use the command:&lt;BR /&gt;  od -N 512 /dev/hda&lt;BR /&gt;to display the boot block.&lt;BR /&gt;</description>
      <pubDate>Thu, 03 May 2001 00:00:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rh-7-1-linux-won-t-boot/m-p/2523682#M80187</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2001-05-03T00:00:18Z</dc:date>
    </item>
  </channel>
</rss>

