Results 1 to 9 of 9

Thread: PC power off and starting problem

  1. #1
    Join Date
    Apr 2006
    Beans
    3,937

    PC power off and starting problem

    Hi all,

    In recent 2 days, "power off" didn't work. The name "Ubuntu" remains on screen, keeping on flashing. I have to manually switch off the wall switch to shut down the PC.

    Today starting PC also encounters problem. I have to start the PC several times.

    Recently I haven't made any change on the settings of PC other than installing software for reading .max files. Please advise where I have t check?

    Thanks in advance.

    Regards

  2. #2
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,203
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: PC power off and starting problem

    Well satimis

    Not much detail to know what is not going on -
    Here is what I would do:
    1) Unclean shutdown calls for an fsck to know the file system is intact and in a consistent state;
    2) Boot to TTY from grub's boot menu - any errors on screen ?
    run here:
    Code:
    journalctl -p 3 -xb #to filter for errors
    journalctl -b |grep failed #see what failed while booting up
    3) From the TTY attempt to start the GUI; What happens ?

    these things happen;
    but it's ubuntu - always fixable
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  3. #3
    Join Date
    Apr 2006
    Beans
    3,937

    Re: PC power off and starting problem

    Quote Originally Posted by Bashing-om View Post
    Well satimis

    Not much detail to know what is not going on -
    Here is what I would do:
    1) Unclean shutdown calls for an fsck to know the file system is intact and in a consistent state;
    2) Boot to TTY from grub's boot menu - any errors on screen ?
    run here:
    Code:
    journalctl -p 3 -xb #to filter for errors
    journalctl -b |grep failed #see what failed while booting up
    3) From the TTY attempt to start the GUI; What happens ?

    these things happen;
    but it's ubuntu - always fixable
    Hi Bashing-om,

    Thanks for your advice.

    Performed shutdown and start-up tests. Now I can shutdown and start-up the PC. Please see attached warnings captured with mobile phone

    Regards
    Attached Images Attached Images

  4. #4
    Join Date
    Jun 2014
    Beans
    7,407

    Re: PC power off and starting problem

    An alternative to pulling/turning off a wall switch is the simple method explained at the site from the link below. What it does, how it works is also explained.

    https://www.borfast.com/blog/2022/01...entle-restart/

  5. #5
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,203
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: PC power off and starting problem

    satimis - Ouch

    Those errors: Does not look real good for the home team.
    1) Power supply failing ?
    2) SATA cable gone bad ?
    3) Bad SATA connections at either the drive or controller ends ?
    4) Failing drive ?

    -let the process of elimination begin-
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  6. #6
    Join Date
    Apr 2006
    Beans
    3,937

    Re: PC power off and starting problem

    Quote Originally Posted by Bashing-om View Post
    satimis - Ouch

    Those errors: Does not look real good for the home team.
    1) Power supply failing ?
    2) SATA cable gone bad ?
    3) Bad SATA connections at either the drive or controller ends ?
    4) Failing drive ?

    -let the process of elimination begin-
    Hi Bashing-om,

    Whether allows the start process to eliminate the errors automatically by themselves.

    I couldn't find current(cy) under C

    Regards

  7. #7
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,203
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: PC power off and starting problem

    satimis; Oh boy no

    eliminate the errors automatically by themselves.
    No auto to this - just hard work.

    run those errors through uncle Google's search and it will be readily apparent that this could well be a hardware issue.
    - Clean the SATA contacts (spray tech-in-a-can); small bristle brush
    then run a file system check from the liveUSB
    - Still with errors - replace the SATA cable
    then again run a file system check
    -still with errors -
    then run a SMART test on the drive: https://help.ubuntu.com/community/Smartmontools

    These are good places to start - depending on results is what is then to be done,

    edit: Power supply not loaded down with a bunch of added devices is it ?

    no easy button
    Last edited by Bashing-om; 2 Weeks Ago at 05:21 AM. Reason: power supply
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  8. #8
    Join Date
    Apr 2006
    Beans
    3,937

    Re: PC power off and starting problem

    Quote Originally Posted by Bashing-om View Post
    satimis; Oh boy no


    No auto to this - just hard work.

    run those errors through uncle Google's search and it will be readily apparent that this could well be a hardware issue.
    - Clean the SATA contacts (spray tech-in-a-can); small bristle brush
    then run a file system check from the liveUSB
    - Still with errors - replace the SATA cable
    then again run a file system check
    -still with errors -
    then run a SMART test on the drive: https://help.ubuntu.com/community/Smartmontools

    These are good places to start - depending on results is what is then to be done,

    edit: Power supply not loaded down with a bunch of added devices is it ?

    no easy button
    Hi@Bashing-om

    Performed tests as follows;
    1 Change another SATA cable of the OS hard drive but problem still remains
    1.1 Start-up with warnings remains
    1.2 Shutdown without problem.

    2. Change connection of the OS hard drive to another port of the motherboard. Hard drive couldn't be detected.

    I don't know whether it is on account of the OS hard drive - SATA3 2TB SSD ?
    OR
    The problem comes from the PC ?

    This is a dual-boot PC
    1. Ubuntu 22.04 - SATA3 2TB SSD
    2. Ubunut 22.04 - SATA3 250G SSD
    3. Windows 10 - SATA3 500G SSD

    There is no problem booting 2. and 3. above

    Any advice? Thanks

    Regards
    Last edited by satimis; 2 Weeks Ago at 08:49 AM.

  9. #9
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,203
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: PC power off and starting problem

    satimis; Well - making progress

    Hard drive couldn't be detected.
    Begs the question that the controller has issues.
    so:
    Boot 2) and execute terminal command;
    Code:
    sudo fdisk -lu
    Is drive 1) seen ?
    no ? then shut down and change the SATA port on the controller - boot back up to 2) and see now if fdisk sees the drive.
    else
    well, try and see if smartctl on that 1st drive shows good/bad/indifferent.

    rebooting often enough to have a clean boot attempt.

    The good thing here is as 2 and 3 drives are in good shape, the power supply is also in good shape

    AND!
    Still not confirmed (fsck) that the file system is intact // one could also run the fsck check from the SATA3 250G SSD - one can not run the check while 1) is mounted/in use. However; if fdisk fails to detect the drive fsck will also fail. Does BIOS see the drive ?

    bad things can happen
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

Bookmarks

Posting Permissions

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