Grub
grub
- rescue shell set for /dev/sda5 prefix=(hd0,5)/boot/grub insmod linux set root=(hd0,5) linux (hd0,6)/vmlinuz-linux root=/dev/sda6 initrd (hd0,6)/boot/initramfs-linux.img boot
- single user mode on boot by adding 'single' to the linux kernel line
- change ro to
rw init=/sysroot/bin/sh
on the kernel line
- change ro to