Windows Vista SP1 May Not Install on Linux Dual Boot Systems Windows Vista的SP1可能不會安裝Linux的雙啟動系統

With帶有 mass distribution of Windows Vista SP1 around the corner質量分佈的Windows Vista SP1的每個角落 , but it seems like Microsoft now facing another hiccup. ,但似乎微軟現在面臨著另一個打嗝。 Microsoft recently acknowledges that users running a dual-boot system with Windows Vista Enterprise or Ultimate edition together with a Linux distro, and have installed the Linux bootloader into the MBR, will face problem or failure when installing the service pack.微軟最近承認,用戶運行的是雙啟動系統, Windows Vista企業版或終極版一起發行Linux操作系統,並且已經安裝了Linux的引導到膜生物反應器,將面臨的問題或失敗時,安裝Service Pack 。

The conflict happens because one of the prerequisite update for Windows Vista SP1,衝突的發生是因為一個先決條件更新為Windows Vista SP1中, KB935509 , contains an update to the Windows Vista boot loader, and when upgrading to Windows Vista SP1, the original system’s bootloader on system with BitLocker encrypted drive or encrypted boot partion, may have been replaced by open source bootloaders such as GRUB or LILO when installing Linux to dual boot with Windows Vista. ,包含一個更新的Windows Vista的啟動加載器,當升級到Windows Vista SP1中,原來的系統的引導系統與BitLocker的加密機或加密分區啟動,可能已被取代開源bootloaders ,如蠐螬或lilo時安裝Linux的雙啟動的Windows Vista 。

Meanwhile, KB935509 contains an update to the BitLocker feature, which must ensure data integrity when updating.與此同時, KB935509包含了更新BitLocker的功能,它必須確保數據的完整性,當更新。 Thus, after entering BitLocker PIN, BitLocker update performs a “chain of trust” integrity check on everything from the system’s boot sequence, onboard TPM chip, the MBR (Master Boot Record) and into the operating system itself.因此,在進入BitLocker的密碼, BitLocker的更新執行“信任鏈”完整性檢查,從該系統的啟動順序,內建TPM芯片,的MBR (主引導記錄)和進入操作系統本身。 When the MBR’s bootloader been replaced with LILO or GRUB in the case of dualbooting with Linux, the integrity checks will fail and the update will abort and stop, indirectly preventing SP1 from been installed.當MBR中的引導取代星際或蠐螬的情況下dualbooting與Linux的完整性檢查會失敗,並更新將中止,停止,防止SP1的間接從已安裝完畢。 Worse, on an encrypted boot partition, the system may not boot.更糟糕的是,在一個加密的分區,系統可能無法啟動。

Luckily, BitLocker is a feature for only Windows Vista Ultimate and Enterprise editions.幸運的是, BitLocker是一個功能只有Windows Vista旗艦版和企業版。 So different editions of Windows Vista which doesn’t support BitLocker feature will not be affected, as KB935509 is not required to be installed.因此,不同版本的Windows Vista不支持BitLocker的功能將不會受到影響,因為KB935509並不需要安裝。 APC裝甲運兵車 also listed several workarounds that dual-boot system users can do to avoid such problems:還列出了一些替代雙開機系統用戶可以做,以避免此類問題:

  • If the Linux and Vista partitions are installed on the same hard drive,restore the Vista MBR, either using the Vista recovery DVD or using the MBR reinstall feature contained within EasyBCD, before installing SP1.如果Linux和Vista的分區安裝在同一硬盤驅動器,恢復Vista的膜生物反應器,或者使用Vista的DVD或回收利用膜生物反應器安裝功能包含在EasyBCD ,在安裝SP1 。
  • If the operating systems are on different hard drives, simply change the drive boot order in the BIOS to point to the disk containing Vista first, thus bypassing the Linux bootloader on the primary disk.如果作業系統是在不同的硬盤驅動器,只需更改驅動器啟動順序在BIOS指向磁盤載Vista的第一,從而繞過了Linux引導程序的主要磁盤。
  • The best choice of course, is to install Linux to dualboot with Windows Vista only after installing SP1.最好的選擇當然是要安裝Linux的dualboot與Windows Vista只有在安裝SP1 。

