|
Dell Mini 9 OS X Discussion Discussion for installing and setting up Mac OS X on the Dell Mini and Vostro A90
![]() |
|
Thread Tools | Display Modes |
(#1)
![]() ![]() |
(#2)
![]() ![]() |
(#3)
![]() ![]() |
(#4)
![]() ![]() |
(#5)
![]() ![]() |
(#6)
![]() ![]() |
(#7)
![]() ![]() |
(#8)
![]() ![]() |
Junior Member
Posts: 11
Join Date: Nov 2009
|
![]() sirtronics, did you perhaps skip the "become root" part of the process? (Second part of step 1) The simplest way to do this is to type "sudo -s", which will then cause you to be prompted for your password. Assuming you authenticate successfully, you will now have the properties of the root user, which means you'll have permission to modify/access anything on the system. That said, great care should obviously be exercised when operating in this mode, as typos will hurt. Check what you've written before hitting return while you're being root, and exit from being root as soon as you're done with what you need to do. (typing "exit" should do that BTW)
|
|
![]() |
(#9)
![]() ![]() |
Junior Member
Posts: 19
Join Date: Nov 2009
|
![]() No , I did type sudo -s was propmted for password ( there is none)
and then typed the rest. Quote:
|
|
|
![]() |
(#10)
![]() ![]() |
Guru
Posts: 1,997
Join Date: Apr 2009
|
![]() I expect you're getting ''permission denied" because the target drive needs to be unmounted before it can be copied to. I don't use OSX, but from what I've read, it looks like the terminal command would be "diskutil unmountDisk /dev/diskX" (with sudo/root permissions, and where diskX is your target disk). Unmounting it from the GUI may work, too.
I've used a procedure similar to the one recommended by psaux to create drive images on Linux. But I'd recommend performing the clone after booting off a another drive (like a LiveCD), because it can be problematic to image/clone at a low-level when the drive is in use. I'm also not sure if the end result will be bootable. It will be a perfect copy, but the move to an external drive may make it unbootable. For example, in Linux, traditionally the root filesystem was specified by a device name like "/dev/sda1", but those device names change, depending on how drives are hooked up. And a changed device name means an unbootable system. I don't know how OSX would deal with the situation. You might be better off just saving an image of the hackintosh install, then it can be restored if needed. You can use a similar "dd" command, except the output file will be a file. To create a drive image, I'd boot off a Linux Live CD, then issue a command like "sudo dd if=/dev/sda of=drive.img", that'll save an image of the drive to a file named "drive.img" in the current directory (change the current dir to a USB drive or something prior to the command). The image will be uncompressed (a 16GB image file for a 16GB SSD). You can compress as the image is created, but if you have the disk space, you can leave the compression for later (the Atom makes compression slow, so when I imaged my drive, I compressed the image afterwards on my Core 2). ...and if you want to proceed with a clone anyway: I'd boot off a Linux LiveCD, then issue a command like this "sudo dd if=/dev/disk/by-id/ata-WDC_WD2000BJKT-00F4T0_XXXXXXXXXX of=/dev/disk/by-id/usb-WD_2500BEVExternal_XXXXXXXXXXX". The "/dev/disk/by-id" directory has a list of drives and partitions by interface, then id, then serial number. It makes the device names long, but there's little chance of screwing them up (my example unambiguously images a internal (ata prefix) Western Digital 200GB drive to a USB 250GB). You could use a simpler command, like "sudo if=/dev/sda of=/dev/sdb", but that's easier to screw up. It might also be a good idea to mount the source drive (readonly), before proceeding with the imaging, because the system should prevent you from writing to a mounted drive (say if you mixup the source and target drives). Also, be aware that this technique performs no filesystem or partition resizing. So, the target drive has to be at least as big as the source, and in the end, the partitions on the target drive might be undersized. For example, cloning a 16GB SSD to a 120GB HDD will leave you with 100+ GB of unpartitioned space. It's possible to grow filesystems/partitions into unpartitioned space, but it's gonna be more awkward on a hackintosh. Mini 1012 | SSD | Intel 6200 Wifi | Ubuntu 11.10 64bit |
|
![]() |
![]() |
«
Previous Thread
|
Next Thread
»
Thread Tools | |
Display Modes | |
|
|
Copyright © 2008-2016 MyDellMini.com.