Groups | Search | Server Info | Login | Register


Groups > comp.os.linux.setup > #4856

Re: Swapped my hardwares (motherboard, CPU, RAM, drives, etc.), but getting errors at startup that stalls the speed.

From "J.O. Aho" <user@example.net>
Newsgroups alt.os.linux, comp.os.linux.hardware, comp.os.linux.help, comp.os.linux.setup
Subject Re: Swapped my hardwares (motherboard, CPU, RAM, drives, etc.), but getting errors at startup that stalls the speed.
Date 2023-04-11 10:01 +0200
Message-ID <k9kiejFtgeiU1@mid.individual.net> (permalink)
References <4cednZ1D6afX4qn5nZ2dnZfqn_qdnZ2d@earthlink.com>

Cross-posted to 4 groups.

Show all headers | View raw


On 4/10/23 23:27, Ant wrote:

> I managed to make the 1.5 mins. pause go away for UUID=7f52c5a5-0a8f-478e-bbc6-fb22204a06ed job issue by adding # to my /etc/fstab's #UUID=7f52c5a5-0a8f-478e-bbc6-fb22204a06ed none            swap    sw              0       0 line.
> Its comment says "swap was on /dev/sdb5 during installation". That used to be my old 1 GB swap partition. How do I figure out what UUID to use to point to the newly made swap partition? Actually, do I even need it with 16 GB of RAM now? I did on the former PC with 2 GB of RAM.

sudo fdisk -l | grep swap

this will give you the device, if you want to use UUID, I suggest you do

sudo mkswap `sudo fdisk -l | grep swap |  awk '{print $1}'`

use the announced UUID in your fstab. Keep in mind if your swap is 
smaller than the amount of memory you have, hibernation may not always work.

-- 
  //Aho

Back to comp.os.linux.setup | Previous | NextPrevious in thread | Find similar


Thread

Swapped my hardwares (motherboard, CPU, RAM, drives, etc.), but getting errors at startup that stalls the speed. ant@zimage.comANT (Ant) - 2023-04-10 21:27 +0000
  Re: Swapped my hardwares (motherboard, CPU, RAM, drives, etc.), but getting errors at startup that stalls the speed. bad sector <forgetski@INVALID.net> - 2023-04-10 19:53 -0400
    Re: Swapped my hardwares (motherboard, CPU, RAM, drives, etc.), but getting errors at startup that stalls the speed. ant@zimage.comANT (Ant) - 2023-04-11 05:08 +0000
      Re: Swapped my hardwares (motherboard, CPU, RAM, drives, etc.), but getting errors at startup that stalls the speed. ant@zimage.comANT (Ant) - 2023-04-11 06:26 +0000
        Re: Swapped my hardwares (motherboard, CPU, RAM, drives, etc.), but getting errors at startup that stalls the speed. bad sector <forgetski@INVALID.net> - 2023-04-11 06:13 -0400
  Re: Swapped my hardwares (motherboard, CPU, RAM, drives, etc.), but getting errors at startup that stalls the speed. TJ <TJ@noneofyour.business> - 2023-04-10 23:24 -0400
    Re: Swapped my hardwares (motherboard, CPU, RAM, drives, etc.), but getting errors at startup that stalls the speed. Anssi Saari <as@sci.fi> - 2023-04-11 11:25 +0300
    Re: Swapped my hardwares (motherboard, CPU, RAM, drives, etc.), but getting errors at startup that stalls the speed. Jim Jackson <jj@franjam.org.uk> - 2023-04-11 11:47 +0000
      Re: Swapped my hardwares (motherboard, CPU, RAM, drives, etc.), but getting errors at startup that stalls the speed. bad sector <forgetski@INVALID.net> - 2023-04-11 07:56 -0400
        Re: Swapped my hardwares (motherboard, CPU, RAM, drives, etc.), but getting errors at startup that stalls the speed. Bobbie Sellers <bliss@mouse-potato.com> - 2023-04-11 16:45 -0700
  Re: Swapped my hardwares (motherboard, CPU, RAM, drives, etc.), but getting errors at startup that stalls the speed. Paul <nospam@needed.invalid> - 2023-04-11 01:38 -0400
  Re: Swapped my hardwares (motherboard, CPU, RAM, drives, etc.), but getting errors at startup that stalls the speed. "J.O. Aho" <user@example.net> - 2023-04-11 10:01 +0200

csiph-web