Hi,
I'm using Mageia 2 (32bits) in VirtualBox and need to make it boot on text mode with autologin to tty1.
In Mandriva i change /etc/inittab like this and it works.
Text Mode
id:3:initdefault:
Autologin
1:2345:respawn:/sbin/mingetty --autologin servidor tty1
The text mode i made work adding init 3 option in the /boot/grub/menu.lst kernel parameters, but i would like to know why the id:3:initdefault: did not work.
Any idea how can make this work?
Thanks!