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