Hab XP neu installiert! Wie komm ich wieder an mein Linux

Mich würde ja mal wirklich interessieren wie deine Plattengeometrie tatsächlich ausschaut.

Du kannst ja mal mit cfdis die Table ausgeben lassen.
cfdisk als root startetn und print ( Taste p ) eingeben.
Code:
cfdisk -P s /dev/hda
Das ganze mal hier reinposten.

Einen Blick in deine menu.lst zu werfen wär auch keine schlechte Idee.

Gruß Wolfgang
 
Mich würde ja mal wirklich interessieren wie deine Plattengeometrie tatsächlich ausschaut.

Du kannst ja mal mit cfdis die Table ausgeben lassen.
cfdisk als root startetn und print ( Taste p ) eingeben.
Code:
cfdisk -P s /dev/hda
Das ganze mal hier reinposten.

Einen Blick in deine menu.lst zu werfen wär auch keine schlechte Idee.

Gruß Wolfgang

hier kommt es
Code:
root@2[~]# cfdisk -P s /dev/hda
Partitionstabelle von /dev/hda

               Erster   Letzter
 # Typ        Sektor      Sektor   Offset    Länge    Dateisystemtyp (ID)  Flags
-- ------- ----------- ----------- ------ ----------- -------------------- -----
 1 Primär           0    24579449     63    24579450 W95 FAT32 (LBA) (0C) Boot
 2 Primär    24579450   117210239      0    92630790 W95 Ext'd (LBA) (0F) Kein
 5 Logisch    24579450    65545199     63    40965750 HPFS/NTFS (07)       Kein
 6 Logisch    65545200    94221224     63    28676025 W95 FAT32 (0B)       Kein
 7 Logisch    94221225   115700129     63    21478905 Linux (83)           Kein
 8 Logisch   115700130   117210239     63     1510110 Linux swap / So (82) Boot
root@2[~]#

Code:
root@2[~]# fdisk -l

Platte /dev/hda: 60.0 GByte, 60011642880 Byte
255 Köpfe, 63 Sektoren/Spuren, 7296 Zylinder
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes

   Gerät  boot.     Anfang        Ende     Blöcke   Id  System
/dev/hda1   *           1        1530    12289693+   c  W95 FAT32 (LBA)
/dev/hda2            1531        7296    46315395    f  W95 Erw. (LBA)
/dev/hda5            1531        4080    20482843+   7  HPFS/NTFS
/dev/hda6            4081        5865    14337981    b  W95 FAT32
/dev/hda7            5866        7202    10739421   83  Linux
/dev/hda8   *        7203        7296      755023+  82  Linux Swap / Solaris
root@2[~]#

menu.lst
Code:
# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not change this entry to 'saved' or your
# array will desync and will not let you boot your system.
default		2

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout		5

# Pretty colours
color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title		Windows 95/98/NT/2000
# root		(hd0,0)
# makeactive
# chainloader	+1
#
# title		Linux
# root		(hd0,1)
# kernel	/vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## 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=/dev/hda8 ro vga=791

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,7)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## 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.20
root		(hd0,7)
kernel		/boot/vmlinuz-2.6.20 root=/dev/hda8 ro vga=791 
initrd		/boot/initrd.img-2.6.20
savedefault

title		Debian GNU/Linux, kernel 2.6.20 (single-user mode)
root		(hd0,7)
kernel		/boot/vmlinuz-2.6.20 root=/dev/hda8 ro vga=791 single
initrd		/boot/initrd.img-2.6.20
savedefault

title		Debian GNU/Linux, kernel 2.6.18-3-686
root		(hd0,7)
kernel		/boot/vmlinuz-2.6.18-3-686 root=/dev/hda8 ro vga=791 
initrd		/boot/initrd.img-2.6.18-3-686
savedefault

title		Debian GNU/Linux, kernel 2.6.18-3-686 (single-user mode)
root		(hd0,7)
kernel		/boot/vmlinuz-2.6.18-3-686 root=/dev/hda8 ro vga=791 single
initrd		/boot/initrd.img-2.6.18-3-686
savedefault

