Adding support for dual boot with Windows #23
Replies: 1 comment
-
Hi kquinsland, I'm glad you've found the script helpful. Your approach to partitioning should work fine. Please post back here if you test it successfully. Making the script dual boot windows compatible is a little outside the core aim for a remotely unlockable headless server. If you confirm the approach works, I might put a link to this thread in the FAQ section in case there are any other windows dual booters who would benefit. Your sourcing approach for an external partition layout looks ok too. I've also avoided sourcing external files so I can keep everything in one place for ease of admin. But theres no reason it shouldn't work for you. Please let me know how you get on. |
Beta Was this translation helpful? Give feedback.
-
Hi! I found your script and am grateful that somebody's taken the time to build one... better than I could have!
I was wondering if you had thoughts on how best to add support for dual booting windows.
I was going to fork the script or just make local changes as needed to the partitioning, but it occurred to me that it might make sense to adjust the script slightly to use something like
source
to load in user specified partitioning for a more flexible approach.Basically, the approach I was considering was changing
partitionsFunc()
ever so slightly:And the content of
dualboot_win_partitions.sh
would be along the lines of:Is this an acceptable approach or is there a better/different way that would play nicely with your script?
Beta Was this translation helpful? Give feedback.
All reactions