Archive

Posts Tagged ‘apple’

How To: Dualboot Mac (iATKOS v7) and Linux (Ubuntu 9.10) on a PC

I have seen lots and lots of tutorials on this, but none of them worked for me as it was never explained well. Now I did this and I am booting Ubuntu 9.10 and Mac (iAKTOS v7) fine. So I have the right and responsibility to publish this. :)

Step 1:

Now the first step will be downloading the image for Mac. I used iATKOS v7 as it was the first one I found while I was searching for it. So if you don’t want to take your effort and search it, just download it from here.

Magnet URL :( magnet link)

If the above link is not working – copy This ->

magnet:?xt=urn:btih:ce66138e8e39b9f42377002d879a485d62cabd33&dn=iATKOS_v7&tr=http%3A%2F%2Fdenis.stalker.h3q.com%3A6969%2Fannounce

Step 2:

After download completes, just  burn it to a disk. (The disk will be bootable)

Step 3:

Now you will have to create a primary partition and assign  boot flag to the partition. But creating a primary partition will defer according to the OS you are using, but basically it all are the same.

So If you are using

Windows 7 or Windows Vista

Right click My computer and select manage. Then select disk management under Storage. Now check if you have a free primary partition already. You won’t be having it in most cases. So you are going to create it now. First make a free space around 15 GB in any of the primary partitions, and Shrink the volume with free space to get a free unallocated partition of ~15GB. Then you create a new primary partition with Quick-format option and Compression enabled. Give it a proper Label, so that you will easily recognize it while installing MAC. Now right click it and make that partition Active.

Any Linux

Install GParted. Open it. Then create a primary partition with NTFS filesystem. Make it bootable( you can find the option to make it bootable in manage flags option in the right click menu for a partition).

Step 4:

Put the iATKOS v7 DVD in your dvd drive and boot from it. Before pressing “I Agree” just read the whole thing. Its not a copyright info junk. Its the Read Me for iAtkos installation. If you need, just save it by the option given to your hard-disk. Now click I Agree. Now Open the Disk Utilities and then you will find the Mac Os Primary partition you just created from your operating system. Right Click on that and select Erase. In the erasing dialogue box, select file system as Mac extended File system. And now click on erase. After erase completes,  Exit the disk utility from the utility menu which will be there on the left top corner of you monitor. Now you will be able to select the destination. Select it and click on next. Now you will see an advances/ customize button on the left bottom side of the dialogue box. Click it and you will be presented with all the drivers. Most of the systems will work with the default selection, but some does not. Here you will have to be careful. In my opinion, just select the needed drivers from network, and systems. (Only needed drivers). If you have read the I Agree part fully, you will be able to make selection without any confusion. And you may have to select the PS/2 mouse and Keyboard driver from the system drivers sub-menu, or else your keyboard and mouse may not work. Now after making customization just click ok and proceed with install. After the installation completes restart the system. Check if the Mac is working fine. If its not working you might have done something wrong with the driver selection.

By the way, be sure read the Read Me from the I Agree part. This is a must. If you messed up your system, it not my responsibility.Just take your time and read it. Or play with it some time, with all the combination of the driver sections. Now I will tell you about the Dual Boot Part.

Step 5:

This is the easiest part. Just boot into a Ubuntu 9.10 live Cd/DvD. Mount the partition with Linux installation.

Your Ubuntu partition is now mounted. You will need to use the Terminal.

Double check if your partition is correct.

mount | tail -1

You will see an output similar to this:

/dev/sda2 on /media/0d104aff-ec8c-44c8-b811-92b993823444 type ext4 (rw,nosuid,nodev,uhelper=devkit)

Use Tab Completion in Terminal to complete the path.

To make sure this is indeed the Ubuntu boot partition, run ls /media/0d104aff-ec8c-44c8-b811-92b993823444/boot, substituting 0d104aff-ec8c-44c8-b811-92b993823444 with your volume’s UUID from before, which should output something like this:

config-2.6.18-3-686      initrd.img-2.6.18-3-686.bak  System.map-2.6.18-3-686
grub                     lost+found                   vmlinuz-2.6.18-3-686
initrd.img-2.6.18-3-686  memtest86+.bin



If what you have is not similar, unmount it and try another partition.

