Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Slackware

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-12-2008, 02:19 PM
Steven Woody
 
Posts: n/a
HELP: Slack runing ok, but Windows can not be installed

Hi, this is a very strange problem, and I hop I can find a proper
linux tool to save my disk.

In the past months, my disk was running dual-boot OSs, slackware and
windows XP and I had never met a problem, until one day I did somthing
in my Windows XP, I guess, that is a operation made by Symantec's
partition magic, I ususally use this program to resize my
partitions. But this time, I found many things on my XP became
strange so I decided to reinstall the XP and I picked up the XP
install disc and booted from it, deleted the XP boot partition (the
1st one on my disk) and expected to do a reinstallation. However,
when I rebooted, the installation disc stoped to came up again: it
quickly show me the blue screen "I am trying to detect your
hardware..." and go dark screen forever, and the hard disk LED keeps
always on. I tried server times of booting from the install disc,
every time the result was same. And, I even tried another XP install
disc, nothing changed. I still can not boot properly and start the
installation process.

I suspect that there is something wrong in my partition table, but
the Slack disc can boot, and slackware run perfect without any
problem. I then boot into slack, and use the fdisk/cfdisk deleted and
recreated the 1st partition, but it did not help. When I rebooted the
system and inserted the XP install disc, it still can not boot up.

Can you give me any suggest? Do you think this is a problem with myy
partition table? If so, what tool I can use to bring the partiton
table back to a state with which XP install disc feel happy?

Thanks in advance.

-
narke

Reply With Quote
  #2 (permalink)  
Old 07-12-2008, 04:40 PM
Douglas Mayne
 
Posts: n/a
Re: HELP: Slack runing ok, but Windows can not be installed

On Sat, 12 Jul 2008 07:19:46 -0700, Steven Woody wrote:

> Hi, this is a very strange problem, and I hop I can find a proper
> linux tool to save my disk.
>
> In the past months, my disk was running dual-boot OSs, slackware and
> windows XP and I had never met a problem, until one day I did somthing
> in my Windows XP, I guess, that is a operation made by Symantec's
> partition magic, I ususally use this program to resize my
> partitions. But this time, I found many things on my XP became
> strange so I decided to reinstall the XP and I picked up the XP
> install disc and booted from it, deleted the XP boot partition (the
> 1st one on my disk) and expected to do a reinstallation. However,
> when I rebooted, the installation disc stoped to came up again: it
> quickly show me the blue screen "I am trying to detect your
> hardware..." and go dark screen forever, and the hard disk LED keeps
> always on. I tried server times of booting from the install disc,
> every time the result was same. And, I even tried another XP install
> disc, nothing changed. I still can not boot properly and start the
> installation process.
>
> I suspect that there is something wrong in my partition table, but
> the Slack disc can boot, and slackware run perfect without any
> problem. I then boot into slack, and use the fdisk/cfdisk deleted and
> recreated the 1st partition, but it did not help. When I rebooted the
> system and inserted the XP install disc, it still can not boot up.
>
> Can you give me any suggest? Do you think this is a problem with myy
> partition table? If so, what tool I can use to bring the partiton
> table back to a state with which XP install disc feel happy?
>
> Thanks in advance.
>
> -
> narke
>

I don't know, but it could be that the same effect you have noticed when
booted in XP is manifesting itself under XP's setup. My WAG is that
XP's Setup is searching for a previously installed Windows copy on your
first partition. There is something unexpectedly wrong with the
disk structure, and is forcing its mount code into a loop, or something
similar. If you have a backup of your Windows partition, then this looks
like it would be a good time to test restoring it. If not, and you are
prepared to lose everything on your Windows partition, it may be time to
use a bigger hammer. That is, use Slackware. First, verify that your
partition table is correct and consistent. If it looks good, use "dd" to
zero the Windows partition.

Caution: This will destroy the contents of /dev/hda1

dd if=/dev/zero of=/dev/hda1

Caution: There are other glitches that can manifest themselves in dual
boot cases. Most involve inconsistent disc geometry at boot between the
various OSs. Double check your BIOS HD settings. IME, setting "LBA" mode
manually is often better than the BIOS' "AUTO" setting. Linux will always
use LBA. Maybe, XP can be forced to use it from the start, too.

Caution: There may be other tools which could be used to repair
damaged NTFS. I have only used Windows chkdsk. If you want to investigate
fixing your filesystem, then look for a better tool than that. It would
also be a good idea to ensure that no hardware failures are to blame.
badblocks is your friend.

--
Douglas Mayne
Reply With Quote
  #3 (permalink)  
Old 07-12-2008, 05:53 PM
~kurt
 
Posts: n/a
Re: HELP: Slack runing ok, but Windows can not be installed

Douglas Mayne <doug@localhost.localnet> wrote:
>>

> I don't know, but it could be that the same effect you have noticed when
> booted in XP is manifesting itself under XP's setup. My WAG is that
> XP's Setup is searching for a previously installed Windows copy on your
> first partition. There is something unexpectedly wrong with the
> disk structure, and is forcing its mount code into a loop, or something
> similar. If you have a backup of your Windows partition, then this looks


