lost and found ( for me ? )

Fedora 18 : change runlevel to 3 from 5


small tips


edit /etc/default/grub
add “3”
# cat /etc/default/grub
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200n8 rd.lvm.lv=fedora/swap rd.md=0 rd.dm=0 vconsole.keymap=jp106 $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) rd.luks=0 rd.lvm.lv=fedora/root rhgb quiet 3"
GRUB_DISABLE_RECOVERY="true"
GRUB_THEME="/boot/grub2/themes/system/theme.txt"

update grub.cfg
# grub2-mkconfig > /boot/grub2/grub.cfg

reboot the OS
# reboot

after rebooting.
# runlevel
N 3

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.