Windows Vista SP1 May Not Install on Linux Dual Boot Systems Windows Vista SP1 no puede instalar Linux en los sistemas de arranque dual

With Con mass distribution of Windows Vista SP1 around the corner distribución masiva de Windows Vista SP1 la vuelta de la esquina , but it seems like Microsoft now facing another hiccup. , Pero parece que Microsoft se enfrenta ahora otro hipo. 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. Microsoft reconoce que recientemente los usuarios que están ejecutando un doble sistema de arranque con Windows Vista Enterprise o Ultimate edición, junto con una distribución Linux, y ha instalado el gestor de arranque de Linux en el MBR, se enfrentarán problema o fallo al instalar el Service Pack.

The conflict happens because one of the prerequisite update for Windows Vista SP1, El conflicto ocurre porque un requisito previo de la actualización para 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. , Contiene una actualización del Windows Vista gestor de arranque, y cuando se actualice a Windows Vista SP1, el sistema original del gestor de arranque con el sistema de cifrado de unidad BitLocker o cifrar partición de arranque, puede haber sido sustituido por el de código abierto, tales como gestores de arranque GRUB o LILO cuando la instalación de Linux para un arranque dual con Windows Vista.

Meanwhile, KB935509 contains an update to the BitLocker feature, which must ensure data integrity when updating. Mientras tanto, KB935509 contiene una actualización de la función BitLocker, que debe velar por la integridad de los datos cuando se actualiza. 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. Por lo tanto, después de entrar en BitLocker PIN, BitLocker actualización realiza una "cadena de confianza" en la comprobación de integridad de todo el sistema de la secuencia de arranque, a bordo de chip TPM, el MBR (Master Boot Record) y en el propio sistema operativo. 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. Cuando el gestor de arranque del MBR sido sustituido con LILO o GRUB en el caso de dualbooting con Linux, la integridad de los controles y la no actualización abortar y detener, de forma indirecta la prevención de SP1 está instalado. Worse, on an encrypted boot partition, the system may not boot. Peor aún, en una partición de arranque encriptado, el sistema puede no arrancar.

Luckily, BitLocker is a feature for only Windows Vista Ultimate and Enterprise editions. Afortunadamente, BitLocker es una característica sólo para Windows Vista Ultimate y Enterprise ediciones. So different editions of Windows Vista which doesn’t support BitLocker feature will not be affected, as KB935509 is not required to be installed. Por lo tanto, diferentes ediciones de Windows Vista que no es compatible con BitLocker característica no se verán afectados, como KB935509 no es necesario que se instalen. APC also listed several workarounds that dual-boot system users can do to avoid such problems: También figuran varias soluciones que arranque dual del sistema los usuarios pueden hacer para evitar estos problemas:

  • 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. Si el Linux y Vista particiones están instalados en el mismo disco duro, restaurar el MBR Vista, ya sea usando el DVD de recuperación de Vista o el uso de reinstalar el MBR característica que figura en EasyBCD, antes de instalar 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. Si los sistemas operativos se encuentran en diferentes unidades de disco duro, simplemente cambiar el orden de arranque de la unidad en el BIOS a punto en el disco que contiene Vista en primer lugar, por lo tanto, evitando el gestor de arranque de Linux en el disco primario.
  • The best choice of course, is to install Linux to dualboot with Windows Vista only after installing SP1. La mejor opción, por supuesto, es instalar Linux para dual con Windows Vista sólo después de instalar SP1.

IMPORTANT : You're reading a machine translated page which is provided "as is" without warranty. IMPORTANTE: Usted está leyendo una máquina traducido la página que se proporciona "TAL CUAL" SIN GARANTÍA. 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. A diferencia de traducción humana, traducción automática no entiende la gramática, la semántica, la sintaxis, modismos de lenguaje natural, por lo tanto, producen a menudo inexactos y baja calidad de texto que es engañosa e incomprensible. Thus, please refer to Por lo tanto, por favor, consulte original English article artículo original Inglés when in doubt. en caso de duda.



