<?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: Problem with root disk in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problem-with-root-disk/m-p/2824397#M2731</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I forgot to mention that when I ran e2label /dev/hdb1, the output said that it's label was "/", which would correspond to what was in /etc/fstab.  &lt;BR /&gt;&lt;BR /&gt;Also, I can't remember if I mentioned that this isn't necessarily a kernel specific issue, since I get the same error with a couple of different kernels which were backups (old kernels).&lt;BR /&gt;&lt;BR /&gt;Thanks again folks.&lt;BR /&gt;&lt;BR /&gt;- Andy Gray&lt;BR /&gt;</description>
    <pubDate>Mon, 14 Oct 2002 10:46:30 GMT</pubDate>
    <dc:creator>Andy Gray</dc:creator>
    <dc:date>2002-10-14T10:46:30Z</dc:date>
    <item>
      <title>Problem with root disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-root-disk/m-p/2824394#M2728</link>
      <description>Hi folks, I have a fairly simple problem...I moved the HDD with the linux boot and root partitions from hdc to hdb (ie I unplugged the disk from master on secondary IDE to slave on primary IDE).  Of course, I can't boot this coz lilo can't find hdc, so I boot off a cd-rom, mount the root fs (with /boot on it also) and chroot to it.  edit /etc/lilo.conf and /etc/fstab changing hdc1 with hdb1, run lilo, eveything is cool.  Now, when I boot I get this error during kernel boot:&lt;BR /&gt;&lt;BR /&gt;kmod: failed to exec /sbin/modprobe -s -k ide-disk, errno = 2&lt;BR /&gt;hdb: driver not present&lt;BR /&gt;VFS: Cannot open root device "341" or 03:41&lt;BR /&gt;Please append a correct "root=" boot option&lt;BR /&gt;kernel panic: VFS: Unable to mount root fs on 03:41&lt;BR /&gt;&lt;BR /&gt;Even when I enter "linux root=/dev/hdb1" it still gets the same error.&lt;BR /&gt;&lt;BR /&gt;I am sure I have done something  simple wrong here.  Does anyone know if there is perhaps an easier way to keep linux booting even if you move the location of the partition or disks?  This seems such a big pain.&lt;BR /&gt;&lt;BR /&gt;Any hints how to get it booting normally again?  Thanks for the help.&lt;BR /&gt;&lt;BR /&gt;- Andy Gray&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 12 Oct 2002 11:03:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-root-disk/m-p/2824394#M2728</guid>
      <dc:creator>Andy Gray</dc:creator>
      <dc:date>2002-10-12T11:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with root disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-root-disk/m-p/2824395#M2729</link>
      <description>could you recheck your /etc/fstab file? &lt;BR /&gt;normally it should be no problem to move drives as long as the changes are reflected in the fstab file. you said you changed hdc1, but is that the only linux partition on that drive?&lt;BR /&gt;normally somewhere since redhat 7 it is possible to give partitions labels, which should make this kind of thing easier. (man e2label)</description>
      <pubDate>Mon, 14 Oct 2002 05:01:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-root-disk/m-p/2824395#M2729</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2002-10-14T05:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with root disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-root-disk/m-p/2824396#M2730</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have only 2 partitions on the drive.  one is / (6 GB) and the other is swap.  The / partition (hdb1 currently) is an ext3 file system.&lt;BR /&gt;&lt;BR /&gt;/etc/fstab had this:&lt;BR /&gt;LABEL=/ /  ext3 defaults 1 1&lt;BR /&gt;... then the rest eg cdroms etc&lt;BR /&gt;&lt;BR /&gt;I tried replacing the LABEL=/ with an explicit /dev/hdb1, but the same problem occured next reboot.  &lt;BR /&gt;&lt;BR /&gt;Any other suggestions?  Do you need more information?&lt;BR /&gt;&lt;BR /&gt;As a summary, hda1 is a 40 GB partition with win98 running, lilo is installed into the MBR on this drive.  hdb has two partitions, hdb1 is ext3, hdb2 is swap. that is all on that drive.  hdb was previously hdc.  As you suspected, it doesn't seem likely that it is a problem with lilo, since the kernel does infact load...but somewhere there is a configuration problem stopping further booting, and this is related to the change of device addresses.&lt;BR /&gt;&lt;BR /&gt;Any further help would be appreciated.  Thanks.&lt;BR /&gt;&lt;BR /&gt;- Andy Gray&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Oct 2002 10:36:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-root-disk/m-p/2824396#M2730</guid>
      <dc:creator>Andy Gray</dc:creator>
      <dc:date>2002-10-14T10:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with root disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-root-disk/m-p/2824397#M2731</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I forgot to mention that when I ran e2label /dev/hdb1, the output said that it's label was "/", which would correspond to what was in /etc/fstab.  &lt;BR /&gt;&lt;BR /&gt;Also, I can't remember if I mentioned that this isn't necessarily a kernel specific issue, since I get the same error with a couple of different kernels which were backups (old kernels).&lt;BR /&gt;&lt;BR /&gt;Thanks again folks.&lt;BR /&gt;&lt;BR /&gt;- Andy Gray&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Oct 2002 10:46:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-root-disk/m-p/2824397#M2731</guid>
      <dc:creator>Andy Gray</dc:creator>
      <dc:date>2002-10-14T10:46:30Z</dc:date>
    </item>
  </channel>
</rss>