### END DEBIAN AUTOMAGIC KERNELS LIST



# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda1
title		Windows XP 
root		(hd0,0)
savedefault
makeactive
chainloader	+1
 
title Debian GNU/Linux, kernel 2.6.20
root (hd0,7)
kernel /boot/vmlinuz-2.6.20 root=/dev/hda8 ro vga=791
initrd /boot/initrd.img-2.6.20
savedefault

title Debian GNU/Linux, kernel 2.6.20 (single-user mode)
root (hd0,7)
kernel /boot/vmlinuz-2.6.20 root=/dev/hda8 ro vga=791 single
initrd /boot/initrd.img-2.6.20
savedefault

title Debian GNU/Linux, kernel 2.6.18-3-686
root (hd0,7)
kernel /boot/vmlinuz-2.6.18-3-686 root=/dev/hda8ro vga=791
initrd /boot/initrd.img-2.6.18-3-686
savedefault

title Debian GNU/Linux, kernel 2.6.18-3-686 (single-user mode)
root (hd0,7)
kernel /boot/vmlinuz-2.6.18-3-686 root=/dev/hda8ro vga=791 single
initrd /boot/initrd.img-2.6.18-3-686
savedefault

Die fett markierte hda8 solltest du mal alle auf hda7 ändern.
Du versuchst nämlich tatsächlich die swap zu booten.

Gruß Wolfgang
PS Warum deine Swap ein bootable-flag hat ist mir auch rätselhaft, hat aber nix damit zu tun.
 
Die fett markierte hda8 solltest du mal alle auf hda7 ändern.
Du versuchst nämlich tatsächlich die swap zu booten.

Gruß Wolfgang
PS Warum deine Swap ein bootable-flag hat ist mir auch rätselhaft, hat aber nix damit zu tun.

Hat leider nichts gebracht

