|
费了九牛二虎之力,才把archlinux装好了,结果用GRUB无法启动Windows了,非常奇怪
在archlinux下,无法挂载C盘,即windows的系统盘,其它windows下的ntfs分区可以挂载,但是无法显示中文文件名。
挂载C盘时出现的信息如下:
[mntent]: warning: no final newline at the end of /etc/fstab
WARNING: Couldn't set locale to 'zh_CN.UTF-8' thus some file names may not
be correct or visible. Please see the potential solution at
http://ntfs-3g.org/support.html#locale
Error opening '/dev/sda1': Permission denied
Failed to mount '/dev/sda1': Permission denied
Please check '/dev/sda1' and the ntfs-3g binary permissions,
and the mounting user ID. More explanation is provided at
http://ntfs-3g.org/support.html#unprivileged
似乎这个系统不认/dev/sda1,在fstab里同样的设置,其它分区都没有问题可以挂载,虽然无法显示中文文件名的文件
GRUB的menu文件里面的windows项为:
# (2) Windows
title Windows
rootnoverify (hd0,0)
makeactive
chainloader +1
把rootnoverify改成root也试过了,还是无法启动windows。最初是屏幕闪了几行字还没看清楚就回到grub的目录了,现在不知为何则变成了出现“GRUB”然后就定在那里,几秒钟后就只能关电源关机了(按键失效)
这种问题有人遇到过吗? |
|