21

I've been trying to install 12.04 for a while now, I'm running on Windows 7 and I already made the partition (it's dynamic). I've tried booting from a disc and also the Windows installer. I haven't tried used any repair-boot programs or anything. Every time I tried to load from either, I get an error:

command=C:\windows\sysnative\bcdedit.exe /set {03f9077f-661f-11e1-845a-d08b36406c3d} device partition=U;

retval=1

stderr=An error has occured setting the element data.
The request isn't supported

stdout=

Then after that, it makes a log file with information that I don't understand.

If it is simply due to the fact of it being a dynamic partition, someone please help.
If it is more extensive, anyone with details on possible solutions or definite ones please express them.

bain
  • 12,200

5 Answers5

16

Note: Wubi is Ubuntu installed onto a Windows drive via the Windows installer

Neither Ubuntu nor Wubi will boot from a dynamic disk

Neither Ubuntu's bootloader GRUB nor Wubi's bootloader GRUB4DOS can recognize a Microsoft dynamic disk/volume/partition (SFS), and so they cannot boot from it; there is no sense in installing either when you won't be able to boot.

You have three options:

  • Convert the dynamic disk to basic (backup all data first!), after which you can install Wubi or dual-boot with Ubuntu.
  • Add another hard disk to your system, install Ubuntu on it and set your system to boot from it; you can choose to boot Windows or Ubuntu from the GRUB menu at startup
  • Keep the disk as is, and run Ubuntu in a virtual machine, such as Virtualbox or VMWare Player.
ish
  • 141,990
4

The best way to install Ubuntu is on a separate partition in dual boot with your Windows system. My experience over several installations: after a while nobody still uses Windows OS. The only extra to do: with Gparted make a ext4 partition on your PC, and install ubuntu on that partition. Thanks to grub you will be able to dual boot.

Julien Chau
  • 1,350
0

I've had the same problem too. After days of research, I found that there may have been a complication with the type of hard disk you're using. If it's dynamic, it won't work.

To check that, go to Disk Management by looking for it in the Start Menu if you use Windows 7, or type devmgmt in the Run utility in XP. Look under Disk 0 - that should be your boot device. If it's dynamic, you've got a huge problem at hand. Try right clicking on the word Disk 0. If the option "Convert to basic disk" is available, you're lucky. Go ahead and click it!

If not, try this link: http://www.pcreview.co.uk/forums/change-dynamic-disk-basic-without-losing-data-t1481159.html. I haven't tried it myself, but hopefully it might work. Good luck!

98nir
  • 1
0

You can put an Ubuntu iso image on a bootable flash drive, using pendrive software http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows. You have to get your pc to boot from usb in your bios. Bios is obtained when you first turn on Windows 7. The instructions on the black screen at start up.

You can also use wubi to install up to 30GB of Ubuntu directly from your Windows7 http://www.ubuntu.com/download/desktop/windows-installer You have to create a wubi shortcut, and run the install from the shortcut.

You can mount the Ubuntu iso image, and install

-1

I am not expert , but I think you have Firewall or antivirus that prevent to execute command,

Also you might find this link useful rather than windows installer (wubi.exe). http://www.linuxbsdos.com/2012/05/17/how-to-dual-boot-ubuntu-12-04-and-windows-7/

daniel
  • 131