Jump to content

Unable to install to SanDisk USB stick via Mac or Win USB Flash Creator, OR via manual install for Mac or Win


Go to solution Solved by itimpi,

Recommended Posts

  1. Brand new metal Sandisk 32GB USB key, used the USB Flash creator tool on Mac with no issues. UEFI may have been enabled. Server errored out with USB not bootable.
  2. On PC, tried to reformat and reinstall OS to USB via PC Flash creator tool. Hit this known Unraid issue from 2 yrs ago, with USB device (incompatible).
  3. Followed suggestion on above page to use manual install.
  4. For manual install on Windows, downloaded Unraid.zip and verified MD5. Formatted USB drive as FAT32 with name UNRAID. Ran script and received the following error:
  5. Quote

    Make Bootable v1.5

    ERROR - syslinux executable not found, expected: C:\syslinux\syslinux.exe

    Press any key to continue . . .

     

  6. For manual install on Mac, downloaded Unraid.zip and verified MD5. Formatted USB drive as FAT32 with name UNRAID. Ran script and received the following error: 
    $ /Users/XXX/Downloads/unRAIDServer-6.12.8-x86_64/make_bootable_mac ; exit;
    INFO: make_bootable_mac v1.3
    
    INFO: The following drive appears to be the unRAID USB Flash drive: 
    /dev/disk5
     30.8GB
    
    Permit UEFI boot mode [Y/N]: n
    cp: /Volumes/UNRAID/syslinux/*: No such file or directory
    To continue please enter your admin Password:
    sudo: /tmp/UNRAID/syslinux/make_bootable_mac.sh: command not found
    logout
    
    Saving session...
    ...copying shared history...
    ...saving history...truncating history files...
    ...completed.
    Deleting expired sessions...1 completed.
    
    [Process completed]

    Please advise

 

Link to comment

For Mac manual install, looks like it's failing in the last lines of the script:

mkdir -p /tmp/UNRAID/syslinux ; cp -rp /Volumes/UNRAID/syslinux/* /tmp/UNRAID/syslinux

echo -n "To continue please enter your admin "
sudo /tmp/UNRAID/syslinux/make_bootable_mac.sh $TARGET

 

Link to comment
26 minutes ago, Bladedude said:

I tried manual install from both Mac and Windows with the errors detailed in OP.

Looking at the Windows error it looks as if you did not switch the flash drive before running the make-bootable.bat file as that is where the syslinux.exe file is located.

Link to comment
  • Solution
1 minute ago, Bladedude said:

I don't follow

The error message indicates that the batch file was looking for the syslinux.exe on the C drive - not the flash drive.  Normally if you run the file by right-clicking and then selecting "Run as Administrator" the flash drive will be the current drive within the batch file.

 

Link to comment

Ah gotcha. It wasn't crystal clear from the docs. 

Quote

7. Browse to the USB flash device to see the newly extracted contents from your Mac or PC.

I did that. Files were there.

Perhaps for clarity, it should say browse to the USB flash device, and complete the following steps from the flash device directory.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...