Author Topic: damn boot disks!!  (Read 478 times)

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
damn boot disks!!
« on: 16 May 2002, 04:37 »
every linux boot disk i have doesnt work.
I have a Red hat 7.2, Mandrake 8.1, Slackware 8.0, Debian, FreeBSD, that NT password hacking boot disk. And i think that none of them will bot (the FreeBSD might, cant remember). It doesnt matter what computer they were made from, what computer  i am using them on, they wont work. It starts to boot: says "booting(or loading)......... initrd(or whatever the boot kernel thing is called)". Then says "boot failed. Change disks to continue".
Does anyone have any idea why they dont work???

How can i edit the registry from Linux if i have windows installed on the same computer? is there a way?
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
damn boot disks!!
« Reply #1 on: 16 May 2002, 12:06 »
I was able to use that "chntpw" from my running Linux system to modify Registry Keys.  I would keep a backup copy of your registry files in case it screws up your registry though. Don't know why your boot disks will not work. That *is* strange. It's the kind of messages I usually see if the boot disk is bad, or there is a problem with the floppy drive.
Someone please remove this account. Thanks...

hoojchoons

  • Member
  • **
  • Posts: 192
  • Kudos: 0
    • http://www.linux.gr
damn boot disks!!
« Reply #2 on: 16 May 2002, 22:03 »
Looks like a problem with your floppy drive. Have you tried booting from another machine?

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
damn boot disks!!
« Reply #3 on: 17 May 2002, 00:20 »
i tried from four different machines.
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
damn boot disks!!
« Reply #4 on: 17 May 2002, 01:57 »
So did they only not work on one of the four machines or did they not work on any of the four?  If they don't work on any of the four machine, how are you creating these boot disks?
Someone please remove this account. Thanks...

hoojchoons

  • Member
  • **
  • Posts: 192
  • Kudos: 0
    • http://www.linux.gr
damn boot disks!!
« Reply #5 on: 17 May 2002, 03:40 »
Weird!   :rolleyes:

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
damn boot disks!!
« Reply #6 on: 17 May 2002, 03:56 »
I created the one for RH7.2 and the MD8.1 during installation. My debian and slackware disks work. Maybe i had three bad disks? I think i created the win editor one using: "dd if=image of=/dev/fd0" (or is it 'of=image if=/dev/fd0') I knew what i was doing at the time because the website told me how to do it.
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
damn boot disks!!
« Reply #7 on: 17 May 2002, 04:12 »
the file i downloaded only unzipped the binary for the floppy and didnt have "chntpw".
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
damn boot disks!!
« Reply #8 on: 17 May 2002, 06:47 »
You did the "dd" command correctly, although I usually do a "dd bs=8192 if=floppy.img of=/dev/fd0" out of habit.  The chntpw is *in* the floppy image file. No need to dd it to disk if you just want to get the chntpw file out of it. All you have to do is mount the image file like so:

# mount floppy.img /mnt/floppy -o loop

then change directory into the "/mnt/floppy directory and you should find it in one of the subdirectories.  When you get what you want, unmount the floppy image by:

# umount /mnt/floppy

Note, change "floppy.img" in the above command to whatever the image file name is that you want to mount, and if you are not in the same directory as that image when you run the command you will have to use the full path to the image file name.

[ May 16, 2002: Message edited by: VoidMain ]

Someone please remove this account. Thanks...

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
damn boot disks!!
« Reply #9 on: 17 May 2002, 08:01 »
i made another win editor disk using "bs=1024" and it works fine, i did this on a different computer too though.
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'