T-REX-XP 20 Posted October 12, 2021 Share Posted October 12, 2021 (edited) Guys, want to update 6.2.3 with jun loader to 6.2.4 redpill. I have already build an image with igb driver, and succesfuly boot from it, but installing process can't see previous setup (( so, advice me to install DSM from scratch(( May I miss something during building the loader any custom steps?? Edited October 12, 2021 by T-REX-XP Quote Link to post Share on other sites
WiteWulf 146 Posted October 12, 2021 Share Posted October 12, 2021 1 minute ago, T-REX-XP said: Guys, want to update 6.2.3 wit jun loader to 6.2.4 redpill. I have already build an image with igb driver, and succesfuly boot from it, but installing process can't see previous setup (( for advice me to install DSM from scratch(( May I miss something during building the loader any custom steps?? You should confirm that all your HDDs are visible to the new loader. Build the image with the early telnet daemon extension so you can log into it, see the console output, and check that all your storage devices are visible. Quote Link to post Share on other sites
shibby 17 Posted October 12, 2021 Share Posted October 12, 2021 (edited) @pocopico https://github.com/pocopico/4.4.180plus-modules/blob/main/tn40xx.ko this module is broken (cannot load by modules.conf.d). I attached once again a working one. Best Regards tn40xx.zip Edited October 12, 2021 by shibby Quote Link to post Share on other sites
pocopico 558 Posted October 12, 2021 Share Posted October 12, 2021 32 minutes ago, shibby said: @pocopico https://github.com/pocopico/4.4.180plus-modules/blob/main/tn40xx.ko this module is broken (cannot load by modules.conf.d). I attached once again a working one. Best Regards tn40xx.zip 1.6 MB · 0 downloads Can you please try using the extension instead ? The link is below : https://raw.githubusercontent.com/pocopico/rp-ext/master/tn40xx/rpext-index.json 1 Quote Link to post Share on other sites
kotomi 1 Posted October 12, 2021 Share Posted October 12, 2021 Hi Guys , i got a error when i used command " ./redpill_tool_chain.sh auto bromolow-7.0.1-42218" to build image. /opt/redpill-load /opt [#] Checking runtime for required tools... [OK] [!] Failed extract K=>V pairs from /opt/redpill-load/bundled-exts.json:. error: keys_unsorted is not defined .|keys_unsorted|.[] 1 compile error *** Process will exit *** Makefile:29: recipe for target 'build_redpill_load' failed make: *** [build_redpill_load] Error 1 root@ubuntu-virtual-machine:/home/ubuntu/Desktop/redpill-tool# cd /home/ubuntu/Desktop/ Quote Link to post Share on other sites
Orphée 216 Posted October 12, 2021 Share Posted October 12, 2021 2 minutes ago, kotomi said: Hi Guys , i got a error when i used command " ./redpill_tool_chain.sh auto bromolow-7.0.1-42218" to build image. /opt/redpill-load /opt [#] Checking runtime for required tools... [OK] [!] Failed extract K=>V pairs from /opt/redpill-load/bundled-exts.json:. error: keys_unsorted is not defined .|keys_unsorted|.[] 1 compile error *** Process will exit *** Makefile:29: recipe for target 'build_redpill_load' failed make: *** [build_redpill_load] Error 1 root@ubuntu-virtual-machine:/home/ubuntu/Desktop/redpill-tool# cd /home/ubuntu/Desktop/ You are probably using an unsupported github release. Official release does not build 7.0.1 yet So without your global build parameters, no one can help you. Quote Link to post Share on other sites
kotomi 1 Posted October 12, 2021 Share Posted October 12, 2021 16 minutes ago, Orphée said: You are probably using an unsupported github release. Official release does not build 7.0.1 yet So without your global build parameters, no one can help you. How can i show you my global build parameters? Quote Link to post Share on other sites
shibby 17 Posted October 12, 2021 Share Posted October 12, 2021 i already have my xpenology as 33 minutes ago, pocopico said: Can you please try using the extension instead ? The link is below : https://raw.githubusercontent.com/pocopico/rp-ext/master/tn40xx/rpext-index.json i don`t have 10gbit network plugged into NAS at the moment but compiled new redpill with your extension and module loaded correct, so should works root@nas:~# dmesg | grep tn40 [ 26.040363] tn40xx: Tehuti Network Driver, 0.3.6.17.2 [ 26.045541] tn40xx: Supported phys : MV88X3310 QT2025 TLK10232 AQR105 MUSTANG root@nas:~# 1 Quote Link to post Share on other sites
kotomi 1 Posted October 12, 2021 Share Posted October 12, 2021 24 minutes ago, Orphée said: You are probably using an unsupported github release. Official release does not build 7.0.1 yet So without your global build parameters, no one can help you. Thanks, already fixed it. Quote Link to post Share on other sites
WiteWulf 146 Posted October 12, 2021 Share Posted October 12, 2021 19 minutes ago, kotomi said: Thanks, already fixed it. To help others who may have the same issue could you explain what you did to fix it, please? Quote Link to post Share on other sites
kotomi 1 Posted October 12, 2021 Share Posted October 12, 2021 Hi Guys Does anyone know which dirver need to be integrated in the image. I am using HP Gen8 Microserver running esxi. I have made the Sata controller passthrough . But when i using new loader, DSM can not dected my two WD disks. Quote Link to post Share on other sites
kotomi 1 Posted October 12, 2021 Share Posted October 12, 2021 1 minute ago, WiteWulf said: To help others who may have the same issue could you explain what you did to fix it, please? As Orphée said, my release didn't support . I changed to newest redpill-tool-chain, it wored. 1 Quote Link to post Share on other sites
pippobimbo 0 Posted October 12, 2021 Share Posted October 12, 2021 20 hours ago, Mixpower said: I have now succesfully upgraded to 7.0.1-42218 and it works great on my Gen8 Microserver with the develop branch of jumkey. Hi, Please, can you share your "global_config.json"? Loader boots on my HP MS Gen8 but I can't find it in Assistant. Thx Quote Link to post Share on other sites
WiteWulf 146 Posted October 12, 2021 Share Posted October 12, 2021 1 hour ago, pippobimbo said: Please, can you share your "global_config.json"? Loader boots on my HP MS Gen8 but I can't find it in Assistant. Have you included the tg3 driver in your build? Are you using a PCIe NIC? Have a look on the serial console and see what's happening. Login in as 'root' (no password) and run 'ifconfig', do you have anything other than 'lo' listed? If you have eth0/eth1 listed, what IP addresses do they have? Quote Link to post Share on other sites
aniel 1 Posted October 12, 2021 Share Posted October 12, 2021 is this stable enough to run in esxi with live/important data? and can it run dsm 7 ? 1 Quote Link to post Share on other sites
WiteWulf 146 Posted October 12, 2021 Share Posted October 12, 2021 13 minutes ago, aniel said: is this stable enough to run in esxi with live/important data? and can it run dsm 7 ? https://github.com/RedPill-TTG/redpill-load 1 2 Quote Link to post Share on other sites
Schyzo 0 Posted October 12, 2021 Share Posted October 12, 2021 Sir, Thanks for your replies. But I am not sure to understand : I am trying to build the image like is writed in the TTH repo (lkm & load). But you're talking often about the redpill toolchain by @haydibe with docker. Is it the right and only method to build redpill ? Quote Link to post Share on other sites
Mixpower 5 Posted October 12, 2021 Share Posted October 12, 2021 2 hours ago, pippobimbo said: Hi, Please, can you share your "global_config.json"? Loader boots on my HP MS Gen8 but I can't find it in Assistant. Thx As @WiteWulfsaid you need to include the tg3 driver in the image. 1 Quote Link to post Share on other sites
WiteWulf 146 Posted October 12, 2021 Share Posted October 12, 2021 45 minutes ago, Schyzo said: Sir, Thanks for your replies. But I am not sure to understand : I am trying to build the image like is writed in the TTH repo (lkm & load). But you're talking often about the redpill toolchain by @haydibe with docker. Is it the right and only method to build redpill ? You can do it either way, but haydibe's docker script is much simpler and almost officially supported by TTG (as official as anything gets). Use haydibe's script, you'll get the same image output at the end of it with a lot less effort. Quote Link to post Share on other sites
WiteWulf 146 Posted October 12, 2021 Share Posted October 12, 2021 36 minutes ago, Mixpower said: As @WiteWulfsaid you need to include the tg3 driver in the image. But only if you're trying to use the onboard NIC. If the onboard NIC is disabled and you're using something else (USB or PCIe) you should ensure the correct drivers for the hardware are included. It's *VERY* helpful if people posting requests for assistance include a detailed breakdown of the hardware and software they're trying to use to avoid us having to ask extra questions (or make assumptions, which often turn out to be wrong). Quote Link to post Share on other sites
tcs 7 Posted October 12, 2021 Share Posted October 12, 2021 Definitely an issue with 918+ with SAS adapters on bare metal issue. Switched to 3615 image and it happily reads smart data. The only outstanding issue with 3615 with SAS on bare metal is - I do see this being spammed in scemd.log: scemd[19875]: space_internal_lib.c:1403 Get value of sys_adjust_groups failed space_disk_sys_adjust_select_create.c:600 Failed to generate new system disk list Haven't spent any time to dig further but it otherwise seems happy. Quote Link to post Share on other sites
progressives 0 Posted October 12, 2021 Share Posted October 12, 2021 Hahaha This error comes out when you add the necessary driver using an extension manager and make a bootloader. Quote Link to post Share on other sites
psychoboi32 13 Posted October 12, 2021 Share Posted October 12, 2021 8 minutes ago, progressives said: Hahaha This error comes out when you add the necessary driver using an extension manager and make a bootloader. No space left in vm you have to run command with clean all flag or ```docker system prune -a``` Remember It will *remove* all docker images Quote Link to post Share on other sites
pocopico 558 Posted October 12, 2021 Share Posted October 12, 2021 5 minutes ago, psychoboi32 said: No space left in vm you have to run command with clean all flag or ```docker system prune -a``` Remember It will *remove* all docker images Actually, i'm not sure thats your problem... the custom.gz file is copied to the first partition of the boot image you are creating. When it gets too big it will not fit into the partition. Sometimes i get a compressed (lzma) custom.gz sometimes a plain cpio image. Try removing unnecessary extensions and try again. Quote Link to post Share on other sites
haydibe 310 Posted October 12, 2021 Share Posted October 12, 2021 The first red line of the error message indicates that the "no space left on device" error is raised by the target, which is the first patition of the bootloader image. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.