ssn760

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by ssn760

  1. Still broken, even in beta v6.9. I can't imagine it's that difficult to add the chat id as a field to populate under the bot token? Or at a minimum, add help text to indicate which files need to be populated on the USB stick. Looking at this thread, it seems this has been broken for a long time.
  2. So, none of those 4 were the culprit. The only way I could fix the issue is by grabbing my wife's windows laptop and running the usb creator utility. It's a bit disappointing that a linux based OS doesn't provide a linux utility (or an ISO) to boot it's OS. My suspicion is that the issue was due to the fact the thumb drive I am using is 32GB, which is right at the limit specified by the manual method on the getting started page. But the motherboard is an Asrock x470 Taichi Ultimate on BIOS version 3.40, so really recent. I also double checked the drive was formatted properly in gparted, and that the boot flag was on.
  3. Hi, I run Majaro on my personal laptop, and I wanted to try Unraid on my home server. I'm having a bit of trouble however. I followed the directions linked here (5th post down by Bob1215) to create my USB stick. According to the feedback I get from running the make_bootable_linux script, everything is good to go: [dave@dave-msi unRAIDServer-6.8.3-x86_64]$ sudo bash make_bootable_linux INFO: make_bootable_linux v1.3 INFO: The following device appears to be the unRAID USB Flash drive: /dev/sdc INFO: Temporarily mounting unRAID USB Flash drive to /tmp/UNRAID_TMP_MOUNT Permit UEFI boot mode [Y/N]: Y INFO: unRAID USB Flash drive currently mounted to /tmp/UNRAID_TMP_MOUNT, copying temporary installer files to /tmp/UNRAID To continue you may need to enter your admin password INFO: Installing Syslinux bootloader on /dev/sdc1 INFO: Writing MBR on /dev/sdc 0+1 records in 0+1 records out 447 bytes copied, 0.00018543 s, 2.4 MB/s INFO: the Unraid OS USB Flash drive is now bootable and may be ejected. However, when I boot my machine using this disk (I've tried it twice now) I get the following error: error: invalid arch-independent ELF magic. Entering resue mode... grub rescue> Do you guys just have an ISO I can dd onto a USB stick? I only saw the zip. Yes, I did install syslinux: [dave@dave-msi unRAIDServer-6.8.3-x86_64]$ pacman -Q | grep sysl syslinux 6.04.pre2.r11.gbf6db5b4-3 Thanks in advance!