We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When try manual boot Like:
grub> ls /boot/vmlinuz-3.10.0- vmlinuz-3.10.0-123.el7.x86_64 vmlinuz-3.10.0-693.el7.x86_64 grub> set root=(hd0,msdos1) grub> linux16 /boot/vmlinuz-3.10.0-123.el7.x86_64 root=/dev/sda1 rw init=/bin/bash grub> initrd /boot/initramfs-3.10.0-123.el7.x86_64.img grub> boot
grub> ls /boot/vmlinuz-3.10.0-
vmlinuz-3.10.0-123.el7.x86_64 vmlinuz-3.10.0-693.el7.x86_64
grub> set root=(hd0,msdos1)
grub> linux16 /boot/vmlinuz-3.10.0-123.el7.x86_64 root=/dev/sda1 rw init=/bin/bash
grub> initrd /boot/initramfs-3.10.0-123.el7.x86_64.img
grub> boot
It open bash shall 4.2 like:
bash-4.2# systemctl start systemd.tergate dbus connection failed when try
bash-4.2# systemctl start systemd.tergate
dbus connection failed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When try manual boot
Like:
It open bash shall 4.2
like:
The text was updated successfully, but these errors were encountered: