About avoiding the error message "Service pack did not install. Reverting changes" when installing Windows Vista SP2 on a dual boot system including OpenSolaris

| コメント(0)

OpenSolaris installs Grub in MBR. Grub in MBR, however, interferes with installing Windows Vista SP2. Normally installing Windows Vista SP2 demands using Windows Boot Manager when we choose an operating system.

Firstly, we need to boot OpenSolaris using Windows Boot Manager. Therefore we confirm Fdisk information for device /dev/rdsk/c3t0d0p0 after installing FSWpart and FSWfsmisc. c3t0d0p0 is an example and dependent on each environment. The command lines are given below.

# prtpart

fdisk_information
      Figure 1  Fdisk Information

# prtpart /dev/rdsk/c3t0d0p0 -ldevs

virtual_device_names
      Figure 2  Virtual Device Names

After confirming a virtual device name of Solaris x86, we create the boot image of the OpenSolaris using the dataset definition. The command line is given below.

# dd if=/dev/rdsk/c3t0d0p3 of=osol.bin bs=512 count=1

After then we copy osol.bin in the directory on FAT32 and Windows C drive. For example, C:\osol.bin.

Next we use Windows console which requires administrative privilege. The command lines are given below.

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

After reboot and the selection of Windows through Grub menu we can boot OpenSolaris using Windows Boot Manager.

windows_boot_manager
      Figure 3  Windows Boot Manager

Secondly, we designate NTFS partition including Windows Vista as an active partition, using for example GParted and so on.

gparted_partition_table
      Figure 4  GParted Partition Table

active_partition
   Figure 5  Active Partition

After then we recover Windows MBR using Vista Recovery Console. The command line is given below.

>bootrec /FixMbr

Thirdly, after installing Windows6.0-KB948465-X86.exe, we have applied Windows Vista SP2 on a dual boot system including OpenSolaris.

Finally, I will be happy to assist you in installing Windows Vista SP2.

コメントする

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

この記事について

このページは、Suzuki TakashiがJune 3, 2009 10:19 AMに書いた記事です。

ひとつ前の記事は「調査を進めて。」です。

次の記事は「のんびりと、パート20。」です。

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

June 2024

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

月別 アーカイブ

OpenID対応しています OpenIDについて