Face wrote: > i try to redo 8.4 and i get this > > chroot "$LFS" /usr/bin/env -i \ > HOME=/root TERM="$TERM" PS1='\u:\w\$ ' \ > PATH=/bin:/usr/bin:/sbin:/usr/sbin \ > /bin/bash --login
You also need to do 6.2.3 before entering chroot if the Virtual Kernel File Systems are not mounted. > cd /tmp > root:/tmp# grub-mkrescue --image-type=floppy floppy.img > Unrecognized option `--image-type=floppy' > Usage: /usr/bin/grub-mkrescue [OPTION] SOURCE... > Make GRUB rescue image. > > -h, --help print this message and exit > -v, --version print the version information and exit > --modules=MODULES pre-load specified modules MODULES > --output=FILE save output in FILE [required] > > /usr/bin/grub-mkrescue generates a bootable rescue image with > specified source files or directories. > Report bugs to <[email protected]>. > root:/tmp# dd if=floppy.img of=/dev/fd0 bs=1440 count=1 > dd: opening `floppy.img': No such file or directory Known problem. I need to fix that. Ignore the part about floppy creation for now. > root:/tmp# grub-mkdevicemap --device-map=device.map > root:/tmp# cat device.map This is your problem. You don't have the virtual file systems mounted. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
