|
U盘分区形式
- $ /sbin/fdisk -l /dev/sdb
- Disk /dev/sdb: 4009 MB, 4009754624 bytes
- 255 heads, 63 sectors/track, 487 cylinders
- Units = cylinders of 16065 * 512 = 8225280 bytes
- Disk identifier: 0x003c2a7f
- Device Boot Start End Blocks Id System
- /dev/sdb1 1 360 2891668+ b W95 FAT32
- /dev/sdb2 * 361 487 1020127+ 83 Linux
复制代码
使用debootstrap方式安装,chroot方式安装了grub到mbr
现在的情况是,从U盘启动,可以进入grub
- grub>root (hd0,1)
- Filesystem type is ext2fs, partition type 0x83
- grub> find /boot/grub/stage1
- Error 15: File not found
- grub>find /boot/vmlinuz-2.6.26-2-686
- Error 15: File not found
复制代码
也就是grub启动了但系统不能启动
第一次做U盘系统,不知道咋整,看文档也看不懂,那位帮忙给个思路吧 |
|