LinuxSir.cn,穿越时空的Linuxsir!

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

使 LFS 系统可以启动-------的问题

[复制链接]
发表于 2004-9-4 19:09:52 | 显示全部楼层 |阅读模式
grub> root (hd0,0)
Filesystem type unknown, partition type 0x7
grub> setup (hd0,0)
                                                                                
Error 17: Cannot mount selected partition
出现了这样的问题,情大家帮忙看看
发表于 2004-9-4 22:54:18 | 显示全部楼层
发表于 2004-9-8 09:12:43 | 显示全部楼层
setup (hd0)
发表于 2004-9-10 16:03:35 | 显示全部楼层
和我刚才的问题一样,呵呵。碰到同道了。

07是指NTFS格式,LINUX需要的是EXT2FS,即83。

你可以用fdisk /dev/hda0来改变属性。
进入FDISK后,使用t来改变属性,用L列出所有的格式,其中可以看到07是NTFS,0C是FAT32,82是SWAP,83是LINUX。
然后用w写入。

千万小心,别搞错了硬盘!!!:)

在使用GRUB时,在输入root (hd0,时使用TAB键,可以列出所有的硬盘和属性。

grub> root (hd0,
Possible partitions are:
   Partition num: 0,  Filesystem type is fat, partition type 0xc
   Partition num: 4,  Filesystem type is fat, partition type 0xc
   Partition num: 5,  Filesystem type is fat, partition type 0xc
   Partition num: 6,  Filesystem type is ext2fs, partition type 0x83
   Partition num: 7,  Filesystem type unknown, partition type 0x82
   Partition num: 8,  Filesystem type is ext2fs, partition type 0x83
                                                                                          
grub> root (hd0,
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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