IMPORTANT : You're reading a machine translated page which is provided "as is" without warranty. 重要:您正在閱讀的機器翻譯網頁這是“原樣”提供,無保修。 Unlike human translation, machine translation does not understand the grammar, semantics, syntax, idioms of natural language, thus often produce inaccurate and low quality text which is misleading and incomprehensible.不同人的翻譯,機器翻譯不明白的語法,語義,句法,成語自然語言,因此,往往產生不準確,低質量的文字這是誤導和費解。 Thus, please refer to因此,請參閱 original English article英文原文的文章 when in doubt.當懷疑。



5 Responses to “Windows Vista SP1 May Not Install on Linux Dual Boot Systems”五反應“的Windows Vista SP1的可能無法安裝Linux的雙啟動系統”

  1. Ryan瑞安
    April 15th, 2008 09:55 2008年四月15號9點55分
    1

    I’ve been running vista sp1 / ubuntu for months now.我一直在運行Vista SP1中/ Ubuntu的為幾個月。 It works just fine.它只是罰款。

  2. admin管理員
    April 15th, 2008 10:16 2008年四月15號10:16
    2

    Did you install Vista SP1 before or after Ubuntu?你安裝Vista SP1的前或後Ubuntu的? Or you’re using integrated Vista SP1?或者您使用的是集成Vista的SP1的?

  3. Mike邁克
    April 15th, 2008 16:04 2008年四月15號16:04
    3

    So im running Ubuntu and Vista on my Laptop, and after the upgrade, it wiped my GRUB so I couldnt boot into Ubuntu, the fix:因此,免疫運行Ubuntu和Vista在我的筆記本電腦,並在升級後,它僅毀掉我的蠐螬,所以我couldnt啟動到Ubuntu的,該修補程序:

    Get your live cd out, and boot into it.讓您的生活了裁談會,並啟動了。 Open up the terminal and type:開放碼頭和類型:

    sudo grub
    root (hd0,0)
    setup (hd0)

    Then you should be able to see the boot loader the next time you boot from the hard disk.然後,你應該可以看到開機載入下次您啟動硬盤。

    another problem i ran into was that the install messed up my partitions and my menu.lst file had the wrong partitions to boot to…另一個問題我跑成是,安裝搞砸我的分區和我的menu.lst文件有錯誤的分區啟動到...

    sudo gedit /boot/grub/menu.lst

  4. Gus格斯
    September 22nd, 2008 09:27 2008年9月22號9時27分
    4

    Hi Mike!您好邁克!

    Can you teach me how to dual-boot windows(inspirat2) and linux ubuntu v5.1(something).你能教我如何雙啟動Windows ( inspirat2 )和Linux Ubuntu的內容的(東西) 。

    It cannot be setup in the Windows OS..它不能安裝在Windows操作系統.. so i did was I boot the Linux CD..所以我也是我啟動的Linux光盤.. then after that, it makes you choose: type: “server”; then the other one is press enter to install.之後,它會讓你選擇:類型: “服務器” ,然後另一個是記者進入安裝。

    The prob is, how to partition the drive.的概率是,如何分區的驅動器。 I have only one HDD(40 Gb) then, I partitioned it to我只有一個硬盤( 40千兆) ,然後,我給分割

  5. Gus格斯
    September 22nd, 2008 09:32 2008年9月22號09:32
    5

    Hi Mike!您好邁克!

    Can you teach me how to dual-boot windows(inspirat2) and linux ubuntu v5.1(something).你能教我如何雙啟動Windows ( inspirat2 )和Linux Ubuntu的內容的(東西) 。

    It cannot be setup in the Windows OS..它不能安裝在Windows操作系統.. so i did was I boot the Linux CD..所以我也是我啟動的Linux光盤.. then after that, it makes you choose: type: “server”; then the other one is press enter to install.之後,它會讓你選擇:類型: “服務器” ,然後另一個是記者進入安裝。

    The prob is, how to partition the drive.的概率是,如何分區的驅動器。 I have only one HDD(40 Gb) then, I partitioned it by: 2gb (FREE),我只有一個硬盤( 40個千兆) ,然後,我分割它的: 2GB的(免費) ,
    19gb for storage, 19gb for my WinXP(Inspirat2) then excess 8mb. 19gb ,為儲存, 19gb我的WinXP ( Inspirat2 ) ,然後超過8兆。

    I’d made a 2gb partition because I planned to use it for Linux OS..我想了2GB的分區,因為我打算利用它的Linux操作系統.. but I dont know how to partition it using linux ubuntu v5.1…但我不知道如何分割它使用Linux Ubuntu的內容的...

