8:14 AM
T-Short
lol
8:14 AM
good learning experience
8:15 AM
so, put a diskutil cs delete script first, then DS Fusion workflow item, then restore to Previous Task Target
8:16 AM
MagerValp
I don't think you need to delete first
8:17 AM
we don't at least
8:17 AM
just fusion drive and restore
8:18 AM
T-Short
aha
8:18 AM
morgsdaly has quit
8:18 AM
hm
8:19 AM
interesting
8:19 AM
i stole this
8:19 AM
8:20 AM
MagerValp
the Fusion step already does that
8:20 AM
T-Short
aha
8:20 AM
derp
8:20 AM
ok
8:20 AM
will test
8:20 AM
diwanicki joined the channel
8:21 AM
ctdawe joined the channel
8:21 AM
thanks
8:21 AM
MagerValp
np
8:21 AM
T-Short
:)
8:23 AM
halloweenhead joined the channel
8:23 AM
squirke joined the channel
8:24 AM
also, I put a dsconfigad line into the firstboot script, but it joins the machine with a generic "imac" computer ID even though I had a DS Configure step before it
8:24 AM
that renamed it to proper name
8:25 AM
MagerValp
why not use the AD workflow step?
8:25 AM
T-Short
didn't want to use the DS AD join item because it required me to put in OU info
8:25 AM
MagerValp
so use the default Computers OU
8:25 AM
or, well, CN
8:26 AM
T-Short
yeah, but these computer ID:s had been joined before
8:26 AM
so were already in the AD
8:26 AM
MagerValp
yes
8:26 AM
then they will reuse the old computer object
8:26 AM
diwanicki has quit
8:26 AM
the specified OU is just for new computers
8:26 AM
T-Short
ah
8:27 AM
that's awesome
8:27 AM
halloweenhead has quit
8:27 AM
thanks again!
8:30 AM
T-Short has quit
8:30 AM
mosen has quit
8:32 AM
T-Short joined the channel
8:34 AM
Creops joined the channel
8:39 AM
Creops has quit
8:42 AM
Creops joined the channel
8:48 AM
zoooky joined the channel
8:49 AM
rodgort joined the channel
8:53 AM
zoooky has quit
8:57 AM
Creops has quit
8:58 AM
mwohlgemuth joined the channel
8:58 AM
Creops joined the channel
9:06 AM
mwohlgemuth
what has changed with yosemite and disk utility, i cant partition the disk anymore?
9:06 AM
driving me nuts
9:11 AM
MagerValp
CS?
9:12 AM
mwohlgemuth
yeah, they all are now
9:12 AM
MagerValp
can't partition a CS disk
9:12 AM
need to delete cs first if you want to partition
9:13 AM
mwohlgemuth
not in disk utility i presume?
9:14 AM
whats the reason behind this?
9:14 AM
i have a mac now with bootcamp
9:14 AM
want to reset it completely
9:14 AM
and cant (easily)
9:14 AM
:mad:
9:14 AM
MagerValp
partitioning is one way to manage disks, LVM is another
9:14 AM
Creops has quit
9:15 AM
mwohlgemuth
but if i delete cs using lvm, and then partition again using DU, wont it be CS all over again?
9:15 AM
MagerValp
no then you get a partition table instead
9:15 AM
mwohlgemuth
oh
9:15 AM
so how do i remove cs then?
9:15 AM
macmule
mwohlgemuth: i have some ramblings
9:16 AM
9:16 AM
MagerValp
diskutil cs
9:16 AM
macmule
diskutil cs revert <some cs volume>
9:16 AM
MagerValp
is the goal to erase everything on the disk?
9:16 AM
start out with just a single fresh Macintosh HD volume?
9:16 AM
macmule
mwohlgemuth: the ramblings have other undocumented commands too
9:17 AM
scout1 is now known as BigBlast
9:17 AM
mwohlgemuth
macmule, thanks!
9:17 AM
MagerValp, yes
9:17 AM
but i suspect that this is the issue im having with my deploystudio troubles
9:17 AM
we talked about that recently
9:17 AM
MagerValp
then diskutil cs list, and diskutil cs delete what you don't want
9:17 AM
macmule
MagerValp: re: 10.7 & 10.8 AutoDMG stuff with expired certs.. I'll see if i can nudge robert into a fork.. else i might give it a go
9:18 AM
MagerValp
macmule: cool
9:18 AM
macmule
MagerValp: i'm writing some horrible python atm.. so might as well carry on
9:19 AM
MagerValp
I can make a custom build of 1.4.x that allows untrusted packages and points to a forked updateprofiles
9:20 AM
macmule
MagerValp: i know you could.. but I'm happy to give it a go..
9:20 AM
MagerValp
the more the merrier
9:20 AM
Gale-Force joined the channel
9:21 AM
bbiab, rebooting my server
9:21 AM
macmule
MagerValp: I'm currrenty putting together a PR for BSDPy which at the same time has lead me down a rabbit hole on Docker & python
9:21 AM
MagerValp has quit
9:22 AM
MagerValp joined the channel
9:22 AM
mwohlgemuth
diskutil cs delte
9:22 AM
delete
9:22 AM
followed by the installer, not diskutility, should leave me with another CS volume then?
9:22 AM
or is there any drawback (now or on the horizon) with using paritioning together with yosemite?
9:23 AM
MagerValp
yes, you can't use filevault without cs
9:23 AM
check out a fresh machine with cs
9:23 AM
mwohlgemuth
i want to
9:23 AM
thats why i want to make this mac 'fresh' again
9:24 AM
no corestorage logical volume groups found
9:24 AM
MagerValp
diskutil cs list will show you an LVG that contains a physical volume, a logical volume family, and inside a logical volume named Macintosh HD
9:24 AM
mwohlgemuth
diskutil shows two partitions, mac and bootcamp
9:24 AM
i already did diskutil cs delete
9:26 AM
MagerValp
then you have a partition table
9:26 AM
so work with that
9:26 AM
e.g. partitionDisk again
9:26 AM
to a single volume with Macintosh HD
9:26 AM
then convert it back to cs
9:26 AM
mwohlgemuth
oh, thats possible
9:26 AM
ok
9:26 AM
MagerValp
alternatively manually create the LVG and add the volume
9:27 AM
macmule
mwohlgemuth: macs that ship with 10.10 come with CS
9:27 AM
MagerValp: I'm currrenty putting together a PR for BSDPy which at the same time has lead me down a rabbit hole on Docker & python
9:28 AM
MagerValp: this is on a week when the docs have told me to take it easy.. so signed me off work & i'm geeking out :P
9:28 AM
mwohlgemuth
macmule, yeah that i was aware of
9:28 AM
but havent really toyed around with that at all
9:29 AM
macmule
ok
9:29 AM
DialsMavis joined the channel
9:29 AM
mwohlgemuth: so.. we revert the cs volume & then partition..
9:30 AM
mwohlgemuth: you could probably do something like partition with the diskutil cs createVolume commands.. but it gets messy
9:30 AM
grahamgilbert: you lurking fella?
9:31 AM
Creops joined the channel
9:32 AM
mwohlgemuth
macmule, during imaging?
9:32 AM
you use casper
9:32 AM
DS has some 'convert to cs' checkboxes
9:32 AM
need more time
9:32 AM
macmule
mwohlgemuth: yep.. sorry what's the question?
9:32 AM
pdmontreal has quit
9:32 AM
mwohlgemuth
you said you revert the cs, then partition.. i assume thats during imaging with casper?
9:33 AM
macmule
ah.. well in that link I posted.. we used an AppleScript app to do that before imaging with Casper.. JAMF have now added it to casper imaging
9:33 AM
squirke
morning all
9:33 AM
macmule
squirke: morning
9:35 AM
T-Short
9:35 AM
ooh, this is nice
9:35 AM
macmule
T-Short: thanks.. it's mostly ramblings
9:35 AM
T-Short
CS stuff seems to be a bit of a black art
9:35 AM
Creops has quit
9:36 AM
macmule
mwohlgemuth: basically, if a CS volumes is found & partitioning is wanted. diskutil coreStorage revert <the volume> then partition as normal
9:36 AM
T-Short: there is a simple way to deal with it.. not dealing with it :P
9:36 AM
mwohlgemuth
seems like a huge hassle to re-create that CS business
9:36 AM
macmule
it's not
9:37 AM
mwohlgemuth
what if i want to reset the mac completely, and want to use FV?
9:37 AM
i cant do so using diskutil
9:37 AM
so thats already a hassle :p
9:37 AM
slowfranklin joined the channel
9:37 AM
macmule
"reset completely"?
9:37 AM
mwohlgemuth
im booted into internet recovery