Search Members Help

» Welcome Guest
[ Log In :: Register ]

Page 1 of 3123>>

[ Track This Topic :: Email This Topic :: Print this topic ]

reply to topic new topic new poll
Topic: Offline NT Password & Registry Editor< Next Oldest | Next Newest >
 Post Number: 1
EvilBetty Search for posts by this member.

Avatar



Group: Members
Posts: 16
Joined: Jan. 2004
PostIcon Posted on: Apr. 16 2007,16:43  Skip to the next post in this topic. Ignore posts   QUOTE

I used to load this utility to my multi-boot CD's when it was in floppy form, but now they only offer it in CD form.  Is there a "best practice" for adding this CD to my multi-boot CD?

Offline NT Password & Registry Editor
http://home.eunet.no/pnordahl/ntpasswd/bootdisk.html

Thanks!
Offline
Top of Page Profile Contact Info 
 Post Number: 2
jkapellen Search for posts by this member.

Avatar



Group: Members
Posts: 1
Joined: Apr. 2007
PostIcon Posted on: Apr. 16 2007,16:46 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

I'm currently (at this minute) working on this exact project, I'll post if I get anywhere with it.
Offline
Top of Page Profile Contact Info 
 Post Number: 3
tualatin Search for posts by this member.

Avatar



Group: Members
Posts: 1
Joined: Apr. 2007
PostIcon Posted on: Apr. 17 2007,22:28 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

So, who fixed this problem? Or it's uncorrectable problem?
Offline
Top of Page Profile Contact Info 
 Post Number: 4
EvilBetty Search for posts by this member.

Avatar



Group: Members
Posts: 16
Joined: Jan. 2004
PostIcon Posted on: May 01 2007,11:33 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

jkapellen:  Get anywhere with this?  Or has anyone else progressed with this?
Offline
Top of Page Profile Contact Info 
 Post Number: 5
tlecso Search for posts by this member.

Avatar



Group: Members
Posts: 1
Joined: Jul. 2007
PostIcon Posted on: Jul. 15 2007,09:47 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

Yes, i made it!

How it works:

Here is the default directory structure of EasyBoot:
C:\EasyBoot\disk1\ezboot

1st step: Download the cd image file here: nullOffline NT PW & Reg Editor

2nd step: Extract the iso file from the archive to the "ezboot" directory.

3rd step: Mount the cd image into daemon tool and copy all files from the root directory to "disk1" directory.

4th step: Use this command in the command menu: "bcdw \ezboot\cd070409.iso" (w/o quotes)

5th step: Save your project, make iso file and use it :)

I know, this workaround not too nice, but works :D
Offline
Top of Page Profile Contact Info 
 Post Number: 6
billonious Search for posts by this member.

Avatar



Group: Members
Posts: 73
Joined: May 2007
PostIcon Posted on: Aug. 02 2007,17:38 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

i think the most handy way is to use floppy images instead of cd images because there are duplicated files in the root directory from other linux distirbutions (ex: isolinux.cfg ...).  

so, I was to make a 2.8' floppy image including :

a) bootdisk image     b) scsi drivers

I found that the author of this software mentions in the beginning of his page :

QUOTE
If you use the floppy, and you need the SCSI-drivers set, either prepare a floppy with the scsi-drivers .zip file unzipped (in \scsi), or put a selection of the drivers you need in the \scsi folder on the main floppy, there should be enough space for maybe a couple of drivers. In the latter case you don't need to carry around and swap floppies.



I had to inject the unzipped "scsi" folder with drivers into the bootimage. This was successful .

I booted the floppy image in msVirtualPC, but the application can't find the folder named "scsi" and can't load scsi drivers manually or auto.
Offline
Top of Page Profile Contact Info 
 Post Number: 7
billonious Search for posts by this member.

Avatar



Group: Members
Posts: 73
Joined: May 2007
PostIcon Posted on: Sep. 21 2007,18:37 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

solved!

- get the cd version.
- extract all files in a folder named "offline" placed in "easyboot/disk1"
- in easyboot menu run this  command:
CODE
bcdw /offline/isolinux.bin /offline/vmlinuz initrd=/offline/initrd.cgz,/offline/scsi.cgz append rw vga=1 init=/linuxrc


- just be sure that bcdw.bin rests inside "ezboot" folder, isolinux.bin & vmlinuz & initrd.cgz & scsi.cgz rest inside the "offline" folder

* this post should be added in another one but i can't edit a previous post of mine in order to improve it.
Offline
Top of Page Profile Contact Info 
 Post Number: 8
donorlow Search for posts by this member.

Avatar



Group: Members
Posts: 2
Joined: Nov. 2007
PostIcon Posted on: Nov. 10 2007,08:07 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

I am trying to create a Multiboot Cd with offline NT, and Slax.  I extracted to the bif from slax and that boots up no problem.
I then dl'ed the cd version of offline NT, extracted to a new folder I called offline whinch is in the disk1 folder and then added to my run line.

bcdw /offline/isolinux.bin /offline/vmlinuz initrd=/offline/initrd.cgz,/offline/scsi.cgz append rw vga=1 init=/linuxrc

The bcdw.bin rests inside "ezboot" folder, isolinux.bin & vmlinuz & initrd.cgz & scsi.cgz rest inside the "offline" folder.  

This is not working for me, when I select to boot my NT Offline, it will boot Slax.  The funny thing is that it boots up my slax with some different params.  It is like it is usind the params I have set for Offline NT in the run line.

If I select my Slax boot up, It will boot my Slax(OphCrack) just fine.  Please give me some insight.
Offline
Top of Page Profile Contact Info 
 Post Number: 9
billonious Search for posts by this member.

Avatar



Group: Members
Posts: 73
Joined: May 2007
PostIcon Posted on: Nov. 10 2007,16:00 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

offline nt has a very bad behavior such as most of the linux distros, because of isolinux.bin. It looks automatically for "boot" folders.Rename the boot folder of slax, and make the respective changes , so as to prevent offline nt from loading slax' boot files.

The respective changes are in *.bif  {search for default./boot/isolinux.isolinux.cfg} &  in isolinux.cfg

It still may show slax' boot logo, but that's only. It loads offline nt stuff.

do it and let me know if it works.
Offline
Top of Page Profile Contact Info 
 Post Number: 10
donorlow Search for posts by this member.

Avatar



Group: Members
Posts: 2
Joined: Nov. 2007
PostIcon Posted on: Nov. 10 2007,19:42 Skip to the previous post in this topic.  Ignore posts   QUOTE

Thank You so much.  I got it working on the first try, after changing the isolinux.cfg file, the bif file, an of course the boot folder name.  It boots up just like I wanted it to.  I am officially done making coasters.  Thanks...
Offline
Top of Page Profile Contact Info 
23 replies since Apr. 16 2007,16:43 < Next Oldest | Next Newest >

[ Track This Topic :: Email This Topic :: Print this topic ]


Page 1 of 3123>>
reply to topic new topic new poll

» Quick Reply Offline NT Password & Registry Editor
iB Code Buttons
You are posting as:

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code