Leave a Reply留下一個回复

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> 您可以使用這些標籤: href="" title="">的<a <abbr title=""> <acronym title="">的<b> <blockquote cite=""> <cite>的<code> “刪除日期時間= “ ” “的<em> <i> <q cite=""> <strike>的<strong>

Subscribe to comments feature has been disabled. 訂閱評論功能已被禁用。 To receive notification of latest comments posted, subscribe to 收到通知的最新評論張貼,訂閱 Tip and Trick Comments RSS feed 提示和詭計評論RSS種子 or register to receive 接收登記 new comments in daily email digest. 中新評論的電子郵件,每天消化。
Custom Search

Incoming Search Terms for the Article收到的搜索字詞的文章

vista sp1 dual boot Vista的SP1的雙重開機 - - windows 窗口 - - vista sp1 Vista的SP1的 - - vista loader 維斯塔裝載機 - - dual boot vista sp1 雙啟動Vista的SP1的 - - Vista Recovery Disk Vista的恢復磁盤 - - Direct Download Link for Vista SP1 直接下載連結為Vista SP1的 - - easybcd vista sp1 fails easybcd維斯塔SP1的失敗 - - vista bootloader sp1 fails 維斯塔引導SP1的失敗 - - vista ultimate sp1 dual boot problem Vista Ultimate的SP1的雙啟動問題 - - vista linux dual-boot 2008 維斯塔Linux的雙啟動2008年 - - sp1 SP1的 - - vista sp dual boot 維斯塔屬雙啟動 - - vista sp1 fix mbr SP1的修補程序維斯塔膜生物反應器 - - encrypted master boot record bit locker vista sp1 加密主引導記錄位Vista的SP1的更衣室 - - service pack vista boot loader Vista的服務包開機載入器 - - vista sp1 dualboot Vista的SP1的dualboot - - mBR 膜生物反應器 - - sp1 dual boot SP1的雙重開機 - - vista sp1 linux dual boot 維斯塔SP1的Linux雙啟動 - - bitlocker vista sp1 grub Vista的SP1的BitLocker的蠐螬 - - all 全部 - - vista enterprice dual boot 維斯塔enterprice雙啟動 - - +dual boot +"vista sp1" +雙啟動+ “維斯塔SP1的” - - mbr vista activation 膜生物反應器Vista激活 - - restore vista mbr after linux installation 恢復後的前景膜生物反應器Linux安裝 - - bios simulate vista & grub BIOS的模擬境界和蠐螬 - - microsoft sp3 rc2 failure to boot 微軟SP3的RC2中未能啟動 - - "Vista SP1" partition Linux GRUB “ Vista的SP1的”分區Linux的蠐螬 - - fix mbr after linux install dual boot vista 膜生物反應器修復後Linux安裝雙啟動維斯塔 - - windows vista sp1 dual boot Windows Vista的SP1的雙重開機 - - vista sp1 usb boot Vista的SP1的USB接口啟動 - - bitlocker BitLocker的 - - install linux into vista bootloader 安裝Linux到Vista引導 - - recover mbr vista activation 恢復Vista激活器 - - vista sp1 MBR restore Vista的SP1的膜生物反應器恢復 - - fix Vista SP1 dual boot 修復Vista的SP1的雙重開機 - - restore vista after installing linux 恢復後的前景安裝Linux - - install sp1 on boot loader edition 安裝SP1的啟動加載器版 - - Windows Vista SP1 Linux Boot Windows Vista的SP1的Linux啟動 - - sp1 prerequisite SP1的先決條件 - - after linux vista will not install Linux的前景後,將不會安裝 - - dual boot sp1 vista 雙啟動SP1的維斯塔 - - windows vista linux conflict Windows Vista的Linux的衝突 - - linux Linux操作系統 - - windows vista sp1 activator Windows Vista的SP1的激活 - - when install crack activation vista problem with MBR 當裂紋激活安裝Vista的問題與膜生物反應器 - - FREE UPDATE WINDOWS VISTA BIOS ACTIVATOR 免費升級的Windows Vista的BIOS激活 - - windows is unable to log on because of windows license windows是無法登錄,因為Windows授權 - - vista and activation and sp1 and mbr Vista和活化和SP1和膜生物反應器 - -