当前位置: 首页 > 图文教程 > 操作系统 > Unix/Linux > First use Linux

Unix/Linux
Linux操作系统下硬盘手工和自动挂载的方法
linux grep搜索命令的使用方法
Linux重定向
linux 系统的一些使用小技巧
LINUX系统下grub菜单的几个技巧
Linux系统下设置Tomcat自启动
Linux操作系统添加安装新硬盘的方法图解
解决Linux系统下Openoffice乱码
Linux源码包编译和安装
Redhat Linux 9 ADSL连接设置图解
linux下实现定时关机
linux最简单的ADSL断线重拨
制作Linux的usb启动盘
Linux系统下硬盘分区最佳方案
Vi编辑器的使用方法
LINUX系统下vsftpd 命令详解
RedHat AS4上安装配置Apache2.2.4+PHP5.2.3+MySQL5.0.45+openssl0.98e
Webmin 安装和使用
用VNC远程图形化连接Linux桌面的配置方法
正确修改Linux的系统时间

Unix/Linux 中的 First use Linux


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-01   浏览: 108 ::
收藏到网摘: n/a

Yesterday I'd fix my Linux can't boot problem successfully.http://bbs.chinaunix.net/forum/viewtopic.php?t=579440&show_type=&postdays=0&postorder=asc&start=0In the case I find "fsck" command.# fsck -y /dev/rdsk # reboot #fsck -t ext3 /dev/sda1 #reboot
Those two command I'd try, but nothing happen.Than I try only "# fsck" than the system auto fix my file system.All is OK, haha~Than I don't like grub boot order.I try to change the order, but I don't know how to use this.My system can't boot...In the grub command, I try to get some help.Finally I've success.# grub.conf generated by anaconda## Note that you do not have to rerun grub after making changes to this file# NOTICE: You have a /boot partition. This means that# all kernel and initrd paths are relative to /boot/, eg.# root (hd0,6)# kernel /vmlinuz-version ro root=/dev/hda8# initrd /initrd-version.img#boot=/dev/hdadefault=0timeout=5splashimage=(hd0,6)/grub/splash.xpm.gzhiddenmenutitle Mircosoft Windows rootnoverify (hd0,0) chainloader +1title Fedora Core (2.6.9-1.667) root (hd0,6) kernel /vmlinuz-2.6.9-1.667 ro root=LABEL=/ rhgb quiet initrd /initrd-2.6.9-1.667.img