How to start Oracle Solaris 11 Express build 151a installed on the secondary HDD with the Windows Boot Manager

| コメント(0) | トラックバック(0)

The quintessence is to make a few modifications on the first 512 bytes of the boot record copied with dd, which is a common Unix program. For example, therefore, something like a binary editor such as bvi may be necessary. I also referred to the helpful website, Nobusan's Square, which was written in Japanese, so I'd like to translate and introduce a part of the main points. The URL is given below.
http://www37.tok2.com/home/nobusan/

1. After starting Oracle Solaris 11 installed on the secondary HDD, the first 512 bytes of the boot record need copying. The command lines to confirm the partition table and copy the blocks are given below.

# prtpart /dev/rdsk/c7d0p0 -ldevs

Screenshot201001        Figure 1  /dev/rdsk/c7d0p0

# prtpart /dev/rdsk/c9d0p0 -ldevs

Screenshot201002        Figure 2  /dev/rdsk/c9d0p0

# dd if=/dev/dsk/c9d0p3 of=osol.bin bs=512 count=1

2. According to the above website, we modify osol.bin, which is the first 512 bytes of the boot record copied with dd. We substantially make alterations in the first 6 bytes of the file, osol.bin. I specifically say I needed to change the 1st byte EB into B2, the 2nd byte 48 into 81, the 3rd byte 90 into EB, the 4th byte 00 into 46, which was the number we could obtain when subtracting 2 from the 2nd byte 48, the 5th byte 00 into 90, and the 6th byte 00 into 90. The example to make an amendment is given below.

Screenshot201003       Figure 3 Before Alteration of osol.bin

Screenshot201004       Figure 4 After Alteration of osol.bin

3. We need to rewrite menu.lst in grub not to request the secondary loader on the primary HDD but on the secondary HDD. To put it concretely, I needed to change the line findroot(pool_rpool,1,a) into root (hd1,2,a), which was the partition where I installed Oracle Solaris 11. The example is given below.

Screenshot201005           Figure 5  menu.lst

4. We copy osol.bin in the FAT32 partition, and then in the root directory on Windows C drive. Next we use Windows console which requires administrative privilege. The command lines are given below.

> bcdedit /copy {ntldr} /d "OracleSolaris"
> bcdedit /set {GUID} device partition=C:
> bcdedit /set {GUID} path \osol.bin
> bcdedit /displayorder {GUID} /addlast

5. Now we can start Oracle Solaris 11 with the windows boot manager.

Finally I am happy to assist you in starting Oracle Solaris 11 Express build 151a installed on the secondary HDD with the windows boot manager.

トラックバック(0)

トラックバックURL: http://www.suzuki-labor.com/mt/mt-tb.cgi/3134

コメントする

My Photo
プロフィール!
2016・11・15 改訂
spacer01
rssspacer01foaf
spacer01
atom.xml
spacer01

この記事について

このページは、Suzuki TakashiがDecember 8, 2010 5:05 PMに書いた記事です。

ひとつ前の記事は「設定を継続中、パート15。」です。

次の記事は「問題が溜まっているようだが。」です。

最近のコンテンツはインデックスページで見られます。過去に書かれたものはアーカイブのページで見られます。

August 2023

Sun Mon Tue Wed Thu Fri Sat
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    

Recent Posts

月別 アーカイブ

Workbooks

  • Basic Word List
  • Basic Word List 3rd Edition
  • Samuel C. Brownstein (著), Mitchel Weiner (著), Sharon Weiner Green (著)
  • SAT、GRE用の語彙が2000語以上収録され、2009年4月に4th Editionが出版される。又、Synonym Testが750題、Comprehensive Testが75題付記されている。2005年8月に国内向けの訳本として『最強の英語ボキャブラリー1700語』が出版され、Synonym Testが500題、Comprehensive Testが50題付記されている。
  • 1100 Words You Need to Know
  • 1100 Words You Need to Know 4th Edition
  • Murray Bromberg (著), Melvin Gordon (著)
  • SAT用の語彙が920語、熟語が184語収録され、2008年6月に5th Editionが出版される。Review, 24題で1週分の知識の確認を、Analogy Review, 15~20題で10週分の確認を、Final Review Test, 150題で46週分の確認を行うことになる。1周しただけで定着する程簡単なものではなく、繰り返しが重要なことは他のボキャビル本と同様。音声教材として Wordplay: 550+ Words You Need to Know 2nd Edition が出されており、The Rambling Panthersから始まる7つのドラマに新出語句を散りばめている。
  • Kaplan Word Power
  • Kaplan Word Power 3rd Edition
  • Kaplan (著)
  • SAT、GRE用の語彙が750語収録され、Plug Inの10~15題で1課分の知識の確認を行うことになる。収録語彙の水準は類書よりやや高めで、Plug Inでの設問の尋ね方もやや高度なものになっている。具体的には Fill in the blanks. や Match the word closest to the word that means the opposite. といった形式に苦労した。又、音声教材として Kaplan Word Power (CD) があり、CD2枚の構成になっている。
  • Word Smart
  • Word Smart for the GRE, 2nd Edition
  • Princeton Review (著)
  • GRE用の語彙が678語収録され、Quick Quizは65課あり、6~15題で1課分の知識の確認を、Final Exam Drillの570題で57課分の確認を行うことになる。類書にSAT用のWord Smart、Word Smart Ⅱ等があり、それらを含めて繰り返し訓練するとなると、結構時間が掛かるのは当然だろう。又、音声教材としてSAT用だが The Princeton Review Word Smart CD があり、All or Nothingから始まる14のドラマに228語が散りばめられている。
spacer01

Banner


Bookmark

  • Valid XHTML 1.0 Transitionalspacer01
  • Valid CSS!spacer01
OpenID 対応しています OpenIDについて