That would be my first question - is this a generic Microsoft Windows XP
installation disk, or a disk that came OEM with the prebuilt system? These
disks are often called recovery disks - they can be a nightmare to deal with.
Sometimes they will automagically repartition your entire system without
warning you (they essentially return the system to its "just bought from
the store" condition), or they get confused and hang when they encounter
an unexpected setup. Since Win95 came out, it seems most manufacturers
stopped providing real Windows installation disks (I imagine this has to do
with the cheaper OEM licensing scheme).

- Kurt
Reply With Quote
  #4 (permalink)  
Old 07-13-2008, 02:45 AM
Steven Woody
 
Posts: n/a
Re: HELP: Slack runing ok, but Windows can not be installed

On Jul 13, 12:40 am, Douglas Mayne <d...@localhost.localnet> wrote:
> On Sat, 12 Jul 2008 07:19:46 -0700, Steven Woody wrote:
> > Hi, this is a very strange problem, and I hop I can find a proper
> > linux tool to save my disk.

>
> > In the past months, my disk was running dual-boot OSs, slackware and
> > windows XP and I had never met a problem, until one day I did somthing
> > in my Windows XP, I guess, that is a operation made by Symantec's
> > partition magic, I ususally use this program to resize my
> > partitions. But this time, I found many things on my XP became
> > strange so I decided to reinstall the XP and I picked up the XP
> > install disc and booted from it, deleted the XP boot partition (the
> > 1st one on my disk) and expected to do a reinstallation. However,
> > when I rebooted, the installation disc stoped to came up again: it
> > quickly show me the blue screen "I am trying to detect your
> > hardware..." and go dark screen forever, and the hard disk LED keeps
> > always on. I tried server times of booting from the install disc,
> > every time the result was same. And, I even tried another XP install
> > disc, nothing changed. I still can not boot properly and start the
> > installation process.

>
> > I suspect that there is something wrong in my partition table, but
> > the Slack disc can boot, and slackware run perfect without any
> > problem. I then boot into slack, and use the fdisk/cfdisk deleted and
> > recreated the 1st partition, but it did not help. When I rebooted the
> > system and inserted the XP install disc, it still can not boot up.

>
> > Can you give me any suggest? Do you think this is a problem with myy
> > partition table? If so, what tool I can use to bring the partiton
> > table back to a state with which XP install disc feel happy?

>
> > Thanks in advance.

>
> > -
> > narke

>
> I don't know, but it could be that the same effect you have noticed when
> booted in XP is manifesting itself under XP's setup. My WAG is that
> XP's Setup is searching for a previously installed Windows copy on your
> first partition. There is something unexpectedly wrong with the
> disk structure, and is forcing its mount code into a loop, or something
> similar. If you have a backup of your Windows partition, then this looks
> like it would be a good time to test restoring it. If not, and you are
> prepared to lose everything on your Windows partition, it may be time to
> use a bigger hammer. That is, use Slackware. First, verify that your
> partition table is correct and consistent. If it looks good, use "dd" to
> zero the Windows partition.
>
> Caution: This will destroy the contents of /dev/hda1
>
> dd if=/dev/zero of=/dev/hda1
>
> Caution: There are other glitches that can manifest themselves in dual
> boot cases. Most involve inconsistent disc geometry at boot between the
> various OSs. Double check your BIOS HD settings. IME, setting "LBA" mode
> manually is often better than the BIOS' "AUTO" setting. Linux will always
> use LBA. Maybe, XP can be forced to use it from the start, too.
>
> Caution: There may be other tools which could be used to repair
> damaged NTFS. I have only used Windows chkdsk. If you want to investigate
> fixing your filesystem, then look for a better tool than that. It would
> also be a good idea to ensure that no hardware failures are to blame.
> badblocks is your friend.
>
> --
> Douglas Mayne


It sounds a good idea! I will try, and I don't mind to loss the
whole /dev/hda1. Thanks, i will get back to you.
Reply With Quote
  #5 (permalink)  
Old 07-13-2008, 02:48 AM
Steven Woody
 
Posts: n/a
Re: HELP: Slack runing ok, but Windows can not be installed

On Jul 13, 1:53 am, ~kurt <actinouran...@earthlink.net> wrote:
> Douglas Mayne <d...@localhost.localnet> wrote:
>
> > I don't know, but it could be that the same effect you have noticed when
> > booted in XP is manifesting itself under XP's setup. My WAG is that
> > XP's Setup is searching for a previously installed Windows copy on your
> > first partition. There is something unexpectedly wrong with the
> > disk structure, and is forcing its mount code into a loop, or something
> > similar. If you have a backup of your Windows partition, then this looks

>
> That would be my first question - is this a generic Microsoft Windows XP
> installation disk, or a disk that came OEM with the prebuilt system? These
> disks are often called recovery disks - they can be a nightmare to deal with.
> Sometimes they will automagically repartition your entire system without
> warning you (they essentially return the system to its "just bought from
> the store" condition), or they get confused and hang when they encounter
> an unexpected setup. Since Win95 came out, it seems most manufacturers
> stopped providing real Windows installation disks (I imagine this has to do
> with the cheaper OEM licensing scheme).
>
> - Kurt


I don't sure what installation discs I am using, I tried two, both had
been always worked. Thanks for the reminding anyway.
Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Slackware


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 05:54 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109