when system booting I must wait 1:30 because:
a start job is runnig for dev-disk…fb3bc5f6.device (x s / 1min : 30 s)
after this time, system start normally.
On 99% I had swap with uuid=…fb3bc5f6, but uuid has changed when I installed Jessie.
I tried remove row with swap from fstab and remove swap and create new i opensuse partitioner but still the same.
What can I do with it?
#uname -a
Linux linux-abjn 4.1.3-2-desktop #1 SMP PREEMPT Wed Jul 29 09:47:55 UTC 2015 (41613e2) x86_64 x86_64 x86_64 GNU/Linux
It waits for resume from disk device. It has nothing to do with swap. Please show kernel command line (cat /proc/cmdline). Also do you have /etc/suspend.conf? Check whether it contains “missing” device.
I meant that you have no home mounted just swap, root and some data partitions. That is odd and I wanted to be sure that is really what you wanted.Technically nothing wrong and I needed to see if that MS format partition was maybe on a removable drive or something that could be slow to mount.
Hi
Tumbleweed uses UUID, plus I have no /home it’s all part of /
I modified my install of tumbleweed swap and data partitions the other day. All I had to do was boot from a rescue USB, run blkid, mount / and modify swap and my /data partition’s with the updated UUID’s and reboot… no issues at all, system came up fine.
lsblk --output NAME,KNAME,RA,RM,RO,SIZE,TYPE,FSTYPE,LABEL,PARTLABEL,MOUNTPOINT,UUID,PARTUUID,WWN,MODEL,ALIGNMENT
NAME KNAME RA RM RO SIZE TYPE FSTYPE LABEL PARTLABEL MOUNTPOINT UUID PARTUUID WWN MODEL ALIGNMENT
sda sda 128 0 0 931,5G disk WDC WD10EZEX-00B 0
├─sda1 sda1 128 0 0 57,8G part ext4 / 0a009383-a4c9-4c97-b672-4ed9a5f25f16 6ead6ae8-01 0
├─sda2 sda2 128 0 0 57,7G part ext4 332c0919-d691-4ad6-8ffa-54c0aec2f00c 6ead6ae8-02 0
├─sda3 sda3 128 0 0 57,1G part ext4 5f29b127-5ba6-4bab-8954-35aa7eee1977 6ead6ae8-03 0
├─sda5 sda5 128 0 0 393,1G part ext4 data1 /media/data1 822641a3-9e20-4e69-9184-8b737d8b31d3 6ead6ae8-05 0
├─sda6 sda6 128 0 0 195,4G part ext4 data2 /media/data2 76626d25-df8a-4d97-8383-ec8110f301be 6ead6ae8-06 0
├─sda7 sda7 128 0 0 152,4G part ntfs data3 /media/data3 3E1C15F136B97B87 6ead6ae8-07 0
└─sda8 sda8 128 0 0 8,1G part swap [SWAP] ebae7ed6-d4dc-449f-a8a9-4fe0e2b937eb 6ead6ae8-08 0
sr0 sr0 128 1 0 1024M rom DRW-24F1ST a 0
One of the three systems had to be windows, but I changed my mind. Partition ntfs was supposed to be disk data for windows.
I haven’t separate partition for /home, one system - one partition.
I do nothing with it. I installed stable OpenSuse from DVD (I don’t remember which) and only upgrade.
When I do updates to the new version OpenSuse I change my repository, zypper ref and zypper dup.
Problem started after installation Debian. I’m almost sure that is old swap uuid because I had manually change this uuid in fstab. Sorry if I press it unnecessarily.
It is more that we try to find “strange things”. Of course not having a /home or using LABEL= all works, but finding things that deviate might help in understanding the OP’s situation and even, now and then, lead to an Eureka.
So you need to either remove resume= parameter if you do not plan to use suspend-to-disk or change it to match actual swap partition. Apparently installation of another system formatted swap partition which changed UUID. To fix go into YaST bootloader settings and edit kernel parameters.
OK I changed uuid in kernel parameters and problem fixed.
Thanks all for help.
But why uuid has not changed automaticly?
I run:
grub2-mkconfig -o /boot/grub2/grub.cfg - two times
grub2-install /dev/sda - two times
mkinitrd - your suggestion