Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
I have a Dell dimensions 6400. I need to uninstall FC6 so I can reinstall WinXP. 1) Will not boot with WinXP CD 2) Will not boot with Knoppix LiveCD ...
  1. #1
    Just Joined!
    Join Date
    Jun 2008
    Posts
    10

    dd command doesn't work

    I have a Dell dimensions 6400. I need to uninstall FC6 so I can reinstall WinXP.
    1) Will not boot with WinXP CD
    2) Will not boot with Knoppix LiveCD
    3) Will not boot with Gparted LiveCD
    4) Will not boot with Mac OS 10.5 DVD (just thought I'd try)

    Tried the "dd if=/dev/zero of=/dev/hda bs=521 count=1" command after rebooting with FC6 DVD in rescue mode and entering shell (sh-3.1). After I type in the command it prints -
    1+0 records in
    1+0 records out
    521 bytes (521 B) copied, 0.0373664 seconds, 13.9 kB/s

    How the heck can I get FC6 off my computer, or is there a way to partion my single harddrive with FC6 in place such that I can dual boot with WinXP? (Tried using Qparted while running FC6, can't touch the hard drive)


    Any help would be greatly appreciated

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    After I type in the command it prints -
    1+0 records in
    1+0 records out
    521 bytes (521 B) copied, 0.0373664 seconds, 13.9 kB/s
    it means HardDisk has been wiped out. Have you tried to boot up from Windows XP CD now?
    In case Windows XP CD doesn't work this time too, execute dd command again.
    Code:
    dd if=/dev/zero of=/dev/sda bs=521 count=1
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Jun 2008
    Posts
    10
    Okay, that makes sense considering when I reboot after that command it gives me -
    "strike F1 to retry boot, F2 for setup utility"

    I'm sure I need to use the hda instead of sda, I remember that from installing it.

    loaded the WinXP reinstallation disk, will not boot.
    loaded the Knoppix LiveCD, will not boot.
    load the FC6 DVD, WILL boot.

    So why might I still not be able to boot from the WinXP CD?


    Again, thank you (I can't say that enough)

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Boot up from CD again and execute this
    Code:
    su -
    /sbin/fdisk -l
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Jun 2008
    Posts
    10
    I assume you want me to reboot with the FC6 disk in rescue mode and enter the command shell.

    "su -" tells me that no super user exists.
    "/sbin/fdisk -1" tells me that no such file or directory

    use ls and I see -
    bin etc lib modules proc sbin sys usr
    dev init mnt oldtmp root selinux temp var

    cd to sbin and ls
    halt init insmod modprobe poweroff reboot rmmod sh

    Okay searched for fdisk using find / -name foo
    found fdisk at /mnt/runtime/usr/sbin/fdisk

    Alright worked, here is the output -

    Disk /dev/hda: 80.0 GB, 80000000000 bytes
    255 heads, 63 sectors/tracks, 9726 cylinders
    Units = cylinders of 16065 * 521 = 8225280 bytes

    Disk /dev/hda doesn't contain a valid partition table

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Your HardDisk is blank now. Windows XP CD should work now. Have you tried same CD on other machine? Have you tried any other Windows XP CD on this machine?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,095
    If all the CDs are in fact good, and your CD-drive is being that picky about what it boots and doesn't boot, maybe the drive is beginning to fail.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  8. #8
    Just Joined!
    Join Date
    Jun 2008
    Posts
    10
    I will take the WinXP CD to work and try it on another computer. It's the disk that came with the computer so it should work. The Knoppix liveCD will not boot. Oh, what the ****! Seriously? I have a DVD drive and a separate CD drive. When I was trying to boot the CD's I figured I would put them in the CD drive, but since only the DVD would boot, I put the WinXP disk in the DVD drive and it boots up!

    Well thank you very much for your prompt replies to my questions. I need Fedora and WinXP on my computer, which would you install first?


    Thank you

  9. #9
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Glad to help you !

    Install Windows OS first. Install Fedora after Windows Installation.
    Do post output of /sbin/fdisk -l again before starting Fedora installation. We will guide you how to create partitions and other necessary stuff.
    Good Luck !
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  10. #10
    Just Joined!
    Join Date
    Jun 2008
    Posts
    10
    Just got home from work. Installing WinXP. Selected to format hard drive to NTFS, created only C: partition.

    When you say to run fdisk -l again, do you to reboot FC6 DVD in rescue mode again? Should I create a linux partition from XP with Partion Magic or some tool like that? Or when I install FC6 should I do a custom layout?

Page 1 of 2 1 2 LastLast

Posting Permissions

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