Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Deleted Win Partition w/ Knoppix, Having Problems Booting Up

  1. #1
    Junior Member
    Join Date
    Aug 2006
    Location
    Northern VA
    Posts
    7

    Deleted Win Partition w/ Knoppix, Having Problems Booting Up

    Okay. So, I have a PC with two partitions. One with Server2003 and the other with XP. I didn't need the Server2003 partition anymore, but for some reason I couldn't delete it or reformat it with Windows Disk Management. I attempted to use a Win XP disc, but it kept crashing (STOP error) at a certain point. So, I used Knoppix (QTParted) to delete the Server partition. All of the other partitions including the Win XP partition exist and are mounted.

    I reboot my system and I get the error "DISK BOOT FAILURE, INSERT SYSTEM DISK AND PRESS ENTER." Well, I'm getting a STOP error at a certain point when using my XP disk. So, I went into Knoppix, checked it out, and the other partitions are still there and mounted.

    How can I make the XP Partition bootable with Knoppix? Did I somehow delete my MBR when deleting the Server partition? Any help/advice would be appreciated. Thanks.

  2. #2
    Senior Member registered user
    Join Date
    Jul 2006
    Posts
    117
    This is a tough situation. If the Server2003 was in the first partition, then you have probably deleted the active boot partition and the Windows bootloader although I think the MBR is still there. At boot time the MBR is trying to pass control to a bootloader but can't find one now, and so you get the error message about "DISK BOOT FAILURE".

    What to do next......it depends. After deleting the Server2003 partition, what were you planning to do with the free space?

  3. #3
    Junior Member
    Join Date
    Aug 2006
    Location
    Northern VA
    Posts
    7
    Hi Jacky. Thanks for the quick response. You're correct, the Server 2003 partition ( C: ) was the first on the drive. I was planning on installing another copy of Win XP as the first one is not "valid/legal" according to Windows Genuine Advantage Tool so I can't install SP2 on it. However, I now have a valid Win XP w/SP2 disc and SN. Then I was going to create another partition with all of the free space for file storage.

    All I really want right now is to be able to boot to the current Win XP partition. I've been searching around the forum and found a few threads on using gpart and installing a MBR with Knoppix, but they were all slightly different situations. What would you suggest I do? Thanks again.

  4. #4
    Senior Member registered user
    Join Date
    Apr 2005
    Posts
    159
    My guess is that the reason why windows wouldn't let you delete / reformat the drive is because it knew its boot loader and config file (boot.ini) were on that very unit.

    Provided you have not reformatted, here's what I'd try (no guarantee):
    - boot knoppix to console mode "knoppix 2"
    - run cfdsik and re-create your primary C: partition (presumably hda1), with whatever disk space is free at the start of the disk
    - mark it as boot/active
    - give it the NTFS type (don't know by heart, check cfdisk help)
    - commit those changes (and be careful no to alter the other partition at all!)
    - reboot

    With a bit of luck, your old system will be restored. At least knoppix should now be able to see the ex-C: drive and you could salvage boot.ini
    If this works, reboot to your working (D: ?) XP install, run a chkdsk on C:, delete everything on C except hidden files in the root directory (NTLDR, boot.ini...).
    Then install your new XP to the C: drive without formatting.

    Hope this makes sense and helps.

  5. #5
    Junior Member
    Join Date
    Aug 2006
    Location
    Northern VA
    Posts
    7

    God, I'm a noob

    Quote Originally Posted by kirol
    Provided you have not reformatted, here's what I'd try (no guarantee):
    - boot knoppix to console mode "knoppix 2"
    - run cfdsik and re-create your primary C: partition (presumably hda1), with whatever disk space is free at the start of the disk
    - mark it as boot/active
    - give it the NTFS type (don't know by heart, check cfdisk help)
    - commit those changes (and be careful no to alter the other partition at all!)
    - reboot
    Kirol, thanks for the reply. I have to confess I'm a Knoppix noob and I'm currently at work away from the system. Would you be able to give me specific commands to run with cfdisk? Thanks again.

  6. #6
    Senior Member registered user
    Join Date
    Jul 2006
    Posts
    117
    Ah yes, I had forgotten about gpart and testdisk. They will suit your scenario.

    What kirol suggested would work, but alternatively you may want to try testdisk. Testdisk is on Knoppix and is used for recovering deleted partitions. It automates what you would otherwise need to do with cfdisk. Testdisk is easier because it has an interactive interface with step by step prompts and menus.

    Simply go to the root shell and type testdisk. When the menu starts up, select the drive you want testdisk to work on (hda) and the partition type (Intel). Then select analyse.

    Testdisk will analyse your disk for deleted partitions and then report what he has found to you. If you think testdisk has correctly scanned and guessed the size of the deleted partition, you may then choose to ask testdisk to proceed and write out the new partition table.

    When testdisk is done, hopefully your partition has been recreated. You can then reboot and mount the partition.

  7. #7
    Junior Member
    Join Date
    Aug 2006
    Location
    Northern VA
    Posts
    7
    Hi Jacky. I ran testdisk, but the only "media" that's available to select is /dev/hdd. However, I know the data exists because when I go into qtparted /dev/hda1 is still there.

    Any suggestions? I typed cfdisk at the command prompt after that. I thought it didn't do anything, but I checked QTParted again and it seems to have made a 5 gig partition /dev/hda1 (file type unknown) out of the /dev/hda-1 (free, hidden). Could either of you give me specific commands to run? I'm a complete noob to any and all flavors of Linux.

    This is frustrating because I can see all of my data on the other partitions, but I can't get it to boot up. Any further help you can give me is greatly appreciated.

    EDIT: I just ran gpart and it guessed all of my partitions pretty closely. I didn't use the write parameter to make it actually write the the partition table. If I use gpart, could it possibly damage the other partitions? Also, when using the write parameter how do I ensure it's writing the partition table to the beginning of the first partition and not writing over any data in the other partitions?

  8. #8
    Senior Member registered user
    Join Date
    Jul 2006
    Posts
    117
    Provided you don't do anything else (like formating the disk) Gpart alone will only write out the partitions or "fencelines" around the disk. This data is stored in the partition table which is in the first sector of the disk. It does not write anything to the areas of the disk where data is stored, so it should not damage the data on the disk. The most that can go wrong is that it has guessed the "fencelines" wrongly, in which case, the data of one partition ends up in another. On the other hand, formating the partition will with something like Qtparted may well destroy the data.

    The way I see it, you don't have much to lose, since you are going to reinstall XP on hda1 anyway, so you don't mind losing the Server2003 data on hda1, and the XP data on hda2 is going to be replaced by a fresh install on hda1.

    But before you do it, read more about gpart. Here's a good link: http://www.stud.uni-hannover.de/user/76201/gpart/

  9. #9
    Junior Member
    Join Date
    Aug 2006
    Location
    Northern VA
    Posts
    7

    Status Update - Things look worse than before

    Okay. Since my last post, I ran gpart and the guessed partitions seemed about right. I then used the -W option to write the partition table to the disk. So, it was gpart -W /dev/hda /dev/hda. It then asked which partition I want to mark as boot/active and I selected 1. Then it said to reboot, but before I did that it said it found a new harddisk. I didn't take any action and just rebooted as gpart told me to.

    My computer started up, but where it normally said the "BOOT DISK FAILURE" error I got a whole bunch of nothing. Basically, the line before it "Verying DMI Pool Data..." or something similar to that ran, but then I never got the boot error. So, I figured I'd boot up into Knoppix.....wrong. It does the normal colorful boot screen and then stops right after "Scanning for Harddisk partitions and creating /etc/fstab... Done." Then it hangs.

    So, using gpart I've managed to some how make things even worse than before. I can't even check to ensure that the data on the other partitions is still there. Please give me some advice.

  10. #10
    Senior Member registered user
    Join Date
    Jul 2006
    Posts
    117
    My computer started up, but where it normally said the "BOOT DISK FAILURE" error I got a whole bunch of nothing. Basically, the line before it "Verying DMI Pool Data..." or something similar to that ran, but then I never got the boot error.
    This suggest the MBR is hosed. You can try booting up with a Windows Recovery CD or the Windows Install CD and go into the Recovery Console and do a "fixmbr".

    For your info, I followed all your steps with a test system of my own - deleted a XP partition, guessed the partition with gpart, wrote it out, set hda1 active, rebooted, got the big black screen........but then Knoppix did not hang - it could detect the partition. Then I quit Knoppix, used Windows CD to fixmbr, and it could boot Windows again.

    Knoppix.....wrong. It does the normal colorful boot screen and then stops right after "Scanning for Harddisk partitions and creating /etc/fstab... Done." Then it hangs.
    Searching this forum or Googling about Knoppix hanging while scanning for hardidisks or creating fstab may give you some ideas. Some posts suggest this indicates a hardware error. But there's no need to give up hope yet. Try these boot cheatcodes at the Knoppix boot prompt:

    knoppix nodma
    knoppix nofstab
    or both, i.e. knoppix nodma nofstab

Page 1 of 2 12 LastLast

Similar Threads

  1. accidentaly deleted knoppix use... [solved]
    By hunkychop in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 05-19-2007, 12:07 AM
  2. Knoppix HDD image on vfat partition booting problem
    By Pessoft in forum Hardware & Booting
    Replies: 5
    Last Post: 07-06-2006, 09:36 PM
  3. Knoppix 3.8.2 installation and partition problems
    By lapel in forum Hdd Install / Debian / Apt
    Replies: 5
    Last Post: 06-02-2005, 04:26 AM
  4. Replies: 2
    Last Post: 04-04-2005, 06:57 PM
  5. knoppix hd install... partition problems...
    By abo in forum General Support
    Replies: 1
    Last Post: 07-10-2003, 07:46 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


CORSAIR Vengeance RGB Pro 32GB (2 x 16GB) 288-Pin PC RAM DDR4 3600 (PC4 28800) picture

CORSAIR Vengeance RGB Pro 32GB (2 x 16GB) 288-Pin PC RAM DDR4 3600 (PC4 28800)

$77.95



A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G picture

A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G

$13.99



Micron 8GB DDR4 1Rx16 PC4-3200AA Laptop RAM Memory MTA4ATF1G64HZ-3G2E2 picture

Micron 8GB DDR4 1Rx16 PC4-3200AA Laptop RAM Memory MTA4ATF1G64HZ-3G2E2

$10.00



NEW OLOy 16GB 2x8GB KIT DDR4-3000 PC4-24000 Desktop Gaming RAM MD4U0830160BB1ST picture

NEW OLOy 16GB 2x8GB KIT DDR4-3000 PC4-24000 Desktop Gaming RAM MD4U0830160BB1ST

$19.99



Team T-FORCE VULCAN Z 32GB (2 x 16GB) PC RAM DDR4 3200 (PC4 25600) Memory picture

Team T-FORCE VULCAN Z 32GB (2 x 16GB) PC RAM DDR4 3200 (PC4 25600) Memory

$54.99



Crucial DDR3L 16GB 1600 2x 8GB PC3-12800 Laptop SODIMM Memory RAM PC3 16G DDR3 picture

Crucial DDR3L 16GB 1600 2x 8GB PC3-12800 Laptop SODIMM Memory RAM PC3 16G DDR3

$22.45



8GB PC3L-12800S 1600MHz SODIMM DDR3 RAM | Grade A picture

8GB PC3L-12800S 1600MHz SODIMM DDR3 RAM | Grade A

$12.00



RAMAXEL 16 GB ( 4 GB x 4 sticks ) DDR3L-1600 PC3L-12800U 12800 Desktop RAM - HVD picture

RAMAXEL 16 GB ( 4 GB x 4 sticks ) DDR3L-1600 PC3L-12800U 12800 Desktop RAM - HVD

$11.42



Dell SNPTP9W1C/16G 16 GB 2666MHz (PC4-2666) Memory Ram picture

Dell SNPTP9W1C/16G 16 GB 2666MHz (PC4-2666) Memory Ram

$34.95



CORSAIR Vengeance RGB 32GB (2 x 16GB) 288-Pin PC RAM DDR5 5600 (PC5 44800) AMD picture

CORSAIR Vengeance RGB 32GB (2 x 16GB) 288-Pin PC RAM DDR5 5600 (PC5 44800) AMD

$94.99