-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install.vbs does not produce a bootable USB? #299
Comments
Anybody? |
Can you provide all of the output from the console window where 'install.vbs' ran (copy/paste). I assume there is some issue when it's doing it's thing and the error condition is not handled, etc. |
Sure, here's what I got from the script:
|
The resulting USB thumbdrive is inserted into the server, which is powered on and posts (BIOS and uEFI methods were both tested) but then when the boot process should start the user is presented with a blank screen and no activity on either the USB drive or hard drives (by watching for LED lights, which do work) |
I don't see any obvious errors in the 'install.vbs' output. If you connect
the resulting USB thumb drive to other computers (desktop systems, server,
or anything) does it boot at all there? If you connect it to a
running Linux system, and examine the device using 'fdisk' or 'parted' (or
something similar) does it all look correct to you?
…--Marc
On Mon, Oct 9, 2023 at 1:05 AM rushowr ***@***.***> wrote:
The resulting USB thumbdrive is inserted into the server, which is powered
on and posts (BIOS and uEFI methods were both tested) but then when the
boot process should start the user is presented with a blank screen and no
activity on either the USB drive or hard drives (by watching for LED
lights, which do work)
—
Reply to this email directly, view it on GitHub
<#299 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMQXXXZD5Q6CN2PQQOTS2LX6OA2BAVCNFSM6AAAAAA5D6PFISVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJSGM2TEMJVG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
The problem is that IMG images from the new v4 branch are double bzipped and the Windows VBS script calls dd on |
Issue
The script
install.vbs
runs without error but the resulting USB drive is not bootable and shows RAW partition in Windows 10 64bit (up to date).Steps to reproduce
On a Windows 10 22H2 64-Bit installation that is up to date, perform the following steps:
install.vbs
as per documentation.install.vbs
(I booted from BIOS, not UEFI).The text was updated successfully, but these errors were encountered: