Author Topic: Dell Insprion = HackBook Pro!  (Read 3926 times)

0 Members and 1 Guest are viewing this topic.

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Dell Insprion = HackBook Pro!
« on: September 10, 2009, 11:01:33 pm »
Since my computer and a MacBook Pro are nearly identical hardware wise, and I'm hoping to learn Objective-C and write some iPhone apps for a class at school, I've decided to take a swing at making a HackBook Pro.

Bless my poor machine's soul.. this was never intended by the god of computing.

First course of action.. shrink a NTFS. This can't end good.

On another note, does anyone know of software (OS doesn't really matter right now) that can take a partition of a HD (not the whole device) and make it into an image? If this is successful, I want to image my Windows partition, delete it, resize the Mac partition and run Windows in a VM, if at all possible.
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline Hitmen

  • B&
  • Moderator
  • Hero Member
  • *****
  • Posts: 1913
    • View Profile
Re: Dell Insprion = HackBook Pro!
« Reply #1 on: September 10, 2009, 11:38:38 pm »
On another note, does anyone know of software (OS doesn't really matter right now) that can take a partition of a HD (not the whole device) and make it into an image?
dd
Quote
(22:15:39) Newby: it hurts to swallow

Offline while1

  • x86
  • Hero Member
  • *****
  • Posts: 1013
    • View Profile
Re: Dell Insprion = HackBook Pro!
« Reply #2 on: September 11, 2009, 12:23:01 am »
On another note, does anyone know of software (OS doesn't really matter right now) that can take a partition of a HD (not the whole device) and make it into an image?
dd

PartImage.

http://www.partimage.org/Main_Page

On the page is a link to SysRestoreCD which is a bootable live CD you can burn (or I think they even now have a USB flashdrive version), which has PartImage as one of the installed tools.  It also has Firefox, GPartEd, etc.

If you're familiar with Linux, then you can hook up an external HDD via USB, boot from the SysRestoreCD.  Once booted, you can use the terminal to mount the external HDD and then run PartImage.  In PartImage you can then specify the output for the image of the partition as the path of whereever you want on the mounted device.
« Last Edit: September 11, 2009, 12:29:53 am by while1 »
I tend to edit my topics and replies frequently.

http://www.operationsmile.org

Offline Camel

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
    • BNU Bot
Re: Dell Insprion = HackBook Pro!
« Reply #3 on: September 11, 2009, 12:28:16 am »
/Applications/Utilities/Disk Utility.app
:)

<Camel> i said what what
<Blaze> in the butt
<Camel> you want to do it in my butt?
<Blaze> in my butt
<Camel> let's do it in the butt
<Blaze> Okay!

Offline while1

  • x86
  • Hero Member
  • *****
  • Posts: 1013
    • View Profile
Re: Dell Insprion = HackBook Pro!
« Reply #4 on: September 11, 2009, 12:31:25 am »
/Applications/Utilities/Disk Utility.app
:)

How'd he do that if he doesn't have OSX installed?  He's trying to backup his Windows partition so he can install OSX...
I tend to edit my topics and replies frequently.

http://www.operationsmile.org

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Dell Insprion = HackBook Pro!
« Reply #5 on: September 11, 2009, 12:48:59 am »
/Applications/Utilities/Disk Utility.app
:)

How'd he do that if he doesn't have OSX installed?  He's trying to backup his Windows partition so he can install OSX...

Nope. If I get OSX installed successfully I want to put my Windows partition in a VM. Actually, Camel hit this spot on (assuming his suggestion works).

But yours looks good too.

On another note, does anyone know of software (OS doesn't really matter right now) that can take a partition of a HD (not the whole device) and make it into an image?
dd

Does that work on only a partition?
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline Camel

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
    • BNU Bot
Re: Dell Insprion = HackBook Pro!
« Reply #6 on: September 11, 2009, 02:00:02 am »
How'd he do that if he doesn't have OSX installed?  He's trying to backup his Windows partition so he can install OSX...
The files Disk Utility creates (.dmg) are just disk dumps (as long as you dont use compression or anything like that); they would be compatible with partition-level dd command and any ISO utility.


dd
Does that work on only a partition?
dd input/output is anything you can fopen(); partitions, files, entire disks if you want. dd if=/dev/urandom of=/dev/console

<Camel> i said what what
<Blaze> in the butt
<Camel> you want to do it in my butt?
<Blaze> in my butt
<Camel> let's do it in the butt
<Blaze> Okay!

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Dell Insprion = HackBook Pro!
« Reply #7 on: September 11, 2009, 03:02:18 am »
During a NTFS shrink I fried my Windows installation. However, that's ALL I fried. Currently backing up all my data to my external HD, then just blowing up the entire thing. FTW!
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Dell Insprion = HackBook Pro!
« Reply #8 on: September 11, 2009, 05:51:40 am »
Camel said it'd be nearly impossible. Much harder than it's worth.

I've had more trouble tying shoes. (That's why I always wear sandals.)

A more pressing problem is that I have to get up for class in 2.5 hours, now. So long, sleep.
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Dell Insprion = HackBook Pro!
« Reply #9 on: September 11, 2009, 04:15:46 pm »
My friend has OSX on a Dell netbook.  I haven't used it myself, but he says it works pretty well.

Offline Camel

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
    • BNU Bot
Re: Dell Insprion = HackBook Pro!
« Reply #10 on: September 11, 2009, 07:05:52 pm »
Camel said it'd be nearly impossible. Much harder than it's worth.

That is not what I said at all; I said you didn't do enough research to dual boot OSX/Windows. There is a reason Apple had to come out with Boot Camp, instead of just telling you to put the Windows CD in. You didn't even know what GPT was!

<Camel> i said what what
<Blaze> in the butt
<Camel> you want to do it in my butt?
<Blaze> in my butt
<Camel> let's do it in the butt
<Blaze> Okay!

Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: Dell Insprion = HackBook Pro!
« Reply #11 on: September 11, 2009, 07:15:13 pm »
Camel said it'd be nearly impossible. Much harder than it's worth.

That is not what I said at all; I said you didn't do enough research to dual boot OSX/Windows. There is a reason Apple had to come out with Boot Camp, instead of just telling you to put the Windows CD in. You didn't even know what GPT was!

Oooh, oooh!  GUID partition table! :D
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.