On Wednesday, July 12, 2017 at 7:32:07 PM UTC-7, pixel fairy wrote: > reported here, https://github.com/QubesOS/qubes-issues/issues/2907 > > wanted to give users without AEM or sed a heads up to fix their grub file or > add a boot password if this concerns them.
to fix it with grub, (adapted from https://www.qubes-os.org/doc/usb/) 1. Open the file /etc/default/grub in dom0. 2. Find the line that begins with GRUB_CMDLINE_LINUX. 3. Add rd.shell=0 to that line. 4. Save and close the file. 5. Run the command grub2-mkconfig -o /boot/grub2/grub.cfg in dom0. 6. Reboot. -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/554a51e8-ae5d-41c3-9aa7-43e79edf5457%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
