Friday, March 13, 2009

Dual Boot Vista and Mac using Vista bootloader

There is some good video tutorial about dual boot mac and vista in Intel/AMD PC. But some are really hard to watch. I'm doing a little experiment on my friends notebook which is fujitsu (I don't know what series..) installing Vista and Mac on it. And it just work well dual booting them. So, here is the condition : I have 4 partition : 1st partition is vista installed, 2nd and 3rd for data files. And the last partition (4th) I use to install Mac (kalyway 10.5.2). Well this is what I do (after read some tutorial and watch some videos) :

1. boot up with your vista DVD, then choose repair computer
2. select Command Promt from the dialog appear
3. type this : diskpart (then press Enter)
select disk 0
select partition 1 (where vista installed)
active (set it to active partition)
exit

4. the type this : bootrec /rebuildbcd
y (press y, mean "yes" for the question)

5. set the Mac partition to active, type this : diskpart
select disk 0
select partition 4 (where Mac installed)
active
exit

is everything run well, you should now select which OS to use... that's it..

note: this notebook keyboard is not working (I'm using an external usb keyboard) cause of different layout or not supported, I haven't know yet..

hope this help... fell free for comment or correct me if I'm wrong...

Read More..

Friday, February 13, 2009

Dual Boot Mac (Kalyway 10.5.2) and Windows XP using Darwin Bootloader


Ahh... finnaly I got another time to post... and here is My new experience..
Well, since Apple decide to use Intel proc. Mac / OSX can be installed on a regular PC (like mine) both Intel and AMD (read the OSX HCL here). And since I got a new Motherboard after my older MB crash, I bought a new one which is fortunately listed in OSX HCL in wiki. Seems like my ambition nearly come, and yes it came to me. And this is how I dual booting my computer an OSX and a Windows XP.
First, here is my computer specs..:
- Motherboard ASUS P5KPL-AM
- 2 Gb ram (visipro)
- 160 Gb SATA HD (seagate)
- 1 DVD-RW (Pioneer)
- Geforce 7200GS 256Mb VGA (digital alliance)
- regular 15" monitor (samsung)
- common  USB mouse and keyboard (PS2 not recommended)
that's mine...


OK, I have condition like this :
My harddisk have 4 patitions (in Windows) : C (40Gb NTFS), D (60Gb NTFS), E (40Gb NTFS), and F(20Gb Empty). C used as windows partition, which have Windows XP installed, D and E already contain data and files. So, I have only partiton no.4 (F) left and this partition will be my Mac partition.
Let's do the fun part.... Set your BIOS to boot from CD/DVD ROM first then insert your Kalyway DVD. After Darwin loading press Enter for default boot or press F8 to give some boot options. Some PC Hardware need options for installing Mac.In My PC I used this option : -v -x cpus=1. If you have Dual Core Processor, sometimes the option cpus=1 needed. For more explaination about options please refer to some OSX Forums or just Google it. For now, you can use options like mine.
Wait for a while, if anything running well, you should now face the installer GUI. Select Tools > Disk Utility and the Disk Utility will appear. Now select partition no. 4 (F). Select Erase tab, then erase the disk, format with the default Mac file system (Mac Extended (Journaled)). Click erase, when it done, close the Disk Utility.
Now you can select the partition you just created as the destination disk. You may customize the installated package or just go with the default package. In My PC I select NVinject and NVinject 256Mb for my graphic driver. Now press Install if you ready.
Wait till the installation complete. Restart your computer and remove the Kalyway DVD, if it cannot be removed then set the boot sequence to Harddisk first.
Normally you can now boot with the installed Mac /OSx. You will be ask to fill some informations. But in My case, I have the "HFS+ Partition error" after my second boot to OSX. This kind of error in My case, due to the Mac patition is fail to recognized as the active partition, so the solution is set it to active partition.

Ok now for dual boot. Now we have two OS in the same PC but only one (which is Mac) can be loaded by darwin bootloader (Mac bootloader). But in mine, no one can booted and what I have to do is set the partitions which have OS installed to active one.
Here is what I do, put the Kalyway DVD in CD/DVD ROM, restart and set first boot sequence to CD/DVD ROM again. Boot with Kalyway DVD, then after Darwin loaded press F8. Write -s and press Enter to boot into single user mode. Now after you are in the single user mode here is what to do :
to activate Windows partition (in partition 1 / C) run :

fdisk -e dev/rdisk0
flag 1
write
update
reboot

After reboot you can now boot Windows Xp. Then to activate Mac partition which is partition no 4 restart you computer, enter single user mode again and run :

fdisk -e dev/rdisk0
flag 4
write
update
reboot

"flag 4" used to set patition no.4 to active, so if you installed Mac at partition no.2 (for example) then use flag 2. Or in the other word use "flag n" which n refer to partition number of your installed Mac.
If anything running well, now you can select which partition to boot. Press any key when darwin booting then you can select which partition to boot. To boot windows select first partition, and to boot whic Mac select partition no. 4. That's all I do to dual boot XP and MAc in PC. Please note that this only works with Windows XP, and some PC hardware will have different results.

And also note that this article is for learning purpose only and I'm not suggest you to do piracy with Mac. If you love Mac then buy the real Mac if you can.

OK that's all for now and Good Luck. Fell free for comment....

Read More..

Friday, January 02, 2009

Happy 2009







this my first post in new year..
and by the way this blog is not dead, I'm still alive, I'm just busy with my final assignment and some task.
Well, I hope this year will be better and more colorful..
Happy 2009...!!!!

Read More..

Thursday, September 11, 2008

Simple Java Encryptor and Decryptor


Well, glad to be here again, posting again, and sharing again. This time I want to share a simple java encrypt and decrypt application. Well, I'm not the one who write the code from scratch. This application was a modification of javaencryptor from sourceforge.org, I designed the UI in Netbeans,which I think better then the original one (but, I'm sure You can do better). This application use DES algorithm to encrypt and decrypt, and this is one of Password Based Encryption (PBE) application. Perfect for encrypt (almost, maybe) all type of files. It's suitable for beginner java programmer (like me, of course) to learn more about java cryptography. You can get it here PBEDes or in Download box.
Well, I think that's all I can write this time, and maybe this blog will be left fo a while, because I'm concentrating on my final assignment now, for my graduation.
So if any comments or suggestions, just write in comments...
feel free to be creative..

Read More..

Monday, August 18, 2008

Happy Independence Day Indonesia

Read More..