- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: boot hangs
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2007 01:51 AM
01-10-2007 01:51 AM
boot hangs
thanks
joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2007 02:05 AM
01-10-2007 02:05 AM
Re: boot hangs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2007 03:30 AM
01-10-2007 03:30 AM
Re: boot hangs
"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".
Well, it's no longer maintained, and hangs often on conflicting with USB detection at boot time.
Try to use the parameter â usb-handoffâ and â noapicâ in grub.conf to bypass the conflict...
hth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2007 11:41 AM
01-12-2007 11:41 AM
Re: boot hangs
Thomas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2007 11:48 AM
01-12-2007 11:48 AM
Re: boot hangs
more grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/sda3
# initrd /initrd-version.img
#boot=/dev/sda
default=2
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Enterprise Linux AS (2.4.21-47.EL)
root (hd0,0)
kernel /vmlinuz-2.4.21-47.EL ro root=LABEL=/ hda=ide-scsi
initrd /initrd-2.4.21-47.EL.img
title Red Hat Enterprise Linux AS (2.4.21-47.0.1.EL)
root (hd0,0)
kernel /vmlinuz-2.4.21-47.0.1.EL ro root=LABEL=/ hda=ide-scsi
initrd /initrd-2.4.21-47.0.1.EL.img
title Red Hat Enterprise Linux AS (2.4.21-47.0.1.ELsmp)
root (hd0,0)
kernel /vmlinuz-2.4.21-47.0.1.ELsmp ro root=LABEL=/ hda=ide-scsi
initrd /initrd-2.4.21-47.0.1.ELsmp.img
title Red Hat Enterprise Linux AS (2.4.21-32.ELsmp)
root (hd0,0)
kernel /vmlinuz-2.4.21-32.ELsmp ro root=LABEL=/ hda=ide-scsi
initrd /initrd-2.4.21-32.ELsmp.img
title Red Hat Enterprise Linux AS-up (2.4.21-32.EL)
root (hd0,0)
kernel /vmlinuz-2.4.21-32.EL ro root=LABEL=/ hda=ide-scsi
initrd /initrd-2.4.21-32.EL.img
thanks
joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2007 06:48 PM
01-12-2007 06:48 PM
Re: boot hangs
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..
Jean-Pierre Huc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2007 02:37 AM
01-13-2007 02:37 AM
Re: boot hangs
Joe, sorry for the wrong encoding. So given your grub conf, you could boot like :
kernel /vmlinuz-2.4.21-47.0.1.EL ro root=LABEL=/ hda=ide-scsi usb-handoff noapic
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 ?)
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 ?
Cheers
Jerome
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2007 03:15 AM
01-13-2007 03:15 AM
Re: boot hangs
Thanks
Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2007 06:49 PM
01-13-2007 06:49 PM
Re: boot hangs
By default grub starts vmlinuz-2.4.21-47.0.1.ELsmp kernel (default=2, so it's third kernel - grub counts from 0).
And this seems OK for me.
During boot you can stop grub and choose other kernel.