|
|
久仰gentoo的大名,在ubuntu的基础上准备安装gentoo,下载了通用liveCD,打算进行无光驱安装,步骤几乎完全是按照linuxsir.cn中的gentoo中文社区中的handbook来进行,将stage3和portage解压缩之后输入chroot /mnt/gentoo /bin/bash 命令之后出来错误如下
chroot: cannot run command 'bin/bash'
附小弟的硬盘情况(用fdisk -l查看)amd64的架构
Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 637 5116671 7 HPFS/NTFS
/dev/hda2 638 9729 73031490 f W95 Ext'd (LBA)
/dev/hda5 638 1912 10241406 b W95 FAT32
/dev/hda6 1913 3187 10241406 b W95 FAT32
/dev/hda7 3188 8669 44034133+ 7 HPFS/NTFS
/dev/hda8 8670 9119 3614593+ 83 Linux
/dev/hda9 9120 9605 3903763+ 83 Linux
/dev/hda10 * 9606 9729 995998+ 82 Linux swap / Sola ris
其中/hda8装的是ubuntu,hda10是ubuntu的swap,由于认为swap可以共用,所以就没有为gentoo另行设置swap,在hda9准备安装gentoo,但是却卡在chroot这个地方了,请各位兄弟指教,不胜感谢。 |
|