LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   kde shutdown freeze up (https://www.linuxquestions.org/questions/linux-desktop-74/kde-shutdown-freeze-up-481763/)

ssenuta 09-08-2006 10:19 PM

kde shutdown freeze up
 
I just got my new sata2 drive to boot Mandriva-2006 & decided to use my old pata drive as a bootable backup drive. Everything works but the pata drive will not shutdown from the kDE start menu. It freezes up during the shutdown leaving me facing a solid blue screen & a big black "X". Also, the ctrl+alt+del key combination has no effect after the freezeup.

Now, if I type "shutdown -h now" or "shutdown -r now" in konsole as root (su) user the pata drive will shutdown properly.
The new sata2 drive has no problems shutting down.

Here is a copy of the relevent boot files. I would appreciate any suggestions. Thank you

Lilo.conf (on sata2 drive /dev/sda1):

boot=/dev/sda
map=/boot/map
install=menu
vga=normal
default="linux_sata"
keytable=/boot/us.klt
prompt
nowarn
timeout=100
message=/boot/message
menu-scheme=wb:bw:wb:bw

image=/boot/bzImage-2.6.18-rc6
label="linux_sata"
root=/dev/sda1
append="hdd=ide-cd resume=/dev/sda5 splash=silent"
vga=normal
read-only

image=/boot/bzImage-2.6.17.7
label="linux_pata"
root=/dev/hda1
append="hdd=ide-cd resume=/dev/hda5 splash=silent"
vga=normal
read-only

image=/boot/bzImage-2.6.18-rc6
label="failsafe"
root=/dev/sda1
append=" failsafe resume=/dev/sda5"
vga=normal
read-only


Fastab (0n pata drive /dev/hda1):

/dev/hda1 / ext3 defaults 1 1
/dev/hdc /mnt/cdrom iso9660 defaults,user,noauto 0 0
/dev/hdd /mnt/cdrom2 iso9660 defaults,user,ro,noauto 0 0
/dev/fd0 /mnt/floppy ext2 defaults,users,noauto 0 0
none /proc proc defaults 0 0
none /proc/bus/usb usbfs defaults 0 0
/dev/hda6 /usr ext3 defaults 1 2
/dev/hda5 swap swap defaults 0 0
/dev/hda3 /mnt/backup ext3 defaults,noauto 1 3

JZL240I-U 09-13-2006 01:10 AM

Might be an ACPI problem. Have you any special settings in the BIOS?

ssenuta 09-14-2006 03:10 AM

Thank you for your reply.

I do have sata drives enabled in bios & I chose the ahci mode for sata operation so that I could take advantage of (NCQ) Native Command Querre & allow the sata2 drive to opperate at 3.0Gbs vs 1.5Gbs.

Also,by selecting ahci sata mode, a new bios option shows up asking me to enable or disable "Serial ATA BootROM". The asus bios manual says that this option appears only when the SATA controller is set to RAID or AHCI.

I am not sure what Serial ATA BootROM is but, since I want my sata drive to be bootable, I chose to "enable it.:scratch:

JZL240I-U 09-14-2006 03:25 AM

Sounds sensible but is not what I meant. ACPI is the feature(s) which allow a computer to "sleep" e.g. suspend to RAM but also suspend to disk. That is why I asked for those settings ... ?


All times are GMT -5. The time now is 06:46 AM.