<?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: boot hangs in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/boot-hangs/m-p/3923928#M26635</link>
    <description>Hi Jean Pierre ! Glad to be back and see you're still in !&lt;BR /&gt;Joe, sorry for the wrong encoding. So given your grub conf, you could boot like :&lt;BR /&gt;&lt;BR /&gt;kernel /vmlinuz-2.4.21-47.0.1.EL ro root=LABEL=/ hda=ide-scsi usb-handoff noapic&lt;BR /&gt;&lt;BR /&gt;I take only one of your boot lines of course as an example, just add these two words at the end of the "kernel" lines (BTW, do you need that many kernels ?)&lt;BR /&gt;&lt;BR /&gt;Give it a try and see if you get something better... Have you tried to boot each of these kernels and do they all hang ?&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Jerome&lt;BR /&gt;</description>
    <pubDate>Sat, 13 Jan 2007 10:37:07 GMT</pubDate>
    <dc:creator>Jerome Henry</dc:creator>
    <dc:date>2007-01-13T10:37:07Z</dc:date>
    <item>
      <title>boot hangs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/boot-hangs/m-p/3923922#M26629</link>
      <description>the redhat as3 box hangs in ..... NET4. Frame diverter 0.46  a long time. what is this? anyone knows?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;joe&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Jan 2007 09:51:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/boot-hangs/m-p/3923922#M26629</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2007-01-10T09:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: boot hangs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/boot-hangs/m-p/3923923#M26630</link>
      <description>did this box work before or you have this problem after linux install?</description>
      <pubDate>Wed, 10 Jan 2007 10:05:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/boot-hangs/m-p/3923923#M26630</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2007-01-10T10:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: boot hangs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/boot-hangs/m-p/3923924#M26631</link>
      <description>Yep,&lt;BR /&gt;&lt;BR /&gt;"Frame diverter is mainly used for setting up a bridge with Squid running on it and transparently caching Web traffic between the LAN and the router. It's beeing extended to allow forwarding frames to other machines. It also allows layer 3+ switching".&lt;BR /&gt;&lt;BR /&gt;Well, it's no longer maintained, and hangs often on conflicting with USB detection at boot time. &lt;BR /&gt;Try to use the parameter â  usb-handoffâ   and â  noapicâ   in grub.conf to bypass the conflict...&lt;BR /&gt;&lt;BR /&gt;hth</description>
      <pubDate>Wed, 10 Jan 2007 11:30:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/boot-hangs/m-p/3923924#M26631</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2007-01-10T11:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: boot hangs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/boot-hangs/m-p/3923925#M26632</link>
      <description>i had the same issue and what is that string again |. i could not get it. no points please.&lt;BR /&gt;&lt;BR /&gt;Thomas</description>
      <pubDate>Fri, 12 Jan 2007 19:41:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/boot-hangs/m-p/3923925#M26632</guid>
      <dc:creator>M.Thomas</dc:creator>
      <dc:date>2007-01-12T19:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: boot hangs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/boot-hangs/m-p/3923926#M26633</link>
      <description>this is what i have in grub.conf today&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;more grub.conf&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/sda3&lt;BR /&gt;#          initrd /initrd-version.img&lt;BR /&gt;#boot=/dev/sda&lt;BR /&gt;default=2&lt;BR /&gt;timeout=10&lt;BR /&gt;splashimage=(hd0,0)/grub/splash.xpm.gz&lt;BR /&gt;title Red Hat Enterprise Linux AS (2.4.21-47.EL)&lt;BR /&gt;        root (hd0,0)&lt;BR /&gt;        kernel /vmlinuz-2.4.21-47.EL ro root=LABEL=/ hda=ide-scsi&lt;BR /&gt;        initrd /initrd-2.4.21-47.EL.img&lt;BR /&gt;title Red Hat Enterprise Linux AS (2.4.21-47.0.1.EL)&lt;BR /&gt;        root (hd0,0)&lt;BR /&gt;        kernel /vmlinuz-2.4.21-47.0.1.EL ro root=LABEL=/ hda=ide-scsi&lt;BR /&gt;        initrd /initrd-2.4.21-47.0.1.EL.img&lt;BR /&gt;title Red Hat Enterprise Linux AS (2.4.21-47.0.1.ELsmp)&lt;BR /&gt;        root (hd0,0)&lt;BR /&gt;        kernel /vmlinuz-2.4.21-47.0.1.ELsmp ro root=LABEL=/ hda=ide-scsi&lt;BR /&gt;        initrd /initrd-2.4.21-47.0.1.ELsmp.img&lt;BR /&gt;title Red Hat Enterprise Linux AS (2.4.21-32.ELsmp)&lt;BR /&gt;        root (hd0,0)&lt;BR /&gt;        kernel /vmlinuz-2.4.21-32.ELsmp ro root=LABEL=/ hda=ide-scsi&lt;BR /&gt;        initrd /initrd-2.4.21-32.ELsmp.img&lt;BR /&gt;title Red Hat Enterprise Linux AS-up (2.4.21-32.EL)&lt;BR /&gt;        root (hd0,0)&lt;BR /&gt;        kernel /vmlinuz-2.4.21-32.EL ro root=LABEL=/ hda=ide-scsi&lt;BR /&gt;        initrd /initrd-2.4.21-32.EL.img&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;joe&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Jan 2007 19:48:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/boot-hangs/m-p/3923926#M26633</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2007-01-12T19:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: boot hangs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/boot-hangs/m-p/3923927#M26634</link>
      <description>Bonjour!&lt;BR /&gt;&lt;BR /&gt;As always a knowlegable reply from Jerome Henry ,nice to hear from you Jerome!!,I did not know anything about this problem, but this got me reading the "info grub"... lots of good to know in there !,Jerome the options to configure in your previous reply somehow got the wrong encoding and are unreadable, could you post that again..&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre Huc</description>
      <pubDate>Sat, 13 Jan 2007 02:48:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/boot-hangs/m-p/3923927#M26634</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2007-01-13T02:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: boot hangs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/boot-hangs/m-p/3923928#M26635</link>
      <description>Hi Jean Pierre ! Glad to be back and see you're still in !&lt;BR /&gt;Joe, sorry for the wrong encoding. So given your grub conf, you could boot like :&lt;BR /&gt;&lt;BR /&gt;kernel /vmlinuz-2.4.21-47.0.1.EL ro root=LABEL=/ hda=ide-scsi usb-handoff noapic&lt;BR /&gt;&lt;BR /&gt;I take only one of your boot lines of course as an example, just add these two words at the end of the "kernel" lines (BTW, do you need that many kernels ?)&lt;BR /&gt;&lt;BR /&gt;Give it a try and see if you get something better... Have you tried to boot each of these kernels and do they all hang ?&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Jerome&lt;BR /&gt;</description>
      <pubDate>Sat, 13 Jan 2007 10:37:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/boot-hangs/m-p/3923928#M26635</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2007-01-13T10:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: boot hangs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/boot-hangs/m-p/3923929#M26636</link>
      <description>This machine was built by our build team and handed over to operations (our team). Could you please let me know how it will use all these kernel to boot up the machine or is there any way i can find which kernel the machine uses? BTW thanks for those lines i will try to watch the boot to see if there is any improvement&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Joe</description>
      <pubDate>Sat, 13 Jan 2007 11:15:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/boot-hangs/m-p/3923929#M26636</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2007-01-13T11:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: boot hangs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/boot-hangs/m-p/3923930#M26637</link>
      <description>Joe,&lt;BR /&gt;&lt;BR /&gt;By default grub starts vmlinuz-2.4.21-47.0.1.ELsmp  kernel (default=2, so it's third kernel - grub counts from 0). &lt;BR /&gt;And this  seems OK for me.&lt;BR /&gt;&lt;BR /&gt;During boot  you can stop grub and choose other kernel.</description>
      <pubDate>Sun, 14 Jan 2007 02:49:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/boot-hangs/m-p/3923930#M26637</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2007-01-14T02:49:59Z</dc:date>
    </item>
  </channel>
</rss>

