I read from another list that you should try to disable the power management at the BIOS level. Or try this:
--- mike t. --- Dominic Maraglia <[EMAIL PROTECTED]> wrote: > Date: Tue, 24 May 2005 16:04:55 -0700 > From: Dominic Maraglia <[EMAIL PROTECTED]> > To: Scott Herrick <[EMAIL PROTECTED]> > CC: [EMAIL PROTECTED] > Subject: Re: Reboot Command Hangs > > Hey Scott, > > > Bummer about your bios, however, there are still > other options to try: > > Using your favorite editor, as root user, edit the > file > "/boot/grub/menu.lst". You should something like > this: > #boot=/dev/hda > default=0 > timeout=10 > title Trustix Linux-smp > root (hd0,0) > kernel /vmlinuz-smp ro root=/dev/hda2 > initrd /initrd-smp.img > <snip> > > "default=0" means the system will try to boot the > first kernel listed. > To the kernel we shall add a few parameters: > > Originally: > kernel /vmlinuz-smp ro root=/dev/hda2 > > Add these entries so your kernel line looks like: > kernel /vmlinuz-smp ro root=/dev/hda2 apm=off > acpi=off noapic > > > No reboot your machine -- the parameters will be > passed to the kernel > when you boot the system; one the machine comes up > again, try the > "reboot" command and see if it completes the > shutdown cycle. > > > Cheers, > Dominic Send instant messages to your online friends http://uk.messenger.yahoo.com _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

