Code: Select all
[email protected]> sudo bash ./usb_inst.sh
usb_inst.sh: error: Program dialog not found, cannot run the semi-graphical installation program
[email protected]> which dialog
/usr/bin/dialog
Code: Select all
[email protected]> sudo bash ./usb_inst.sh writembr /dev/sdd
The device [/dev/sdd] seems to be big enough: 7568 MB.
usb_inst.sh: error: install-mbr and parted must be installed, check these programs first.
[email protected]> which install-mbr
install-mbr not found
[email protected]> which parted
/usr/sbin/parted
Code: Select all
[email protected]> sudo bash ./usb_inst.sh format /dev/sdd1
The device [/dev/sdd1] seems to be big enough: 7564 MB.
usb_inst.sh: error: mkfs.vfat not found on your system, please install dosfstools first.
[email protected]> which mkfs.vfat
/sbin/mkfs.vfat
Code: Select all
[email protected]> sudo bash ./usb_inst.sh syslinux /dev/sdd1
usb_inst.sh: error: syslinux not found on your system, please install syslinux first.
[email protected]> which syslinux
/usr/bin/syslinux
Edit: This was tried first with 3.1.1, and then I downloaded 3.3.0 and tried again, with the same result.