概述
如果你还卡在
Enabling etc/fstab swap OK
那请重启,不要再傻等了,在重启后进入grub列表时以单用户进入
那请重启,不要再傻等了,在重启后进入grub列表时以单用户进入
修改如下文件:
/etc/X11/xorg.conf
修改类似下面的一行:
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes “1440x900" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
没有这一行,请加上,在SubSection 到EndSubSection之间。
注意:
是Modes 不是models,
是"1024x768" 而非"1024*768"。
这里分辨率根据你自己情况的设置,但最好包含一些低标准的分辨率,不要只写高的,像“1440x900",不然你可能还是无法显示。
/etc/X11/xorg.conf
修改类似下面的一行:
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes “1440x900" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
没有这一行,请加上,在SubSection 到EndSubSection之间。
注意:
是Modes 不是models,
是"1024x768" 而非"1024*768"。
这里分辨率根据你自己情况的设置,但最好包含一些低标准的分辨率,不要只写高的,像“1440x900",不然你可能还是无法显示。
第二种方法
1、在系统启动时,进入启动菜单编辑,会发现在grub的引导程序中参数:grub append>ro root=LABEL=/1 noapic rhgb quiet,就是这个rhgb quiet让系统加载到enabling /etc/fstab swap ok 后就停止不动了,把这个参数删除,就可以进入
linux
了.
2、使用vi编辑一下/etc/grub.conf 把grub append>ro root=LABEL=/1 noapic rhgb quiet这一行的rhgb quiet删掉,存在退出就OK了。
2、使用vi编辑一下/etc/grub.conf 把grub append>ro root=LABEL=/1 noapic rhgb quiet这一行的rhgb quiet删掉,存在退出就OK了。
或者
1. 開機倒數幾秒的時候按任意鍵
2. 畫面會跳到 2.6.18.xxxx.fc6
3. 按 e
4. 選第二行 kernel /boot/vmlinuz-xxxxxxxx
5. 把最後面 rhgb quite 給 delete 掉
6. Enter
7. 按 b
就可以进入linux了!!
方法三
进入单用户模式
是在启动时 把APIC禁止启动
最后
以上就是大方柚子为你收集整理的Redhat 服务器开机过程中在 /etc/fstab swaps [ok]后就停止的全部内容,希望文章能够帮你解决Redhat 服务器开机过程中在 /etc/fstab swaps [ok]后就停止所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复