All public logs
Jump to navigation
Jump to search
Combined display of all available logs of 6bit.ch wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:47, 29 March 2022 Xbl talk contribs created page GRUB2 (Created page with "= Reset Root Password = 1. enter GRUB2 edit mode 2. modify linux-kernel string by adding <code>rd.break</code> at the end 3. press CTRL+x to boot with entered options 4. use chroot to mount /sysroot to / <code>chroot /sysroot</code>, pwd should read <code>/</code> 5. remount the root file system in read/write mode <code>mount -o remount,rw /</code> 6. run passwd to set new password <code>passwd</code> 7. create hidden file .autorelabel to run SELinux relabeling on...")