- Joined
- Jun 11, 2010
- Messages
- 6,849
- Location
- Powhatan, Virginia, United States
- Tagline
- WassupYa Mang?
I have had this problem with two computers now, standard and UEFI BIOS.
I set boot order to boot from the DVD drive but the computer tries to start in Windows like there is a GHOST. I even get the splash screen before the BSOD and reboot.
There is NO Windows disk in there and I'm trying to install LINUX. I tried everything I knew how to do with Valerie, pulling the plug, battery and memory and still those four points of light come together for the Windows logo (7)...so where in the HELL is that stupid thing?
It's not just Friday the 13th, I've had that problem for a long time.
I set boot order to boot from the DVD drive but the computer tries to start in Windows like there is a GHOST. I even get the splash screen before the BSOD and reboot.
There is NO Windows disk in there and I'm trying to install LINUX. I tried everything I knew how to do with Valerie, pulling the plug, battery and memory and still those four points of light come together for the Windows logo (7)...so where in the HELL is that stupid thing?
It's not just Friday the 13th, I've had that problem for a long time.
1. If Linux, use "Unetbootin" (https://unetbootin.github.io/). Makes it pretty simple..
or
2. If Win 7 and above, then you need to use a combination of diskpart and bootsect utilities to properly prep the usb key for a windows install..
From a 7/above computer run "diskpart"
- "list disk" <enter> to find the correct drive number that represents the usb key
- "disk 'x'" <enter> where x is the drive number.. make doubly sure you are on the usb key before...
- "clean" <enter> (this wipes the whole usb key)
- "create partition primary" (uses the whole usb key's space for a single partition)
- "active" (sets the primary partition active.. note, if you don't do this then the usb key is not bootable and will not show as a valid boot option)
- "format fs=NTFS QUICK" (formats as NTFS, quick format)
Exit diskpart, now find a valid windows install disk ... and from it's "boot" subdirectory run
- "bootsect /NT60 X:" (where x is your usb key's drive letter, this is also needed for the usb key to be booted from)
And then... finally..
- xcopy /E /C /H /Y X:\ Y:\ (where X is the install disk's drive letter and Y is the usb key)
Either SHOULD give you a valid USB key based OS install (you MAY need to set the usb key's partition active after going the unetbootin/Linux route.. can't recall... )
And then ... Insert the key in the PC you are installing then boot up. You should be able to access it's "boot menu" typically by pressing F12 while in the POST screen until it comes up. It should list the USB drive as a valid option, and if it does not then something was missed above.
I don't mess with DVD's anymore... some burning programs do not set the CD or DVD up properly i.e. make it bootable when going from ISO to disk.</enter></enter></enter>
Last edited: