grub/boot: job timing out

I have an optional kernel parameter for a uuid that doesn’t exist (or I can’t find):

resume=/dev/disk/by-uuid/82850db0-0309-461f-809e-8a0260b43b59 


sudo lsblk -f
NAME   FSTYPE LABEL   UUID                                 FSAVAIL FSUSE% MOUNTPOINT
sda                                                                       
├─sda1 vfat           6259-25A6                                           
├─sda2 ext4           6eda401e-0715-44a2-b97c-cb7245621727                
├─sda3                                                                    
├─sda4 ext4           b82eb90a-a22e-44e5-8dfa-c96368def9b6  813.4G     1% /
├─sda5 ext4           b1d93127-0d94-4e04-ab9f-087fa0994601    1.4T    13% /home
└─sda6 swap           bbc6eb23-f9a3-4976-a904-1060e3c4b1aa                [SWAP]
sdb                                                                       
└─sdb1 ext4   drive-b 48946de2-efca-4e0c-abcc-fcd8b565273b  889.7G    63% /drive-b
sr0                                                                       


ls -alF /dev/disk/by-uuid/
total 0
drwxr-xr-x 2 root root 160 May  6 06:52 ./
drwxr-xr-x 8 root root 160 May  6 06:52 ../
lrwxrwxrwx 1 root root  10 May  6 06:54 48946de2-efca-4e0c-abcc-fcd8b565273b -> ../../sdb1
lrwxrwxrwx 1 root root  10 May  6 06:54 6259-25A6 -> ../../sda1
lrwxrwxrwx 1 root root  10 May  6 06:54 6eda401e-0715-44a2-b97c-cb7245621727 -> ../../sda2
lrwxrwxrwx 1 root root  10 May  6 06:54 b1d93127-0d94-4e04-ab9f-087fa0994601 -> ../../sda5
lrwxrwxrwx 1 root root  10 May  6 06:54 b82eb90a-a22e-44e5-8dfa-c96368def9b6 -> ../../sda4
lrwxrwxrwx 1 root root  10 May  6 06:54 bbc6eb23-f9a3-4976-a904-1060e3c4b1aa -> ../../sda6

can I safely remove the resume command from the grub optional parameter?

This a brand new install from Friday night

Thanks

That looks like bug 1071354, which has supposedly been fixed.

can I safely remove the resume command from the grub optional parameter?

Yes. Or change it to use the UUID of your swap partition.

What’s the output from

grep swap /etc/fstab