Try looking for help here if you are having problems with the Ultimate Boot CD.
Moderators: Icecube, StopSpazzing
-
The Piney
- Posts: 370
- Joined: Mon Apr 30, 2007 11:06 am
- Location: FL
#2
Post
by The Piney » Mon May 05, 2008 9:40 pm
There is a post on this already from (I believe kof94) but can't seem to find it now. If I find it I'll post a link.
You can use the search tool and find it, but a few posts pop up so it may take a bit of hunting to find the exact posts...
I created a separate ntpwd.cfg file:
===============================================
LABEL back
MENU LABEL ..
KERNEL menu.c32
APPEND /menus/filesys4.cfg
LABEL ntpwd
MENU LABEL Offline NT Password & Registry Editor 070927 (default)
KERNEL /boot/ntpwd/vmlinuz
APPEND rw vga=1 init=/linuxrc initrd=/boot/ntpwd/initrd.cgz,/boot/ntpwd/scsi.cgz
LABEL nousb
MENU LABEL Skip Loading USB devices
KERNEL /boot/ntpwd/vmlinuz
APPEND rw vga=1 init=/linuxrc initrd=/boot/ntpwd/initrd.cgz,/boot/ntpwd/scsi.cgz nousb
LABEL nodrivers
MENU LABEL Skip Loading SCSI devices
KERNEL /boot/ntpwd/vmlinuz
APPEND rw vga=1 init=/linuxrc initrd=/boot/ntpwd/initrd.cgz,/boot/ntpwd/scsi.cgz nodrivers
LABEL irqpoll
MENU LABEL IRQ Error Fix (some devices)
KERNEL /boot/ntpwd/vmlinuz
APPEND rw vga=1 init=/linuxrc initrd=/boot/ntpwd/initrd.cgz,/boot/ntpwd/scsi.cgz irqpoll
=============================================
edited filesys4.cfg offline section with:
LABEL offline
MENU LABEL Offline NT Password & Registry Editor 070927
KERNEL menu.c32
APPEND /menus/ntpwd.cfg
in place of current/original
============================================
Under ubcd/boot create a directory ntpwd and extract the following files from the ISO image into this directory..
vmlinuz
initrd.cgz
scsi.cgz
==============================================
I think that's it - if not maybe one of the fine people of the forum can help...