Now that everything is mounted, we just need to reinstall GRUB by specifying the correct directory and the correct drive name:

sudo grub-install --root-directory=/media/0d104aff-ec8c-44c8-b811-92b993823444 /dev/sda

If you get BIOS warnings try:

sudo grub-install --root-directory=/media/0d104aff-ec8c-44c8-b811-92b993823444 /dev/sda --recheck

IconsPage/warning.png Replace /dev/sda with the location you want to install GRUB on.

If all went well, you should see something like this:

Installation finished. No error reported.
This is the contents of the device map /boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.

(hd0)   /dev/sda

Now in terminal, just type,

 sudo update-grub

If you see your Mac OS Partition label in the output, its ok. Now if you reboot , Mac will load.

But still again if Mac doesn’t load don’t panic. We have one more way to do this.

Download This File: PC_EFI_v80

Extract it, and copy the boot_v8 file to/boot, use this command to do that,

sudo cp /pc_efi_v80/boot_v8 /boot

Now again enter the command:

sudo update-grub

Now reboot the system, while shutting down, remove the live CD, and press enter.( You will be asked to do so, so do it!)

Now there will be an option to boot from MAC if you done all the Steps in this guide.

Step 6:

Boot From MAC ;-)

Comments, feel free to ask any doubts and put any comments unless its spam. :D

Use Tab Completion in Terminal to complete the path.

To make sure this is indeed the Ubuntu boot partition, run ls /media/0d104aff-ec8c-44c8-b811-92b993823444/boot, substituting 0d104aff-ec8c-44c8-b811-92b993823444 with your volume’s UUID from before, which should output something like this:

config-2.6.18-3-686      initrd.img-2.6.18-3-686.bak  System.map-2.6.18-3-686
grub                     lost+found                   vmlinuz-2.6.18-3-686
initrd.img-2.6.18-3-686  memtest86+.bin

If what you have is not similar, unmount it and try another partition.

Now that everything is mounted, we just need to reinstall GRUB by specifying the correct directory and the correct drive name:

sudo grub-install --root-directory=/media/0d104aff-ec8c-44c8-b811-92b993823444 /dev/sda

If you get BIOS warnings try:

sudo grub-install --root-directory=/media/0d104aff-ec8c-44c8-b811-92b993823444 /dev/sda --recheck

IconsPage/warning.png Replace /dev/sda with the location you want to install GRUB on.

If all went well, you should see something like this:

Installation finished. No error reported.
This is the contents of the device map /boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.

(hd0)   /dev/sda

How To: Sync Ipod or IPhone in Ubuntu or in any Linux Using Itunes

Well first let me make it clear that, I am not using wine or any other syncing tools for Linux. I am actually using Virtual Box.

So First install the non GPL version of Virtual Boz in you linux. Then just install Windows Xp in this Virtual Box. You can read the article for setting up Virtual Box Here.

After setting up windows XP properly install itunes 8.2. You can download Itunes 8.2 from here.

Then Plugin your Ipod or Iphone to your system. Then for your guest to recognize the ipod/iphone you will have to make a change in the Virtual Box. In the virtual box guest window frame, You can see a USB icon. See the Pic below.

Right Click that icon and select the ipod/iphone Now If you open the itunes in The guest OS you will see the Ipod/Iphone is connected status.

Now if you need all the Music /  Video / Picture files to be accessed by from Windows XP, you need to create the shared folder in Virtual Box settings. For this select the Devices and Shared Folders from the top menu in the Guest Window. Then add the Muic/Video/Picture folder there.

Now for the ease of use, you can map these as network drives. For this Just right click on the “My Computer” in Windows XP and select Map Network Drive, and then browse to the shared “vboxsvr” folders. Also select a suitable Drive name. Now you can see you favorite media folders as Drives in your My Computer.

If you have done till this, you can just use the iTunes as you were using it in the Windows Machine.

How To: Boot into SafeMode in Mac

For troubleshooting purposes it is the best idea to boot into Safemode. In Mac you can boot into safemode by pressing and holding the shift key while the system is booting up. It will turn off all nonessential system-software nubbins in an effort to get a sick machine at least powered up.

