this is the content of the grub bootloader in opensuse:
Modified by YaST2. Last modification on sab nov 8 18:02:59 UTC 2008
default 0
timeout 8
##YaST - generic_mbr
gfxmenu (hd0,1)/boot/message
##YaST - activate
###Don’t change this comment - YaST2 identifier: Original name: linux###
title openSUSE 11.0 - 2.6.25.5-1.1
root (hd0,1)
kernel /boot/vmlinuz-2.6.25.5-1.1-default root=/dev/disk/by-id/scsi-SATA_WDC_WD2500AAKS-_WD-WMART1699105-part2 devfs=mount,dall resume=/dev/sda5 splash=silent showopts vga=0x323
initrd /boot/initrd-2.6.25.5-1.1-default
###Don’t change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe – openSUSE 11.0 - 2.6.25.5-1.1
root (hd0,1)
kernel /boot/vmlinuz-2.6.25.5-1.1-default root=/dev/disk/by-id/scsi-SATA_WDC_WD2500AAKS-_WD-WMART1699105-part2 showopts ide=nodma apm=off acpi=off noresume edd=off x11failsafe vga=0x317
initrd /boot/initrd-2.6.25.5-1.1-default
###Don’t change this comment - YaST2 identifier: Original name: windows 1###
title windows 1
rootnoverify (hd0,1)
chainloader (hd0,0)+1
###Don’t change this comment - YaST2 identifier: Original name: windows 2###
title windows 2
rootnoverify (hd0,1)
chainloader (hd1,0)+1
and this it the content of the terminal:
linux-rpra:/home/carlo # fdisk
Uso: fdisk -l] -b SSZ] -u] dispositivo
Per es.: fdisk /dev/hda (per il primo disco IDE)
o: fdisk /dev/sdc (per il terzo disco SCSI)
o: fdisk /dev/eda (per la prima unità PS/2 ESDI)
o: fdisk /dev/rd/c0d0 o: fdisk /dev/ida/c0d0 (per i dispositivi RAID)
…
linux-rpra:/home/carlo # fdisk /dev/sda1
The number of cylinders for this disk is set to 16614.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
- software that runs at boot time (e.g., old versions of LILO)
- booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Comando (m per richiamare la guida): l
0 Vuoto 1e W95 FAT16 (LBA) 80 Vecchio Minix be Solaris boot
1 FAT12 24 NEC DOS 81 Minix / vecchio bf Solaris
2 XENIX root 39 Plan 9 82 Linux swap / So c1 DRDOS/sec (FAT-
3 XENIX usr 3c Recupero Partit 83 Linux c4 DRDOS/sec (FAT-
4 FAT16 <32M 40 Venix 80286 84 C nascosto OS/2 c6 DRDOS/sec (FAT-
5 Esteso 41 PPC PReP Boot 85 Linux esteso c7 Syrinx
6 FAT16 42 SFS 86 set volume NTFS da Non-FS data
7 HPFS/NTFS 4d QNX4.x 87 set volume NTFS db CP/M / CTOS / .
8 AIX 4e QNX4.x 2a parti 88 Linux plaintext de Dell Utility
9 AIX avviabile 4f QNX4.x 3rd part 8e Linux LVM df BootIt
a OS/2 Boot Manag 50 OnTrack DM 93 Amoeba e1 accesso DOS
b W95 FAT32 51 OnTrack DM6 Aux 94 Amoeba BBT e3 DOS R/O
c W95 FAT32 (LBA) 52 CP/M 9f BSD/OS e4 SpeedStor
e W95 FAT16 (LBA) 53 OnTrack DM6 Aux a0 Ibernazione IBM eb BeOS fs
f W95 Esteso (LBA 54 OnTrackDM6 a5 FreeBSD ee EFI GPT
10 OPUS 55 EZ-Drive a6 OpenBSD ef EFI (FAT-12/16/
11 FAT12 nascosto 56 Golden Bow a7 NeXTSTEP f0 Linux/PA-RISC b
12 Diagnostica Com 5c Priam Edisk a8 Darwin UFS f1 SpeedStor
14 FAT16 nascosto 61 SpeedStor a9 NetBSD f4 SpeedStor
16 FAT16 nascosto 63 GNU HURD o SysV ab Darwin boot f2 DOS secondario
17 HPFS/NTFS nasco 64 Novell Netware b7 BSDI fs fd Autorilevamento
18 AST SmartSleep 65 Novell Netware b8 BSDI swap fe LANstep
1b W95 FAT32 nasco 70 DiskSecure Mult bb Boot Wizard hid ff BBT
1c W95 FAT32 (LBA) 75 PC/IX
did I do the correct actions?
Is there something else I have to do?