5 Responses to “Windows Vista SP1 May Not Install on Linux Dual Boot Systems” 5 Responses to "Service Pack 1 de Windows Vista no puede instalar Linux en sistemas de arranque dual"

  1. Ryan
    April 15th, 2008 09:55 15 de abril, 2008 09:55
    1

    I’ve been running vista sp1 / ubuntu for months now. He estado ejecutando el SP1 de Vista / ubuntu durante meses ahora. It works just fine. Funciona muy bien.

  2. admin
    April 15th, 2008 10:16 15 de abril, 2008 10:16
    2

    Did you install Vista SP1 before or after Ubuntu? ¿Has instalar Vista SP1 antes o después de Ubuntu? Or you’re using integrated Vista SP1? O usted está utilizando integrado Vista SP1?

  3. Mike
    April 15th, 2008 16:04 15 de abril, 2008 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: Por lo tanto, im ejecuta Ubuntu y Vista en mi computadora portátil, y después de la actualización, que limpian mi GRUB por lo que me podía arrancar Ubuntu, la revisión:

    Get your live cd out, and boot into it. Obtenga su Live CD, y arrancar en él. Open up the terminal and type: Abre el terminal y escribe:

    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. Entonces usted debería ser capaz de ver el gestor de arranque la próxima vez que arranque desde el disco duro.

    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… Otro problema que me encontré fue que en la instalación en mal estado las particiones de mi y de mi archivo menu.lst había equivocado a las particiones de arranque para ...

    sudo gedit /boot/grub/menu.lst

  4. Gus
    September 22nd, 2008 09:27 22 de septiembre, 2008 09:27
    4

    Hi Mike! Hola Mike!

    Can you teach me how to dual-boot windows(inspirat2) and linux ubuntu v5.1(something). ¿Puede enseñarme cómo arranque dual Windows (inspirat2) y ubuntu linux V5.1 (algo).

    It cannot be setup in the Windows OS.. No puede ser de configuración en el sistema operativo Windows .. so i did was I boot the Linux CD.. Así que lo hice me fue arrancar el CD de Linux .. then after that, it makes you choose: type: “server”; then the other one is press enter to install. luego, después de eso, te hace elegir: el tipo: "el servidor" y luego la otra es, presione ENTRAR para instalar.

    The prob is, how to partition the drive. El problema es, cómo particionar la unidad. I have only one HDD(40 Gb) then, I partitioned it to Sólo tengo un disco duro (40 Gb), entonces, yo dividido a

  5. Gus
    September 22nd, 2008 09:32 22 de septiembre, 2008 09:32
    5

    Hi Mike! Hola Mike!

    Can you teach me how to dual-boot windows(inspirat2) and linux ubuntu v5.1(something). ¿Puede enseñarme cómo arranque dual Windows (inspirat2) y ubuntu linux V5.1 (algo).

    It cannot be setup in the Windows OS.. No puede ser de configuración en el sistema operativo Windows .. so i did was I boot the Linux CD.. Así que lo hice me fue arrancar el CD de Linux .. then after that, it makes you choose: type: “server”; then the other one is press enter to install. luego, después de eso, te hace elegir: el tipo: "el servidor" y luego la otra es, presione ENTRAR para instalar.

    The prob is, how to partition the drive. El problema es, cómo particionar la unidad. I have only one HDD(40 Gb) then, I partitioned it by: 2gb (FREE), Sólo tengo un disco duro (40 Gb), entonces, yo dividido por: 2GB (FREE),
    19gb for storage, 19gb for my WinXP(Inspirat2) then excess 8mb. 19gb de almacenamiento, 19gb para mi WinXP (Inspirat2) y luego el exceso de 8MB.

    I’d made a 2gb partition because I planned to use it for Linux OS.. Me hizo una partición de 2GB, porque el uso previsto para el sistema operativo Linux .. but I dont know how to partition it using linux ubuntu v5.1… pero Yo no sé cómo particionar usando linux ubuntu v5.1 ...

