SlideShare a Scribd company logo
1 of 38
Download to read offline
User Name
Password
BMW GARAGE BMW MEETS REGISTER TODAY'S POSTS SEARCH
BMW 3-Series (E90 E92) Forum > E90 / E92 / E93 3-series Technical Forums > DIY Guides > DIY: Install SSD in CIC
Page 1 of 2 1 2 >
Thread Tools Search this Thread
09-30-2017, 06:17 PM
Private
Drives: 2011 E91 328xi
6MT
Join Date: Aug 2017
Location: Kingston, Ont
iTrader: (0)
DIY: Install SSD in CIC
I wanted to create a hard drive image of my CIC, to be able to restore it in the future in
Since the hard drive was out of the CIC, I figured it was a great time to upgrade to an SS
Background
The hard drive in the CIC is a Toshiba automotive grade SSD, the MK8050GAC.
https://toshiba.semicon-storage.com/...mkxx50gac.html
The only SSD I could find that was rated for automotive use (-40C - 85C) was the M
which costs ~$300 CAD for a 128GB drive.
Specs: https://www.micron.com/products/soli...tomotive-ssd#/
Price: https://www.digikey.ca/product-detai...643-ND/6135280
I decided to replace the hard drive with a name brand SSD, initially an M.2 840 EV
the adapter didn't work, with an mSATA SM841.
Requirements
1. IDE to SATA or USB adapter. I used this one: https://www.aliexpress.com
/item/New-...311.0.0.eyj7tI . I've got a spare that I can send out for the cost of sh
2. SATA to USB adapter, if you use the IDE to SATA adapter above. Something like
https://www.newegg.ca/Product/Produc...SAAEgKU8fD_BwE
3. Marvell 88SA8052 mSATA adapter. These are hard to find, most of them are JMic
*do not work*
I initially tried this enclosure with a JMicron Controller and the CIC refused to recog
Login Register
FORUMS
1 2 3 4 5 6 7 8 M2 M3 M4 M5 M6 M8 Z4 X1 / X2 X3 / X4 X5 / X6
X7 i3 / i8
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
1 of 38 9/28/2018, 6:34 PM
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
2 of 38 9/28/2018, 6:34 PM
You want a Marvell Controller like this one
US: Addonics - http://www.addonics.com/products/adms25ide.php
UK: Lycom - https://www.scan.co.uk/products/lyco...-ide-ssd-drive
CA: https://www.amazon.ca/gp/product/B00...?ie=UTF8&psc=1
4. 128GB mSATA Drive: I used a used Samsung SM841. It isn't automotive grade,
drive, so should last a long time.
5. Linux UBCD - http://www.ultimatebootcd.com/download.html . This is used to b
the hard drive.
6. QNX VM - http://www.qnx.com/download/feature....rogramid=21189
7. VMWare Player - https://my.vmware.com/en/web/vmware/...on_player/12_0
Assumptions
1. You are comfortable with installing computer hardware and software. You will ne
Linux as well as Virtual Machines. I'm doing most operatrios from Linux since it han
operations more transparently. (Windows typically tries to interfere, which can corr
2. I am running from a Linux partition, but you can run from a bootable USB, min 1
https://tutorials.ubuntu.com/tutoria...k-on-windows#0
3. To back up and format the partitions, you will need to boot QNX. This is easiest f
provided virtual machine.
4. I am not covering either the installation of Linux as a dual boot system, or instal
as there are many tutorials available online.
Remove the SSD
I sat in the passenger seat for all of the following:
1. Pull the trim from the left of the Start Button. You don't need to pull it completel
to be able to remove the HVAC unit below it.
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
3 of 38 9/28/2018, 6:34 PM
2. Remove the HVAC unit by pulling from the upper right corner. You can leave the
but I found it easier to remove the radio trim by disconnecting the three plugs.
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
4 of 38 9/28/2018, 6:34 PM
3. Remove the radio trim by pulling from the upper left. There is a grey cable on th
won't be able to remove it completely, but it will swing out of the way.
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
5 of 38 9/28/2018, 6:34 PM
4. Use a Torx 9 screwdriver to remove both screws in the front face place, and pull
on rails so it will get stuck if you don't pull it out straight.
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
6 of 38 9/28/2018, 6:34 PM
Back Up the Hard Drive
5. Connect the IDE->SATA Adapter, and the SATA->USB Adapter. (My USB goes int
card, to make a wonderfully long chain of adapters). Pin 1 on the adapter card goe
the jumper pins (4xPins that are slightly spaced away from the rest of them)
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
7 of 38 9/28/2018, 6:34 PM
6. Boot your Linux partition or USB (with at least 80 GB free) and back up the OEM
file on your PC
Code:
jagaer CIC_Drive # dd if=/dev/sdc of=CIC_Drive.img status=progress
80008954368 bytes (80 GB, 75 GiB) copied, 2944 s, 27.2 MB/s
156301488+0 records in
156301488+0 records out
80026361856 bytes (80 GB, 75 GiB) copied, 2952.03 s, 27.1 MB/s
7. Disconnect the OEM Drive and store it in a safe place. Connect your new SSD, an
file from the PC onto the SSD.
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
8 of 38 9/28/2018, 6:34 PM
Code:
jagaer CIC_Drive # dd if=CIC_Drive.img of=/dev/sdc bs=64k status=pr
80021094400 bytes (80 GB, 75 GiB) copied, 579.003 s, 138 MB/s
1221105+1 records in
1221105+1 records out
80026361856 bytes (80 GB, 75 GiB) copied, 810.815 s, 98.7 MB/s
8. Check to make sure the copy worked. If you run a "parted /dev/sdc" and "print"
should look like:
Code:
jagaer CIC_Drive # parted /dev/sdc
GNU Parted 3.2
Using /dev/sdc
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print
Model: SAMSUNG SSD SM841 mSATA (scsi)
Disk /dev/sdc: 128GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 32.3kB 80.0GB 80.0GB extended
5 64.5kB 60.1GB 60.1GB logical
6 60.1GB 63.3GB 3150MB logical
7 63.3GB 65.0GB 1752MB logical
8 65.0GB 66.2GB 1176MB logical
9 66.2GB 79.9GB 13.6GB logical
10 79.9GB 80.0GB 173MB logical
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
9 of 38 9/28/2018, 6:34 PM
9. Put this back in your CIC and test it out. If Nav loads, you've successfully cloned
a working adapter. If you don't want to increase the media partition, you can put th
and have a drink
Set Up the QNX VM
If you do want to extend the media partition, there are a few more steps I'm doing
from the QNX Neutrino VM.
10. Download, and extract the QNX VM onto your computer. Add the QNX VM into V
using File->Open and clicking on "Neutrino650Target.vmx"
11. Boot QNX to make sure it works. Great, now shut it down.
12. Edit VM Settings, and add the UBCD to the virtual cdrom
13. To pass the SSD directly into the VM, you'll need to add new hardware. Click ad
IDE -> Use a Physical Disk
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
10 of 38 9/28/2018, 6:34 PM
14. If you're doing this from your Linux partition, you can find the address of the h
performing an "ls /dev/disk/by-id"
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
11 of 38 9/28/2018, 6:34 PM
15. Click "Use Entire Disk" then "Finish"
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
12 of 38 9/28/2018, 6:34 PM
16. Increase the amound of RAM for the VM to 2048MB
Back Up the Existing Information
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
13 of 38 9/28/2018, 6:34 PM
17. Start Up QNX. You may notice an "unable to mount qnx4" error message, this i
BMW has configured their factory HDD. Login with "root" and no password
18. Open a terminal, and check "ls /dev" for hd1t77
19. **Bonus Info** Running strings on 9283426A firmware displayed the CIC Fsta
mount point names.
20. Make mount points for partitions. I'm backing up all partitions, but you only ne
hd1t77.4 and hd1t77.5.
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
14 of 38 9/28/2018, 6:34 PM
Code:
mkdir hbnavi
mkdir hbcddb
mkdir hbdata
mkdir hbuser
mkdir hbmedia
mkdir hbdebug
21. Mount the partitions "mount -t qnx6 /dev/hd1t77 /root/hbnavi". If you forget t
give you a mount error - corrupted
Code:
mount -t qnx6 /dev/hd1t77 /root/hbnavi
mount -t qnx6 /dev/hd1t77.1 /root/hbcddb
mount -t qnx6 /dev/hd1t77.2 /root/hbdata
mount -t qnx6 /dev/hd1t77.3 /root/hbuser
mount -t qnx6 /dev/hd1t77.4 /root/hbmedia
mount -t qnx6 /dev/hd1t77.5 /root/hbdebug
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
15 of 38 9/28/2018, 6:34 PM
22. I'm saving all partitions to my NAS, so I also need to mount my shared drive
Code:
fs-cifs 192.168.1.100:/other /root/other guest none
23. You only need to save hbmedia and hbdebug, but I backed up all partitions to m
copy those two partitions back to the drive after extending the partitions. (You may
permissions" error for .boot. It is safe to ignore this error message.)
If you don't already have your 1B file, you can create it from the "data03" file from
partition
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
16 of 38 9/28/2018, 6:34 PM
24. Once all the directories are saved, umount all the partitions "umount /root/hbc
Code:
umount /root/hbnavi
umount /root/hbcddb
umount /root/hbdata
umount /root/hbuser
umount /root/hbmedia
umount /root/hbdebug
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
17 of 38 9/28/2018, 6:34 PM
25. Shut down QNX and power off the VM
Extend the Partitions
26. Boot Neutrino, hit Esc, and select option 3 (CDRom Drive). You will likely have
Black screen before you can hit Esc.
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
18 of 38 9/28/2018, 6:34 PM
27. Browse down to "Parted Magic", and boot default settings.
28. Look at the size of the default partitions. We need this info for later.
Code:
root@partedmagic:~# fdisk -l /dev/sdb
Disk /dev/sdb: 119.2 GiB, 128035676160 bytes, 250069680 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x6ad4b821
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
19 of 38 9/28/2018, 6:34 PM
Device Boot Start End Sectors Size Id Type
/dev/sdb1 63 156296384 156296322 74.5G 5 Extended
/dev/sdb5 126 117451214 117451089 56G 4d QNX4.x
/dev/sdb6 117451278 123604109 6152832 3G 4d QNX4.x
/dev/sdb7 123604173 127025954 3421782 1.6G 4d QNX4.x
/dev/sdb8 127026018 129323249 2297232 1.1G 4d QNX4.x
/dev/sdb9 129323313 155959019 26635707 12.7G 4d QNX4.x
/dev/sdb10 155959083 156296384 337302 164.7M 4d QNX4.x
29. Open Partition Editor. Resize /dev/sdb1 to fill the entire disk.
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
20 of 38 9/28/2018, 6:34 PM
30. Delete /dev/sdb10 and /dev/sdb9. This is why we needed to save the informati
save it, didn't you?
31. Create a new /dev/sdb9 partition, using the following - Create as: Logical, File
unformatted, Free space following (MiB): 170, align to MiB
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
21 of 38 9/28/2018, 6:34 PM
32. Do the same thing for the /dev/sdb10 partition, with no free space following
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
22 of 38 9/28/2018, 6:34 PM
33. Click "Apply Changes"
34. Open terminal and type in "fdisk /dev/sdb". If you type "p" you'll see that the f
Id "4d" but the two new ones we created are type "83". We need to change these t
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
23 of 38 9/28/2018, 6:34 PM
35. Change the partition ID. Type "t", partition 9, and type 4d. Do the same thing f
Write the changes to disk by typing "w".
36. Restart back into QNX
Format and Restore Partitions
37. Format the new partitions with "mkqnx6fs /dev/hd1t77.4" and "mkqnx6fs /dev
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
24 of 38 9/28/2018, 6:34 PM
38. Mount the hbmedia and hbdebug partitions. I mounted them all, just to make s
was lost when I increased the size of the hbmedia partition.
Code:
mount -t qnx6 /dev/hd1t77 /root/hbnavi
mount -t qnx6 /dev/hd1t77.1 /root/hbcddb
mount -t qnx6 /dev/hd1t77.2 /root/hbdata
mount -t qnx6 /dev/hd1t77.3 /root/hbuser
mount -t qnx6 /dev/hd1t77.4 /root/hbmedia
mount -t qnx6 /dev/hd1t77.5 /root/hbdebug
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
25 of 38 9/28/2018, 6:34 PM
39. Mount the NAS file share where you saved your files.
Code:
fs-cifs 192.168.1.100:/other /root/other guest none
40. Copy the files from the NAS back to the HDD. You don't need to copy the .boot
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
26 of 38 9/28/2018, 6:34 PM
41. Unmount the partitions and shut down QNX.
Code:
umount /root/hbnavi
umount /root/hbcddb
umount /root/hbdata
umount /root/hbuser
umount /root/hbmedia
umount /root/hbdebug
Reinstall SSD
42. Reinstall the SSD back into the CIC. Before placing all trim back in place, check
Nav works - This verifies that the hbnavi partition is functioning. Then check the Me
available size. If you have more than 12GB free space, it shows as 100% free
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
27 of 38 9/28/2018, 6:34 PM
Tweet
09-30-2017, 07:47 PM #2
Captain
Drives: 335xi
Join Date: May 2016
Location: Md
iTrader: (0)
43. Reinstall your trim and enjoy knowing you don't have an old, spinning hard driv
you have more space for music.
Appreciate
Appreciate 6
6 Be the first of your friends to like this.
Like Share
43: and that you have a backup of your CIC drive in case it ever
fails.
(Results in reboots, strange behavior from the radio, screen
shutting off while driving, etc.)
What an awesome post!
Deserves a permanent stickie.
Question: did you leave the battery connected while you did
this?
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
28 of 38 9/28/2018, 6:34 PM
10-01-2017, 05:02 AM #3
Second Lieutenant
Drives: 2014 Z4 35is
Join Date: Apr 2008
Location: CDN embassies around
the world
iTrader: (0)
Garage List
2014 Z4 35is [0.00]
10-01-2017, 12:53 PM #4
Private
Drives: 2011 E91 328xi 6MT
Join Date: Aug 2017
Location: Kingston, Ont
iTrader: (0)
10-02-2017, 11:09 AM #5
[Oo=||=oO]
Drives: e92 & f15
Join Date: Aug 2014
Location: DMV
iTrader: (0)
Quote:
Originally Posted by opjose
Deserves a permanent stickie.
+1
__________________
2014 Z4 35is Deep Sea Blue
2009 E92 335i X-Drive 6MT - Sold
Quote:
Originally Posted by Jagaer
Requirements
1. IDE to SATA or USB adapter. I used this
one: https://www.aliexpress.com
/item/New-...311.0.0.eyj7tI . I've got a
spare that I can send out for the cost of
shipping to you.
2. SATA to USB adapter, if you use the IDE
to SATA adapter above. Something like this:
https://www.newegg.ca/Product
/Produc...SAAEgKU8fD_BwE
3. Marvell 88SA8052 mSATA adapter.
You want a Marvell Controller like this one
US: Addonics -
Quote:
Originally Posted by opjose
Question: did you leave the battery connected while you
did this?
I did leave the battery connected, in fact I didn't remove any of
the connectors either. After removing the key, it appears the CIC
headunit is still receiving power (it looks like a mainboard led is
lit), but you can hear the hard drive spin down immediately
following shutting off the car.
Unlike SATA, IDE is not hot swappable, but if the HDD is spun
down it is a good bet that the heads are parked and it is safe to
remove.
Also, QNX is designed for harsh environments, so it is quite
tough to corrupt the QNX filesystem.
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
29 of 38 9/28/2018, 6:34 PM
10-02-2017, 02:11 PM #6
Captain
Drives: 335xi
Join Date: May 2016
Location: Md
iTrader: (0)
10-02-2017, 06:08 PM #7
Private
http://www.addonics.com
/products/adms25ide.php
UK: Lycom -
https://www.scan.co.uk/products
/lyco...-ide-ssd-drive
CA: https://www.amazon.ca
/gp/product/B00...?ie=UTF8&
psc=1
4. 128GB mSATA Drive: I used a used
Samsung SM841. It isn't automotive grade,
but is a Pro-level drive, so should last a long
time.
5. Linux UBCD -
http://www.ultimatebootcd.com
/download.html . This is used to back up and
format the hard drive.
6. QNX VM - http://www.qnx.com/download
/feature....rogramid=21189
7. VMWare Player - https://my.vmware.com
/en/web/vmware/...on_player/12_0
I am bit confused with your requirements esp 1st 3. So in total I
would need 3 adapters to make this work: IDE to SATA, SATA to
USB, and mSATA??
The CIC has an IDE interface, so you need to go from SATA to
IDE, in turn if you are using an mSATA drive you need the circuit
board plus enclosure.
You can avoid both of these if you purchase an IDE SSD drive
(yes they are available) made for older laptops.
However this gives you a different problem. Your computer or
laptop is likely NEWER with no small IDE port so you'll need to
get from USB to IDE somehow, hence the third interface he lists.
I already had an IDE-USB interface thanks to a old defunct
portable USB drive, and I purchased an IDE SSD drive for this
purpose which brings me down to a simple USB cable for the
cloning.
With his list the Marvell mSATA bay is already KNOWN to work,
which is a big plus. Others report that not all IDE SSD drives
work.
Quote:
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
30 of 38 9/28/2018, 6:34 PM
Drives: 2011 E91 328xi 6MT
Join Date: Aug 2017
Location: Kingston, Ont
iTrader: (0)
10-03-2017, 03:33 AM #8
Lieutenant
Drives: BMW 335i 4 Door Auto
MSport
Join Date: Jun 2013
Location: Bedfordshire
iTrader: (1)
11-05-2017, 09:57 PM #9
Captain
Originally Posted by W37V
I am bit confused with your requirements esp 1st 3. So
in total I would need 3 adapters to make this work: IDE
to SATA, SATA to USB, and mSATA??
opjose is correct, and I can understand your confusion.
The Zheino IDE SSD (https://www.amazon.com/Zheino-
128gb-...rds=zheino+ssd) is known to work with the BMW CIC,
but other IDE SSDs do not, such as the SuperTalent
(https://www.amazon.com/Super-Talent-...ywords=ide+ssd)
I preferred to use an mSATA SSD with mSATA-to-IDE adapter as:
1. The mSATA drive plus adapter is still cheaper than the Zheino
SSD; and
2. I have no idea if the build quality of the Zheino is any good,
but I do know that a Samsung Pro SSD is well made.
One Adapter Version: Zheino IDE SSD with an IDE to USB
Adapter: https://www.amazon.com/UGREEN-
Adapte...e+to+usb&psc=1
Two Adapter Version: Marvell mSATA to IDE Adapter and the IDE
to USB Adapter above.
Three Adapter Version, as listed initially. The reason I listed the
three adapter version, is because IDE to SATA and SATA to USB
adapters are very common, but IDE to USB is a lot harder to
find.
Great post and nice write up, will have to give this a go.
I finally got around to doing this.
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
31 of 38 9/28/2018, 6:34 PM
Drives: 335xi
Join Date: May 2016
Location: Md
iTrader: (0)
01-08-2018, 11:02 AM #10
Private
Drives: Bmw 320i
Join Date: Dec 2017
Location: Viet nam
iTrader: (0)
01-10-2018, 07:25 PM #11
Registered
Drives: 2009 BMW M3 coupe
Join Date: Dec 2017
Location: Chicago
iTrader: (0)
01-11-2018, 07:41 AM #12
Private
It went very smoothly thanks to the guide above.
Note: I'm using an EIDE Zhenio drive.
The only snag I ran into was that I had to mount the drive on a
computer and create a partition table so the USB interface will
recognize my drive. Until then even the USB status LED on my
USB to EIDE adapter would not go green, meaning the drive is
ready.
Any table will do, but it needs something to start with.
Once done the drive was recognized by Linux and QNX and I was
off to the races.
My NAV boots up instantly now. No more delay as it comes up
after starting the car.
As soon as the key is in or I start the engine, the map appears.
amazing post
This is a great guide! Did you see any performance
improvements in loading times for apps or in navigation?
Appreciate
Appreciate 1
1 Noir
The only speed improvements I noticed were to zooming in/out
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
32 of 38 9/28/2018, 6:34 PM
Drives: 2011 E91 328xi 6MT
Join Date: Aug 2017
Location: Kingston, Ont
iTrader: (0)
01-11-2018, 03:32 PM #13
Colonel
Drives: 2007 328xi E91
Join Date: Feb 2014
Location: USA
iTrader: (2)
01-13-2018, 11:43 PM #14
Enlisted Member
Drives: 2007 E93 335I
Join Date: Jan 2015
Location: SoCal
iTrader: (1)
01-24-2018, 07:54 PM #15
Colonel
Drives: 2007 328xi E91
of the map, and navigating media. Clicking through music folders
took 1-2 seconds per folder, and now its near instant.
The real benefit to me was taking out the spinning hard drive,
and having a backup. The added space for music is a nice bonus.
Tag....
Excellent, just what I needed for after getting my retrofit finished
and system updated.
Might want to put a redirector over on the iDrive board to this
post.
Great thread and many thanks to the OP for the time and efforts.
Quote:
Originally Posted by Jagaer
The only speed improvements I noticed were to zooming
in/out of the map, and navigating media. Clicking
through music folders took 1-2 seconds per folder, and
now its near instant.
The real benefit to me was taking out the spinning hard
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
33 of 38 9/28/2018, 6:34 PM
Join Date: Feb 2014
Location: USA
iTrader: (2)
01-24-2018, 08:34 PM #16
Private
Drives: 2011 E91 328xi 6MT
Join Date: Aug 2017
Location: Kingston, Ont
iTrader: (0)
01-24-2018, 09:48 PM #17
Colonel
drive, and having a backup. The added space for music
is a nice bonus.
Are there any specs about the mSata drives that are specific for
this?
All mSATA drives work, and any newer one will have
TRIM/garbage collection.
However, consumer-grade devices like the 840 Pro I installed,
are only approved for a temperature range of 0-70C, instead of
the -30-85C range of the factory hard drive.
- 840 Pro specs: http://www.samsung.com/global
/busine..._PRO_Rev12.pdf
- MK8050GAC specs: https://toshiba.semicon-storage.com
/...mkxx50gac.html
- Recadata i6m specs: https://www.recadatassd.com/military-
ssd/msata-i6m/
I've recently purchased and replaced the 840 Pro with an
industrial SSD, Recadata i6m with an operating temperature of
-40-85C,
as the 840 Pro was exhibiting some glitches at low temperatures
of approx -35C. (https://www.amazon.com/RECADATA-
mSAT...ds=msata+128gb)
The Recadata does work, and hasn't glitched yet in the cold
weather, but I haven't had it long enough to truly recommend it.
I also wouldn't recommend the 840 Pro I originally installed due
to the low temperature glitching (Which likely means it will
exhibit similar issues at high temperatures as well). Neither of
these may affect you, depending on where you live.
The Zhenio IDE is known to work, I just didn't trust a knock-off
SSD, with questionable quality. At least the Recadata I put in is a
known producer of industrial equipment, which should mean
good reliability.
I realize this isn't overly helpful, but thought I should add
additional context.
Quote:
Originally Posted by Jagaer
All mSATA drives work, and any newer one will have
TRIM/garbage collection.
However, consumer-grade devices like the 840 Pro I
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
34 of 38 9/28/2018, 6:34 PM
Drives: 2007 328xi E91
Join Date: Feb 2014
Location: USA
iTrader: (2)
01-28-2018, 12:38 PM #18
Second Lieutenant
Drives: E93 335i M-SPORT
Join Date: Aug 2013
Location: Richmond, VA
iTrader: (9)
01-28-2018, 02:10 PM #19
installed, are only approved for a temperature range of
0-70C, instead of the -30-85C range of the factory hard
drive.
- 840 Pro specs: http://www.samsung.com/global
/busine..._PRO_Rev12.pdf
- MK8050GAC specs: https://toshiba.semicon-
storage.com/...mkxx50gac.html
- Recadata i6m specs: https://www.recadatassd.com
/military-ssd/msata-i6m/
I've recently purchased and replaced the 840 Pro with an
industrial SSD, Recadata i6m with an operating
temperature of -40-85C,
as the 840 Pro was exhibiting some glitches at low
temperatures of approx -35C.
(https://www.amazon.com/RECADATA-
mSAT...ds=msata+128gb)
The Recadata does work, and hasn't glitched yet in the
cold weather, but I haven't had it long enough to truly
recommend it. I also wouldn't recommend the 840 Pro I
originally installed due to the low temperature glitching
(Which likely means it will exhibit similar issues at high
temperatures as well). Neither of these may affect you,
depending on where you live.
The Zhenio IDE is known to work, I just didn't trust a
knock-off SSD, with questionable quality. At least the
Recadata I put in is a known producer of industrial
equipment, which should mean good reliability.
I realize this isn't overly helpful, but thought I should
add additional context.
I don't think I will have to worry about that low of a
temperature.... lowest it's gotten here is 0F and that was a
rarity. But I'll look around. I just wanted to be able to pick up a
couple of them just in case.
Anyone tried this without Linux? Want to do this but I'm not
versed in Linux, nor do I have a linux machine or VM.
I have access to both Windows and MAC OS, don't want to screw
anything up If I undertake this.
I'm open to paying someone to do this for me if reasonable
enough.
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
35 of 38 9/28/2018, 6:34 PM
Captain
Drives: 335xi
Join Date: May 2016
Location: Md
iTrader: (0)
01-29-2018, 07:58 AM
Private
Drives: 2011 E91 328xi
6MT
Join Date: Aug 2017
Location: Kingston, Ont
iTrader: (0)
02-22-2018, 06:31 PM #21
Major General
If you wish to expand the partitions you will need Linux and Qnx.
If you do not want to expand the partitions, you can do this with
Clonezilla under Windows or IOS.
Windows loves to write data to a new unformatted drive which
screws things up.
Your best bet is to just download Linux and create a VM as per
the instructions. Once you are done just delete the VM. No big
deal.
Everything is done via a command/shell prompt window anyway.
n2siast Everything I performed in the instruction can be done with OSX, but as opjose s
need to use the QNX VM to create the new partitions.
To make a drive image, you need an USB->IDE cable.
Your device will be different (not /dev/sdc, something like /dev/disk2), so you'll need to i
disk with
Code:
diskutil list
and look for the device that doesn't say "APPLE". Then use that device with dd to save th
disk image
Code:
dd if=CIC_Drive.img of=/dev/disk2 bs=64k status=progress
Is this something you do for someone (as in, I buy the HHD off
you)
__________________
Axiom - E92 Msport 6MT: Bolt ons - MILV - BPC tune.
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
36 of 38 9/28/2018, 6:34 PM
twitter Facebook Digg Google
StumbleUpon del.icio.us My Yahoo!
Drives: E92 LCI Msport 6 Speed
Join Date: Nov 2013
Location: Florida
iTrader: (5)
02-25-2018, 07:43 PM #22
Major
Drives: Alpine White 07 335xi
Sedan
Join Date: Feb 2013
Location: Towson, MD
iTrader: (2)
Page 1 of 2 1 2 >
Bookmarks
« Previous Thread | Next Thread »
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
Do i initialize using MBR or GPT?
Quote:
Originally Posted by opjose
I finally got around to doing this.
It went very smoothly thanks to the guide above.
Note: I'm using an EIDE Zhenio drive.
The only snag I ran into was that I had to mount the
drive on a computer and create a partition table so the
USB interface will recognize my drive. Until then even
the USB status LED on my USB to EIDE adapter would
not go green, meaning the drive is ready.
Any table will do, but it needs something to start with.
Once done the drive was recognized by Linux and QNX
and I was off to the races.
My NAV boots up instantly now. No more delay as it
comes up after starting the car.
As soon as the key is in or I start the engine, the map
appears.
__________________
2007 335XI SEDAN // JB4 G5 // BMS METH KIT // VRSF
DOWNPIPES // AFE DCI // ER CP W/ TIAL BOV // MMP SILICONE
INLETS // XHP STAGE 3 AT FLASH // TREBILA BEF // BMS OCC //
VRSF EXHAUST // FUEL-IT STAGE 2 LPFP // VRSF FMIC //
PRECISION RACEWORKS IGNITION SYSTEM // CATUNED
COILOVERS // CIC AND COMBOX RETROFIT //
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
37 of 38 9/28/2018, 6:34 PM
Posting Rules
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
All times are GMT -4. The time now is 08:20 AM.
Contact Us - BIMMERPOST - BMW Forums - Archive - Top
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2018, Jelsoft Enterprises Ltd.
1Addicts.com, BIMMERPOST.com, E90Post.com, F30Post.com, M3Post.com, ZPost.com, 5Post.com, 6Post.com, 7Post.com, XBimmers.com logo and
trademark are properties of BIMMERPOST
Privacy Policy - Terms of Service / DMCA Policy - Personal Data Portal
DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773
38 of 38 9/28/2018, 6:34 PM

More Related Content

What's hot

初めての仮想化
初めての仮想化初めての仮想化
初めての仮想化Yoko Nakano
 
OpenWrt101 2007
OpenWrt101 2007OpenWrt101 2007
OpenWrt101 2007Rex Tsai
 
Red Hat Enterprise Linux 5.2 Virtualization Guide
Red Hat Enterprise Linux 5.2 Virtualization GuideRed Hat Enterprise Linux 5.2 Virtualization Guide
Red Hat Enterprise Linux 5.2 Virtualization GuideRishi Sharma
 
Reverse Engineering the "Human API" for Automation and Profit
Reverse Engineering the "Human API"  for Automation and ProfitReverse Engineering the "Human API"  for Automation and Profit
Reverse Engineering the "Human API" for Automation and ProfitNati Cohen
 
Linux Kernel Crashdump
Linux Kernel CrashdumpLinux Kernel Crashdump
Linux Kernel CrashdumpMarian Marinov
 
CONFidence 2017: Hacking embedded with OpenWrt (Vladimir Mitiouchev)
CONFidence 2017: Hacking embedded with OpenWrt (Vladimir Mitiouchev)CONFidence 2017: Hacking embedded with OpenWrt (Vladimir Mitiouchev)
CONFidence 2017: Hacking embedded with OpenWrt (Vladimir Mitiouchev)PROIDEA
 
Qemu device prototyping
Qemu device prototypingQemu device prototyping
Qemu device prototypingYan Vugenfirer
 
Building android for the Cloud: Android as a Server (AnDevConBoston 2014)
Building android for the Cloud: Android as a Server (AnDevConBoston 2014)Building android for the Cloud: Android as a Server (AnDevConBoston 2014)
Building android for the Cloud: Android as a Server (AnDevConBoston 2014)Ron Munitz
 
Disk suit 4 setup and installation
Disk suit 4 setup and installationDisk suit 4 setup and installation
Disk suit 4 setup and installationppratish
 
Tegra 186のu-boot & Linux
Tegra 186のu-boot & LinuxTegra 186のu-boot & Linux
Tegra 186のu-boot & LinuxMr. Vengineer
 
VR-Zone | Stuff for the Geeks - February 18 Issue
VR-Zone | Stuff for the Geeks - February 18 IssueVR-Zone | Stuff for the Geeks - February 18 Issue
VR-Zone | Stuff for the Geeks - February 18 IssueVR-Zone .com
 
G31 m s motherboard pc
G31 m s motherboard pcG31 m s motherboard pc
G31 m s motherboard pceddyhuezo
 
Ceph Day New York 2014: Ceph, a physical perspective
Ceph Day New York 2014: Ceph, a physical perspective Ceph Day New York 2014: Ceph, a physical perspective
Ceph Day New York 2014: Ceph, a physical perspective Ceph Community
 

What's hot (20)

初めての仮想化
初めての仮想化初めての仮想化
初めての仮想化
 
OpenWrt101 2007
OpenWrt101 2007OpenWrt101 2007
OpenWrt101 2007
 
asdfsd
asdfsdasdfsd
asdfsd
 
Red Hat Enterprise Linux 5.2 Virtualization Guide
Red Hat Enterprise Linux 5.2 Virtualization GuideRed Hat Enterprise Linux 5.2 Virtualization Guide
Red Hat Enterprise Linux 5.2 Virtualization Guide
 
Reverse Engineering the "Human API" for Automation and Profit
Reverse Engineering the "Human API"  for Automation and ProfitReverse Engineering the "Human API"  for Automation and Profit
Reverse Engineering the "Human API" for Automation and Profit
 
How To Build Android for ARM Chip boards
How To Build Android for ARM Chip boardsHow To Build Android for ARM Chip boards
How To Build Android for ARM Chip boards
 
Linux Kernel Crashdump
Linux Kernel CrashdumpLinux Kernel Crashdump
Linux Kernel Crashdump
 
Proxy arp
Proxy arpProxy arp
Proxy arp
 
Universal Userland
Universal UserlandUniversal Userland
Universal Userland
 
Hacking cable modems the later years
Hacking cable modems the later yearsHacking cable modems the later years
Hacking cable modems the later years
 
CONFidence 2017: Hacking embedded with OpenWrt (Vladimir Mitiouchev)
CONFidence 2017: Hacking embedded with OpenWrt (Vladimir Mitiouchev)CONFidence 2017: Hacking embedded with OpenWrt (Vladimir Mitiouchev)
CONFidence 2017: Hacking embedded with OpenWrt (Vladimir Mitiouchev)
 
Qemu device prototyping
Qemu device prototypingQemu device prototyping
Qemu device prototyping
 
WordPress for SysAdmins
WordPress for SysAdminsWordPress for SysAdmins
WordPress for SysAdmins
 
vmware Guest os guide
vmware Guest os guidevmware Guest os guide
vmware Guest os guide
 
Building android for the Cloud: Android as a Server (AnDevConBoston 2014)
Building android for the Cloud: Android as a Server (AnDevConBoston 2014)Building android for the Cloud: Android as a Server (AnDevConBoston 2014)
Building android for the Cloud: Android as a Server (AnDevConBoston 2014)
 
Disk suit 4 setup and installation
Disk suit 4 setup and installationDisk suit 4 setup and installation
Disk suit 4 setup and installation
 
Tegra 186のu-boot & Linux
Tegra 186のu-boot & LinuxTegra 186のu-boot & Linux
Tegra 186のu-boot & Linux
 
VR-Zone | Stuff for the Geeks - February 18 Issue
VR-Zone | Stuff for the Geeks - February 18 IssueVR-Zone | Stuff for the Geeks - February 18 Issue
VR-Zone | Stuff for the Geeks - February 18 Issue
 
G31 m s motherboard pc
G31 m s motherboard pcG31 m s motherboard pc
G31 m s motherboard pc
 
Ceph Day New York 2014: Ceph, a physical perspective
Ceph Day New York 2014: Ceph, a physical perspective Ceph Day New York 2014: Ceph, a physical perspective
Ceph Day New York 2014: Ceph, a physical perspective
 

Similar to Diy

ChromePad - Chromium OS for ThinkPad
ChromePad - Chromium OS for ThinkPadChromePad - Chromium OS for ThinkPad
ChromePad - Chromium OS for ThinkPadAndrewWright224
 
ChromePad - Chromium OS ThinkPad X220
ChromePad - Chromium OS ThinkPad X220ChromePad - Chromium OS ThinkPad X220
ChromePad - Chromium OS ThinkPad X220AndrewWright224
 
Benz Star diagnosis transfer from external hdd to internal hdd
Benz Star diagnosis transfer from external hdd to internal hdd Benz Star diagnosis transfer from external hdd to internal hdd
Benz Star diagnosis transfer from external hdd to internal hdd buyobdii
 
Starting Raspberry Pi
Starting Raspberry PiStarting Raspberry Pi
Starting Raspberry PiLloydMoore
 
Scaling Development Environments with Docker
Scaling Development Environments with DockerScaling Development Environments with Docker
Scaling Development Environments with DockerDocker, Inc.
 
NetBSD on Google Compute Engine (en)
NetBSD on Google Compute Engine (en)NetBSD on Google Compute Engine (en)
NetBSD on Google Compute Engine (en)Ryo ONODERA
 
建構嵌入式Linux系統於SD Card
建構嵌入式Linux系統於SD Card建構嵌入式Linux系統於SD Card
建構嵌入式Linux系統於SD Card艾鍗科技
 
Veritas Software Foundations
Veritas Software FoundationsVeritas Software Foundations
Veritas Software Foundations.Gastón. .Bx.
 
AtlasCamp 2015 Docker continuous integration training
AtlasCamp 2015 Docker continuous integration trainingAtlasCamp 2015 Docker continuous integration training
AtlasCamp 2015 Docker continuous integration trainingSteve Smith
 
Let's trace Linux Lernel with KGDB @ COSCUP 2021
Let's trace Linux Lernel with KGDB @ COSCUP 2021Let's trace Linux Lernel with KGDB @ COSCUP 2021
Let's trace Linux Lernel with KGDB @ COSCUP 2021Jian-Hong Pan
 
44CON 2014 - Stupid PCIe Tricks, Joe Fitzpatrick
44CON 2014 - Stupid PCIe Tricks, Joe Fitzpatrick44CON 2014 - Stupid PCIe Tricks, Joe Fitzpatrick
44CON 2014 - Stupid PCIe Tricks, Joe Fitzpatrick44CON
 
A million ways to provision embedded linux devices
A million ways to provision embedded linux devicesA million ways to provision embedded linux devices
A million ways to provision embedded linux devicesMender.io
 
Rapid Prototyping with AWS IoT and Mongoose OS on ESP32 Platform
Rapid Prototyping with AWS IoT and Mongoose OS on ESP32 PlatformRapid Prototyping with AWS IoT and Mongoose OS on ESP32 Platform
Rapid Prototyping with AWS IoT and Mongoose OS on ESP32 PlatformAmazon Web Services
 
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage ServiceQuick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage ServiceCloudian
 
IT Essentials (Version 7.0) - ITE Final Exam Answers
IT Essentials (Version 7.0) - ITE Final Exam AnswersIT Essentials (Version 7.0) - ITE Final Exam Answers
IT Essentials (Version 7.0) - ITE Final Exam AnswersITExamAnswers.net
 
ITE v5.0 - Chapter 3
ITE v5.0 - Chapter 3ITE v5.0 - Chapter 3
ITE v5.0 - Chapter 3Irsandi Hasan
 
Advanced Diagnostics 2
Advanced Diagnostics 2Advanced Diagnostics 2
Advanced Diagnostics 2Aero Plane
 

Similar to Diy (20)

ChromePad - Chromium OS for ThinkPad
ChromePad - Chromium OS for ThinkPadChromePad - Chromium OS for ThinkPad
ChromePad - Chromium OS for ThinkPad
 
ChromePad - Chromium OS ThinkPad X220
ChromePad - Chromium OS ThinkPad X220ChromePad - Chromium OS ThinkPad X220
ChromePad - Chromium OS ThinkPad X220
 
Benz Star diagnosis transfer from external hdd to internal hdd
Benz Star diagnosis transfer from external hdd to internal hdd Benz Star diagnosis transfer from external hdd to internal hdd
Benz Star diagnosis transfer from external hdd to internal hdd
 
Starting Raspberry Pi
Starting Raspberry PiStarting Raspberry Pi
Starting Raspberry Pi
 
Scaling Development Environments with Docker
Scaling Development Environments with DockerScaling Development Environments with Docker
Scaling Development Environments with Docker
 
Xen time machine
Xen time machineXen time machine
Xen time machine
 
Readme[1]
Readme[1]Readme[1]
Readme[1]
 
ITE7_Chp2.pptx
ITE7_Chp2.pptxITE7_Chp2.pptx
ITE7_Chp2.pptx
 
NetBSD on Google Compute Engine (en)
NetBSD on Google Compute Engine (en)NetBSD on Google Compute Engine (en)
NetBSD on Google Compute Engine (en)
 
建構嵌入式Linux系統於SD Card
建構嵌入式Linux系統於SD Card建構嵌入式Linux系統於SD Card
建構嵌入式Linux系統於SD Card
 
Veritas Software Foundations
Veritas Software FoundationsVeritas Software Foundations
Veritas Software Foundations
 
AtlasCamp 2015 Docker continuous integration training
AtlasCamp 2015 Docker continuous integration trainingAtlasCamp 2015 Docker continuous integration training
AtlasCamp 2015 Docker continuous integration training
 
Let's trace Linux Lernel with KGDB @ COSCUP 2021
Let's trace Linux Lernel with KGDB @ COSCUP 2021Let's trace Linux Lernel with KGDB @ COSCUP 2021
Let's trace Linux Lernel with KGDB @ COSCUP 2021
 
44CON 2014 - Stupid PCIe Tricks, Joe Fitzpatrick
44CON 2014 - Stupid PCIe Tricks, Joe Fitzpatrick44CON 2014 - Stupid PCIe Tricks, Joe Fitzpatrick
44CON 2014 - Stupid PCIe Tricks, Joe Fitzpatrick
 
A million ways to provision embedded linux devices
A million ways to provision embedded linux devicesA million ways to provision embedded linux devices
A million ways to provision embedded linux devices
 
Rapid Prototyping with AWS IoT and Mongoose OS on ESP32 Platform
Rapid Prototyping with AWS IoT and Mongoose OS on ESP32 PlatformRapid Prototyping with AWS IoT and Mongoose OS on ESP32 Platform
Rapid Prototyping with AWS IoT and Mongoose OS on ESP32 Platform
 
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage ServiceQuick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
 
IT Essentials (Version 7.0) - ITE Final Exam Answers
IT Essentials (Version 7.0) - ITE Final Exam AnswersIT Essentials (Version 7.0) - ITE Final Exam Answers
IT Essentials (Version 7.0) - ITE Final Exam Answers
 
ITE v5.0 - Chapter 3
ITE v5.0 - Chapter 3ITE v5.0 - Chapter 3
ITE v5.0 - Chapter 3
 
Advanced Diagnostics 2
Advanced Diagnostics 2Advanced Diagnostics 2
Advanced Diagnostics 2
 

More from Tomas Vileikis

More from Tomas Vileikis (11)

Killexam
KillexamKillexam
Killexam
 
Og0 091 ass2
Og0 091 ass2Og0 091 ass2
Og0 091 ass2
 
Og0 091 ass2
Og0 091 ass2Og0 091 ass2
Og0 091 ass2
 
Www.istqb.guru istqb question-paper5
Www.istqb.guru istqb question-paper5Www.istqb.guru istqb question-paper5
Www.istqb.guru istqb question-paper5
 
Www.istqb.guru istqb question-paper6
Www.istqb.guru istqb question-paper6Www.istqb.guru istqb question-paper6
Www.istqb.guru istqb question-paper6
 
312 50-demo
312 50-demo312 50-demo
312 50-demo
 
Info archive 16.4 infoarchive shell guide
Info archive 16.4 infoarchive shell guideInfo archive 16.4 infoarchive shell guide
Info archive 16.4 infoarchive shell guide
 
Killexam
KillexamKillexam
Killexam
 
Wa
WaWa
Wa
 
Virselis paz
Virselis pazVirselis paz
Virselis paz
 
Az 300 t04a-enu-change-log
Az 300 t04a-enu-change-logAz 300 t04a-enu-change-log
Az 300 t04a-enu-change-log
 

Recently uploaded

Electronic Vehicle (EV) Industry Challenges
Electronic Vehicle (EV) Industry ChallengesElectronic Vehicle (EV) Industry Challenges
Electronic Vehicle (EV) Industry Challengesmarketingmangosemi
 
꧁ ୨⎯Call Girls In Ashok Vihar, New Delhi **✿❀7042364481❀✿**Escorts ServiCes C...
꧁ ୨⎯Call Girls In Ashok Vihar, New Delhi **✿❀7042364481❀✿**Escorts ServiCes C...꧁ ୨⎯Call Girls In Ashok Vihar, New Delhi **✿❀7042364481❀✿**Escorts ServiCes C...
꧁ ୨⎯Call Girls In Ashok Vihar, New Delhi **✿❀7042364481❀✿**Escorts ServiCes C...Hot Call Girls In Sector 58 (Noida)
 
VIP Russian Call Girls in Jamshedpur Deepika 8250192130 Independent Escort Se...
VIP Russian Call Girls in Jamshedpur Deepika 8250192130 Independent Escort Se...VIP Russian Call Girls in Jamshedpur Deepika 8250192130 Independent Escort Se...
VIP Russian Call Girls in Jamshedpur Deepika 8250192130 Independent Escort Se...Suhani Kapoor
 
Innovating Manufacturing with CNC Technology
Innovating Manufacturing with CNC TechnologyInnovating Manufacturing with CNC Technology
Innovating Manufacturing with CNC Technologyquickpartslimitlessm
 
VIP Mumbai Call Girls Thakur village Just Call 9920874524 with A/C Room Cash ...
VIP Mumbai Call Girls Thakur village Just Call 9920874524 with A/C Room Cash ...VIP Mumbai Call Girls Thakur village Just Call 9920874524 with A/C Room Cash ...
VIP Mumbai Call Girls Thakur village Just Call 9920874524 with A/C Room Cash ...Garima Khatri
 
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...Delhi Call girls
 
GREEN VEHICLES the kids picture show 2024
GREEN VEHICLES the kids picture show 2024GREEN VEHICLES the kids picture show 2024
GREEN VEHICLES the kids picture show 2024AHOhOops1
 
Dubai Call Girls Size E6 (O525547819) Call Girls In Dubai
Dubai Call Girls  Size E6 (O525547819) Call Girls In DubaiDubai Call Girls  Size E6 (O525547819) Call Girls In Dubai
Dubai Call Girls Size E6 (O525547819) Call Girls In Dubaikojalkojal131
 
FULL ENJOY - 9953040155 Call Girls in Sector 61 | Noida
FULL ENJOY - 9953040155 Call Girls in Sector 61 | NoidaFULL ENJOY - 9953040155 Call Girls in Sector 61 | Noida
FULL ENJOY - 9953040155 Call Girls in Sector 61 | NoidaMalviyaNagarCallGirl
 
Vip Hot Call Girls 🫤 Mahipalpur ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp Number
Vip Hot Call Girls 🫤 Mahipalpur ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp NumberVip Hot Call Girls 🫤 Mahipalpur ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp Number
Vip Hot Call Girls 🫤 Mahipalpur ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp Numberkumarajju5765
 
Delhi Call Girls Saket 9711199171 ☎✔👌✔ Full night Service for more than 1 person
Delhi Call Girls Saket 9711199171 ☎✔👌✔ Full night Service for more than 1 personDelhi Call Girls Saket 9711199171 ☎✔👌✔ Full night Service for more than 1 person
Delhi Call Girls Saket 9711199171 ☎✔👌✔ Full night Service for more than 1 personshivangimorya083
 
如何办理爱尔兰都柏林大学毕业证(UCD毕业证) 成绩单原版一比一
如何办理爱尔兰都柏林大学毕业证(UCD毕业证) 成绩单原版一比一如何办理爱尔兰都柏林大学毕业证(UCD毕业证) 成绩单原版一比一
如何办理爱尔兰都柏林大学毕业证(UCD毕业证) 成绩单原版一比一mjyguplun
 
Delhi Call Girls East Of Kailash 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls East Of Kailash 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls East Of Kailash 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls East Of Kailash 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Vip Hot🥵 Call Girls Delhi Delhi {9711199012} Avni Thakur 🧡😘 High Profile Girls
Vip Hot🥵 Call Girls Delhi Delhi {9711199012} Avni Thakur 🧡😘 High Profile GirlsVip Hot🥵 Call Girls Delhi Delhi {9711199012} Avni Thakur 🧡😘 High Profile Girls
Vip Hot🥵 Call Girls Delhi Delhi {9711199012} Avni Thakur 🧡😘 High Profile Girlsshivangimorya083
 
Call me @ 9892124323 Call Girl in Andheri East With Free Home Delivery
Call me @ 9892124323 Call Girl in Andheri East With Free Home DeliveryCall me @ 9892124323 Call Girl in Andheri East With Free Home Delivery
Call me @ 9892124323 Call Girl in Andheri East With Free Home DeliveryPooja Nehwal
 
Hot And Sexy 🥵 Call Girls Delhi Daryaganj {9711199171} Ira Malik High class G...
Hot And Sexy 🥵 Call Girls Delhi Daryaganj {9711199171} Ira Malik High class G...Hot And Sexy 🥵 Call Girls Delhi Daryaganj {9711199171} Ira Malik High class G...
Hot And Sexy 🥵 Call Girls Delhi Daryaganj {9711199171} Ira Malik High class G...shivangimorya083
 
83778-77756 ( HER.SELF ) Brings Call Girls In Laxmi Nagar
83778-77756 ( HER.SELF ) Brings Call Girls In Laxmi Nagar83778-77756 ( HER.SELF ) Brings Call Girls In Laxmi Nagar
83778-77756 ( HER.SELF ) Brings Call Girls In Laxmi Nagardollysharma2066
 
How To Fix Mercedes Benz Anti-Theft Protection Activation Issue
How To Fix Mercedes Benz Anti-Theft Protection Activation IssueHow To Fix Mercedes Benz Anti-Theft Protection Activation Issue
How To Fix Mercedes Benz Anti-Theft Protection Activation IssueTerry Sayther Automotive
 
ENJOY Call Girls In Okhla Vihar Delhi Call 9654467111
ENJOY Call Girls In Okhla Vihar Delhi Call 9654467111ENJOY Call Girls In Okhla Vihar Delhi Call 9654467111
ENJOY Call Girls In Okhla Vihar Delhi Call 9654467111Sapana Sha
 

Recently uploaded (20)

Electronic Vehicle (EV) Industry Challenges
Electronic Vehicle (EV) Industry ChallengesElectronic Vehicle (EV) Industry Challenges
Electronic Vehicle (EV) Industry Challenges
 
꧁ ୨⎯Call Girls In Ashok Vihar, New Delhi **✿❀7042364481❀✿**Escorts ServiCes C...
꧁ ୨⎯Call Girls In Ashok Vihar, New Delhi **✿❀7042364481❀✿**Escorts ServiCes C...꧁ ୨⎯Call Girls In Ashok Vihar, New Delhi **✿❀7042364481❀✿**Escorts ServiCes C...
꧁ ୨⎯Call Girls In Ashok Vihar, New Delhi **✿❀7042364481❀✿**Escorts ServiCes C...
 
VIP Russian Call Girls in Jamshedpur Deepika 8250192130 Independent Escort Se...
VIP Russian Call Girls in Jamshedpur Deepika 8250192130 Independent Escort Se...VIP Russian Call Girls in Jamshedpur Deepika 8250192130 Independent Escort Se...
VIP Russian Call Girls in Jamshedpur Deepika 8250192130 Independent Escort Se...
 
Innovating Manufacturing with CNC Technology
Innovating Manufacturing with CNC TechnologyInnovating Manufacturing with CNC Technology
Innovating Manufacturing with CNC Technology
 
VIP Mumbai Call Girls Thakur village Just Call 9920874524 with A/C Room Cash ...
VIP Mumbai Call Girls Thakur village Just Call 9920874524 with A/C Room Cash ...VIP Mumbai Call Girls Thakur village Just Call 9920874524 with A/C Room Cash ...
VIP Mumbai Call Girls Thakur village Just Call 9920874524 with A/C Room Cash ...
 
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...
 
GREEN VEHICLES the kids picture show 2024
GREEN VEHICLES the kids picture show 2024GREEN VEHICLES the kids picture show 2024
GREEN VEHICLES the kids picture show 2024
 
Dubai Call Girls Size E6 (O525547819) Call Girls In Dubai
Dubai Call Girls  Size E6 (O525547819) Call Girls In DubaiDubai Call Girls  Size E6 (O525547819) Call Girls In Dubai
Dubai Call Girls Size E6 (O525547819) Call Girls In Dubai
 
FULL ENJOY - 9953040155 Call Girls in Sector 61 | Noida
FULL ENJOY - 9953040155 Call Girls in Sector 61 | NoidaFULL ENJOY - 9953040155 Call Girls in Sector 61 | Noida
FULL ENJOY - 9953040155 Call Girls in Sector 61 | Noida
 
Vip Hot Call Girls 🫤 Mahipalpur ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp Number
Vip Hot Call Girls 🫤 Mahipalpur ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp NumberVip Hot Call Girls 🫤 Mahipalpur ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp Number
Vip Hot Call Girls 🫤 Mahipalpur ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp Number
 
Delhi Call Girls Saket 9711199171 ☎✔👌✔ Full night Service for more than 1 person
Delhi Call Girls Saket 9711199171 ☎✔👌✔ Full night Service for more than 1 personDelhi Call Girls Saket 9711199171 ☎✔👌✔ Full night Service for more than 1 person
Delhi Call Girls Saket 9711199171 ☎✔👌✔ Full night Service for more than 1 person
 
如何办理爱尔兰都柏林大学毕业证(UCD毕业证) 成绩单原版一比一
如何办理爱尔兰都柏林大学毕业证(UCD毕业证) 成绩单原版一比一如何办理爱尔兰都柏林大学毕业证(UCD毕业证) 成绩单原版一比一
如何办理爱尔兰都柏林大学毕业证(UCD毕业证) 成绩单原版一比一
 
Delhi Call Girls East Of Kailash 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls East Of Kailash 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls East Of Kailash 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls East Of Kailash 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Vip Hot🥵 Call Girls Delhi Delhi {9711199012} Avni Thakur 🧡😘 High Profile Girls
Vip Hot🥵 Call Girls Delhi Delhi {9711199012} Avni Thakur 🧡😘 High Profile GirlsVip Hot🥵 Call Girls Delhi Delhi {9711199012} Avni Thakur 🧡😘 High Profile Girls
Vip Hot🥵 Call Girls Delhi Delhi {9711199012} Avni Thakur 🧡😘 High Profile Girls
 
Call me @ 9892124323 Call Girl in Andheri East With Free Home Delivery
Call me @ 9892124323 Call Girl in Andheri East With Free Home DeliveryCall me @ 9892124323 Call Girl in Andheri East With Free Home Delivery
Call me @ 9892124323 Call Girl in Andheri East With Free Home Delivery
 
Hot And Sexy 🥵 Call Girls Delhi Daryaganj {9711199171} Ira Malik High class G...
Hot And Sexy 🥵 Call Girls Delhi Daryaganj {9711199171} Ira Malik High class G...Hot And Sexy 🥵 Call Girls Delhi Daryaganj {9711199171} Ira Malik High class G...
Hot And Sexy 🥵 Call Girls Delhi Daryaganj {9711199171} Ira Malik High class G...
 
83778-77756 ( HER.SELF ) Brings Call Girls In Laxmi Nagar
83778-77756 ( HER.SELF ) Brings Call Girls In Laxmi Nagar83778-77756 ( HER.SELF ) Brings Call Girls In Laxmi Nagar
83778-77756 ( HER.SELF ) Brings Call Girls In Laxmi Nagar
 
How To Fix Mercedes Benz Anti-Theft Protection Activation Issue
How To Fix Mercedes Benz Anti-Theft Protection Activation IssueHow To Fix Mercedes Benz Anti-Theft Protection Activation Issue
How To Fix Mercedes Benz Anti-Theft Protection Activation Issue
 
Call Girls In Kirti Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In Kirti Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICECall Girls In Kirti Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In Kirti Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
 
ENJOY Call Girls In Okhla Vihar Delhi Call 9654467111
ENJOY Call Girls In Okhla Vihar Delhi Call 9654467111ENJOY Call Girls In Okhla Vihar Delhi Call 9654467111
ENJOY Call Girls In Okhla Vihar Delhi Call 9654467111
 

Diy

  • 1. User Name Password BMW GARAGE BMW MEETS REGISTER TODAY'S POSTS SEARCH BMW 3-Series (E90 E92) Forum > E90 / E92 / E93 3-series Technical Forums > DIY Guides > DIY: Install SSD in CIC Page 1 of 2 1 2 > Thread Tools Search this Thread 09-30-2017, 06:17 PM Private Drives: 2011 E91 328xi 6MT Join Date: Aug 2017 Location: Kingston, Ont iTrader: (0) DIY: Install SSD in CIC I wanted to create a hard drive image of my CIC, to be able to restore it in the future in Since the hard drive was out of the CIC, I figured it was a great time to upgrade to an SS Background The hard drive in the CIC is a Toshiba automotive grade SSD, the MK8050GAC. https://toshiba.semicon-storage.com/...mkxx50gac.html The only SSD I could find that was rated for automotive use (-40C - 85C) was the M which costs ~$300 CAD for a 128GB drive. Specs: https://www.micron.com/products/soli...tomotive-ssd#/ Price: https://www.digikey.ca/product-detai...643-ND/6135280 I decided to replace the hard drive with a name brand SSD, initially an M.2 840 EV the adapter didn't work, with an mSATA SM841. Requirements 1. IDE to SATA or USB adapter. I used this one: https://www.aliexpress.com /item/New-...311.0.0.eyj7tI . I've got a spare that I can send out for the cost of sh 2. SATA to USB adapter, if you use the IDE to SATA adapter above. Something like https://www.newegg.ca/Product/Produc...SAAEgKU8fD_BwE 3. Marvell 88SA8052 mSATA adapter. These are hard to find, most of them are JMic *do not work* I initially tried this enclosure with a JMicron Controller and the CIC refused to recog Login Register FORUMS 1 2 3 4 5 6 7 8 M2 M3 M4 M5 M6 M8 Z4 X1 / X2 X3 / X4 X5 / X6 X7 i3 / i8 DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 1 of 38 9/28/2018, 6:34 PM
  • 2. DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 2 of 38 9/28/2018, 6:34 PM
  • 3. You want a Marvell Controller like this one US: Addonics - http://www.addonics.com/products/adms25ide.php UK: Lycom - https://www.scan.co.uk/products/lyco...-ide-ssd-drive CA: https://www.amazon.ca/gp/product/B00...?ie=UTF8&psc=1 4. 128GB mSATA Drive: I used a used Samsung SM841. It isn't automotive grade, drive, so should last a long time. 5. Linux UBCD - http://www.ultimatebootcd.com/download.html . This is used to b the hard drive. 6. QNX VM - http://www.qnx.com/download/feature....rogramid=21189 7. VMWare Player - https://my.vmware.com/en/web/vmware/...on_player/12_0 Assumptions 1. You are comfortable with installing computer hardware and software. You will ne Linux as well as Virtual Machines. I'm doing most operatrios from Linux since it han operations more transparently. (Windows typically tries to interfere, which can corr 2. I am running from a Linux partition, but you can run from a bootable USB, min 1 https://tutorials.ubuntu.com/tutoria...k-on-windows#0 3. To back up and format the partitions, you will need to boot QNX. This is easiest f provided virtual machine. 4. I am not covering either the installation of Linux as a dual boot system, or instal as there are many tutorials available online. Remove the SSD I sat in the passenger seat for all of the following: 1. Pull the trim from the left of the Start Button. You don't need to pull it completel to be able to remove the HVAC unit below it. DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 3 of 38 9/28/2018, 6:34 PM
  • 4. 2. Remove the HVAC unit by pulling from the upper right corner. You can leave the but I found it easier to remove the radio trim by disconnecting the three plugs. DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 4 of 38 9/28/2018, 6:34 PM
  • 5. 3. Remove the radio trim by pulling from the upper left. There is a grey cable on th won't be able to remove it completely, but it will swing out of the way. DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 5 of 38 9/28/2018, 6:34 PM
  • 6. 4. Use a Torx 9 screwdriver to remove both screws in the front face place, and pull on rails so it will get stuck if you don't pull it out straight. DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 6 of 38 9/28/2018, 6:34 PM
  • 7. Back Up the Hard Drive 5. Connect the IDE->SATA Adapter, and the SATA->USB Adapter. (My USB goes int card, to make a wonderfully long chain of adapters). Pin 1 on the adapter card goe the jumper pins (4xPins that are slightly spaced away from the rest of them) DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 7 of 38 9/28/2018, 6:34 PM
  • 8. 6. Boot your Linux partition or USB (with at least 80 GB free) and back up the OEM file on your PC Code: jagaer CIC_Drive # dd if=/dev/sdc of=CIC_Drive.img status=progress 80008954368 bytes (80 GB, 75 GiB) copied, 2944 s, 27.2 MB/s 156301488+0 records in 156301488+0 records out 80026361856 bytes (80 GB, 75 GiB) copied, 2952.03 s, 27.1 MB/s 7. Disconnect the OEM Drive and store it in a safe place. Connect your new SSD, an file from the PC onto the SSD. DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 8 of 38 9/28/2018, 6:34 PM
  • 9. Code: jagaer CIC_Drive # dd if=CIC_Drive.img of=/dev/sdc bs=64k status=pr 80021094400 bytes (80 GB, 75 GiB) copied, 579.003 s, 138 MB/s 1221105+1 records in 1221105+1 records out 80026361856 bytes (80 GB, 75 GiB) copied, 810.815 s, 98.7 MB/s 8. Check to make sure the copy worked. If you run a "parted /dev/sdc" and "print" should look like: Code: jagaer CIC_Drive # parted /dev/sdc GNU Parted 3.2 Using /dev/sdc Welcome to GNU Parted! Type 'help' to view a list of commands. (parted) print Model: SAMSUNG SSD SM841 mSATA (scsi) Disk /dev/sdc: 128GB Sector size (logical/physical): 512B/512B Partition Table: msdos Disk Flags: Number Start End Size Type File system Flags 1 32.3kB 80.0GB 80.0GB extended 5 64.5kB 60.1GB 60.1GB logical 6 60.1GB 63.3GB 3150MB logical 7 63.3GB 65.0GB 1752MB logical 8 65.0GB 66.2GB 1176MB logical 9 66.2GB 79.9GB 13.6GB logical 10 79.9GB 80.0GB 173MB logical DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 9 of 38 9/28/2018, 6:34 PM
  • 10. 9. Put this back in your CIC and test it out. If Nav loads, you've successfully cloned a working adapter. If you don't want to increase the media partition, you can put th and have a drink Set Up the QNX VM If you do want to extend the media partition, there are a few more steps I'm doing from the QNX Neutrino VM. 10. Download, and extract the QNX VM onto your computer. Add the QNX VM into V using File->Open and clicking on "Neutrino650Target.vmx" 11. Boot QNX to make sure it works. Great, now shut it down. 12. Edit VM Settings, and add the UBCD to the virtual cdrom 13. To pass the SSD directly into the VM, you'll need to add new hardware. Click ad IDE -> Use a Physical Disk DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 10 of 38 9/28/2018, 6:34 PM
  • 11. 14. If you're doing this from your Linux partition, you can find the address of the h performing an "ls /dev/disk/by-id" DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 11 of 38 9/28/2018, 6:34 PM
  • 12. 15. Click "Use Entire Disk" then "Finish" DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 12 of 38 9/28/2018, 6:34 PM
  • 13. 16. Increase the amound of RAM for the VM to 2048MB Back Up the Existing Information DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 13 of 38 9/28/2018, 6:34 PM
  • 14. 17. Start Up QNX. You may notice an "unable to mount qnx4" error message, this i BMW has configured their factory HDD. Login with "root" and no password 18. Open a terminal, and check "ls /dev" for hd1t77 19. **Bonus Info** Running strings on 9283426A firmware displayed the CIC Fsta mount point names. 20. Make mount points for partitions. I'm backing up all partitions, but you only ne hd1t77.4 and hd1t77.5. DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 14 of 38 9/28/2018, 6:34 PM
  • 15. Code: mkdir hbnavi mkdir hbcddb mkdir hbdata mkdir hbuser mkdir hbmedia mkdir hbdebug 21. Mount the partitions "mount -t qnx6 /dev/hd1t77 /root/hbnavi". If you forget t give you a mount error - corrupted Code: mount -t qnx6 /dev/hd1t77 /root/hbnavi mount -t qnx6 /dev/hd1t77.1 /root/hbcddb mount -t qnx6 /dev/hd1t77.2 /root/hbdata mount -t qnx6 /dev/hd1t77.3 /root/hbuser mount -t qnx6 /dev/hd1t77.4 /root/hbmedia mount -t qnx6 /dev/hd1t77.5 /root/hbdebug DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 15 of 38 9/28/2018, 6:34 PM
  • 16. 22. I'm saving all partitions to my NAS, so I also need to mount my shared drive Code: fs-cifs 192.168.1.100:/other /root/other guest none 23. You only need to save hbmedia and hbdebug, but I backed up all partitions to m copy those two partitions back to the drive after extending the partitions. (You may permissions" error for .boot. It is safe to ignore this error message.) If you don't already have your 1B file, you can create it from the "data03" file from partition DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 16 of 38 9/28/2018, 6:34 PM
  • 17. 24. Once all the directories are saved, umount all the partitions "umount /root/hbc Code: umount /root/hbnavi umount /root/hbcddb umount /root/hbdata umount /root/hbuser umount /root/hbmedia umount /root/hbdebug DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 17 of 38 9/28/2018, 6:34 PM
  • 18. 25. Shut down QNX and power off the VM Extend the Partitions 26. Boot Neutrino, hit Esc, and select option 3 (CDRom Drive). You will likely have Black screen before you can hit Esc. DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 18 of 38 9/28/2018, 6:34 PM
  • 19. 27. Browse down to "Parted Magic", and boot default settings. 28. Look at the size of the default partitions. We need this info for later. Code: root@partedmagic:~# fdisk -l /dev/sdb Disk /dev/sdb: 119.2 GiB, 128035676160 bytes, 250069680 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x6ad4b821 DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 19 of 38 9/28/2018, 6:34 PM
  • 20. Device Boot Start End Sectors Size Id Type /dev/sdb1 63 156296384 156296322 74.5G 5 Extended /dev/sdb5 126 117451214 117451089 56G 4d QNX4.x /dev/sdb6 117451278 123604109 6152832 3G 4d QNX4.x /dev/sdb7 123604173 127025954 3421782 1.6G 4d QNX4.x /dev/sdb8 127026018 129323249 2297232 1.1G 4d QNX4.x /dev/sdb9 129323313 155959019 26635707 12.7G 4d QNX4.x /dev/sdb10 155959083 156296384 337302 164.7M 4d QNX4.x 29. Open Partition Editor. Resize /dev/sdb1 to fill the entire disk. DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 20 of 38 9/28/2018, 6:34 PM
  • 21. 30. Delete /dev/sdb10 and /dev/sdb9. This is why we needed to save the informati save it, didn't you? 31. Create a new /dev/sdb9 partition, using the following - Create as: Logical, File unformatted, Free space following (MiB): 170, align to MiB DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 21 of 38 9/28/2018, 6:34 PM
  • 22. 32. Do the same thing for the /dev/sdb10 partition, with no free space following DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 22 of 38 9/28/2018, 6:34 PM
  • 23. 33. Click "Apply Changes" 34. Open terminal and type in "fdisk /dev/sdb". If you type "p" you'll see that the f Id "4d" but the two new ones we created are type "83". We need to change these t DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 23 of 38 9/28/2018, 6:34 PM
  • 24. 35. Change the partition ID. Type "t", partition 9, and type 4d. Do the same thing f Write the changes to disk by typing "w". 36. Restart back into QNX Format and Restore Partitions 37. Format the new partitions with "mkqnx6fs /dev/hd1t77.4" and "mkqnx6fs /dev DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 24 of 38 9/28/2018, 6:34 PM
  • 25. 38. Mount the hbmedia and hbdebug partitions. I mounted them all, just to make s was lost when I increased the size of the hbmedia partition. Code: mount -t qnx6 /dev/hd1t77 /root/hbnavi mount -t qnx6 /dev/hd1t77.1 /root/hbcddb mount -t qnx6 /dev/hd1t77.2 /root/hbdata mount -t qnx6 /dev/hd1t77.3 /root/hbuser mount -t qnx6 /dev/hd1t77.4 /root/hbmedia mount -t qnx6 /dev/hd1t77.5 /root/hbdebug DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 25 of 38 9/28/2018, 6:34 PM
  • 26. 39. Mount the NAS file share where you saved your files. Code: fs-cifs 192.168.1.100:/other /root/other guest none 40. Copy the files from the NAS back to the HDD. You don't need to copy the .boot DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 26 of 38 9/28/2018, 6:34 PM
  • 27. 41. Unmount the partitions and shut down QNX. Code: umount /root/hbnavi umount /root/hbcddb umount /root/hbdata umount /root/hbuser umount /root/hbmedia umount /root/hbdebug Reinstall SSD 42. Reinstall the SSD back into the CIC. Before placing all trim back in place, check Nav works - This verifies that the hbnavi partition is functioning. Then check the Me available size. If you have more than 12GB free space, it shows as 100% free DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 27 of 38 9/28/2018, 6:34 PM
  • 28. Tweet 09-30-2017, 07:47 PM #2 Captain Drives: 335xi Join Date: May 2016 Location: Md iTrader: (0) 43. Reinstall your trim and enjoy knowing you don't have an old, spinning hard driv you have more space for music. Appreciate Appreciate 6 6 Be the first of your friends to like this. Like Share 43: and that you have a backup of your CIC drive in case it ever fails. (Results in reboots, strange behavior from the radio, screen shutting off while driving, etc.) What an awesome post! Deserves a permanent stickie. Question: did you leave the battery connected while you did this? DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 28 of 38 9/28/2018, 6:34 PM
  • 29. 10-01-2017, 05:02 AM #3 Second Lieutenant Drives: 2014 Z4 35is Join Date: Apr 2008 Location: CDN embassies around the world iTrader: (0) Garage List 2014 Z4 35is [0.00] 10-01-2017, 12:53 PM #4 Private Drives: 2011 E91 328xi 6MT Join Date: Aug 2017 Location: Kingston, Ont iTrader: (0) 10-02-2017, 11:09 AM #5 [Oo=||=oO] Drives: e92 & f15 Join Date: Aug 2014 Location: DMV iTrader: (0) Quote: Originally Posted by opjose Deserves a permanent stickie. +1 __________________ 2014 Z4 35is Deep Sea Blue 2009 E92 335i X-Drive 6MT - Sold Quote: Originally Posted by Jagaer Requirements 1. IDE to SATA or USB adapter. I used this one: https://www.aliexpress.com /item/New-...311.0.0.eyj7tI . I've got a spare that I can send out for the cost of shipping to you. 2. SATA to USB adapter, if you use the IDE to SATA adapter above. Something like this: https://www.newegg.ca/Product /Produc...SAAEgKU8fD_BwE 3. Marvell 88SA8052 mSATA adapter. You want a Marvell Controller like this one US: Addonics - Quote: Originally Posted by opjose Question: did you leave the battery connected while you did this? I did leave the battery connected, in fact I didn't remove any of the connectors either. After removing the key, it appears the CIC headunit is still receiving power (it looks like a mainboard led is lit), but you can hear the hard drive spin down immediately following shutting off the car. Unlike SATA, IDE is not hot swappable, but if the HDD is spun down it is a good bet that the heads are parked and it is safe to remove. Also, QNX is designed for harsh environments, so it is quite tough to corrupt the QNX filesystem. DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 29 of 38 9/28/2018, 6:34 PM
  • 30. 10-02-2017, 02:11 PM #6 Captain Drives: 335xi Join Date: May 2016 Location: Md iTrader: (0) 10-02-2017, 06:08 PM #7 Private http://www.addonics.com /products/adms25ide.php UK: Lycom - https://www.scan.co.uk/products /lyco...-ide-ssd-drive CA: https://www.amazon.ca /gp/product/B00...?ie=UTF8& psc=1 4. 128GB mSATA Drive: I used a used Samsung SM841. It isn't automotive grade, but is a Pro-level drive, so should last a long time. 5. Linux UBCD - http://www.ultimatebootcd.com /download.html . This is used to back up and format the hard drive. 6. QNX VM - http://www.qnx.com/download /feature....rogramid=21189 7. VMWare Player - https://my.vmware.com /en/web/vmware/...on_player/12_0 I am bit confused with your requirements esp 1st 3. So in total I would need 3 adapters to make this work: IDE to SATA, SATA to USB, and mSATA?? The CIC has an IDE interface, so you need to go from SATA to IDE, in turn if you are using an mSATA drive you need the circuit board plus enclosure. You can avoid both of these if you purchase an IDE SSD drive (yes they are available) made for older laptops. However this gives you a different problem. Your computer or laptop is likely NEWER with no small IDE port so you'll need to get from USB to IDE somehow, hence the third interface he lists. I already had an IDE-USB interface thanks to a old defunct portable USB drive, and I purchased an IDE SSD drive for this purpose which brings me down to a simple USB cable for the cloning. With his list the Marvell mSATA bay is already KNOWN to work, which is a big plus. Others report that not all IDE SSD drives work. Quote: DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 30 of 38 9/28/2018, 6:34 PM
  • 31. Drives: 2011 E91 328xi 6MT Join Date: Aug 2017 Location: Kingston, Ont iTrader: (0) 10-03-2017, 03:33 AM #8 Lieutenant Drives: BMW 335i 4 Door Auto MSport Join Date: Jun 2013 Location: Bedfordshire iTrader: (1) 11-05-2017, 09:57 PM #9 Captain Originally Posted by W37V I am bit confused with your requirements esp 1st 3. So in total I would need 3 adapters to make this work: IDE to SATA, SATA to USB, and mSATA?? opjose is correct, and I can understand your confusion. The Zheino IDE SSD (https://www.amazon.com/Zheino- 128gb-...rds=zheino+ssd) is known to work with the BMW CIC, but other IDE SSDs do not, such as the SuperTalent (https://www.amazon.com/Super-Talent-...ywords=ide+ssd) I preferred to use an mSATA SSD with mSATA-to-IDE adapter as: 1. The mSATA drive plus adapter is still cheaper than the Zheino SSD; and 2. I have no idea if the build quality of the Zheino is any good, but I do know that a Samsung Pro SSD is well made. One Adapter Version: Zheino IDE SSD with an IDE to USB Adapter: https://www.amazon.com/UGREEN- Adapte...e+to+usb&psc=1 Two Adapter Version: Marvell mSATA to IDE Adapter and the IDE to USB Adapter above. Three Adapter Version, as listed initially. The reason I listed the three adapter version, is because IDE to SATA and SATA to USB adapters are very common, but IDE to USB is a lot harder to find. Great post and nice write up, will have to give this a go. I finally got around to doing this. DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 31 of 38 9/28/2018, 6:34 PM
  • 32. Drives: 335xi Join Date: May 2016 Location: Md iTrader: (0) 01-08-2018, 11:02 AM #10 Private Drives: Bmw 320i Join Date: Dec 2017 Location: Viet nam iTrader: (0) 01-10-2018, 07:25 PM #11 Registered Drives: 2009 BMW M3 coupe Join Date: Dec 2017 Location: Chicago iTrader: (0) 01-11-2018, 07:41 AM #12 Private It went very smoothly thanks to the guide above. Note: I'm using an EIDE Zhenio drive. The only snag I ran into was that I had to mount the drive on a computer and create a partition table so the USB interface will recognize my drive. Until then even the USB status LED on my USB to EIDE adapter would not go green, meaning the drive is ready. Any table will do, but it needs something to start with. Once done the drive was recognized by Linux and QNX and I was off to the races. My NAV boots up instantly now. No more delay as it comes up after starting the car. As soon as the key is in or I start the engine, the map appears. amazing post This is a great guide! Did you see any performance improvements in loading times for apps or in navigation? Appreciate Appreciate 1 1 Noir The only speed improvements I noticed were to zooming in/out DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 32 of 38 9/28/2018, 6:34 PM
  • 33. Drives: 2011 E91 328xi 6MT Join Date: Aug 2017 Location: Kingston, Ont iTrader: (0) 01-11-2018, 03:32 PM #13 Colonel Drives: 2007 328xi E91 Join Date: Feb 2014 Location: USA iTrader: (2) 01-13-2018, 11:43 PM #14 Enlisted Member Drives: 2007 E93 335I Join Date: Jan 2015 Location: SoCal iTrader: (1) 01-24-2018, 07:54 PM #15 Colonel Drives: 2007 328xi E91 of the map, and navigating media. Clicking through music folders took 1-2 seconds per folder, and now its near instant. The real benefit to me was taking out the spinning hard drive, and having a backup. The added space for music is a nice bonus. Tag.... Excellent, just what I needed for after getting my retrofit finished and system updated. Might want to put a redirector over on the iDrive board to this post. Great thread and many thanks to the OP for the time and efforts. Quote: Originally Posted by Jagaer The only speed improvements I noticed were to zooming in/out of the map, and navigating media. Clicking through music folders took 1-2 seconds per folder, and now its near instant. The real benefit to me was taking out the spinning hard DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 33 of 38 9/28/2018, 6:34 PM
  • 34. Join Date: Feb 2014 Location: USA iTrader: (2) 01-24-2018, 08:34 PM #16 Private Drives: 2011 E91 328xi 6MT Join Date: Aug 2017 Location: Kingston, Ont iTrader: (0) 01-24-2018, 09:48 PM #17 Colonel drive, and having a backup. The added space for music is a nice bonus. Are there any specs about the mSata drives that are specific for this? All mSATA drives work, and any newer one will have TRIM/garbage collection. However, consumer-grade devices like the 840 Pro I installed, are only approved for a temperature range of 0-70C, instead of the -30-85C range of the factory hard drive. - 840 Pro specs: http://www.samsung.com/global /busine..._PRO_Rev12.pdf - MK8050GAC specs: https://toshiba.semicon-storage.com /...mkxx50gac.html - Recadata i6m specs: https://www.recadatassd.com/military- ssd/msata-i6m/ I've recently purchased and replaced the 840 Pro with an industrial SSD, Recadata i6m with an operating temperature of -40-85C, as the 840 Pro was exhibiting some glitches at low temperatures of approx -35C. (https://www.amazon.com/RECADATA- mSAT...ds=msata+128gb) The Recadata does work, and hasn't glitched yet in the cold weather, but I haven't had it long enough to truly recommend it. I also wouldn't recommend the 840 Pro I originally installed due to the low temperature glitching (Which likely means it will exhibit similar issues at high temperatures as well). Neither of these may affect you, depending on where you live. The Zhenio IDE is known to work, I just didn't trust a knock-off SSD, with questionable quality. At least the Recadata I put in is a known producer of industrial equipment, which should mean good reliability. I realize this isn't overly helpful, but thought I should add additional context. Quote: Originally Posted by Jagaer All mSATA drives work, and any newer one will have TRIM/garbage collection. However, consumer-grade devices like the 840 Pro I DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 34 of 38 9/28/2018, 6:34 PM
  • 35. Drives: 2007 328xi E91 Join Date: Feb 2014 Location: USA iTrader: (2) 01-28-2018, 12:38 PM #18 Second Lieutenant Drives: E93 335i M-SPORT Join Date: Aug 2013 Location: Richmond, VA iTrader: (9) 01-28-2018, 02:10 PM #19 installed, are only approved for a temperature range of 0-70C, instead of the -30-85C range of the factory hard drive. - 840 Pro specs: http://www.samsung.com/global /busine..._PRO_Rev12.pdf - MK8050GAC specs: https://toshiba.semicon- storage.com/...mkxx50gac.html - Recadata i6m specs: https://www.recadatassd.com /military-ssd/msata-i6m/ I've recently purchased and replaced the 840 Pro with an industrial SSD, Recadata i6m with an operating temperature of -40-85C, as the 840 Pro was exhibiting some glitches at low temperatures of approx -35C. (https://www.amazon.com/RECADATA- mSAT...ds=msata+128gb) The Recadata does work, and hasn't glitched yet in the cold weather, but I haven't had it long enough to truly recommend it. I also wouldn't recommend the 840 Pro I originally installed due to the low temperature glitching (Which likely means it will exhibit similar issues at high temperatures as well). Neither of these may affect you, depending on where you live. The Zhenio IDE is known to work, I just didn't trust a knock-off SSD, with questionable quality. At least the Recadata I put in is a known producer of industrial equipment, which should mean good reliability. I realize this isn't overly helpful, but thought I should add additional context. I don't think I will have to worry about that low of a temperature.... lowest it's gotten here is 0F and that was a rarity. But I'll look around. I just wanted to be able to pick up a couple of them just in case. Anyone tried this without Linux? Want to do this but I'm not versed in Linux, nor do I have a linux machine or VM. I have access to both Windows and MAC OS, don't want to screw anything up If I undertake this. I'm open to paying someone to do this for me if reasonable enough. DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 35 of 38 9/28/2018, 6:34 PM
  • 36. Captain Drives: 335xi Join Date: May 2016 Location: Md iTrader: (0) 01-29-2018, 07:58 AM Private Drives: 2011 E91 328xi 6MT Join Date: Aug 2017 Location: Kingston, Ont iTrader: (0) 02-22-2018, 06:31 PM #21 Major General If you wish to expand the partitions you will need Linux and Qnx. If you do not want to expand the partitions, you can do this with Clonezilla under Windows or IOS. Windows loves to write data to a new unformatted drive which screws things up. Your best bet is to just download Linux and create a VM as per the instructions. Once you are done just delete the VM. No big deal. Everything is done via a command/shell prompt window anyway. n2siast Everything I performed in the instruction can be done with OSX, but as opjose s need to use the QNX VM to create the new partitions. To make a drive image, you need an USB->IDE cable. Your device will be different (not /dev/sdc, something like /dev/disk2), so you'll need to i disk with Code: diskutil list and look for the device that doesn't say "APPLE". Then use that device with dd to save th disk image Code: dd if=CIC_Drive.img of=/dev/disk2 bs=64k status=progress Is this something you do for someone (as in, I buy the HHD off you) __________________ Axiom - E92 Msport 6MT: Bolt ons - MILV - BPC tune. DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 36 of 38 9/28/2018, 6:34 PM
  • 37. twitter Facebook Digg Google StumbleUpon del.icio.us My Yahoo! Drives: E92 LCI Msport 6 Speed Join Date: Nov 2013 Location: Florida iTrader: (5) 02-25-2018, 07:43 PM #22 Major Drives: Alpine White 07 335xi Sedan Join Date: Feb 2013 Location: Towson, MD iTrader: (2) Page 1 of 2 1 2 > Bookmarks « Previous Thread | Next Thread » Posting Rules You may not post new threads You may not post replies You may not post attachments Do i initialize using MBR or GPT? Quote: Originally Posted by opjose I finally got around to doing this. It went very smoothly thanks to the guide above. Note: I'm using an EIDE Zhenio drive. The only snag I ran into was that I had to mount the drive on a computer and create a partition table so the USB interface will recognize my drive. Until then even the USB status LED on my USB to EIDE adapter would not go green, meaning the drive is ready. Any table will do, but it needs something to start with. Once done the drive was recognized by Linux and QNX and I was off to the races. My NAV boots up instantly now. No more delay as it comes up after starting the car. As soon as the key is in or I start the engine, the map appears. __________________ 2007 335XI SEDAN // JB4 G5 // BMS METH KIT // VRSF DOWNPIPES // AFE DCI // ER CP W/ TIAL BOV // MMP SILICONE INLETS // XHP STAGE 3 AT FLASH // TREBILA BEF // BMS OCC // VRSF EXHAUST // FUEL-IT STAGE 2 LPFP // VRSF FMIC // PRECISION RACEWORKS IGNITION SYSTEM // CATUNED COILOVERS // CIC AND COMBOX RETROFIT // DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 37 of 38 9/28/2018, 6:34 PM
  • 38. Posting Rules You may not edit your posts BB code is On Smilies are On [IMG] code is On HTML code is Off All times are GMT -4. The time now is 08:20 AM. Contact Us - BIMMERPOST - BMW Forums - Archive - Top Powered by vBulletin® Version 3.7.0 Copyright ©2000 - 2018, Jelsoft Enterprises Ltd. 1Addicts.com, BIMMERPOST.com, E90Post.com, F30Post.com, M3Post.com, ZPost.com, 5Post.com, 6Post.com, 7Post.com, XBimmers.com logo and trademark are properties of BIMMERPOST Privacy Policy - Terms of Service / DMCA Policy - Personal Data Portal DIY: Install SSD in CIC https://www.e90post.com/forums/showthread.php?t=1426773 38 of 38 9/28/2018, 6:34 PM