LinuxSir.cn,穿越时空的Linuxsir!

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

slackware 10安装出错,用vmware虚拟

[复制链接]
发表于 2005-4-13 17:59:47 | 显示全部楼层 |阅读模式
d4f98d815fbd94488abf33f7db0df820  slackware-10.1-install-d1.iso

我无论从硬盘安装还是用光盘安装或者在vmware里面安装,都没有一样成功,都会出现如图的样子,我确认我的ISO文件没问题,MD5如上。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
发表于 2005-4-14 06:26:38 | 显示全部楼层
试试不要安装gnu-gs-fonts-6.0
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-4-14 09:28:17 | 显示全部楼层
等会再去试一下!
回复 支持 反对

使用道具 举报

发表于 2005-4-14 12:55:09 | 显示全部楼层
一段资料 楼主参考下:

Segmentation fault /段错误
One of the most common problems when making software is errors like "Segmentation fault", also called SegFault. Here is what a SegFault is. Virtual memory in a computer can be created in 2 ways: pages or segments. Paging means that the memory is divided in pages of equal size, containing words of memory in it. Segmentation means that every process has a segment of memory of needed size, with gaps of empty memory blocks between the segments. The operating system knows the upper limit of every segment, and every segment begins at a virtual address 0. When a program accesses a memory block, it calls a virtual address that the Memory Management Unit (MMU) maps to a real address. If the operating system sees that the requested address doesn't match any valid address in the segment, it will send a signal to the process terminating it. SegFaults are the direct result of a memory error. The program has a bad pointer, a memory leak or any kind of error that makes it access the wrong memory address. To correct these errors you need to check pointers and arrays for errors.
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-4-14 14:30:52 | 显示全部楼层
Post by kobe0208
一段资料 楼主参考下:

Segmentation fault /段错误
One of the most common problems when making software is errors like "Segmentation fault", also called SegFault. Here is what a SegFault is. Virtual memory in a computer can be created in 2 ways: pages or segments. Paging means that the memory is divided in pages of equal size, containing words of memory in it. Segmentation means that every process has a segment of memory of needed size, with gaps of empty memory blocks between the segments. The operating system knows the upper limit of every segment, and every segment begins at a virtual address 0. When a program accesses a memory block, it calls a virtual address that the Memory Management Unit (MMU) maps to a real address. If the operating system sees that the requested address doesn't match any valid address in the segment, it will send a signal to the process terminating it. SegFaults are the direct result of a memory error. The program has a bad pointer, a memory leak or any kind of error that makes it access the wrong memory address. To correct these errors you need to check pointers and arrays for errors.


不懂E文,能不能帮忙翻译一下?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-4-15 10:21:00 | 显示全部楼层
问题终于解决了,原来真的是内存问题!我原来是超频使用的,将内存恢复成默认就可以正常安装了!不过我不明白,在超频下,别的版本linux却可以正常安装使用,XP也很稳定,可Slackware不能正常安装!
回复 支持 反对

使用道具 举报

发表于 2005-4-15 13:13:19 | 显示全部楼层
你的这个头像我也曾经用过,后来不敢用了。
回复 支持 反对

使用道具 举报

发表于 2005-4-20 22:49:01 | 显示全部楼层
Post by SunnyLhj
问题终于解决了,原来真的是内存问题!我原来是超频使用的,将内存恢复成默认就可以正常安装了!不过我不明白,在超频下,别的版本linux却可以正常安装使用,XP也很稳定,可Slackware不能正常安装!

说明SLACK对内存检查的严格,我曾经碰到过2000无法安装,98安装正常的条子,一个道理吧。
回复 支持 反对

使用道具 举报

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

本版积分规则

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