| 
 
				
					| 
  
  
    | Autor | Nachricht |  
    |  | 
        
					| Titel: Weird dual booting : Kanotix - Windows XP  Verfasst am: 27.10.2007, 18:28 Uhr |  |  
    | 
        
          | 
 
 Anmeldung: 17. Okt 2007
 Beiträge: 11
 
 
 |  | 
        
          | My hard disks are: fdisk -l
 
 Disk /dev/hda: 30.0 GB, 30060527616 bytes
 255 heads, 63 sectors/track, 3654 cylinders
 Units = cylinders of 16065 * 512 = 8225280 bytes
 
 Device Boot      Start         End      Blocks   Id  System
 /dev/hda1   *           1        1275    10241406    7  HPFS/NTFS
 /dev/hda2            1276        3653    19101285    f  W95 Ext'd (LBA)
 /dev/hda5            1276        1785     4096543+   7  HPFS/NTFS
 /dev/hda6            2551        3653     8859816   83  Linux
 /dev/hda7            1786        1848      506016   82  Linux swap / Solaris
 /dev/hda8   *        1849        2550     5638783+  83  Linux
 
 Partition table entries are not in disk order
 
 Disk /dev/hdb: 41.1 GB, 41110142976 bytes
 255 heads, 63 sectors/track, 4998 cylinders
 Units = cylinders of 16065 * 512 = 8225280 bytes
 
 Device Boot      Start         End      Blocks   Id  System
 /dev/hdb1   *           1        4998    40146403+   7  HPFS/NTFS
 
 and my menu.lst:
 ## ## Start Default Options ##
 ## default kernel options
 ## default kernel options for automagic boot options
 ## If you want special options for specific kernels use kopt_x_y_z
 ## where x.y.z is kernel version. Minor versions can be omitted.
 ## e.g. kopt=root=/dev/hda1 ro
 ##      kopt_2_6_8=root=/dev/hdc1 ro
 ##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
 # kopt=root=UUID=5e480c1e-49b9-4dfe-8e35-7c9d7c613f10 ro nosmp noapic splash vga=791 quiet
 
 ## default grub root device
 ## e.g. groot=(hd0,0)
 # groot=(hd0,5)
 
 ## should update-grub create alternative automagic boot options
 ## e.g. alternative=true
 ##      alternative=false
 # alternative=false
 
 ## should update-grub lock alternative automagic boot options
 ## e.g. lockalternative=true
 ##      lockalternative=false
 # lockalternative=false
 
 ## additional options to use with the default boot option, but not with the
 ## alternatives
 ## e.g. defoptions=vga=791 resume=/dev/hda5
 # defoptions=
 
 ## should update-grub lock old automagic boot options
 ## e.g. lockold=false
 ##      lockold=true
 # lockold=false
 
 ## Xen hypervisor options to use with the default Xen boot option
 # xenhopt=
 
 ## Xen Linux kernel options to use with the default Xen boot option
 # xenkopt=console=tty0
 
 ## altoption boot targets option
 ## multiple altoptions lines are allowed
 ## e.g. altoptions=(extra menu suffix) extra boot options
 ##      altoptions=(single-user) single
 # altoptions=(single-user mode) single
 
 ## controls how many kernels should be put into the menu.lst
 ## only counts the first occurence of a kernel, not the
 ## alternative kernel options
 ## e.g. howmany=all
 ##      howmany=7
 # howmany=all
 
 ## should update-grub create memtest86 boot option
 ## e.g. memtest86=true
 ##      memtest86=false
 # memtest86=true
 
 ## should update-grub adjust the value of the default booted system
 ## can be true or false
 # updatedefaultentry=false
 
 ## ## End Default Options ##
 
 title           Debian GNU/Linux, kernel 2.6.22-10-kanotix
 root            (hd0,5)
 kernel          /boot/vmlinuz-2.6.22-10-kanotix root=UUID=5e480c1e-49b9-4dfe-8e35-7c9d7c613f10 ro  noapic splash vga=791 quiet
 initrd          /boot/initrd.img-2.6.22-10-kanotix
 
 title           Debian GNU/Linux, kernel memtest86+
 root            (hd0,5)
 kernel          /boot/memtest86+.bin
 
 ### END DEBIAN AUTOMAGIC KERNELS LIST
 title Microsoft Windows 2000 Advanced Server
 chainloader (hd1,0)+1
 
 title Microsoft Windows XP Professional
 chainloader (hd1,0)+1
 
 -----------------
 
 THE PROBLEM I HAVE:
 Basically Windows XP doesn't boot, I got a Windows 2000 booting sequence screen which freezes and never got to the point of starting windows XP. Windows XP is bootable IF I change the boot order in the BIOS options, so Windows XP hasn't been ""damaged"" by any Linux installation.  any idea ?
 |  
          |  |  
         
	        |  |  |  
    |  |  
    |  |  
    |  | 
        
					| Titel: Weird dual booting : Kanotix - Windows XP  Verfasst am: 27.10.2007, 21:14 Uhr |  |  
    | 
        
          | 
 
 Anmeldung: 17. Dez 2003
 Beiträge: 16809
 
 
 |  | 
        
          | you changed the boot sequence. if you want to boot it add 
 map (hd0) (hd1)
 map (hd1) (hd0)
 
 infront of the chanloader entry.
 |  
          |  |  
         
	        |  |  |  
    |  |  
    |  |  
    |  |  |  |