It can come in handy when you’ve just installed some new piece of software and find that you can’t even start up the machine, or when one of your fonts is corrupted, or when something you’ve designated as a Login Item turns out to be gumming up the works. With this trick, you can at least turn on the computer so that you can uninstall the cranky program.The trick is to press the Shift key as the machine is starting up. Hold it down from the startup chime until you see the words “Safe Boot,” in red lettering, on the login screen.

Categories: Tips 'n' Tricks Tags: , ,

Apple offers free Hard Drive Replacement For MacBooks Bought Between 2006 – 2007

Apple has confirmed that there are chances that hard drives may fail which were used in MacBook systems, sold between approximately May 2006 and December 2007. So if you bought your MacBooks between 2006 and 2007 could be eligible for a free hard drive replacement.

Apple says,

If your MacBook was purchased in the date range listed above and shows a flashing question mark on the screen, please take it to Apple or an Apple Authorized Service Provider and they will examine the hard drive to confirm if it is eligible for a replacement, free of charge, under this program.

The offer is open until August the 15th of this year, or three years after the MacBook was purchased.

via: [LifeHacker]

Categories: Computer, General Tags: ,

Symbian OS new version comes

Symbian now have a new version. All these days iPhone and Android devs were all over the news, doing something and Symbian & Nokia people were standing by just watching whats going on. The wait is over today as the newest verion of Symbian was revealed at the Mobile World Conference in Barcelona, Spain. Well this is not the only good news. The good news is the features of this new operating system.

  • UI that’s three times faster.
  • UI which runs at a super smooth 60fps.
  • Better multitasking.
  • Added support for multitouch on capacitive screens.
  • Integrated online music store support.
  • HDMI output capabilities at full HD (1080p) resolution.
  • A new graphics architecture which takes advantage of hardware acceleration.

All these feature may make symbian to match up with the iPhone Os and Android. The latest version is named Symbian^3, or S^3 for short and is expected to be completed by the end of March. The first devices featuring S^3 should start shipping from Nokia in the third quarter of this year.

See the video by Nokia here:

Categories: Mobiles Tags: , , , , ,

Access Home Computer From Office via Internet

Step 1. Install the VNC server.

Windows users: TightVNC is free Windows VNC server and client software. TightVNC is a nice choice because it also allows for file transfers and high compression levels for slow connections. Download TightVNC from here and run the installation on your home computer. Start the server, and set a password for incoming connections.

TightVNC can be set to run as a Windows service, which means your Windows usernames and passwords can be used to authenticate on the VNC server connection. Be sure all your Windows passwords are set and strong, and that any passwordless guest accounts are disabled.

Mac users: OSXvnc is a free Mac VNC server. Download, install, set up a password and start the server.

If your VNC server is connected directly to the Internet, it is now listening for Internet requests on port 5900, VNC’s default port (which is also configurable). Visit WhatIsMyIP from your home computer to determine its IP address and write it down.

Step 2. Install the VNC client.

On the remote Windows computer, also download and install TightVNC, but this time, start the viewer, NOT the server. If you’re on a Mac, download the free Chicken of the VNC Mac viewer to connect to your home PC. Enter your home computer’s IP address and password to connect.

Here’s a screengrab of a VNC connection to my Windows PC from my Mac. Click on the image to see a larger version.

And that’s that! You’re virtually sitting at your home desktop from anywhere in the world.

A few extra VNC tips to chew on:

  • For slower network connections, set the compression to “best.” The window image quality will be lower, but the connection response will be snappier.
  • Bring a VNC viewer with you on a USB memory stick so you don’t have to download and install on every computer you want to use to connect to your server.
  • Avoid having to install a server on Mom’s computer; email her the 166K self-extracting SingleClick UltraVNC server for your next tech support phone session. More on SingleClick in an upcoming Lifehacker feature.

FOOTNOTES:
[1] LogMeIn is a web-based application that also provides this remote desktop control and may be a better option for some folks. I prefer VNC because it’s more of a challenge and doesn’t require third party intervention.

[2] If your home computer is behind a home network router with a firewall, remote computers will not be able to connect. You must open up a port on your router’s firewall and forward requests to it to your computer.

[3] Alternately, you can enter your home computer’s domain name. For setting Up a Hostname For your computer You can use the free service of DynDNS.

Credits:[LifeHacker]