Leave a Reply Deje un comentario

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> Puede utilizar estos tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q Cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. Suscribirse a los comentarios característica se ha deshabilitado. To receive notification of latest comments posted, subscribe to Para recibir la notificación de últimos comentarios publicados, suscribirse a Tip and Trick Comments RSS feed Sugerencia y truco Comentarios RSS or o register to receive registrarse para recibir new comments in daily email digest. nuevos comentarios en el resumen diario por correo electrónico.
Custom Search

Incoming Search Terms for the Article Términos de búsqueda para el artículo

vista sp1 dual boot Vista SP1 arranque dual - -- windows ventanas - -- vista sp1 Vista SP1 - -- vista loader cargador de vista - -- dual boot vista sp1 arranque dual Vista SP1 - -- Vista Recovery Disk Vista la recuperación de disco - -- Direct Download Link for Vista SP1 Enlace de descarga directa de Vista SP1 - -- easybcd vista sp1 fails easybcd Vista SP1 no - -- vista bootloader sp1 fails Vista SP1 no gestor de arranque - -- vista ultimate sp1 dual boot problem Vista Ultimate SP1 problema de arranque dual - -- vista linux dual-boot 2008 Vista Linux de arranque dual 2008 - -- sp1 SP1 - -- vista sp dual boot Vista sp arranque dual - -- vista sp1 fix mbr Vista SP1 fijar mbr - -- encrypted master boot record bit locker vista sp1 cifrado Master Boot Record armario poco vista SP1 - -- service pack vista boot loader Service Pack de Vista gestor de arranque - -- vista sp1 dualboot Vista SP1 dual - -- mBR MBR - -- sp1 dual boot SP1 de arranque dual - -- vista sp1 linux dual boot Vista SP1 linux arranque dual - -- bitlocker vista sp1 grub BitLocker de Vista SP1 grub - -- all todo - -- vista enterprice dual boot Vista Enterprice arranque dual - -- +dual boot +"vista sp1" + + arranque dual "Vista SP1" - -- mbr vista activation mbr vista de activación - -- restore vista mbr after linux installation restaurar la vista mbr después de la instalación de Linux - -- bios simulate vista & grub bios simular vista y grub - -- microsoft sp3 rc2 failure to boot Microsoft Service Pack 3 RC2 fracaso para arrancar - -- "Vista SP1" partition Linux GRUB "Vista SP1" partición de Linux GRUB - -- fix mbr after linux install dual boot vista fijar mbr después de instalar linux arranque dual vista - -- windows vista sp1 dual boot Windows Vista SP1 arranque dual - -- vista sp1 usb boot Vista SP1 USB de arranque - -- bitlocker BitLocker - -- install linux into vista bootloader instalar linux en vista del gestor de arranque - -- recover mbr vista activation recuperar mbr vista de activación - -- vista sp1 MBR restore Vista SP1 restablecer MBR - -- fix Vista SP1 dual boot Vista SP1 fijar un arranque dual - -- restore vista after installing linux restaurar la vista después de instalar linux - -- install sp1 on boot loader edition instalar el Service Pack 1 en el arranque del cargador de edición - -- Windows Vista SP1 Linux Boot Windows Vista SP1 de arranque de Linux - -- sp1 prerequisite SP1 requisito previo - -- after linux vista will not install después de linux vista no se instalará - -- dual boot sp1 vista arranque dual Vista SP1 - -- windows vista linux conflict Windows Vista conflicto linux - -- linux linux - -- windows vista sp1 activator Windows Vista SP1 activador - -- when install crack activation vista problem with MBR cuando instale el crack de activación de vista problema con MBR - -- FREE UPDATE WINDOWS VISTA BIOS ACTIVATOR Actualización gratuita de Windows Vista BIOS activador - -- windows is unable to log on because of windows license Windows no puede iniciar sesión en Windows porque de licencia - -- vista and activation and sp1 and mbr Vista y el Service Pack 1 y la activación y mbr - --