Author Topic: Windows always starts!  (Read 2229 times)

0 Members and 1 Guest are viewing this topic.

thebigbrainman

  • Entrant
  • Posts: 1
Windows always starts!
« on: June 24, 2011, 06:20:05 PM »
Hi Community!

Today I installed iAtkos v7 on my windows 7 ultimate 64 bit pc. After installation I restarted the PC, the Cameleon bootloader appears and everything works in the Mac OS X system. But then i inserted the windows boot CD to repair the system (for dual boot) and restarted the machine again. Since that Windows always starts when i switch on the computer and the Cameleon Bootloader never appears. It just says: "boot0: done" .

spalek83

  • Member
  • Posts: 35
Re: Windows always starts!
« Reply #1 on: June 25, 2011, 12:24:19 AM »
The partition Chameleon is installed on needs to be set to active for it to be booted to first. When you used the windows boot dvd to repair, assuming you did what I think you did, it repaired the bootloader, and changed which partition is marked as active(making windows partiton active and chameleon partition not)... assuming windows and chameleon were on different partitions of the same hard drive.
« Last Edit: June 25, 2011, 12:26:08 AM by spalek83 »
10.7 + Win 7 + Ubuntu
SyncMaster 2433BW ~ GA-P55M-UD4 ~ i7 860 ~ GTS 250 ~ SAMSUNG HD103UJ/1TB

angeldust_atlas

  • Entrant
  • Posts: 3
Re: Windows always starts!
« Reply #2 on: July 06, 2011, 02:04:46 PM »
Yes, you have to make OSX partition active.
Use "fdisk" on OSX or "diskpart" on Windows7 or Win DVD recovery console.

Code: [Select]
fdisk /dev/rdisk0 (will show first HDD, asterix marks active partition)
Code: [Select]
fdisk -e /dev/rdisk0 (to edit, type "p" to print current state, type "f 1" to mark 1 partition active, type "w" to write, "q" to quit)
Info here: http://ss64.com/osx/fdisk.html

Code: [Select]
diskpart
list disk
select disk=0
detail disk
select partition=1 (or 2)
detail partition
active
exit
Info here: http://ss64.com/nt/diskpart.html
http://support.microsoft.com/kb/300415