So taking a time out of one day and trying another google search MAY help
So i come across
http://unetbootin.sourceforge.net/
UNetbootin allows you to create bootable Live USB drives for Ubuntu, Fedora, and other Linux distributions without burning a CD.
WISH ME LUCK
so it failed and get an .mbr error . so now i have a failed debian install and a failed ubootin install when i start my comp
I had tried using the iso i had already downloaded.
This time i am going to use the netinstall . So in unetbootin i choose the distro debian and stable and clicked ok
it started to dowload initird.gz toc:\unetbtin\ubninit\ from ftp.debian.org/debian/installer
maybe i had chosen the wrong distro and unetbootin is downloading the right ones
so the error message is
File: \ubnldr.mbr
Status: 0xc000000f
Info: The selected entry could not be loaded because the application is missing or corrupt.
https://bugs.launchpad.net/unetbootin/+bug/283743
http://linuxwizard.wordpress.com/tag/boot-ini/
http://ubuntuforums.org/showthread.php?t=427540&page=31
http://www.techrepublic.com/blog/networking/modifying-the-windows-7-boot-loader-with-the-boot-configuration-data-editor-tool/1709 vista 2009 related file
Windows 7/Vista has a hidden boot partition, containing the BCD - boot configuration data. Similar to boot.ini but you can't easily edit it like you can with notepad and XP. You can also use the bcdedit tool.
http://superuser.com/questions/351017/where-can-i-find-the-boot-ini-file-on-windows-7
http://technet.microsoft.com/en-us/library/cc709667%28WS.10%29.aspx
Download EasyBCD and install it. EasyBCD is free for non-commercial use and offers a nice GUI to edit the Windows 7 boot loader menu.
http://neosmart.net/download.php?id=1
P.S. There is no “boot.ini” in Windows 7. You could modify “boot.ini” in Windows XP to achieve the same result, but this does not apply for Windows 7.
http://blog.famzah.net/2011/11/12/boot-linux-using-windows-7-boot-loader/
http://www.iceflatline.com/2009/09/how-to-dual-boot-windows-7-and-linux-using-bcdedit/
C:\Users\ie>bcdedit
The boot configuration data store could not be opened.
Access is denied.
solution on windows 7
Open the command prompt with elevated privileges. To do this click the Start Orb then All Programs, click on Accessories, then right-click on Command Prompt and then select Run as administrator.
Real-mode Boot Sector
---------------------
identifier {2a91d002-b502-11e0-83de-f0def176d226}
device boot
path \ubnldr.mbr
description UNetbootin
I fixed on mine by logging in, running cmd as Administrator, and running
bcdedit /set
my try
bcdedit /set < 2a91d002-b502-11e0-83de-f0def176d226 > device "partition=C:"
error
C:\windows\system32>bcdedit /set < 2a91d002-b502-11e0-83de-f0def176d226 > device
"partition=C:"
The system cannot find the file specified.
bcdedit /set {2a91d002-b502-11e0-83de-f0def176d226} device "partition=C:"
C:\windows\system32>bcdedit /set {2a91d002-b502-11e0-83de-f0def176d226} device "
partition=C:"
The operation completed successfully.
Real-mode Boot Sector
---------------------
identifier {2a91d002-b502-11e0-83de-f0def176d226}
device partition=C:
path \ubnldr.mbr
description UNetbootin
Note that the id will be in the form of a GUID, in curly braces. To see what it is, just run bcdedit without any arguments.
https://bugs.launchpad.net/unetbootin/+bug/283743/comments/1
After all these edits it finally booted but it halted with the error operating system error
http://sourceforge.net/apps/trac/unetbootin/wiki/howitworks
http://www.mytechguide.org/106/how-to-log-on-as-administrator-in-windows-7/