Message ID | 7247aca99f5faf35ff1c6efd048a10c08883bc41.1683943670.git-series.marmarek@invisiblethingslab.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | automation: add AMD hw runner | expand |
On Sat, 13 May 2023, Marek Marczykowski-Górecki wrote: > Make debugging early boot failures easier based on just CI logs. > > Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org> > --- > automation/scripts/qubes-x86-64.sh | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/automation/scripts/qubes-x86-64.sh b/automation/scripts/qubes-x86-64.sh > index ae766395d184..bd09451d7d28 100755 > --- a/automation/scripts/qubes-x86-64.sh > +++ b/automation/scripts/qubes-x86-64.sh > @@ -80,7 +80,7 @@ type = "'${test_variant#pci-}'" > name = "domU" > kernel = "/boot/vmlinuz" > ramdisk = "/boot/initrd-domU" > -extra = "root=/dev/ram0 console=hvc0" > +extra = "root=/dev/ram0 console=hvc0 earlyprintk=xen" > memory = 512 > vif = [ ] > disk = [ ] > @@ -186,7 +186,7 @@ CONTROLLER=control@thor.testnet > > echo " > multiboot2 (http)/gitlab-ci/xen $CONSOLE_OPTS loglvl=all guest_loglvl=all dom0_mem=4G > -module2 (http)/gitlab-ci/vmlinuz console=hvc0 root=/dev/ram0 > +module2 (http)/gitlab-ci/vmlinuz console=hvc0 root=/dev/ram0 earlyprintk=xen > module2 (http)/gitlab-ci/initrd-dom0 > " > $TFTP/grub.cfg > > -- > git-series 0.9.1 >
diff --git a/automation/scripts/qubes-x86-64.sh b/automation/scripts/qubes-x86-64.sh index ae766395d184..bd09451d7d28 100755 --- a/automation/scripts/qubes-x86-64.sh +++ b/automation/scripts/qubes-x86-64.sh @@ -80,7 +80,7 @@ type = "'${test_variant#pci-}'" name = "domU" kernel = "/boot/vmlinuz" ramdisk = "/boot/initrd-domU" -extra = "root=/dev/ram0 console=hvc0" +extra = "root=/dev/ram0 console=hvc0 earlyprintk=xen" memory = 512 vif = [ ] disk = [ ] @@ -186,7 +186,7 @@ CONTROLLER=control@thor.testnet echo " multiboot2 (http)/gitlab-ci/xen $CONSOLE_OPTS loglvl=all guest_loglvl=all dom0_mem=4G -module2 (http)/gitlab-ci/vmlinuz console=hvc0 root=/dev/ram0 +module2 (http)/gitlab-ci/vmlinuz console=hvc0 root=/dev/ram0 earlyprintk=xen module2 (http)/gitlab-ci/initrd-dom0 " > $TFTP/grub.cfg
Make debugging early boot failures easier based on just CI logs. Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> --- automation/scripts/qubes-x86-64.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)