<br><br><b><i>Markku Kolkka <markkuk@tuubi.net></i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> Arne Chr. Jorgensen kirjoitti viestissään (lähetysaika maanantai, <br>17. syyskuuta 2007):<br>> Should check registry in Windows,  but the F8t2 didn't leave<br>> any entry.<br><br>Installing Fedora shouldn't touch anything in Windows.<br><br>> What should the entry for booting Windows be ?<br><br>Depends on your disk/partition configuration, but the most usual <br>should be:<br><br>title WinXP<br>        rootnoverify (hd0,0)<br>        chainloader +1<br><br>This works if Windows is on the first partition of the first hard <br>drive (in BIOS boot order).<br><br>> What command do you give to have it rewrite this new entry ?<br><br>Use your favorite text editor (emacs, gedit, kedit, nano, ...) as <br>root to edit /boot/grub/grub.conf<br><br>-- <br> Markku Kolkka<br>
 markku.kolkka@iki.fi<br><br>-- <br>fedora-test-list mailing list<br>fedora-test-list@redhat.com<br>To unsubscribe: <br>https://www.redhat.com/mailman/listinfo/fedora-test-list<br></blockquote><br>Thanks.  I did loose it after an update, and don't usually have dual boot.<br>I had tried what you did - but it didn't work. But trying again, I added<br>"makeactive"  and then I did get it started.<br><br>Here is a snippet of my file as it is right now:<br><br><br>title Fedora (2.6.23-0.184.rc6.git4.fc8)<br>    root (hd0,2)<br>    kernel /vmlinuz-2.6.23-0.184.rc6.git4.fc8 ro root=/dev/VolGroup00/LogVol00 rhgb quiet<br>    initrd /initrd-2.6.23-0.184.rc6.git4.fc8.img<br>title Fedora (2.6.23-0.164.rc5.fc8)<br>    root (hd0,2)<br>    kernel /vmlinuz-2.6.23-0.164.rc5.fc8 ro root=/dev/VolGroup00/LogVol00 rhgb quiet<br>    initrd /initrd-2.6.23-0.164.rc5.fc8.img<br>title Windows Vista
 <br>    rootnoverify (hd0,0)<br>        makeactive <br>    chainloader +1<br><br>As I am uncertain and unfamiliar - I wanted to include - perhaps someone<br>would have a comment ?<br><br>The Fedora entry right above - did stall during boot up. This used to happen to the first, before I entered the Windows Vista section.  This was<br>a bit odd ?  <br><br>( have to press the power off button when it does, else it doesn't find the<br>disk and I have kernel panics. )  Have had a lot of trouble with the sata drive.... is there anything here that may cause something ? <br><br>Example:<br><br>1.  It reads this loader,  but sinse it is waiting for an entry, a selection,<br>will the disk shut down in a sleep state ?  ( it does stop )<br>2. What wakes it up and into action ?  ( think it is given a resume cmd )<br>3. But what if that isn't enough ? It may have read the whole loader
 into<br>ram.  What is the reason for waisting power, spinning up the drive again ?<br><br>I don't know the instruction set for these disks,  but some flush, force startup, has to be given.  <br><br>4.  There is a nVidia nForce System management controller - stearing<br>a lot of subdivided I/O resources.  The power button isn't a power switch,<br>but an input signal to this control system.   As I toggle the switch, I give it<br>a kick, may have it issue a "spin up" command ?<br><br>Can that sound reasonable ?   ( if so... this may be a lead to figure out why<br>there are so much trouble with having it recognizing these drives )<br><br>I have tried to find out for weeks now:<br><br><br>A:=> > ata4: SATA link down (SStatus 0 SControl 300)<br>> pata_amd 0000:00:06.0: version 0.3.8<br>>    > PCI: Setting latency timer of device 0000:00:06.0 to 64<br>>    > scsi4:
 pata_amd<br>>    > scsi5: pata_amd<br>>    > ata5: PATA max UDMA/133 cmd 0x00000000000101f0 ctl 0x00000000000103f6 bmdma 0x00000000000130c0 >    irq 14<br>>    > ata6: PATA max UDMA/133 cmd 0x0000000000010170 ctl 0x0000000000010376 bmdma 0x00000000000130c8 >    irq 15<br>>    > ata5.00: ATAPI: MATSHITADVD-RAM UJ-851S, 1.50, max MWDMA2<br>>    > ata5.00: ATAPI: configured for MWDMA2<br>>    > ata6: port disabled. ignoring.<br>>    > scsi 4:0:0:0: CD-ROM MATSHITADVD-RAM UJ-851S, 1.50 PQ: 0 ANSI: 5<br>>    > device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised: dm-devel@redhat.com<br>B:===> Reading all physical volumes. This may take a while...<br>>    > No volume groups found<br>>    > Volume group "VolGroup00" not
 found<br>>    > Unable to access resume device (/dev/VolGroup00/LogVol01)<br>>    > mount: could not find filesystem '/dev/root'<br>>    > setuproot: moving /dev failed: No such file or directory<br>>    > Setuproot: error mounting /proc: No such file or directory<br>>    > Setuproot: error mounting /sys: No such file or directory<br>>    > switchroot: mount failed: No such file or directory<br>>    > Kernel panic - not syncing: Attempting to kill init!<br>>    ><br>>    > ---------------------------------<br>><br><br>NOTE my arrows:  <br><br>A:  The disk has stopped after reading "grub".<br>( tired, not that clear minded, but I think this is how it behaves)<br>B:  The disk should spin up, reading physical volumes, but it doesn't.<br>    It is not
 activated, so it times out "This may take a while..." <br>    ( in OpenSuse, there is a dot written to screen, perhaps each second,<br>     like this: ................ )<br>    Until it gives up and drop you to a rescue shell.  ( And I haven't been<br>    able to trigger the disk to spin up from that shell )<br><br>                         --------------------<br><br>If this sounds reasonable - then this may be the problem facing a lot of folks.<br>You install all software from DVD which is a pATA drive, and when you reboot,<br>you don't find the installed system, or just parts of the "first boot" until<br>a similar pause by the drive. <br><br>I don't know grub and those commands, but perhaps one could do a "dd" write<br>to the drive. Thing is - the kernel will keep activity with the
 swap partition.<br>Is there someone that knows that part very well ???  There must be a disk-cmd<br>there, as the disk may stop for longer periods.<br><br>                         ---------------------<br><br>Perhaps this may explain some odd bugs that exist elsewhere as well.<br><br>IS THERE some simple way to test this ?   Am I making sense ?<br><br><br><br>//ARNE<br><br><br><br><br><br><br><br><br><br><p>
      <hr size=1>Need a vacation? <a href="http://us.rd.yahoo.com/evt=48256/*http://travel.yahoo.com/;_ylc=X3oDMTFhN2hucjlpBF9TAzk3NDA3NTg5BHBvcwM1BHNlYwNncm91cHMEc2xrA2VtYWlsLW5jbQ--">Get great deals 
to amazing places </a>on Yahoo! Travel.