Kernel 5.4.2 slackware-current, 90 second pause while booting
by Ook from LinuxQuestions.org on (#4W8R5)
This started yesterday. When booting, there comes a point where the boot process hangs for 90 seconds or so. The line before the pause varies according to which USB devices are connect:
Code:Dec 7 01:09:01 zoot kernel: [ 23.768033] input: UVC Camera (046d:0825) as /devices/pci0000:00/0000:00:07.1/0000:27:00.3/usb7/7-4/7-4.3/7-4.3:1.0/input/input20
Dec 7 01:09:01 zoot kernel: [ 25.223242] usb 7-4.3: set resolution quirk: cval->res = 384
Dec 7 01:09:01 zoot kernel: [ 102.031288] Adding 3980284k swap on /dev/sda2. Priority:-2 extents:1 across:3980284k SSFS
Dec 7 01:09:01 zoot kernel: [ 102.205573] EXT4-fs (sda1): re-mounted. Opts: (null)
Dec 8 08:06:37 zoot kernel: [ 10.310494] hid-generic 0003:046D:C31C.0002: input,hidraw1: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:03:00.0-12/input1
Dec 8 08:06:37 zoot kernel: [ 10.315191] input: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-13/1-13:1.0/0003:045E:0039.0003/input/input17
Dec 8 08:06:37 zoot kernel: [ 10.320090] hid-generic 0003:045E:0039.0003: input,hidraw2: USB HID v1.10 Mouse [Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)] on usb-0000:03:00.0-13/input0
Dec 8 08:06:37 zoot kernel: [ 102.042178] Adding 3980284k swap on /dev/sda2. Priority:-2 extents:1 across:3980284k SSFS
Dec 8 08:06:37 zoot kernel: [ 102.689224] EXT4-fs (sda1): re-mounted. Opts: (null)Slackware-current, updated yesterday and that is when it started pausing while booting. Once it gets past this. Prior to this, from looking at older logs I see no delay before we jump from USB stuff to adding the swap:
Dec 2 07:00:03 zoot kernel: [ 11.391710] USB Video Class driver (1.1.1)
Dec 2 07:00:03 zoot kernel: [ 11.428049] Adding 3980284k swap on /dev/sda2. Priority:-2 extents:1 across:3980284k SSFS
Not really sure what changed, and honestly not sure how to tell what is causing the delay.


Code:Dec 7 01:09:01 zoot kernel: [ 23.768033] input: UVC Camera (046d:0825) as /devices/pci0000:00/0000:00:07.1/0000:27:00.3/usb7/7-4/7-4.3/7-4.3:1.0/input/input20
Dec 7 01:09:01 zoot kernel: [ 25.223242] usb 7-4.3: set resolution quirk: cval->res = 384
Dec 7 01:09:01 zoot kernel: [ 102.031288] Adding 3980284k swap on /dev/sda2. Priority:-2 extents:1 across:3980284k SSFS
Dec 7 01:09:01 zoot kernel: [ 102.205573] EXT4-fs (sda1): re-mounted. Opts: (null)
Dec 8 08:06:37 zoot kernel: [ 10.310494] hid-generic 0003:046D:C31C.0002: input,hidraw1: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:03:00.0-12/input1
Dec 8 08:06:37 zoot kernel: [ 10.315191] input: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-13/1-13:1.0/0003:045E:0039.0003/input/input17
Dec 8 08:06:37 zoot kernel: [ 10.320090] hid-generic 0003:045E:0039.0003: input,hidraw2: USB HID v1.10 Mouse [Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)] on usb-0000:03:00.0-13/input0
Dec 8 08:06:37 zoot kernel: [ 102.042178] Adding 3980284k swap on /dev/sda2. Priority:-2 extents:1 across:3980284k SSFS
Dec 8 08:06:37 zoot kernel: [ 102.689224] EXT4-fs (sda1): re-mounted. Opts: (null)Slackware-current, updated yesterday and that is when it started pausing while booting. Once it gets past this. Prior to this, from looking at older logs I see no delay before we jump from USB stuff to adding the swap:
Dec 2 07:00:03 zoot kernel: [ 11.391710] USB Video Class driver (1.1.1)
Dec 2 07:00:03 zoot kernel: [ 11.428049] Adding 3980284k swap on /dev/sda2. Priority:-2 extents:1 across:3980284k SSFS
Not really sure what changed, and honestly not sure how to tell what is causing the delay.