I tried changing the directory for the iso within the isodetect.cfg file
Directory containing ISO images
IB_IMG_DIR="/boot/iso"
And
Directory containing ISO images
IB_IMG_DIR=/boot/iso
I even tried within Grub2 and I did both Grub2 and within the isodetect.cfg file at the dame time.
menuentry "Scan all devices for bootable images" {
set IB_AUTOSCAN=true
set IB_IMG_DIR=/boot/iso
export IB_AUTOSCAN
export IB_IMG_DIR
configfile /mnt/boot/grub/isodetect.cfg
}
Nothing worked, It defaulted searching to the img folder located on the root of the usb stick.
I tried changing the directory for the iso within the isodetect.cfg file
Directory containing ISO images
IB_IMG_DIR="/boot/iso"
And
Directory containing ISO images
IB_IMG_DIR=/boot/iso
I even tried within Grub2 and I did both Grub2 and within the isodetect.cfg file at the dame time.
menuentry "Scan all devices for bootable images" {
set IB_AUTOSCAN=true
set IB_IMG_DIR=/boot/iso
export IB_AUTOSCAN
export IB_IMG_DIR
configfile /mnt/boot/grub/isodetect.cfg
}
Nothing worked, It defaulted searching to the img folder located on the root of the usb stick.