
errno2:no such file or directory
errno3:no such process
errno4:interrupted system call
errno5:input/output error
errno6:no such device or address
errno7:argument list too long
errno8:exec format error
errno9:bad file descriptor
errno 10:no child processes
errno 11:resource temporarily unavailable
errno 12:cannot allocate memory
errno 13:permission denied
errno 14:bad address
errno 15:block device required
errno 16:device or resource busy
errno 17:file exists
errno 18:invalid cross-device link
errno 19:no such device
errno 20:not a directory
errno 21:is a directory
errno 22:invalid argument
errno 23:too many open files in system
errno 24:too many open files
errno 25:inappropriate ioctl for device
errno 26:text file busy
errno 27:file too large
errno 28:no space left on device
errno 29:illegal seek
errno 30:read-only file system
errno 31:too many links
errno 32:broken pipe
errno 33:numerical argument out of domain
errno 34:numerical result out of range
errno 35:resource deadlock avoided
errno 36:file name too long
errno 37:no locks available
errno 38:function not implemented
errno 39:directory not empty
errno 40:too many levels of symbolic links
errno 41:errno 41
errno 42:no message of desired type
errno 43:identifier removed
errno 44:channel number out of range
errno 45:level 2 not synchronized
errno 46:level 3 halted
errno 47:level 3 reset
errno 48:link number out of range
errno 49:protocol driver not attached
errno 50:no CSI structure available
errno 51:level 2 halted
errno 52:invalid exchange
errno 53:invalid request descriptor
errno 54:exchange full
errno 55:no anode
errno 56:invalid request code
errno 57:invalid slot
errno 58:errno 58
errno 59:bad font file format
errno 60:device not a stream
errno 61:no data available
errno 62:timer expired
errno 63:out of streams resources
errno 64:machine is not on the network
errno 65:package not installed
errno 66:object is remote
errno 67:link has been severed
errno 68:advertise error
errno 69:srmount error
errno 70:communication error on send
errno 71:protocol error
errno 72:multihop attempted
errno 73:RFS specific error
errno 74:bad message
errno 75:value too large for defined data type
errno 76:name not unique on network
errno 77:file descriptor in bad state
errno 78:remote address changed
errno 79:can not access a needed shared library
errno 80:accessing a corrupted shared library
errno 81:.lib section in a.out corrupted
errno 82:attempting to link in too many shared libraries
errno 83:cannot exec a shared library directly
errno 84:invalid or incomplete multibyte or wide character
errno 85:interrupted system call should be restarted
errno 86:streams pipe error
errno 87:too many users
errno 88:socket operation on non-socket
errno 89:destination address required
errno 90:message too long
errno 91:protocol wrong type for socket
errno 92:protocol not available
errno 93:protocol not supported
errno 94:socket type not supported
errno 95:operation not supported
errno 96:protocol family not supported
errno 97:address family not supported by protocol
errno 98:address already in use
errno 99:cannot assign requested address
errno 100:network is down
errno 101:network is unreachable
errno 102:network dropped connection on reset
errno 103:software caused connection abort
errno 104:connection reset by peer
errno 105:no buffer space available
errno 106:transport endpoint is already connected
errno 107:transport endpoint is not connected
errno 108:cannot send after transport endpoint shutdown
errno 109:too many references: cannot splice
errno 110:connection timed out
errno 111:connection refused
errno 112:host is down
errno 113:no route to host
errno 114:operation already in progress
errno 115:operation now in progress
errno 116:stale NFS file handle
errno 117:structure needs cleaning
errno 118:not a XENIX named type file
errno 119:no XENIX semaphores available
errno 120:is a named type file
errno 121:remote I/O error
errno 122:disk quota exceeded
errno 123:no medium found
errno 124:wrong medium type
errno 125:operation canceled
errno 126:required key not available
errno 127:key has expired
errno 128:key has been revoked
errno 129:key was rejected by service
errno 130:owner died
errno 131:state not recoverable
errno 132:operation not possible due to RF-kill
可能由于自己在WIN10里,在360进行一些杀毒清理,一个不小心根据它的提示,修改了启动项 把其中你认为加上它提示没用用的不知神码东西给删除了,然后要求我们重启。
重启后你会发现进不去选择系统的页面了
出现error:file 'boot/grub/i386-pc/normal.mod' not found grub rescue:
然后就很无奈 只能先去百度试试 解决方案如下,勇敢尝试,不要怕处理不了,方法还是很有效的,不然我也不会写这个文章的:
会出现一串字符串 我的是 hd0 (hd0,msdos9) (hd0,msdos8) (hd0,msdos7) (hd0,msdos6) (hd0,msdos5) (hd0,msdos2) (hd0,msdos1)
接下来需要试一下到底那个msdos*(*为上面字符串里的数字)才是具体的linux系统的主分区需要输入的命令为:ls(hd0,msdos*)/boot/grub 一个个试过去,一般都是第一个的 当输入正确的时候会出现下列命令:
../../....../.......(由于没用拍照,所以忘记了,不好意思,基本格式是这样的,输入错误的都会提示 not found)
好,你终于找到了先恭喜一下,你快解决了,接下只要配置下环境就好了,再输入一些命令就好,命令为:
1.set root=(hd0,msdos9)/boot/grub //这里msdos后面的数字为你找到的msdos后面的那个数字 我的为9
2.set prefix=(hd0,msdos9)/boot/grub
3.insmod normal
4.normal
输入完后你就可以进入选择系统页面的为了安全起见,我们先进入linux系统内,重新安装一下grub,就可以尽可能避免再次发生这样的事
很简单。ctrl+alt+t进入终端,输入命令 sudo update-grub
会出现:
Installing for i386-pc platform.
Installation finished. No error reported.
sudo grub-install /dev/sda
会出现
Installing for i386-pc platform.
Installation finished. No error reported.
好的 这个问题已经解决的
谢谢观看本文章
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)