-1

I just installed OpenSuse to learn it. I'd like to open the system in runtime 3 mode. According to the documentation I have to edit /boot/grub/menu.lst file.

Unfortunately this file does not exist on my system. Does anybody know why please? I need to do this to install my nvidia drivers, as X has not to be running while doing so.

Thanks.

Adam
  • 441
  • 1
  • 4
  • 9

1 Answers1

1

Check /etc/inittab

$ grep -A1 default /etc/inittab 
# The default runlevel.
id:2:initdefault:

Adjust from 2 to 3 and that should be it.

Hrvoje Špoljar
  • 5,245
  • 26
  • 42