Find the answer to your Linux question:
Results 1 to 10 of 10
Hello, I have a strange problem with Suse Linux 10 on my Dell Inspiron 6000 laptop. Each time I try to boot using the failsafe option, the system will hang ...
  1. #1
    Just Joined!
    Join Date
    May 2006
    Posts
    19

    Suse Linux 10 - trouble with booting into failsafe mode.

    Hello,

    I have a strange problem with Suse Linux 10 on my Dell Inspiron 6000 laptop. Each time I try to boot using the failsafe option, the system will hang after having displayed the following line of text:

    "PNP: No PS/2 controller found. Probing ports directly."

    The fact that it can't find any PS/2 ports is no surprise since the laptop has no PS/2 ports. The command it uses to boot into failsafe mode is as follows:

    "kernel /boot/vmlinuz root=/dev/sda6 vga=normal showopts ide=nodma apm=off noresume selinux=0 nsmp noapic maxcpus=0 edd=off 3"

    Since I'm fairly new to Linux I can only make partial sense out of the above and have no idea of how to solve this problem. Fortunately Suse Linux boots fine when I boot it normally.

    Any help with solving this problem would be appreciated.

  2. #2
    Banned CodeRoot's Avatar
    Join Date
    Sep 2005
    Posts
    567
    It might be worthwhile to tinker around with any BIOS "Plug and Play" setting(s)...

    Do you have an "OS is 'Plug and Play' capable" setting? If you do, what is the current setting?

  3. #3
    Just Joined!
    Join Date
    May 2006
    Posts
    19
    No, unfortunately I can't find any setting that looks like what you are referring to.

  4. #4
    Banned CodeRoot's Avatar
    Join Date
    Sep 2005
    Posts
    567
    You can get several hits if you google the phrase (all or part of it) "PNP: No PS/2 controller found. Probing ports directly." - you might want to thin it out by including additional [single] words like suse, laptop, boot, hang, etc...

  5. #5
    Just Joined!
    Join Date
    May 2006
    Posts
    19
    Did you get any useful hits with those keywords? I did a search and I got hits alright, but nothing that looked useful. I could try again.

    Edit:
    I found lots of results, but nothing of use. What I find strange is that when booting normally, everything is alright but when using failsafe (of all things you would expect failsafe to always work), the systems hangs. Does any one know what tells the system to start probing for those ports and how to disable it?

  6. #6
    Banned CodeRoot's Avatar
    Join Date
    Sep 2005
    Posts
    567
    Quote Originally Posted by Peter Swinkels
    Did you get any useful hits with those keywords?
    No - I did not look at them all -- but, I thought I would let you do that...

  7. #7
    Linux Engineer oldcpu's Avatar
    Join Date
    Aug 2005
    Location
    Europe
    Posts
    1,142

    Trial and Error Approach

    You could try a more pragmatic trial and error approach.

    Take a look at the boot codes that FailSafe mode uses. Write them down.

    Then boot to the regular mode. If it boots OK, then reboot, but add one of the Fail Safe parameters to the grub "options menu", each time you reboot. Eventually you will discover which Fail Safe Boot Code causes the problem.

    This may take a couple of hours, but it will help narrow down to the boot code(s) that are causing the problem.

  8. #8
    Just Joined!
    Join Date
    May 2006
    Posts
    19
    Okay, the "acpi=off" switch is the cause of the system freezing. Now I have to figure out how to either remove that option permanently or what (if any) BIOS setting will need to be changed...

  9. #9
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Now I have to figure out how to either remove that option permanently
    edit /boot/grub/menu.lst file and remove or add option.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  10. #10
    Just Joined!
    Join Date
    May 2006
    Posts
    19
    Okay, the problem has been solved. But, what does ACPI have to do with not being able to find PS/2 ports (which the computer really doesn't have in this case)?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...