<?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: grub won't start in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/grub-won-t-start/m-p/3120078#M7983</link>
    <description>What may have happened is that your win2k boot signature may have been overwriiten by grub's signature .   After that win2k may have corrupted the grub loader.  So you are in no-man's land.  Now do not panic!  Please come to the grub prompt using the RH rescue mode.  Type these commands one after the other, rootnoverify (hd0,0) ::  makeactive :: chainloader  +1 and then boot the win2k system by typing `boot' at the grub prompt.   Later you can embed grub in /dev/hdb itself from the grub prompt of the rescue disk.  Type these commands in succession, root (hd1,1) :: kernel /vmlinuz :: setup (hd0) and reboot the system.  It drops down to booting RH, once you are logged in, as root, `cd /boot/grub' and edit the file `menu.lst' to include these, one down the other,title Windows 2000 :: rootnoverify (hd0,0) ::  makeactive ::  chainloader  +1  Reboot and  you are set.</description>
    <pubDate>Sat, 15 Nov 2003 08:58:14 GMT</pubDate>
    <dc:creator>Ragu_1</dc:creator>
    <dc:date>2003-11-15T08:58:14Z</dc:date>
    <item>
      <title>grub won't start</title>
      <link>https://community.hpe.com/t5/operating-system-linux/grub-won-t-start/m-p/3120077#M7982</link>
      <description>Hi all.&lt;BR /&gt;&lt;BR /&gt;Scenario:&lt;BR /&gt;PC Dell P4 1.8Mhz. 2 disks (hda and hdb), 20GB each.&lt;BR /&gt;In the first there's installed win2k, using one partition that takes the whole hd.&lt;BR /&gt;I installed Redhat 9 in the second disk (hdb), three partitions (1GB swap, 4GB /, 10GB /home, 5GB unused). The installation process completed succesfully, and grub was installed selecting win2k as default boot OS. I'm pretty sure that grub is installed in /dev/hda (the win2k disk).&lt;BR /&gt;&lt;BR /&gt;Immediately at the first boot after installing rh9 grub hangs... There screen is black, 'GRUB' is written in the top left corner, the cursor flashes... and nothing happens. No response from keyboard.&lt;BR /&gt;&lt;BR /&gt;Now... It is important to restart win2k. I can start the installed linux using the rescue mode of the Redhat installation CDs, that mounts the whole system under /mnt/sysimage and gives me a root shell; the grub command is available.&lt;BR /&gt;&lt;BR /&gt;How can I remove grub, in order to start win2k? &lt;BR /&gt;If useful, I can get help from other win2k and redhat 7.3 machines (to prepare some floppies, for example).&lt;BR /&gt;&lt;BR /&gt;Secondarily, Why grub doesn't work? Do you think that lilo could be better in my case?&lt;BR /&gt;&lt;BR /&gt;Any help appreciated.&lt;BR /&gt;Thanks,&lt;BR /&gt;Claudio</description>
      <pubDate>Sat, 15 Nov 2003 07:49:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/grub-won-t-start/m-p/3120077#M7982</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2003-11-15T07:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: grub won't start</title>
      <link>https://community.hpe.com/t5/operating-system-linux/grub-won-t-start/m-p/3120078#M7983</link>
      <description>What may have happened is that your win2k boot signature may have been overwriiten by grub's signature .   After that win2k may have corrupted the grub loader.  So you are in no-man's land.  Now do not panic!  Please come to the grub prompt using the RH rescue mode.  Type these commands one after the other, rootnoverify (hd0,0) ::  makeactive :: chainloader  +1 and then boot the win2k system by typing `boot' at the grub prompt.   Later you can embed grub in /dev/hdb itself from the grub prompt of the rescue disk.  Type these commands in succession, root (hd1,1) :: kernel /vmlinuz :: setup (hd0) and reboot the system.  It drops down to booting RH, once you are logged in, as root, `cd /boot/grub' and edit the file `menu.lst' to include these, one down the other,title Windows 2000 :: rootnoverify (hd0,0) ::  makeactive ::  chainloader  +1  Reboot and  you are set.</description>
      <pubDate>Sat, 15 Nov 2003 08:58:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/grub-won-t-start/m-p/3120078#M7983</guid>
      <dc:creator>Ragu_1</dc:creator>
      <dc:date>2003-11-15T08:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: grub won't start</title>
      <link>https://community.hpe.com/t5/operating-system-linux/grub-won-t-start/m-p/3120079#M7984</link>
      <description>Sorry, in my reply's 9th line change setup (hd0) to setup (hd1).  This is to embed grub in the second hard disk at /dev/hdb.</description>
      <pubDate>Sat, 15 Nov 2003 09:04:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/grub-won-t-start/m-p/3120079#M7984</guid>
      <dc:creator>Ragu_1</dc:creator>
      <dc:date>2003-11-15T09:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: grub won't start</title>
      <link>https://community.hpe.com/t5/operating-system-linux/grub-won-t-start/m-p/3120080#M7985</link>
      <description>If you want to be safe fast, boot from 2k cd in rescue mode, get the prompt and type 'fixmbr'&lt;BR /&gt;It'll remove grub. You can't remove it from Linux.&lt;BR /&gt;Then take time to post your grub.conf file here...&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Sat, 15 Nov 2003 09:07:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/grub-won-t-start/m-p/3120080#M7985</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-11-15T09:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: grub won't start</title>
      <link>https://community.hpe.com/t5/operating-system-linux/grub-won-t-start/m-p/3120081#M7986</link>
      <description>Hi Claudio,&lt;BR /&gt;&lt;BR /&gt;Good one that Jerome ! I always use bootable dos floppy from where I type the following command &lt;BR /&gt;&lt;BR /&gt;fdisk/mbr&lt;BR /&gt;&lt;BR /&gt;did not know this method, but this is way better.&lt;BR /&gt;&lt;BR /&gt;guess I can format my bootable dos floppy now !&lt;BR /&gt;&lt;BR /&gt;J-P</description>
      <pubDate>Sat, 15 Nov 2003 10:51:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/grub-won-t-start/m-p/3120081#M7986</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-11-15T10:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: grub won't start</title>
      <link>https://community.hpe.com/t5/operating-system-linux/grub-won-t-start/m-p/3120082#M7987</link>
      <description>Yes you can JP ! fixmbr is fdisk/mbr on 2k... Works just the same, that is to say sometimes doesn't fix anything...&lt;BR /&gt;:]&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Sun, 16 Nov 2003 03:28:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/grub-won-t-start/m-p/3120082#M7987</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-11-16T03:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: grub won't start</title>
      <link>https://community.hpe.com/t5/operating-system-linux/grub-won-t-start/m-p/3120083#M7988</link>
      <description>I suggest you to login again to RedHat and to execute:&lt;BR /&gt;grub-install /dev/hda&lt;BR /&gt;&lt;BR /&gt;this will rebuild the boot loader in MBR</description>
      <pubDate>Sun, 16 Nov 2003 06:30:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/grub-won-t-start/m-p/3120083#M7988</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-11-16T06:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: grub won't start</title>
      <link>https://community.hpe.com/t5/operating-system-linux/grub-won-t-start/m-p/3120084#M7989</link>
      <description>Problem solved. I installed LILO ("... maybe it works...") and it hanged just like grub. But LILO gave an error code that (reading the documentation) sent me to the BIOS configuration. I discovered that the primary slave harddisk was disabled. 3 hours of work wasted!!!!!!&lt;BR /&gt;&lt;BR /&gt;I tried Jerome's suggestion... I didn't know that. And doing so I was able to start win2k. great! I always used, like Huc, a bootable dos floppy, but this time I didn't find it... maybe it is buried in a drawer. When I'll find it, I'll throw it away :-)&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Claudio&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Nov 2003 05:09:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/grub-won-t-start/m-p/3120084#M7989</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2003-11-17T05:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: grub won't start</title>
      <link>https://community.hpe.com/t5/operating-system-linux/grub-won-t-start/m-p/3120085#M7990</link>
      <description>the same problem happend to me on netserver .&lt;BR /&gt;SAVE AND READ THIS TEXT FIRST CAMLY!&lt;BR /&gt;first solution is if u had made the bootable floopy at the end of instalation u can use that to boot linux.&lt;BR /&gt;another way to make linux bootable floopy is give the commant at shell. (new throghout formated floopy works fine)&lt;BR /&gt;u can find the kernel version by cmd : uname -a&lt;BR /&gt;mkbootdisk -device /dev/fd0 kernel-version&lt;BR /&gt;rh9 which iam using got kernel 2.4.20-8&lt;BR /&gt;so the command will be &lt;BR /&gt;mkbootdisk --device /dev/fd0 2.4.20-8&lt;BR /&gt;B.put in ur rh9 first bootable cd and boot from cd.&lt;BR /&gt;write at the prompt boot: linux rescue&lt;BR /&gt;it will go forward and will ask u to find any linux partition .&lt;BR /&gt;it will find the linux partition on ur hd&lt;BR /&gt;&lt;BR /&gt;when it take u to the shell prompt  write there &lt;BR /&gt;chroot /mnt/sysimage&lt;BR /&gt;it will mount ur old partition at /&lt;BR /&gt;now cd /etc&lt;BR /&gt;edit using vi grub.conf&lt;BR /&gt; try to look is ther any problem&lt;BR /&gt; come out of the file&lt;BR /&gt;and then re-install the grub by &lt;BR /&gt;grub-install /dev/hdX&lt;BR /&gt;X=a,b,c,d,.... it will write grub on the MBR&lt;BR /&gt;</description>
      <pubDate>Sun, 30 Nov 2003 05:15:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/grub-won-t-start/m-p/3120085#M7990</guid>
      <dc:creator>root_6</dc:creator>
      <dc:date>2003-11-30T05:15:15Z</dc:date>
    </item>
  </channel>
</rss>

