'2010/01'에 해당되는 글 4건
- 2010.01.21 Snow Leopard 설치
- 2010.01.15 omnia에 android 설치
- 2010.01.15 pda rom dump
- 2010.01.15 ubuntu 9.10 desktop을 microsoft virtual pc 2007에 설치하기
Snow Leopard 설치
카테고리 없음 2010. 1. 21. 19:27
- RebelEFI CD 준비
- Retail DVD 준비 (사용되지 않음)
- Snow_Leopard_10.6.1-10.6.2_SSE2_SSE3_Intel_AMD_by_Hazard 사용
- 부팅 후 설치
- 디스크 파티션
- 설치완료후 재부팅 안되면 RebelEFI사용 부팅
- 드라이버 설치
- Attansic L1 설치
- IP 잡아줌
- Sound 설치
- 8600 GT EFI String 생성후 삽입
- /Library/Preferences/SystemConfiguration/com.apple.Boot.plist
- AppleTyMCEDriver 제거
- 그후 Network이 안됨 –_-;;
- Attansic L1 설치
DSDT
DSDT GUI Patcher : dsdt.aml 생성
- “myHack_Installer_1.0_RC4.1_r55.mpkg”를 사용해서 USB 메모리에 boot loader 설치
- AHCIPortInjector
- AppleIntelPIIXATA
- AttansicL1eEthernet
- 필요없을듯 L1임 L1e가 아님
- fakesmc
- FramebufferDisabler
- IOATAFamily
- JMicronATA
- NullCPUPowerManagement
- OpenHaltRestart
- PlatformUUID
- 자동으로 Extensions.mkext 생성됨
- “DSDT Patcher GUI”를 사용해서 dsdt.aml 생성
- 프로그램의 sub folder인 “session”에 생성됨
- dsdt.aml을 boot usb 메모리에 설치
- /USB/Extra
- usb memory로 부팅
- Retail DVD or USB 메모리 지정
- MBR을 사용할수있게하는 뭔가를 반영함
- // IDE HDD를 사용가능하게 하는 뭔가를 반영함
- // IOATAFamily.kext 인듯?
- 부팅
- 설치
- 재부팅
- usb memory로 부팅
- 설치된 HDD 선택
- 커널로딩
- Sleep으로 안들어가게 전원관리에서 설정
- 다시 myHack_Install를 사용해서 boot loader설치와 필요한 kext를 설치
- AHCIPortInjector
- AppleIntelPIIXATA
- fakesmc
- IOATAFamily
- JMicronATA
- NullCPUPowerManagement
- OpenHaltRestart
- PlatformUUID
- 자동으로 Extensions.mkext 생성됨
- Network kext 설치
- AttansicL1Ethernet.pkg
- /OSX/Extra/Extensions 로 이동 or 복사
- /OSX/Extra/Extensions.mkext update
- chown –R 0:0 /Extra
- chmod –R 755 /Extra
- kextcache –v 1 –a i386 –a x86_64 –m /Extra/Extensions.mkext /Extra/Extensions
- Sound kext 설치
- ALC883.pkg X
- 설치했더니 관련 kext가 한 3개쯤 되는것같아서 아직 안옮김
- GigabyteALC883.kext
- GigabyteALC883autoHP.kext
- GigabyteALC8836CH.kext
- ALC883Audio.mpkg X
omnia에 android 설치
Computing 2010. 1. 15. 11:03
'Computing' 카테고리의 다른 글
android kernel build for samsung omnia (0) | 2010.02.04 |
---|---|
Windows Mobile / DirectShow / SampleGrabber (0) | 2010.02.04 |
pda rom dump (0) | 2010.01.15 |
ubuntu 9.10 desktop을 microsoft virtual pc 2007에 설치하기 (0) | 2010.01.15 |
SATA2하드의 SATA1설정 (0) | 2009.11.13 |
pda rom dump
Computing 2010. 1. 15. 11:02
http://www.mymits.net/zboard/zboard.php?id=free&no=20430
http://www.mymits.net/zboard/zboard.php?id=lecture&no=2268
http://wiki.xda-developers.com/index.php?pagename=Hermes_HowtoDumpRom
'Computing' 카테고리의 다른 글
Windows Mobile / DirectShow / SampleGrabber (0) | 2010.02.04 |
---|---|
omnia에 android 설치 (0) | 2010.01.15 |
ubuntu 9.10 desktop을 microsoft virtual pc 2007에 설치하기 (0) | 2010.01.15 |
SATA2하드의 SATA1설정 (0) | 2009.11.13 |
Windows 7, APIs (1) | 2009.11.03 |
ubuntu 9.10 desktop을 microsoft virtual pc 2007에 설치하기
Computing 2010. 1. 15. 11:01
1. torrent를 통해서 받은 이미지는 에러가 난다 (cound not find kernel image)
2. display resolution이 800x600으로 고정되어있다.
virtual pc는 S3 Trio gfx card를 에뮬레이트 한단다.
그래서 grup config에다가 한줄 추가해줘야되는데
/etc/default/grub
GRUB_CMDLINE_LINUX="vga=791 s3fb.mode_option=1024x768-16"
그리고나서
sudo update-grub
그리고 reboot
그랬더니 console은 1024x768로 나오는데 정작 gdm은 그대로 800x600이다. 쩝
결국 해결안되서 VirtualBox로 이동… ㅜ.ㅜ
'Computing' 카테고리의 다른 글
omnia에 android 설치 (0) | 2010.01.15 |
---|---|
pda rom dump (0) | 2010.01.15 |
SATA2하드의 SATA1설정 (0) | 2009.11.13 |
Windows 7, APIs (1) | 2009.11.03 |
ffmpeg의 apiexample을 사용한 mpeg encoding 방법 (0) | 2009.10.04 |