Installed Fedora 20 on USB flash drive. Intended to use EXTLINUX as bootloader. dd bs=440 conv=notrunc count=1 if=/usr/share/syslinux/mbr.bin of=/dev/sdc OK cp /usr/share/syslinux/menu.c32 /boot/extlinux/ OK cp /usr/share/syslinux/libutil.c32 /boot/extlinux/ PROBLEM=> libutil is MISSING Downloaded syslinux 6.03.tar.gz extracted libutil. Searched libutil download with F20 problem. Now I have 2 copies 23.496 bytes and 24148 bytes. I can copy/paste them into tmp. cp /tmp/libutil.c32 /boot/extlinux
cp: cannot stat ‘/tmp/libutil.c32’: No such file or directory
[liveuser@localhost ~]$ sudo mount /dev/sdd1 /mnt [liveuser@localhost ~]$ sudo mount --bind /dev /mnt/dev &&
sudo mount --bind /dev/pts /mnt/dev/pts && sudo mount --bind /proc /mnt/proc && sudo mount --bind /sys /mnt/sys [liveuser@localhost ~]$ sudo chroot /mnt
DONE before
[root@localhost /]# ls -l total 72 lrwxrwxrwx. 1 root root 7 Dec 12 2013 bin -> usr/bin dr-xr-xr-x. 5 root root 4096 Oct 21 02:11 boot drwxr-xr-x. 20 root root 3820 Oct 24 20:36 dev drwxr-xr-x. 116 root root 12288 Oct 21 02:10 etc drwxr-xr-x. 2 root root 4096 Oct 21 02:05 home lrwxrwxrwx. 1 root root 7 Dec 12 2013 lib -> usr/lib lrwxrwxrwx. 1 root root 9 Dec 12 2013 lib64 -> usr/lib64 drwx------. 2 root root 16384 Dec 12 2013 lost+found drwxr-xr-x. 2 root root 4096 Aug 7 2013 media drwxr-xr-x. 3 root root 4096 Oct 21 02:10 mnt drwxr-xr-x. 2 root root 4096 Aug 7 2013 opt dr-xr-xr-x. 219 root root 0 Oct 24 20:36 proc dr-xr-x---. 5 root root 4096 Oct 21 13:17 root drwxr-xr-x. 2 root root 4096 Oct 21 02:05 run lrwxrwxrwx. 1 root root 8 Dec 12 2013 sbin -> usr/sbin drwxr-xr-x. 2 root root 4096 Aug 7 2013 srv dr-xr-xr-x. 13 root root 0 Oct 24 20:36 sys drwxrwxrwt. 2 root root 4096 Oct 24 20:42 tmp drwxr-xr-x. 12 root root 4096 Dec 12 2013 usr
drwxr-xr-x. 19 root root 4096 Dec 12 2013 var
QUESTION:Which one to copy? Before copy should I change boot and tmp with w bit