Page 1 of 2 12 LastLast
Results 1 to 10 of 25

Thread: Slow boot with errors....

Hybrid View

  1. #1
    Join Date
    Jan 2014
    Location
    The Endless Ocean
    Beans
    223
    Distro
    Xubuntu

    Exclamation Slow boot with errors....

    HI. As of the past week or so my system has been a tad slow to boot and I now see "this error" on boot. I'm running 16.04.06 & have not changed anything on my system recently. Please halp thank you.
    [ d:Tour // Reviziis ]

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

    Re: Slow boot with errors....

    jonny6; Hello

    As a start; I would confirm that the referenced UUID in fact does not exist:
    Code:
    ls /dev/disk/by-uuid -alh
    Then see what in fact does exist:
    Code:
    sudo fdisk -lu
    sudo blkid -c /dev/null -o list
    cat /etc/fstab
    in an effort to find out where the numbers do not match - and why.

    we can do that
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  3. #3
    Join Date
    Jan 2014
    Location
    The Endless Ocean
    Beans
    223
    Distro
    Xubuntu

    Re: Slow boot with errors....

    Thank you for replying. I ran each command and piped the output to termbin.com. That way everything stayed intact. Click on each command below to see the output....

    ls /dev/disk/by-uuid -alh



    sudo fdisk -lu << This command also output "Partition 2 does not start on physical sector boundary".


    sudo blkid -c /dev/null -o list


    cat /etc/fstab
    [ d:Tour // Reviziis ]

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

    Re: Slow boot with errors....

    jonny6 - Hummm ...

    Surprise - surprise the swap partition is identified !.. so far so well. So - why the system screaming so about the swap partition ?

    what shows:
    Code:
    swapon --summary
    as I do note there was a disk change from the initial install from sdb to sda --- but the UUID is correct in /etc/fstab.

    the hunt is on and
    inquiring minds want to know
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  5. #5
    Join Date
    Jan 2014
    Location
    The Endless Ocean
    Beans
    223
    Distro
    Xubuntu

    Re: Slow boot with errors....

    swapon --summary

    When I installed the system I done it through the mini.iso. Maybe something might just not be installed ??
    Last edited by Furycd001; June 6th, 2019 at 07:18 AM.
    [ d:Tour // Reviziis ]

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

    Re: Slow boot with errors....

    jonny6; Hummmm ...

    No issue there either - down the rabbit hole - deeper - we go

    Let's look:
    Does this file exist ?
    Code:
    ls -al /etc/uswsusp.conf
    I do not expect that it does.

    How about here ?
    Code:
    cat /etc/initramfs-tools/conf.d/resume
    Where the listed UUID should be the same as in the swap line in the /etc/fstab file.

    got to be a reason
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  7. #7
    Join Date
    Mar 2010
    Location
    /home
    Beans
    9,416
    Distro
    Xubuntu

    Re: Slow boot with errors....

    Can we please see the output for the following:

    Code:
    journalctl -b | grep swap

  8. #8
    Join Date
    Jan 2014
    Location
    The Endless Ocean
    Beans
    223
    Distro
    Xubuntu

    Re: Slow boot with errors....

    Quote Originally Posted by Rubi1200 View Post
    Can we please see the output for the following:

    Code:
    journalctl -b | grep swap
    journalctl -b | grep swap
    [ d:Tour // Reviziis ]

  9. #9
    Join Date
    Mar 2010
    Location
    /home
    Beans
    9,416
    Distro
    Xubuntu

    Re: Slow boot with errors....

    So, here is an interesting discrepancy from all the various outputs you have posted.

    All the various commands, including the one I asked for, show /root as being on sda1 and swap on sda5.

    But, here is the thing: fstab shows something else https://prnt.sc/nzumon

    fstab says /root was on sdb1 and swap on sdb5, very curious since all the other outputs show sda1 and sda5 respectively.

    How have you been booting until now without errors?

    Was the original install on another drive and you changed it perhaps?

  10. #10
    Join Date
    Jan 2014
    Location
    The Endless Ocean
    Beans
    223
    Distro
    Xubuntu

    Re: Slow boot with errors....

    Quote Originally Posted by Rubi1200 View Post
    So, here is an interesting discrepancy from all the various outputs you have posted.

    All the various commands, including the one I asked for, show /root as being on sda1 and swap on sda5.

    But, here is the thing: fstab shows something else https://prnt.sc/nzumon

    fstab says /root was on sdb1 and swap on sdb5, very curious since all the other outputs show sda1 and sda5 respectively.

    How have you been booting until now without errors?

    Was the original install on another drive and you changed it perhaps?
    Ok So originally I had default xubuntu installed, but it was kind of bloat from the amount of software & stuff that I installed over time. I went and done a full re-install using the the 16.04 Netboot iso on a usb drive. I booted the usb as usual and went through the installation selecting the minimal xubuntu option & selecting to wipe the drive in the partition setup stage. Everything went fine and I've been using the system daily until these errors started showing on boot. I've not moved any drives or plugged anything into the computer other than my usb mouse, usb hd for backups & usb pendrive for copying files. There was only two things plugged into the computer during the installation. The usb mouse & the usb pendrive to do the installation....
    [ d:Tour // Reviziis ]

Page 1 of 2 12 LastLast

Tags for this Thread

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
  •