leoyin 发表于 2004-5-11 13:21:23

用户名:root
密码不知是什么

没建其他的用户,
难道echo leoyin > /......那个算是建了个用户吗?不太懂,请指教

樱家冢 发表于 2004-5-11 19:27:51

自己用passwd命令改密码啊。

Kuye 发表于 2004-5-12 09:52:31

用户名:root
密码不知是什么

没建其他的用户,
难道echo leoyin > /......那个算是建了个用户吗?不太懂,请指教
建议找一本 Linux 基础书籍来看一下。

leoyin 发表于 2004-5-12 10:01:40

昨天用过这个
对于GRUB:
当系统启动到出现GRUB引导画面时,按字母e键,进入GRUB编辑状态。按键盘上或下键选择相应的引导项,在选择了一个引导项目后接字母e键进入命令行编辑。在出现的命令行后添加“空格single”并按回车返回编辑状态,再按字母b即可以单用户方式启动系统,进入系统后使用passwd命令修改root的密码即可。

然后在里面passwd了,不行
看来格了重装了~~

yUseLinux 发表于 2004-8-23 08:29:29

Re: gentoo安装完内核,那一步以后然后重启机器

取出安装盘然后启动引导然后出现下面的语句,然后基本上就是死机了,请问该怎么解决?


......................

Check root filesystem...
fsck.ext2: Is a directory while trying to open /:
The superblock could not be read or does not describe a crrect ext2
filesystem.
If the device is valid and it really contains an ext2 filesystem(and not
swap or ufs or something else) then the superblock is corrupt, and you
might try running e2fsck with an alternate superblock
e2fsck -b 8193<device>

* filesystem couldn't be fixed :(

Give root password for maintance
(or type CTRL+D for normal startup):

你的fstab中/dev/BOOT、/dev/ROOT和/dev/SWAP中的BOOT、ROOT和SWAP都要改成你自己的BOOT、ROOT、SWAP分区,例如:你的BOOT分区在第一块硬盘上的第二个分区上,那么就应当写成/dev/hda2,详见Gentoo Handbook中Grub配置部分的介绍。
页: 1 [2]
查看完整版本: gentoo安装完内核,那一步以后然后重启机器