Jump to content

gothku

Member
  • Posts

    7
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Hong Kong

Everything posted by gothku

  1. I try without using NUSB and the same problem (blue screen) persists. I am using SanDisk 4GB for testing. I haven't tried CD-ROM as I don't have a burner now. Also, it produces CD wastes for testing purposes. I use grubinst_1.0.1_bin_win to make the 4GB usb drive bootable. I use a Sony notebook VGN-Y18GP, with XP home installed. http://vaio-online.sony.com/prod_info/vgn-...ifications.html Also I don't have a PS2 adaptor for usb mouse. Thank you anyway. Also there is a problem to run the final script to put the iso to usb drive. It pops up that "unable to create directory: DirMake, "%TempFolder%\USB". So I only put all files in TEMP to the bootable usb.
  2. I followed your advice to add ec.sys and battc.sys into Win98.img and I get the blue screen after booting my usb. A fatal exception 0E has occurred at 0028:FF00167B in VXD acpi(02) + 000013EB. The current application will be terminated. I press any key to continue. It sucks at a screen with dialog "Setting up Hardware". Mouse and keyboard are not working anymore. What driver does it need? It is weird that this problem does not occur when I use a foreign language (which I don't know what it is) version of Win98 but I decided to try Chinese version (which is not working as you suggested) and English version at this moment. Thank you for your prompt advice.
  3. Now I used English version of Windows 98 SE. The compilation is successful. When I boot the usb up, it pops up a window titled Setting up Hardware and another windows titled "Insert Disk". It tells me to insert the disk labeled "Windows 98 Second Edition CD-ROM", and then click OK. It requires a file called ec.sys I clicked Cancel It also requires a file called battc.sys I clicked Cancel again Finally it shows me the desktop. I cannot use the mouse nor the keyboard at that moment. It seems stuck. How come? Please help. PS. I remember that I tick all the boxes in Programs/Drivers/ in WinBuilder. After all compilation, I copied all files in C:\1\Temp\ into my USB stick, where C:\1\ is the winbuilder directory.
  4. I got another problem again. FileRename - Failed to rename file: [%BaseDir%\Target\WIN98LIVECD\WINDOWS\SYSTEM\850.dat] to:[%BaseDir%\Target\WIN98LIVECD\WINDOWS\SYSTEM\charset.dat] :The system cannot find the file specified I used a Chinese version of Windows 98 SE and got stuck in the first script. Attached is the log file. What should I do? Thank you. log.html
  5. The compilation is ok after following your script. Thanks. I see the welcome screen and then a lot of extracting Windows/... blah blah blah and the welcome screen shows again. But finally I reached a black screen in QEMU when using MobaLiveCD but not to Windows 98 desktop. It seems stopped. How come?
  6. Run - Processed section [Clean] in file: [%BaseDir%\Projects\WIN98LIVECD\Finish\1 Create Image\01-SuperFloppy Image.Script] ExtractFile - [WIN98.IMG] to: [%BaseDir%\Temp\WIN98\] FileCopy - Copied [%BaseDir%\Projects\Win98LiveCD\Programs\Settings\*.reg] to: [%BaseDir%\APP_TMP\] ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\uumerge.exe] with parameters: [ -merge -nice "%BaseDir%\APP_TMP\*.reg" "%BaseDir%\Target\WIN98LIVECD\WINDOWS\SYSTEM\SET.REG"] "Compressing WINDOWS Folder..." ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\7za.exe] with parameters: [a "%BaseDir%\Work\WIN98\Windows.7z" -y "%BaseDir%\Target\WIN98LIVECD\WINDOWS\"] ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\7za.exe] with parameters: [a "%BaseDir%\Work\WIN98\Windows.7z" -y "%BaseDir%\Target\WIN98LIVECD\*.*"] ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\7za.exe] with parameters: [a "%BaseDir%\Work\WIN98\Windows.7z" -y "%BaseDir%\Target\WIN98LIVECD\Programas\"] ShellExecute: [Hide] using: [cmd.exe] with parameters: [/c ""%BaseDir%\Projects\Tools\VDK\VDK.EXE" OPEN * "%BaseDir%\Temp\WIN98\WIN98.IMG" /L:O /RW""] FileCopy - Failed to copy [%BaseDir%\Work\*.*] to: [O:\]: The directory name is invalid. Halt I changed to another drive name O but it still fails. Log is attached. I only have harddisk C: and D: and CD drive at E: So it should be possible to simulate O: or M: by vdk, right? Or is it possible to untick the box for finish/1 Create image and complete the job manually? So how can I do it manually? Thank you. Added that I boot a quite clean XP SP3 to do this operation. I do it a folder called "1" I open cmd prompt. C:\1\projects\Tools\Vdk>vdk.exe open C:\1\Temp\Win98\WIN98.IMG /L:O /R Virtual Disk Driver for Windows version 3.1 http://chitchat.at.infoseek.co.jp/vmware/ Invalid target disk number 'C:\1\Temp\Win98\WIN98.IMG' is specified. What does it mean? log.html
  7. I got a question in running your script and it stops accidentally. Run - Processed section [Clean] in file: [%BaseDir%\Projects\WIN98LIVECD\Finish\1 Create Image\01-SuperFloppy Image.Script] ExtractFile - [WIN98.IMG] to: [%BaseDir%\Temp\WIN98\] FileCopy - Copied [%BaseDir%\Projects\Win98LiveCD\Programs\Settings\*.reg] to: [%BaseDir%\APP_TMP\] ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\uumerge.exe] with parameters: [ -merge -nice "%BaseDir%\APP_TMP\*.reg" "%BaseDir%\Target\WIN98LIVECD\WINDOWS\SYSTEM\SET.REG"] "Compressing WINDOWS Folder..." ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\7za.exe] with parameters: [a "%BaseDir%\Work\WIN98\Windows.7z" -y "%BaseDir%\Target\WIN98LIVECD\WINDOWS\"] ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\7za.exe] with parameters: [a "%BaseDir%\Work\WIN98\Windows.7z" -y "%BaseDir%\Target\WIN98LIVECD\*.*"] ShellExecute: [Hide] using: [%BaseDir%\Projects\Tools\7za.exe] with parameters: [a "%BaseDir%\Work\WIN98\Windows.7z" -y "%BaseDir%\Target\WIN98LIVECD\Programas\"] ShellExecute: [Hide] using: [cmd.exe] with parameters: [/c ""%BaseDir%\Projects\Tools\VDK\VDK.EXE" OPEN * "%BaseDir%\Temp\WIN98\WIN98.IMG" /L:M /RW""] FileCopy - Failed to copy [%BaseDir%\Work\*.*] to: [M:\]: The directory name is invalid. Halt Attached please find the log file. How can I complete this project? Thanks in advance. log.html
×
×
  • Create New...