LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 801|回复: 3

启动时死在setting consoles to utf-8 mode这一行

[复制链接]
发表于 2010-4-18 20:27:10 | 显示全部楼层 |阅读模式
大家好。

如题,自从升级到2.6.33后,包括ati开源驱动等,就会出现这种问题,并不是每次启动都会有,但一旦出现就只能按reset键,无奈。

搜索了一下google,找到一两个颇旧的帖子,还是没有头绪。

ps:我用的是官方源,基本每天都更新一下。

贴下我的/etc/rc.conf:


  1. #
  2. # /etc/rc.conf - Main Configuration for Arch Linux
  3. #

  4. # -----------------------------------------------------------------------
  5. # LOCALIZATION
  6. # -----------------------------------------------------------------------
  7. #
  8. # LOCALE: available languages can be listed with the 'locale -a' command
  9. # HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
  10. #   in the hardware clock being left untouched (useful for virtualization)
  11. # TIMEZONE: timezones are found in /usr/share/zoneinfo
  12. # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
  13. # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
  14. # CONSOLEMAP: found in /usr/share/kbd/consoletrans
  15. # USECOLOR: use ANSI color sequences in startup messages
  16. #
  17. LOCALE="en_US.UTF-8"
  18. HARDWARECLOCK="localtime"
  19. TIMEZONE="Asia/Shanghai"
  20. KEYMAP="us"
  21. CONSOLEFONT=
  22. CONSOLEMAP=
  23. USEcolor="yes"

  24. # -----------------------------------------------------------------------
  25. # HARDWARE
  26. # -----------------------------------------------------------------------
  27. #
  28. # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
  29. # MOD_BLACKLIST: Prevent udev from loading these modules
  30. # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
  31. #
  32. # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
  33. #
  34. MOD_AUTOLOAD="yes"
  35. #MOD_BLACKLIST=() #deprecated
  36. MODULES=(!pcspkr)

  37. # Scan for LVM volume groups at startup, required if you use LVM
  38. USELVM="no"

  39. # -----------------------------------------------------------------------
  40. # NETWORKING
  41. # -----------------------------------------------------------------------
  42. #
  43. # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
  44. #
  45. HOSTNAME="dawn"

  46. # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
  47. #
  48. # Interfaces to start at boot-up (in this order)
  49. # Declare each interface then list in INTERFACES
  50. #   - prefix an entry in INTERFACES with a ! to disable it
  51. #   - no hyphens in your interface names - Bash doesn't like it
  52. #
  53. # DHCP:     Set your interface to "dhcp" (eth0="dhcp")
  54. # Wireless: See network profiles below
  55. #

  56. #Static IP example
  57. #eth0="dhcp"
  58. eth0="dhcp"
  59. INTERFACES=(eth0)

  60. # Routes to start at boot-up (in this order)
  61. # Declare each route then list in ROUTES
  62. #   - prefix an entry in ROUTES with a ! to disable it
  63. #
  64. gateway="default gw 192.168.0.1"
  65. ROUTES=(!gateway)

  66. # Enable these network profiles at boot-up.  These are only useful
  67. # if you happen to need multiple network configurations (ie, laptop users)
  68. #   - set to 'menu' to present a menu during boot-up (dialog package required)
  69. #   - prefix an entry with a ! to disable it
  70. #
  71. # Network profiles are found in /etc/network.d
  72. #
  73. # This now requires the netcfg package
  74. #
  75. #NETWORKS=(main)

  76. # -----------------------------------------------------------------------
  77. # DAEMONS
  78. # -----------------------------------------------------------------------
  79. #
  80. # Daemons to start at boot-up (in this order)
  81. #   - prefix a daemon with a ! to disable it
  82. #   - prefix a daemon with a @ to start it up in the background
  83. #
  84. DAEMONS=(syslog-ng hal network !netfs @crond @alsa @sshd @mysqld @memcached @nginx !tor !privoxy kdm)

复制代码
发表于 2010-4-19 17:53:22 | 显示全部楼层
hardware clock 是 localtime?
改成UTC试试?
水平不够,看不出问题,祝你好运
回复 支持 反对

使用道具 举报

发表于 2010-4-20 23:50:52 | 显示全部楼层
如果用的是闭源驱动,也许和KMS有关,在rc.conf的启动模块里添加 !radeon试试,
回复 支持 反对

使用道具 举报

发表于 2010-4-21 01:33:32 | 显示全部楼层
这个问题我碰到过,确实挺诡异的,我每次都得开两次机,第一次开机卡在那,强制关机,第二次开机就很顺。
有一个比较笨的解决方法,打开/etc/rc.sysinit,搜索
stat_busy "Setting Consoles to UTF-8 mode"
这句话,把这一整块注释掉,有什么后果不清楚,反正是能正常开机了。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表