Check alle échte Black Friday-deals Ook zo moe van nepaanbiedingen? Wij laten alleen échte deals zien
Toon posts:

Hyper-V Gen2 - Xubuntu 14.04.02 (Linux) Base Template

Pagina: 1
Acties:

Verwijderd

Topicstarter
Op mijn Windows fysieke machine heb ik een Hyper-V staan.
Hierop heb ik een Xubuntu 14.04.02 Base Template gemaakt.

Daarvan heb ik een differencing vhdx disk aangemaakt en deze toegevoegd aan een nieuwe machine.

Bij het opstarten hiervan krijg ik steeds de foutmelding:
Boot Failed. EFI SCSI Device.

Wat ik ook opmerk onder de settings van deze machine dat er geen efi firmware boot file tevoorschijn komt bij de boot order. Deze zie ik wel bij een gewone linux installatie op hyper-v.

Moet ik hiervoor iets speciaals doen?

  • Question Mark
  • Registratie: Mei 2003
  • Laatst online: 28-11 16:59

Question Mark

Moderator SSC/WOS

F7 - Nee - Ja

Kijk even naar onderstaand artikel. Het draaien van Gen 2 VM's met Ubuntu 14.04 is supported, maar er zijn wat zaken die uitgevoerd moeten worden. Ik als redelijke Linux-noob neem even aan dat Xubuntu en Ubuntu zo ongeveer gelijk zijn. :)

Ubuntu virtual machines on Hyper-V
Generation 2 virtual machines have secure boot enabled by default and Generation 2 Linux virtual machines will not boot unless the secure boot option is disabled. You can disable secure boot in the Firmware section of the settings for the virtual machine in Hyper-V Manager or you can disable it using Powershell:

Set-VMFirmware –VMName "VMname" -EnableSecureBoot Off

Before attempting to copy the VHD of an existing Generation 2 VHD virtual machine to create new Generation 2 virtual machines, follow these steps:
  1. Log in to the existing Generation 2 virtual machine.
  2. Change directory to the boot EFI directory:cd /boot/efi/EFI
  3. Copy the ubuntu directory in to a new directory named boot:sudo cp –r ubuntu/ boot
  4. Change directory to the newly created boot directory:cd boot
  5. Rename the shimx64.efi file:sudo mv shimx64.efi bootx64.efi

MCSE NT4/2K/2K3, MCTS, MCITP, CCA, CCEA, CCEE, CCIA, CCNA, CCDA, CCNP, CCDP, VCP, CEH + zwemdiploma A & B


Verwijderd

Topicstarter
Ik heb die instructies ook opgevolgd maar helpt niet spijtig genoeg. Blijf steeds dezelfde melding krijgen.
Ik zie wel dat men daar spreekt van vhd ik gebruik de vhdx formaat.

  • Question Mark
  • Registratie: Mei 2003
  • Laatst online: 28-11 16:59

Question Mark

Moderator SSC/WOS

F7 - Nee - Ja

Andere tips die ik tegenkom is om er een Gen1 VM van te maken. Heb je dat al eens getest?

MCSE NT4/2K/2K3, MCTS, MCITP, CCA, CCEA, CCEE, CCIA, CCNA, CCDA, CCNP, CCDP, VCP, CEH + zwemdiploma A & B