AW: Debugging initramfs, server hangs during boot process

2023-09-18 Thread thah...@t-online.de
is problem. Sigh, Thomas -Original-Nachricht- Betreff: Re: AW: Debugging initramfs, server hangs during boot process Datum: 2023-08-30T12:00:56+0200 Von: "Michel Verdier" An: "debian-user@lists.debian.org" On 2023-08-30, thah...@t-online.de wrote: > The last USB d

Re: AW: Debugging initramfs, server hangs during boot process

2023-08-30 Thread Michel Verdier
On 2023-08-30, thah...@t-online.de wrote: > The last USB device in this list is a bluetooth card. I have blacklisted > btusb, > but this didn't help, still hangs. > At 182 seconds I pressed CRTL_ALT_DEL and the times without sleep statements > come down to like 11 seconds when it hangs. You sh

AW: Debugging initramfs, server hangs during boot process

2023-08-29 Thread thah...@t-online.de
wn to like 11 seconds when it hangs. -Original-Nachricht- Betreff: Re: AW: Debugging initramfs, server hangs during boot process Datum: 2023-08-28T11:42:19+0200 Von: "Michel Verdier" An: "debian-user@lists.debian.org" On 2023-08-28, thah...@t-online.de wrote: > It hangs i

Re: AW: Debugging initramfs, server hangs during boot process

2023-08-28 Thread Michel Verdier
On 2023-08-28, thah...@t-online.de wrote: > It hangs in /usr/share/initramfs-tools/scripts/init-top/udev > > The 2nd last udev call hangs my box > udevadm trigger --type=devices --action=add Perhaps add before udevadm trigger --verbose --dry-run --type=devices --action=add

Re: AW: Debugging initramfs, server hangs during boot process

2023-08-27 Thread Max Nikulin
On 28/08/2023 05:19, thah...@t-online.de wrote: It hangs in /usr/share/initramfs-tools/scripts/init-top/udev Unsure if it is related or not (I have not tried to debug it), but I have noticed some issues with laptop boot when a USB hub with a keyboard and a mouse is connected. It might be an u

AW: Debugging initramfs, server hangs during boot process

2023-08-27 Thread thah...@t-online.de
The udev script is from the udev package -Original-Nachricht- Betreff: AW: Debugging initramfs, server hangs during boot process Datum: 2023-08-28T00:20:33+0200 Von: "thah...@t-online.de" An: "debian user" It hangs in /usr/share/initramfs-tools/scripts/init-top/ude

AW: Debugging initramfs, server hangs during boot process

2023-08-27 Thread thah...@t-online.de
ted root. Sigh! -Original-Nachricht- Betreff: Re: AW: Debugging initramfs, server hangs during boot process Datum: 2023-08-26T13:45:19+0200 Von: "Michel Verdier" An: "debian-user@lists.debian.org" On 2023-08-26, thah...@t-online.de wrote: > Tried with clocksourche

Re: AW: Debugging initramfs, server hangs during boot process

2023-08-26 Thread Michel Verdier
On 2023-08-26, thah...@t-online.de wrote: > Tried with clocksourche=hpet > Now the Switched to clocksouce tsc is missing and the last line is > clocksource: tsc: mask . > like before the 2nd last line (as to be expected) On my kernel I always have those 3 lines during boot : clocksource: tsc

AW: Debugging initramfs, server hangs during boot process

2023-08-26 Thread thah...@t-online.de
-Nachricht- Betreff: Re: AW: Debugging initramfs, server hangs during boot process Datum: 2023-08-26T12:04:46+0200 Von: "Tixy" An: "debian-user@lists.debian.org" On Sat, 2023-08-26 at 11:07 +0200, thah...@t-online.de wrote: > I had debug on the command line before, just

Re: AW: Debugging initramfs, server hangs during boot process

2023-08-26 Thread Tixy
On Sat, 2023-08-26 at 11:07 +0200, thah...@t-online.de wrote: > I had debug on the command line before, just didn't know of debug=vc > However the output on the screen is the same with either one. > > Last line is clocksource: Switched to clocksource tsc I notice two 1 second delays during boot o

AW: Debugging initramfs, server hangs during boot process

2023-08-26 Thread thah...@t-online.de
with debug prints just to find where it is stuck uaaah! -Original-Nachricht- Betreff: Re: Debugging initramfs, server hangs during boot process Datum: 2023-08-26T10:20:54+0200 Von: "Michel Verdier" An: "debian-user@lists.debian.org" On 2023-08-26, Tixy wrote: >&

Re: Debugging initramfs, server hangs during boot process

2023-08-26 Thread Michel Verdier
On 2023-08-26, Tixy wrote: >> I thought of that, too, but debug writes to a tmpfs (it has to, at this >> point). If the machine locks up, the log is lost... > > Logs will appear on the screen so long as you don't have the 'quiet' > parameter on the Linux commandline. I think it always writes to t

Re: Debugging initramfs, server hangs during boot process

2023-08-25 Thread Tixy
On Sat, 2023-08-26 at 07:59 +0200, to...@tuxteam.de wrote: > On Sat, Aug 26, 2023 at 07:40:21AM +0200, Michel Verdier wrote: [...] > > > > Did you try with "debug" on the linux command line to get more logs > > ? > > I thought of that, too, but debug writes to a tmpfs (it has to, at this > point)

Re: Debugging initramfs, server hangs during boot process

2023-08-25 Thread tomas
On Sat, Aug 26, 2023 at 07:40:21AM +0200, Michel Verdier wrote: > On 2023-08-25, thah...@t-online.de wrote: > > > Looking at the initramfs manpages i found that I can get into the busybox > > during > > the boot process with break=... on the linux command line. > > break=top > > works, but > > br

Re: Debugging initramfs, server hangs during boot process

2023-08-25 Thread Michel Verdier
On 2023-08-25, thah...@t-online.de wrote: > Looking at the initramfs manpages i found that I can get into the busybox > during > the boot process with break=... on the linux command line. > break=top > works, but > break=modules > is not reached. It hangs before that. Did you try with "debug" on

Debugging initramfs, server hangs during boot process

2023-08-25 Thread thah...@t-online.de
Hi all, being on sid, I know that there can be problems. However, this seems to be a bit hard for me to solve without proper help. The machine hangs during boot. Looking at the initramfs manpages i found that I can get into the busybox during the boot process with break=... on the linux command li