"cannot mount selected partition":( :( :( :(
 
Hallo
Die (hd0,7) musst du auch in (hd0,6) ändern!
Das hatten wir doch vorher schon einmal gesagt.

cu Wolfgang
 
Mach einfach mal was ich gesagt habe.
Das ist mit Sicherheit der Fehler.
Auf jeden Fall ist (hd0.7) deine Swap und zeigt auf /dev/hda8
So kann es jedenfalls nicht gehen.
Wer hat das denn dort eingetragen?

Gruß Wolfgang
 
Mach einfach mal was ich gesagt habe.
Das ist mit Sicherheit der Fehler.
Auf jeden Fall ist (hd0.7) deine Swap und zeigt auf /dev/hda8
So kann es jedenfalls nicht gehen.
Wer hat das denn dort eingetragen?

Gruß Wolfgang

Danke, ich schreib dir hier gerade von meinem frisch gebootetem Linux :D :D :D
Doch beim Hochfahren kam der Fehler das die Swap-Partition nicht aktiviert werden konnte. Hast du da auch noch eine Idee?:think: :think:
.
.
.
EDIT (autom. Beitragszusammenführung) :
.

Danke, ich schreib dir hier gerade von meinem frisch gebootetem Linux :D :D :D
Doch beim Hochfahren kam der Fehler das die Swap-Partition nicht aktiviert werden konnte. Hast du da auch noch eine Idee?:think: :think:


Meine fstat entspricht nicht fdisk -l

Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
/dev/hda8       /               ext2    defaults,errors=remount-ro 0       1
/dev/hda6       /windows        vfat    defaults        0       0
/dev/hda7       none            swap    sw              0       0
/dev/hdc        /media/cdrom0   udf,iso9660 user,noauto     0       0

Code:
debian2:/home/michael# fdisk -l

Disk /dev/hda: 60.0 GB, 60011642880 bytes
255 heads, 63 sectors/track, 7296 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hda1   *           1        1530    12289693+   c  W95 FAT32 (LBA)
/dev/hda2            1531        7296    46315395    f  W95 Ext'd (LBA)
/dev/hda5            1531        4080    20482843+   7  HPFS/NTFS
/dev/hda6            4081        5865    14337981    b  W95 FAT32
/dev/hda7            5866        7202    10739421   83  Linux
/dev/hda8   *        7203        7296      755023+  82  Linux swap / Solaris
debian2:/home/michael#

Da stimmt doch was nicht?
 
Zuletzt bearbeitet:
Hallo
Erstens:
Entferne mal das bootflag aus der swap.
Das geht mit cfdisk als root
dann ändere die auf /dev/hda8 in der fdisk
Zweitens:
Die fstab hat mit grub erstmal garnix zu tun, da sie erst geladen wird wenn grub seine Arbeit schon lange verrichtet hat.
Die fstab ist nur für das laufende System von Belang.
Du musst nicht alle Partitionen die vorhanden sind mounten.
Desweiteren werden hier auch Geräte gemountet (wenn vorhanden und gewollt)

edit:
Da du dich nicht mehr meldest, nehme ich an es hat geklappt.
Und Tschüß
Wolfgang


Gruß Wolfgang
 
Zuletzt bearbeitet:
Hallo
Erstens:
Entferne mal das bootflag aus der swap.
Das geht mit cfdisk als root
dann ändere die auf /dev/hda8 in der fdisk
Zweitens:
Die fstab hat mit grub erstmal garnix zu tun, da sie erst geladen wird wenn grub seine Arbeit schon lange verrichtet hat.
Die fstab ist nur für das laufende System von Belang.
Du musst nicht alle Partitionen die vorhanden sind mounten.
Desweiteren werden hier auch Geräte gemountet (wenn vorhanden und gewollt)

edit:
Da du dich nicht mehr meldest, nehme ich an es hat geklappt.
Und Tschüß
Wolfgang


Gruß Wolfgang

Bin gerade wieder Nach Hause gekommen und mit cfdisk den Bootflag entfernt. Was soll ich in der Fdisk unter /dev/hda8 ändern.
Vielen Dank für die bisherige Hilfe.:D :D :D :D
 
Na Du solltest das bootflag entfernen.
Und Deine fstab anpassen ... denn wie Du schon selber gesehen hast, ist da hda7 und hda8 "vertauscht" ... wie es richtig aussehen muss, siehste ja in der Ausgabe von fdisk. Zu kompliziert?
 
Na Du solltest das bootflag entfernen.
Und Deine fstab anpassen ... denn wie Du schon selber gesehen hast, ist da hda7 und hda8 "vertauscht" ... wie es richtig aussehen muss, siehste ja in der Ausgabe von fdisk. Zu kompliziert?

War scheinbar ein Kommukationsproblem, nach dem ich wusste was gemeint war
(dank deiner deutlicheren Aussage :)) :)) ), habe ich die fstab geändert und alles läuft wieder wie Lottchen. :D :D

Vielen Dank für Geduld und überaus fachliche Hilfe an alle die beteiligt waren. :oldman
 
Ich ignorier mal den Sarkasmus, falls da welcher war und entschuldige mich für die etwas "schroffe" Art ... ;)
 
Ich ignorier mal den Sarkasmus, falls da welcher war und entschuldige mich für die etwas "schroffe" Art ... ;)

Hab ich nicht sarkastisch gemeint. Ich neige wahrscheinliche zur blumigen Schreibweise. Es gibt also keinen Grund für Entschuldigungen. :headup:

Danke noch mal und schönen Sonntag. :oldman
 

Ähnliche Themen

es kommen abwechselnd neuere Distributionen...

Folgen von apt-get rückgängig machen...?

openn SuSE 13.1 - 64-BIt erlaubt nicht mehr als 20GB für /root

Freezes Abstürze und bootcrashes

Laptop wird unter SuSe super heiß und stürzt regelm. ab

Zurück
Oben