Configure LinuxCNC for live boot
- marq_torque
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 162
- Thank you received: 2
04 Jul 2024 19:42 #304419
by marq_torque
Configure LinuxCNC for live boot was created by marq_torque
Hello everyone,
Sorry in advance for posting dumb idea. I was wondering if we can make live setup for configured machine which boots and loads machine configuration and that configuration don't get corrupt with any malfunction or tempering to setup files. When machine boots it loads original configuration by default.
Is this good idea? Is it possible? Any possibile problem?
Thanks in advance
Sorry in advance for posting dumb idea. I was wondering if we can make live setup for configured machine which boots and loads machine configuration and that configuration don't get corrupt with any malfunction or tempering to setup files. When machine boots it loads original configuration by default.
Is this good idea? Is it possible? Any possibile problem?
Thanks in advance
Please Log in or Create an account to join the conversation.
- marq_torque
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 162
- Thank you received: 2
04 Jul 2024 19:45 #304420
by marq_torque
Replied by marq_torque on topic Configure LinuxCNC for live boot
From Live setup I'm referring to using USB disk, and not using harddisk or SSD to avoid failures and random boot failures. I got this thought because I faced several problems in boot corruption and ending up into whole new setup or may be re configuration.
Thanks
Thanks
Please Log in or Create an account to join the conversation.
- tommylight
- Offline
- Moderator
Less
More
- Posts: 19300
- Thank you received: 6462
04 Jul 2024 20:18 #304423
by tommylight
Replied by tommylight on topic Configure LinuxCNC for live boot
Quite a while back this was very easy, now i have no idea as i have no need for it anymore, but important search terms for google should be
debian bookworm live persistance how to
Mind the date of the results, the old ones will most probably not work.
debian bookworm live persistance how to
Mind the date of the results, the old ones will most probably not work.
Please Log in or Create an account to join the conversation.
04 Jul 2024 20:34 #304424
by cornholio
Replied by cornholio on topic Configure LinuxCNC for live boot
Honestly you’ll probably see more USB flash failures than SSD failures.
Random boot failures would point to a hardware issue, check your cables. Or try a different sata port. And stay away from $5 chinesium SSDs.
One thing you can do is mount via fstab a USB flash drive as your home directory on a normal install.
Or just keep a backup of your home directory.
Random boot failures would point to a hardware issue, check your cables. Or try a different sata port. And stay away from $5 chinesium SSDs.
One thing you can do is mount via fstab a USB flash drive as your home directory on a normal install.
Or just keep a backup of your home directory.
Please Log in or Create an account to join the conversation.
05 Jul 2024 23:10 #304500
by rodw
Replied by rodw on topic Configure LinuxCNC for live boot
You may be able to build the inuxcnc installer which is not hard
This folder is deployed to all user's folders on installation
github.com/LinuxCNC/linuxcnc-live-build/...udes.chroot/etc/skel
But I suspect to put it on the installer, the skel folder might need to be placed here
github.com/LinuxCNC/linuxcnc-live-build/...g/includes.installer
This folder is deployed to all user's folders on installation
github.com/LinuxCNC/linuxcnc-live-build/...udes.chroot/etc/skel
But I suspect to put it on the installer, the skel folder might need to be placed here
github.com/LinuxCNC/linuxcnc-live-build/...g/includes.installer
Please Log in or Create an account to join the conversation.
Time to create page: 0.063 seconds