On Mon, Feb 25, 2019 at 3:59 PM pmkellly@xxxxxxxxxxxx <pmkellly@xxxxxxxxxxxx> wrote: > > Testing Fedora 30 Workstation potential beta drop 0224: > > The ISO was down loaded and checked against the CHECKSUM file and > passed. The ISO was burned to a DVD and the DVD check sum passed. The > DVD was used to boot the bare metal test system (Lenovo M58p with E8400 > processor). The system booted normally and Anaconda started and the disk > settings of Delete all and Reclaim space were selected. The installation > completed with no problems. > > Notable results: > > The media check did not run after boot before Anaconda started I advise editing the grub entry, adding parameters `rd.debug systemd.log_level=debug` which will boot a lot slower and will have a super verbose journal. It's up to dracut's /usr/lib/dracut/modules.d/90dmsquash-live/checkisomd5@.service to translate rd.live.check parameter into the systemd service startup for actually doing the check. But also why does the boot just not fail? I'm pretty sure that code requires checkisomd5 succeed or the boot is halted. That's the point of the check. Once that boots and you can get to a shell: # journalctl -o short-monotonic > /tmp/journal.log And then scp it out and attach to a bug report. Anyway, it shall be revealed to us. -- Chris Murphy _______________________________________________ test mailing list -- test@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to test-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/test@xxxxxxxxxxxxxxxxxxxxxxx