-
Notifications
You must be signed in to change notification settings - Fork 547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESXi Install Error 13 / Failed to Mount /dev/synoboot2 #6
Comments
@ttg-public Forgot to also provide /var/log/junior_reason yesterday per your forum request. It only has 1 line, which exists before and after install attempt. See below.
|
Yeah, we saw that too. It's annoying but we don't have a solution for that problem yet. It is related to the serial swapping which is finicky (as well, nobody in the right mind predicted switching serial ports which are defined in such a way for 50 years ;)).
None of them are a USB storage device. Currently RP supports booting from USB devices only. The SATA DOM support is not done yet. We are not sure if ESXi allows for adding virtual USB drives? If not we will prioritize this in the pipeline. |
lol, sounds like a Synology thing to do....
We were starting to think this in the telegram group, the couple people testing ESXi especially since Jun's loader has a boot entry for ESXi specifically, which does "loadlinux 918 sata" instead of "loadlinux 918 usb". I have never seen an official way in ESXi/vCenter to add a virtual USB device, only a pass-through hardware USB stick. Which gave me an idea to write redpill-load img to an actual USB, pass it through to VM and try and boot off that but the VM doesn't see the USB as a boot option so guess we'll have to wait for your SATA DOM implementation in order to test more on ESXi :) |
@ilovepancakes95 Did completion of RedPill-TTG/redpill-lkm#12 solve your issue with ESXi? |
Yes it did (must use SATA virtual disks only for loader and data disk)! Only major issue I've come across with ESXi/DS3615xs is RedPill-TTG/redpill-lkm#14. Otherwise, RedPill DSM 7 ESXi works pretty well, boots/loads very fast compared to Jun's loaders with DSM 6. Hasn't crashed after leaving running for more than 24 hours. |
Building off the discussion started in the Xpenology forum....
I was unable to get a serial console login prompt originally when booting loader on ESXi despite VM and loader web interface working. Per a tip from user RedwinX on the telegram channel, changing ttyS2 to ttyS1 via Grub "e" menu allowed the login prompt to appear on VM Serial Port 2. However, serial port prints slowly via telnet (about 1 line per second) and inserts a "-" after every character I type. None the less, it works to access /var/log/messages per @ttg-public request on the forum for more info to resolve Error 13.
See the resulting full /var/log/messages below which was collected about a fresh attempt at installing DSM 6.2.4 via redpill-load. For reference, I tried 7.0 as well using a .ko produced with Synology's toolchain and jumkey's 7.0 branch for loader and and I get the same result. It seems the install stops and errors out when it tries to mount /dev/synoboot2. Not sure what to try from here.
https://pastebin.com/x8JCr6r2
The text was updated successfully, but these errors were encountered: