<?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: Trying to Install GRUB Loader in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/trying-to-install-grub-loader/m-p/3856609#M25018</link>
    <description>You could try to run the grub console manually.&lt;BR /&gt;&lt;BR /&gt;Type grub at the prompt and then type help at the grub prompt.&lt;BR /&gt;&lt;BR /&gt;if you type:&lt;BR /&gt;&lt;BR /&gt;grub&amp;gt; root (hd&lt;HIT the="" tab="" key="" once="" here=""&gt;&lt;BR /&gt; Possible disks are:  hd0 hd1 hd2 hd3 hd4&lt;BR /&gt;&lt;BR /&gt;grub should list the possible drives on your system (this is like command-line completion at the bash prompt).&lt;BR /&gt;&lt;BR /&gt;choose the device where grub can find the boot loader stages (Red Hat systems put this in /boot/grub/). e.g.&lt;BR /&gt;&lt;BR /&gt;grub&amp;gt; root (hd0,&lt;TAB key=""&gt;&lt;BR /&gt; Possible partitions are:&lt;BR /&gt;   Partition num: 0,  Filesystem type is ext2fs, partition type 0xfd&lt;BR /&gt;   Partition num: 1,  Filesystem type unknown, partition type 0xfd&lt;BR /&gt;&lt;BR /&gt;I'll choose (hd0,0) as that's where the grub stage files can be found on my system. The syntax (hd0,0) is grub's way of designating the first disk (hd0) and the first partition on that disk (hd0,0).&lt;BR /&gt;&lt;BR /&gt;grub&amp;gt; root (hd0,0)&lt;BR /&gt; Filesystem type is ext2fs, partition type 0xfd&lt;BR /&gt;&lt;BR /&gt;On my system this is a software raid1 (mirror) which I can boot from and want to install the bootloader to.&lt;BR /&gt;&lt;BR /&gt;You can now install the boot loader to the first disk (hd0) by typing:&lt;BR /&gt;&lt;BR /&gt;grub&amp;gt; setup (hd0)&lt;BR /&gt;&lt;BR /&gt;Grub should report that it found the stages it needs to setup the bootloader and give a success message when it's complete. You will probably see about eight to ten lines of output. Read it though carefully and make sure grub is installed correctly.&lt;BR /&gt;&lt;BR /&gt;(you can also type help setup for more information).&lt;BR /&gt;&lt;BR /&gt;t.&lt;/TAB&gt;&lt;/HIT&gt;</description>
    <pubDate>Tue, 05 Sep 2006 06:10:59 GMT</pubDate>
    <dc:creator>Tom Robinson_1</dc:creator>
    <dc:date>2006-09-05T06:10:59Z</dc:date>
    <item>
      <title>Trying to Install GRUB Loader</title>
      <link>https://community.hpe.com/t5/operating-system-linux/trying-to-install-grub-loader/m-p/3856608#M25017</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I am trying to reinstall the GRUB Loader onto my system.  I have performed the following but cannot seem to get to run the grub-install at all.&lt;BR /&gt;&lt;BR /&gt;1.  boot into rescue mode&lt;BR /&gt;2.  chroot /mnt/sysimage&lt;BR /&gt;3.  grub-install /dev/sda&lt;BR /&gt;&lt;BR /&gt;keep getting error "does not have any corresponding BIOS drive".&lt;BR /&gt;&lt;BR /&gt;I have tried running a grub-install --recheck /dev/sda and get probing system for BIOS drive, this may take a long time.&lt;BR /&gt;/dev/md0 does not have any corresponding BIOS drive.&lt;BR /&gt;&lt;BR /&gt;I dont know what else to try to get the GRUB reinstalled onto the system.&lt;BR /&gt;&lt;BR /&gt;Please can anyone help.&lt;BR /&gt;&lt;BR /&gt;Kind Regards&lt;BR /&gt;&lt;BR /&gt;Debbie</description>
      <pubDate>Tue, 05 Sep 2006 05:41:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/trying-to-install-grub-loader/m-p/3856608#M25017</guid>
      <dc:creator>Debbie Downing_2</dc:creator>
      <dc:date>2006-09-05T05:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Install GRUB Loader</title>
      <link>https://community.hpe.com/t5/operating-system-linux/trying-to-install-grub-loader/m-p/3856609#M25018</link>
      <description>You could try to run the grub console manually.&lt;BR /&gt;&lt;BR /&gt;Type grub at the prompt and then type help at the grub prompt.&lt;BR /&gt;&lt;BR /&gt;if you type:&lt;BR /&gt;&lt;BR /&gt;grub&amp;gt; root (hd&lt;HIT the="" tab="" key="" once="" here=""&gt;&lt;BR /&gt; Possible disks are:  hd0 hd1 hd2 hd3 hd4&lt;BR /&gt;&lt;BR /&gt;grub should list the possible drives on your system (this is like command-line completion at the bash prompt).&lt;BR /&gt;&lt;BR /&gt;choose the device where grub can find the boot loader stages (Red Hat systems put this in /boot/grub/). e.g.&lt;BR /&gt;&lt;BR /&gt;grub&amp;gt; root (hd0,&lt;TAB key=""&gt;&lt;BR /&gt; Possible partitions are:&lt;BR /&gt;   Partition num: 0,  Filesystem type is ext2fs, partition type 0xfd&lt;BR /&gt;   Partition num: 1,  Filesystem type unknown, partition type 0xfd&lt;BR /&gt;&lt;BR /&gt;I'll choose (hd0,0) as that's where the grub stage files can be found on my system. The syntax (hd0,0) is grub's way of designating the first disk (hd0) and the first partition on that disk (hd0,0).&lt;BR /&gt;&lt;BR /&gt;grub&amp;gt; root (hd0,0)&lt;BR /&gt; Filesystem type is ext2fs, partition type 0xfd&lt;BR /&gt;&lt;BR /&gt;On my system this is a software raid1 (mirror) which I can boot from and want to install the bootloader to.&lt;BR /&gt;&lt;BR /&gt;You can now install the boot loader to the first disk (hd0) by typing:&lt;BR /&gt;&lt;BR /&gt;grub&amp;gt; setup (hd0)&lt;BR /&gt;&lt;BR /&gt;Grub should report that it found the stages it needs to setup the bootloader and give a success message when it's complete. You will probably see about eight to ten lines of output. Read it though carefully and make sure grub is installed correctly.&lt;BR /&gt;&lt;BR /&gt;(you can also type help setup for more information).&lt;BR /&gt;&lt;BR /&gt;t.&lt;/TAB&gt;&lt;/HIT&gt;</description>
      <pubDate>Tue, 05 Sep 2006 06:10:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/trying-to-install-grub-loader/m-p/3856609#M25018</guid>
      <dc:creator>Tom Robinson_1</dc:creator>
      <dc:date>2006-09-05T06:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Install GRUB Loader</title>
      <link>https://community.hpe.com/t5/operating-system-linux/trying-to-install-grub-loader/m-p/3856610#M25019</link>
      <description>Hi Tom&lt;BR /&gt;&lt;BR /&gt;I did the following but when I am in Grub if I try the tab it doesn't work.&lt;BR /&gt;&lt;BR /&gt;I did a find /grub/grub.conf and got back (hd0,0) and (hd1,0).&lt;BR /&gt;&lt;BR /&gt;I then proceeded and run:-&lt;BR /&gt;&lt;BR /&gt;root (hd0,0)&lt;BR /&gt;setup (hd0)&lt;BR /&gt;&lt;BR /&gt;I then got the following back:-&lt;BR /&gt;&lt;BR /&gt;checking if "/boot/grub/stage1" exists ..No&lt;BR /&gt;checking if "/grub/stage1" exists ... yes&lt;BR /&gt;checking if "/grub/stage2" exists ... yes&lt;BR /&gt;&lt;BR /&gt;running "embed /grub/e2fs_stage1_5 16 sectors are embedded succeeded&lt;BR /&gt;&lt;BR /&gt;running "install /grub/stage1 (hd0) (hd0)1+16 (hd0,0)/grub/stage2 /grub/grub.conf" succeeded&lt;BR /&gt;&lt;BR /&gt;When I reboot the system I get the message&lt;BR /&gt;No Operating system found???&lt;BR /&gt;&lt;BR /&gt;Any other ideas....&lt;BR /&gt;&lt;BR /&gt;Thanks for your help&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Debbie</description>
      <pubDate>Tue, 05 Sep 2006 06:55:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/trying-to-install-grub-loader/m-p/3856610#M25019</guid>
      <dc:creator>Debbie Downing_2</dc:creator>
      <dc:date>2006-09-05T06:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Install GRUB Loader</title>
      <link>https://community.hpe.com/t5/operating-system-linux/trying-to-install-grub-loader/m-p/3856611#M25020</link>
      <description>When you use the &lt;TABKEY&gt; don't use any other characters. e.g.&lt;BR /&gt;&lt;BR /&gt;grub&amp;gt; root (hd&lt;TABKEY&gt;&lt;BR /&gt;&lt;BR /&gt;ignore the '&amp;lt;' and '&amp;gt;' they are only to bracket the word TABKEY. don't type them. You probably did understand that anyway but I'm just checking.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I did a find /grub/grub.conf and got back (hd0,0) and (hd1,0).&lt;BR /&gt;&lt;BR /&gt;Looks like a mirror. Have you set up software raid on mirrored disks?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I then proceeded and run:-&lt;BR /&gt;&lt;BR /&gt;&amp;gt;root (hd0,0)&lt;BR /&gt;&amp;gt;setup (hd0)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I then got the following back:-&lt;BR /&gt;&lt;BR /&gt;&amp;gt;checking if "/boot/grub/stage1" exists ..No&lt;BR /&gt;&lt;BR /&gt;Grub can read filesystems and substitutes the designated disk for the mount point. Above it looks first for the configured default location but the directory path (hd0,0)/boot/grub/stage1 doesn't exist. That's ok as below it succeeds.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;checking if "/grub/stage1" exists ... yes&lt;BR /&gt;&amp;gt;checking if "/grub/stage2" exists ... yes&lt;BR /&gt;&lt;BR /&gt;Here grub is really saying (hd0,0)/grub/stage1 and (hd0,0)/grub/stage2 and likes what it sees (effecively that maps to /boot/grub/stage{1,2}. It installs the stage1 to the boot sector on (hd0) and references stage2 from there.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;running "embed /grub/e2fs_stage1_5 16 sectors are embedded succeeded&lt;BR /&gt;&lt;BR /&gt;&amp;gt;running "install /grub/stage1 (hd0) (hd0)1+16 (hd0,0)/grub/stage2 /grub/grub.conf" succeeded&lt;BR /&gt;&lt;BR /&gt;All looks good so far.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;When I reboot the system I get the message No Operating system found???&lt;BR /&gt;&lt;BR /&gt;Did this get you further than before? What's in your grub.conf? (I'm assuming you're on a Red Hat/Fedora/CentOS system?).&lt;BR /&gt;&lt;BR /&gt;Can you find the kernel and initrd on the boot device (in the rescue evironment, under chroot /mnt/sysimage, do 'ls /boot').&lt;BR /&gt;&lt;BR /&gt;If you can boot to a grub console you could also try:&lt;BR /&gt;&lt;BR /&gt;grub&amp;gt; root (hd0,0)&lt;BR /&gt;grub&amp;gt; cat /grub/grub.conf&lt;BR /&gt;&lt;BR /&gt;and then maybe try to load the kernel and initrd manually to see if it can be found on the disk?&lt;BR /&gt;&lt;BR /&gt;grub&amp;gt; kernel /vmlinuz-&lt;VERSION&gt; ro root=&lt;YOUR root="" device=""&gt; &lt;BR /&gt;grub&amp;gt; initrd /initrd-&lt;VERSION&gt;&lt;BR /&gt;grub&amp;gt; boot&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Tom&lt;/VERSION&gt;&lt;/YOUR&gt;&lt;/VERSION&gt;&lt;/TABKEY&gt;&lt;/TABKEY&gt;</description>
      <pubDate>Tue, 05 Sep 2006 07:24:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/trying-to-install-grub-loader/m-p/3856611#M25020</guid>
      <dc:creator>Tom Robinson_1</dc:creator>
      <dc:date>2006-09-05T07:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Install GRUB Loader</title>
      <link>https://community.hpe.com/t5/operating-system-linux/trying-to-install-grub-loader/m-p/3856612#M25021</link>
      <description>Hi Tom&lt;BR /&gt;&lt;BR /&gt;I did was able to to enter the kernel but not the initrd.&lt;BR /&gt;&lt;BR /&gt;grub&amp;gt; root (hd0,0)&lt;BR /&gt;grub&amp;gt; cat /grub/grub.conf&lt;BR /&gt;grub&amp;gt; kernel /vmlinuz&lt;MY version=""&gt; ro root=&lt;MY device=""&gt;&lt;BR /&gt;&lt;BR /&gt;the above went through fine...&lt;BR /&gt;&lt;BR /&gt;grub&amp;gt; initrd /initrd&lt;MY version=""&gt;&lt;BR /&gt;&lt;BR /&gt;I get Error 16 inconsistend filesystem structure&lt;BR /&gt;&lt;BR /&gt;&lt;/MY&gt;&lt;/MY&gt;&lt;/MY&gt;</description>
      <pubDate>Tue, 05 Sep 2006 07:43:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/trying-to-install-grub-loader/m-p/3856612#M25021</guid>
      <dc:creator>Debbie Downing_2</dc:creator>
      <dc:date>2006-09-05T07:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Install GRUB Loader</title>
      <link>https://community.hpe.com/t5/operating-system-linux/trying-to-install-grub-loader/m-p/3856613#M25022</link>
      <description>Hi Debbie,&lt;BR /&gt;&lt;BR /&gt;Can you please send the output from:&lt;BR /&gt;&lt;BR /&gt;grub&amp;gt; geometry (hd0)&lt;BR /&gt;&lt;BR /&gt;and your boot device?&lt;BR /&gt;&lt;BR /&gt;the contents of grub.conf would also be handy.&lt;BR /&gt;&lt;BR /&gt;Are you using LVM on your system? This may be causing some of the problems.&lt;BR /&gt;&lt;BR /&gt;You could also try do a filesystem check (fsck) on your volumes to see that they are clean. NB: DO NOT run a fsck on a mounted volume. (i.e. do the fsck from the recovery evironment without chroot'ing).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;t.</description>
      <pubDate>Tue, 05 Sep 2006 07:58:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/trying-to-install-grub-loader/m-p/3856613#M25022</guid>
      <dc:creator>Tom Robinson_1</dc:creator>
      <dc:date>2006-09-05T07:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Install GRUB Loader</title>
      <link>https://community.hpe.com/t5/operating-system-linux/trying-to-install-grub-loader/m-p/3856614#M25023</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;grub&amp;gt; geometry (hd0)&lt;BR /&gt; drive 0x80 C/H/S = 4427/255/63. The number of sectors = 71132000, /dev/sda&lt;BR /&gt;&lt;BR /&gt;partition num 0 filesystem type is ext2fs, fartition 0xfs&lt;BR /&gt;partition num 1 filesystem type is unknown.&lt;BR /&gt;&lt;BR /&gt;The boot device was configured to boot from the san - device /dev/sda&lt;BR /&gt;&lt;BR /&gt;CONTENTS OF GRUB:-&lt;BR /&gt;&lt;BR /&gt;# grub.conf generated by anaconda&lt;BR /&gt;#&lt;BR /&gt;# Note that you do not have to rerun grub after making changes to this file&lt;BR /&gt;# NOTICE:  You have a /boot partition.  This means that&lt;BR /&gt;#          all kernel and initrd paths are relative to /boot/, eg.&lt;BR /&gt;#          root (hd0,0)&lt;BR /&gt;#          kernel /vmlinuz-version ro root=/dev/vg00/lvol00&lt;BR /&gt;#          initrd /initrd-version.img&lt;BR /&gt;#boot=/dev/sdc1&lt;BR /&gt;default=0&lt;BR /&gt;timeout=5&lt;BR /&gt;splashimage=(hd0,0)/grub/splash.xpm.gz&lt;BR /&gt;hiddenmenu&lt;BR /&gt;title Red Hat Enterprise Linux ES (2.6.9-22.0.2.EL)&lt;BR /&gt;        root (hd0,0)&lt;BR /&gt;        kernel /vmlinuz-2.6.9-22.0.2.EL ro root=/dev/vg00/lvol00 acpi=off &lt;BR /&gt;        initrd /initrd-2.6.9-22.0.2.EL.img&lt;BR /&gt;title Red Hat Enterprise Linux ES (2.6.9-5.EL)&lt;BR /&gt;        root (hd0,0)&lt;BR /&gt;        kernel /vmlinuz-2.6.9-5.EL ro root=/dev/vg00/lvol00 acpi=off &lt;BR /&gt;        initrd /initrd-2.6.9-5.EL.img&lt;BR /&gt;&lt;BR /&gt;ARE WE USING LVM? Yes&lt;BR /&gt;&lt;BR /&gt;Thanks for all your help Tom...&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Debbie&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Sep 2006 08:25:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/trying-to-install-grub-loader/m-p/3856614#M25023</guid>
      <dc:creator>Debbie Downing_2</dc:creator>
      <dc:date>2006-09-05T08:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Install GRUB Loader</title>
      <link>https://community.hpe.com/t5/operating-system-linux/trying-to-install-grub-loader/m-p/3856615#M25024</link>
      <description>Hi Debbie,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;partition num 0 filesystem type is ext2fs, fartition 0xfs&lt;BR /&gt;&amp;gt;partition num 1 filesystem type is unknown.&lt;BR /&gt;&lt;BR /&gt;I have to assume you made a typo copying the lines above in. partition type 0xfs is invalid and I'll assume that it's 0xfd - or 'Linux Raid Autodetect'&lt;BR /&gt;&lt;BR /&gt;Are you using 'partition num 1' from above? It appears to be unrecognised and may be part of the problem. If it is an LVM volume it should show up with a hex code of 0x8e. In the rescue environment can you access this volume via mount? Any other way? (Actually you can show me 'cat /proc/partitions' as well and/or 'fdisk -l').&lt;BR /&gt;&lt;BR /&gt;As far as I know a SAN device /dev/sda should be fine for booting.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;CONTENTS OF GRUB:-&lt;BR /&gt;&lt;BR /&gt;&amp;gt;default=0&lt;BR /&gt;&amp;gt;timeout=5&lt;BR /&gt;&amp;gt;splashimage=(hd0,0)/grub/splash.xpm.gz&lt;BR /&gt;&amp;gt;hiddenmenu&lt;BR /&gt;&amp;gt;title Red Hat Enterprise Linux ES &amp;gt;(2.6.9-22.0.2.EL)&lt;BR /&gt;&amp;gt;root (hd0,0)&lt;BR /&gt;&amp;gt;kernel /vmlinuz-2.6.9-22.0.2.EL ro &amp;gt;root=/dev/vg00/lvol00 acpi=off&lt;BR /&gt;&amp;gt;initrd /initrd-2.6.9-22.0.2.EL.img&lt;BR /&gt;&amp;gt;title Red Hat Enterprise Linux ES &amp;gt;(2.6.9-5.EL)&lt;BR /&gt;&amp;gt;root (hd0,0)&lt;BR /&gt;&amp;gt;kernel /vmlinuz-2.6.9-5.EL ro &amp;gt;root=/dev/vg00/lvol00 acpi=off&lt;BR /&gt;&amp;gt;initrd /initrd-2.6.9-5.EL.img&lt;BR /&gt;&lt;BR /&gt;Have you tried manually booting your older kernel and initrd combination. If this works, maybe you have a corrupted initrd? You can rebuild the initrd in the rescue environment using the mkinitrd command.&lt;BR /&gt;&lt;BR /&gt;When booting manually, try using the 'root=/dev/vg00/lvol00' device, not 'root=/dev/sda'. This is the 'root' filesystem. If this is an LVM volume, LVM needs to be activated before the kernel can mount it. Normally the drivers are loaded by the kernel from the initrd so if it's corrupted you need to rebuild it (see above). The grub error is more concerning though and I think that the partition type may need resetting via a partitioning tool such as fdisk (to type 0x8e). (Please be careful when partitioning and make a backup of your data).&lt;BR /&gt;&lt;BR /&gt;I've assumed a few things here. A) that you've managed to re-install grub to the MBR of your boot disk and that it loads correctly then fails with 'error 16...'. B) You can get to the grub console from grub after loading. C) you want the kernel to mount 'partition num 1' above (i.e. the second partition on the disk) and that the disk is a SAN device. D) you have no local disks on the system. Please tell me if incorrect.&lt;BR /&gt;&lt;BR /&gt;t.</description>
      <pubDate>Tue, 05 Sep 2006 09:05:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/trying-to-install-grub-loader/m-p/3856615#M25024</guid>
      <dc:creator>Tom Robinson_1</dc:creator>
      <dc:date>2006-09-05T09:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Install GRUB Loader</title>
      <link>https://community.hpe.com/t5/operating-system-linux/trying-to-install-grub-loader/m-p/3856616#M25025</link>
      <description>You must have /boot/grub in the root of the &lt;BR /&gt;partion you are installing grub to.&lt;BR /&gt;Note: if you have /boot as a mounted partition then you need /boot/boot/grub in&lt;BR /&gt;the directory structure of the boot drive.  &lt;BR /&gt;If you use this structure then boot needs to &lt;BR /&gt;be somewhere between 256k and 512k depening&lt;BR /&gt;on the kernels you install there.&lt;BR /&gt;&lt;BR /&gt;Also if your are installing in the default &lt;BR /&gt;location of (hd?,0) then don't maximize that&lt;BR /&gt;drive.  Grub will overwrite the first 16k or&lt;BR /&gt;so of the first track depending on the stage1&lt;BR /&gt;loader it is using.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Sep 2006 10:51:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/trying-to-install-grub-loader/m-p/3856616#M25025</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2006-09-05T10:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Install GRUB Loader</title>
      <link>https://community.hpe.com/t5/operating-system-linux/trying-to-install-grub-loader/m-p/3856617#M25026</link>
      <description>Hi Tom&lt;BR /&gt;&lt;BR /&gt;I would just like to say thanks for all your help... &lt;BR /&gt;&lt;BR /&gt;After discussion with my manager we felt the easier way would just to rebuild the server and boot it off the internal drive rather than the SAN.&lt;BR /&gt;&lt;BR /&gt;So thanks again.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Debbie</description>
      <pubDate>Thu, 07 Sep 2006 03:04:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/trying-to-install-grub-loader/m-p/3856617#M25026</guid>
      <dc:creator>Debbie Downing_2</dc:creator>
      <dc:date>2006-09-07T03:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Install GRUB Loader</title>
      <link>https://community.hpe.com/t5/operating-system-linux/trying-to-install-grub-loader/m-p/3856618#M25027</link>
      <description>No Worries, Debbie. I'm sorry that we couldn't get it booting. Good luck with the new configuration.</description>
      <pubDate>Thu, 07 Sep 2006 04:40:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/trying-to-install-grub-loader/m-p/3856618#M25027</guid>
      <dc:creator>Tom Robinson_1</dc:creator>
      <dc:date>2006-09-07T04:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Install GRUB Loader</title>
      <link>https://community.hpe.com/t5/operating-system-linux/trying-to-install-grub-loader/m-p/3856619#M25028</link>
      <description>I ran into the same problem "no operating system found" with raid mirroring and grub.  I was able to resolve the problem by installing grub on both of the devices.  In my case /dev/md0 which was /dev/sda &amp;amp; /dev/sdb. &lt;BR /&gt;&lt;BR /&gt;Booted into rescue&lt;BR /&gt;ran grub&lt;BR /&gt;installed and setup grub on each disk  &lt;BR /&gt;&lt;BR /&gt;Once grub was loaded onto each of the devices in the raid /dev/md0  the system would boot.</description>
      <pubDate>Thu, 07 Sep 2006 12:38:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/trying-to-install-grub-loader/m-p/3856619#M25028</guid>
      <dc:creator>Justin_99</dc:creator>
      <dc:date>2006-09-07T12:38:42Z</dc:date>
    </item>
  </channel>
</rss>

