Jump to content
1 post in this topic

Recommended Posts

I'm trying to setup a Chameleon boot loader using this guide

 

http://www.insanelymac.com/2009/04/how-to-...ameleon-20-rc1/

 

I have post my terminal session can anyone tell me where I'm going wrong? I'm new to osx

 

I added the cd i386 as the first command would not work until I changed directory to i386

 

 

Last login: Thu Oct 22 21:38:53 on ttys000

jeffs-macpro31:~ jeff$ MOUNT

/dev/disk0s1 on / (hfs, local, journaled)

devfs on /dev (devfs, local)

fdesc on /dev (fdesc, union)

map -hosts on /net (autofs, automounted)

map auto_home on /home (autofs, automounted)

/dev/disk2s2 on /Volumes/Mac (hfs, local, nodev, nosuid, read-only, noowners)

/dev/disk1s2 on /Volumes/iDeneb v1.6 10.5.8 Lite Edition (hfs, local, nodev, nosuid, read-only, noowners)

jeffs-macpro31:~ jeff$ ls

Chameleon-2.0-RC1-r431-bin Movies

Chameleon-2.0-RC3-r658-bin Music

Desktop Pictures

Documents Public

Downloads Send Registration

Library Sites

jeffs-macpro31:~ jeff$ cd Chameleon-2.0-RC1-r431-bin

jeffs-macpro31:Chameleon-2.0-RC1-r431-bin jeff$ sudo -s

bash-3.2# whoami

root

bash-3.2# fdisk -f boot0 -u -y /dev/rdisk0

fdisk: could not open MBR file boot0: No such file or directory

bash-3.2# cd i386

bash-3.2# fdisk -f boot0 -u -y /dev/rdisk0

bash-3.2# dd if=boot1h of=/dev/rdisk0s2

dd: /dev/rdisk0s2: Operation not supported

bash-3.2#

Link to comment
https://www.insanelymac.com/forum/topic/193516-chameleon-2-rc1/
Share on other sites

×
×
  • Create New...