|
Post Number: 1
|
blaze85 

Group: Members
Posts: 17
Joined: Aug. 2005
|
 |
Posted on: Oct. 17 2005,14:18 |
|
 |
I am looking to set up a menu to boot into safe mode, safe mode with networking, etc. etc. Can you do this with EasyBoot or not. please help. thank you
|
 |
|
|
Post Number: 2
|
Incroyable HULK 

Group: Members
Posts: 197
Joined: Oct. 2004
|
 |
Posted on: Oct. 17 2005,20:47 |
|
 |
I don't think you can "install" EasyBoot to the MBR of your disk so this menu would appear every times you boot your computer...
If you want this menu to appear every time you boot, I suggest you search for a solution on the web. There must be a way to do it without any third party tools
-------------- Get a Quad NIC for your Server (perfect for VMware)
HowTo: VMware Server 1.0.1 on Ubuntu Server 6.10
|
 |
|
|
Post Number: 3
|
eureka
Unregistered
|
 |
Posted on: Oct. 18 2005,06:39 |
|
 |
To blaze85
I think it’s possible to use EasyBoot to start Windows in safe mode. Note: I assume we are talking about WinXP. So this tutorial responds to NT-system.
Do it this way: Insert a blank floppy disk into drive A:, select “Start >> All Programs, Accessories >> Command Prompt”, type format a:, when finished, press Enter. When asked if you want to format another disk, type n and press Enter. Type the following commands, pressing Enter after each one.
xcopy c:\boot.ini a: /h xcopy c:\ntdetect.com a: /h xcopy c:\ntldr a: /h Now type exit and press Enter to close the window.
We need to edit boot.ini  Note: These files are hidden on floppy. You need to make them visible (“Show hidden files and folders”).
Open boot.ini on floppy (use notepad) and notice something that should look like this:
[boot loader] timeout=30 default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS [operating systems] multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
Note: This is a kind of standard; yours might have some extra stuff (or less).
Now edit “multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect” to look like this:
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect /safeboot:network /sos /noguiboot
As you can notice, “/safeboot:network /sos /noguiboot” is what’s been inserted in the end of line.
Use EasyBoot >> Tools >> Make Floppy Image  to create image (rename to something like: safemode.img)
Use this “safemode.img” in EasyBoot as usual: run safemode.img
This starts computer in safe mode and with network support.
eureka
|
|
|
|
Post Number: 4
|
blaze85 

Group: Members
Posts: 17
Joined: Aug. 2005
|
 |
Posted on: Oct. 19 2005,12:55 |
|
 |
Thanks for the help...Any ideas on how to do the rest of the options. 1)Safe Mode 2)Last Known Good Configurations Windows 98 1)Safe Mode Thanks again
|
 |
|
|
Post Number: 5
|
eureka
Unregistered
|
 |
Posted on: Oct. 19 2005,15:33 |
|
 |
To blaze85
Quote: ” Last Known Good Configurations”. Haven’t been able to locate any options according to this. It’s the same with Win98. You have to use F8 during boot sequence. F8 command seems to be built in to system files witch makes it far from any easy task to hack.
But I can show you how to reach recovery consol in WinXP (from EasyBoot). This is how it is done: http://forum.ezbsystems.net/cgi-bin....up+disk
Note: You need do press R on keyboard to reach “recovery position”.
eureka
|
|
|
|
Post Number: 6
|
roger2 

Group: Members
Posts: 2
Joined: Dec. 2005
|
 |
Posted on: Dec. 19 2005,19:29 |
|
 |
To eureka: Thanks for the great info on making Win2k/XP safemode.
For Win98/ME Safemode: If I boot into windows first, then select the option: 1. Restart your computer in MS-DOS Mode. 2. From a command prompt type "win /d:m" without the quotation marks. This way computer will boot into safemode successfully.
But if I boot from a Win98/ME bootable floppy, then type: c:\windows\win /d:m The system will give "VFAT Device Failed" ERROR and system halts.
Do you have any idea to make a bootable floppy that support "win" command? (just like old days in win3x)
Thanks in advance.
|
 |
|
|
Post Number: 7
|
eureka
Unregistered
|
 |
Posted on: Dec. 20 2005,08:33 |
|
 |
To roger2
I think it should work with this… It took some time to figure out… Needed to “pull out some hair” before it was solved… He, he… Still not bald…
Download boot floppy from here: Â http://s93616405.onlinehome.us/bootdisk/bootmec.exe
Create floppy. Then open config.sys and edit text to this:
rem DEVICE=HIMEM.SYS /testmem:off FILES=30 BUFFERS=20
DEVICE=cd1.SYS /D:tomato Device=C:\WINDOWS\ifshlp.sys
rem DEVICE=cd1.SYS /D:tomato /P:1f0,14 rem DEVICE=cd1.SYS /D:tomato /P:170,15 rem DEVICE=cd1.SYS /D:tomato /P:170,10 rem DEVICE=cd1.SYS /D:tomato /P:1e8,12 rem DEVICE=cd1.SYS /D:tomato /P:1e8,11 rem DEVICE=cd1.SYS /D:tomato /P:168,10 rem DEVICE=cd1.SYS /D:tomato /P:168,9
LASTDRIVE=Z
-------------------- Note: “Device=C:\WINDOWS\ifshlp.sys”  is what’s been inserted. Save and continue with open autoexec.bat (use right mouse button and choose to edit).
Edit autoexec.bat to have this text:
@echo off
MSCDEX.EXE Â /D:tomato /L:R c: cd\windows win /d:m
Start EasyBoot> Tools> Make floppy image Rename image to something else. How about  safewin9.img (default is boot.img) In EasyBoot set command:  run safewin9.img
Have tested this with Win98 and WinMe. Works perfect to both systems. I don’t now why you get this message: "VFAT Device Failed".
eureka
|
|
|
|
Post Number: 8
|
roger2 

Group: Members
Posts: 2
Joined: Dec. 2005
|
 |
Posted on: Dec. 20 2005,17:49 |
|
 |
Thanks for the quick reply.
WoW, the only line I missing is:
Device=C:\WINDOWS\ifshlp.sys
Althought I found the help from Microsoft, I am too noob to add that line. http://support.microsoft.com/kb/q139063/
You are the best:)
Edited by roger2 on Dec. 20 2005,17:50
|
 |
|
|
|
|
© 2002-2024 EZB Systems, Inc.
|
|
|