|
昨天刚重装的系统,现在本本里只有一个gentoo了。使用的是最小安装光盘引导的,安装时硬盘分了三个分区,现在运行 fdisk -l:
Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xe79ef2f1
Device Boot Start End Blocks Id System
/dev/sda1 1 2612 20980858+ 83 Linux
/dev/sda2 2613 3135 4200997+ 83 Linux
/dev/sda3 3136 30401 219014145 83 Linux
安装时我已经把/dev/sda1作为引导分区了,有a的标志,可是现在没有了,并且/boot目录下也没有了grub配置文件了,整个分区都没有内容了,可是系统却可以正常启动,并且在开机时可以编辑grub,今天上午准备在grub.conf文件里添加apm=on acpi=off时才发现的。
我现在奇怪的是为什么在/boot分区下没有kernel了系统还能正常启动? |
|