ที่จริงแล้วผมมองว่า Configuration ที่จะกล่าวถึงนี้น่าจะใช้ได้กับ Distro อื่นด้วยนะครับ
Solution :
Press ESC at the grub prompt.
Press e for edit.
Highlight the line that begins kernel ………, press e
Go to the very end of the line, add rw init=/bin/bash
press enter, then press b to boot your system.
Your system will boot up to a passwordless root shell.
Type in passwd username
Set your password.
Ref: ubuntugeek.com
so you mean that change from
rw init=/bin/bash
to
rw init=single
Am I right?
เพิ่มคำว่า single เข้าไปท้าย string ดือๆเลย ไม่ต้อง init = single อะครับ
kernel /boot/vmlinuz-2.4.17 ro root=/dev/sda3 console=tty0 console=ttyS0 single