Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Getting flash drives bootable from Linux

Featured Replies

I had a lot more success getting flash drives bootable by loading a random ISO to them using unetbootin and then formatting them with

sudo mkfs.vfat -n UNRAID /dev/sde1[color=red][b] ##### IMPORTANT - replace sde1 with the correct device ########[/b][/color]

 

You might want to test booting the ISO first from the flash drive before installing unRaid. (If it still fail to work, some other, yet to be figured out, tricks might be needed...)

 

After formatting the drive,

sudo syslinux /dev/sde1

followed by copying unRaid to it should work....

 

If you then get a menu.c32 error on booting, you are probably using a newer version of sysLinux and editing syslinux.cfg to have the first line read "default unRAID OS" should work... (replacing menu.c32 with the version bundled with syslinux works as well (It is in /usr/lib/syslinux/menu.c32 on my Ubuntu)) (with the modified "default" line you need to press escape quickly if you want to use memtest)

 

(I had limited success using syslinux 4.x / makebootfat only, unetbootin seem to be doing something that work somewhat better than a simple syslinux /dev/sde1 (probably affecting the partition layout, since a format doesn't seem to undo it))

  • 1 month later...

http://www.linuxquestions.org/questions/linux-mint-84/trying-to-boot-linux-mint-9-from-usb-flash-drive-vesamenu-c32-not-a-com32r-image-829397/

 

That fixed it for me in linux, specifically:

 

 

to correct this problem you must use the appropriate *.c32 from the correct version of syslinux

 

but you ca just copy your syslinux version stuff to usb and reinstall syslinux

assuminng usb is sdb1 and mounted at /media/disk

open terminal, become root with "sudo su" plus your password and

Code:

cp -r /usr/lib/syslinux/vesamenu.c32 /media/disk/syslinux/

syslinux /dev/sdb1

 

 

 

 

The problem appears to be that the menu.c32 is not the right one for the version of syslinux used to setup the flash drive, once the right menu.c32 is there and syslinux run again it worked

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.