Hallo zusammen, 
Installation von 10.3.
Ich habe ein Notebook wo ich das DVD Laufwerk durch eine zweite SATA Platte ersetzt habe.
Diese wird auch direkt als Disk erkannt. Die Installation habe ich über ein externes CD Laufwerk vorgenommen.
(fdisk siehe unten)
Ich möchte folgendes erreichen:
Wenn der Rechner startet ändere ich im BIOS bei Bedarf die Bootreihenfolge und würde so gerne
entweder SuSe 10.3 starten oder Win XP.
Kann mir dabei jemand weiterhelfen?
	
	
	
		
	
	
	
		
	
	
	
		
Danke
Gruss
SPA
			
			Installation von 10.3.
Ich habe ein Notebook wo ich das DVD Laufwerk durch eine zweite SATA Platte ersetzt habe.
Diese wird auch direkt als Disk erkannt. Die Installation habe ich über ein externes CD Laufwerk vorgenommen.
(fdisk siehe unten)
Ich möchte folgendes erreichen:
Wenn der Rechner startet ändere ich im BIOS bei Bedarf die Bootreihenfolge und würde so gerne
entweder SuSe 10.3 starten oder Win XP.
Kann mir dabei jemand weiterhelfen?
		Code:
	
	fdisk -l
Disk /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000d8681
   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1           9       72261   83  Linux
/dev/sda2              10       35908   288358717+  83  Linux
/dev/sda3           35909       38519    20972857+  82  Linux swap / Solaris
Disk /dev/sdb: 100.0 GB, 100030242816 bytes
240 heads, 63 sectors/track, 12921 cylinders
Units = cylinders of 15120 * 512 = 7741440 bytes
Disk identifier: 0xd60c4eff
   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *           1        3137    23715688+   7  HPFS/NTFS
/dev/sdb2            3138       12921    73967040    7  HPFS/NTFS
		Code:
	
	more /boot/grub/device.map
(hd2)   /dev/sda
(hd1)   /dev/sdc
(hd0)   /dev/sdb
		Code:
	
	# Modified by YaST2. Last modification on Mon Jun  9 12:33:51 CEST 2008
default 0
timeout 8
gfxmenu (hd2,0)/message
###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 10.3
    root (hd2,0)
    kernel /vmlinuz-2.6.22.5-31-bigsmp root=/dev/disk/by-id/scsi-SATA_SAMSUNG_HM320JIS16LJD0Q313270-part2 vga=0x348 resume=/dev/sda3
 splash=silent showopts
    initrd /initrd-2.6.22.5-31-bigsmp
###Don't change this comment - YaST2 identifier: Original name: windows 1###
title windows 1
    rootnoverify (hd2,0)
    chainloader (hd0,0)+1
###Don't change this comment - YaST2 identifier: Original name: windows 2###
title windows 2
    rootnoverify (hd2,0)
    chainloader (hd0,1)+1
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 10.3
    root (hd2,0)
    kernel /vmlinuz-2.6.22.5-31-bigsmp root=/dev/disk/by-id/scsi-SATA_SAMSUNG_HM320JIS16LJD0Q313270-part2 vga=normal showopts ide=no
dma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3
    initrd /initrd-2.6.22.5-31-bigsmpDanke
Gruss
SPA
