Gentoo安装运行后 /boot文件夹为什么是空的?
Gentoo安装完成后,发现/boot文件夹下面没有任何内容
此问题由二个原因引起的,一是内核不支持ext2,另一是fstab配置错误
Step 1: 重新编译内核
File systems --->
<*> Second extended fs support
[*] Ext2 extended attributes
[*] Ext2 POSIX Access control
[*] Ext2Security Labels
Step 2: 修改fstab文件
参考http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=8
Code Listing 1.3: A full /etc/fstab example
/dev/sda1 /boot ext2 defaults,noatime 1 2
安装时参考《Gentoo Linux x86 Quick Install Guide》http://www.gentoo.org/doc/en/gentoo-x86-quickinstall.xml
/dev/sda1 /boot ext2 noauto,noatime 1 2
《Gentoo Linux x86 Quick Install Guide》一文中是错误的,noauto需要改成defaults
Step 3: 重启确认OK
相关推荐
cuixingwudi 2020-06-14
xushxbigbear微信 2019-12-02
bugsycrack 2013-08-11
yoshubom 2013-09-20
DEPHI 2011-08-16
哥哥的CSDN集 2013-02-25
xidaoliang 2012-10-11
linjava 2012-10-09
哥哥的CSDN集 2011-09-12
jinkun00 2011-09-05
jiangxinyu 2011-08-06
lfjjia 2011-08-05
xiyoukeke 2011-08-02
vagrant00 2011-05-17
cuixingwudi 2011-04-27
LucyGill 2011-02-27
xiefei0 2011-02-25
chenchuang 2010-05-22