PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Partipationsbereich zusötzlich einbinden



superschorsch
08.08.08, 14:02
hi Leute!
bitte um Hilfe, ich habe auf der Festplatte openSUSE in einem
Partipationsbereich und will den in die menü.list richtig
hineinschreiben. (habe mir vorige woche mal alles zerstört und bin vorsichtig)
Habe aber nicht die richtigen Antworten gefunden und
bitte auch um die richtigen LINKS
Danke und ich kenn die gute hilfe
Auch zur info:


# 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 use 'savedefault' or your
# array will desync and will not let you boot your system.
default 0

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

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu

# 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=UUID=83fb3f4b-3006-4f0d-bd56-136e6cb612cf ro

## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0

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

## 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=quiet splash

## 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=(recovery) single
# altoptions=(recovery 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

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title Ubuntu 8.04.1, kernel 2.6.24-19-generic
root (hd0,4)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=83fb3f4b-3006-4f0d-bd56-136e6cb612cf ro quiet splash
initrd /boot/initrd.img-2.6.24-19-generic
quiet

title Ubuntu 8.04.1, kernel 2.6.24-19-generic (recovery mode)
root (hd0,4)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=83fb3f4b-3006-4f0d-bd56-136e6cb612cf ro single
initrd /boot/initrd.img-2.6.24-19-generic

title Ubuntu 8.04.1, memtest86+
root (hd0,4)
kernel /boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda1
title Microsoft Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1

marce
08.08.08, 14:06
(1) bitte für derlei Ausgaben die [code]-Tags verwenden.
(2) bitte die Ausgabe von fdisk -l posten.

superschorsch
08.08.08, 14:16
danke für die rasche antwort

superschorsch@superschorsch-desktop:~$ fdisk

Aufruf: fdisk [-l] [-b SSZ] [-u] Gerät
Zum Beispiel: fdisk /dev/hda (die erste IDE-Festplatte)
oder: fdisk /dev/sdc (die dritte SCSI-Festplatte)
oder: fdisk /dev/eda (die erste PS/2 ESDI-Festplatte)
oder: fdisk /dev/rd/c0d0
oder: fdisk /dev/ida/c0d0 (RAID-Festplatten)

superschorsch@superschorsch-desktop:~$

marce
08.08.08, 14:18
(3) bitte Antworten aufmerksam lesen

fdisk -l

superschorsch
08.08.08, 14:20
sorry aber da war nix und daher hab ich die info gegebn, wußte nicht, dass es uninteressant ist


superschorsch@superschorsch-desktop:~$ fdisk -l
superschorsch@superschorsch-desktop:~$

marce
08.08.08, 14:21
bitte als root ausführen.

superschorsch
08.08.08, 14:27
bin noch neuling - newbee - greenhorn und steh auch
manchmal auf der leitung
??? als root ausführen

marce
08.08.08, 14:29
sudo verwenden.

superschorsch
08.08.08, 14:31
ist es das?


superschorsch@superschorsch-desktop:~$ sudo fdisk -l
[sudo] password for superschorsch:

Platte /dev/sda: 500.1 GByte, 500107862016 Byte
240 Köpfe, 63 Sektoren/Spuren, 64601 Zylinder
Einheiten = Zylinder von 15120 × 512 = 7741440 Bytes
Disk identifier: 0xff93ff93

Gerät boot. Anfang Ende Blöcke Id System
/dev/sda1 * 1 68 514048+ 7 HPFS/NTFS
/dev/sda2 69 1354 9722160 7 HPFS/NTFS
/dev/sda3 1355 5169 28841400 5 Erweiterte
/dev/sda4 5170 25486 153596520 7 HPFS/NTFS
/dev/sda5 1355 5005 27601528+ 83 Linux
/dev/sda6 5006 5169 1239808+ 82 Linux Swap / Solaris
superschorsch@superschorsch-desktop:~$

Rain_maker
08.08.08, 14:37
Ich sehe da genau eine Linuxinstallation und die menu.lst ist 100%ig keine von openSUSE sondern von Ubuntu.

Wo soll also die openSUSE installiert sein?

superschorsch
08.08.08, 14:55
auf der

/dev/sda5 1355 5005 27601528+ 83 Linux
/dev/sda6 5006 5169 1239808+ 82 Linux Swap / Solaris

denn Windows und ubuntu sind auf ntfs formatiert
open suse war schon vorher auf der platte und beim hd-clone von 40 GB auf die schnelle 500 GB
(auf der suse eben war) ist dann suse weg gewesen im betriebsanmeldungs kontex

" Other operating systems: "

dort wollte ich den weg zu:
root (hd0,?)
kernel ??????

eingeben
denn es müßte das suse auf


/dev/sda5 extended
/dev/sda6 ext3


sein

marce
08.08.08, 14:58
denn Windows und ubuntu sind auf ntfs formatiert
das bezweifle ich...

Ansonsten - ehrlich gesagt verstehe ich Dein Geschreibsel hier keinen Meter weit...

Rain_maker
08.08.08, 15:03
Ubuntu auf NTFS?

Hab ich was verpasst oder ist das eine dieser "WUBI" (oder wie der Kram heisst) Nix Halbes und nix Ganzes-Installationen?

Naja, egal.

Deine Partitionierung ist absolut "suboptimal", Du verschenkst erstmal mehr als die Hälfte des Platzes und die erweiterte zwischen zwei primäre Partitionen zu schieben ist auch nicht gerade eine glorreiche Idee.

Ausserdem sind schon 3 primäre und eine erweiterte Partition vorhanden, also ist das Anlegen weiterer Partitionen unmöglich, man könnte den Platz nur durch Vergrössern der letzten primären Partition nutzen.

Sicher, daß Du an diesem "Durcheinander" weiter herumbasteln willst?

Greetz,

RM

superschorsch
08.08.08, 15:07
ist es nicht so, dass ubunntu auf
/dev/sda1
bootet und auf
/dev/sda4 und sda3 dann ist.


Gerät boot. Anfang Ende Blöcke Id System
/dev/sda1 * 1 68 514048+ 7 HPFS/NTFS
/dev/sda2 69 1354 9722160 7 HPFS/NTFS
/dev/sda3 1355 5169 28841400 5 Erweiterte
/dev/sda4 5170 25486 153596520 7 HPFS/NTFS
/dev/sda5 1355 5005 27601528+ 83 Linux
/dev/sda6 5006 5169 1239808+ 82 Linux Swap / Solaris

open suse hat glaube ich vorher auf
/dev/sda5
/dev/sda6
gelegen

Rain_maker
08.08.08, 15:12
Nein, das ist NICHT so.



title Ubuntu 8.04.1, kernel 2.6.24-19-generic
root (hd0,4)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=83fb3f4b-3006-4f0d-bd56-136e6cb612cf ro quiet splash
initrd /boot/initrd.img-2.6.24-19-generic
quiet

Dein Ubuntu liegt auch NICHT auf einer NTFS sondern auf sda5 und Deine SuSE WAR vielleicht mal auf der selben Partition.

Bei der Partitionierung kannst Du das auch gleich mal komplett vergessen, etwas Sinnvolles daraus zu basteln.

Greetz,

RM

superschorsch
08.08.08, 15:19
danke für die mühen

superschorsch
14.08.08, 21:58
Habe aufgeräumt und will ubuntu auf der 80GB singel haben und auf der 500 GB windows XP.
jetzt kann ich es nur noch nicht zum laufen bringen, nur mit der super-grub-boot-cd
(bin froh, dass endlich was läuft)
meine fdisk -l

superschorsch@superschorsch-desktop:~$ sudo fdisk -l

Platte /dev/sda: 500.1 GByte, 500107862016 Byte
240 Köpfe, 63 Sektoren/Spuren, 64601 Zylinder
Einheiten = Zylinder von 15120 × 512 = 7741440 Bytes
Disk identifier: 0xff93ff93

Gerät boot. Anfang Ende Blöcke Id System
/dev/sda1 1 68 514048+ 7 HPFS/NTFS
/dev/sda2 * 69 1354 9722160 7 HPFS/NTFS
/dev/sda3 1355 64600 478139760 f W95 Erw. (LBA)
/dev/sda5 1355 64600 478139728+ 7 HPFS/NTFS

Platte /dev/hda: 81.9 GByte, 81964302336 Byte
255 Köpfe, 63 Sektoren/Spuren, 9964 Zylinder
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
Disk identifier: 0xdf2bde02

Gerät boot. Anfang Ende Blöcke Id System
/dev/hda1 * 1 9553 76734441 83 Linux
/dev/hda2 9554 9964 3301357+ 5 Erweiterte
/dev/hda5 9554 9964 3301326 82 Linux Swap / Solaris
superschorsch@superschorsch-desktop:~$


meine Bootprobleme habe ich auch nachgefragt, aber da kann keiner helfen?
http://www.linuxforen.de/forums/showthread.php?t=254342

superschorsch
17.08.08, 09:47
Danke für eure hilfe!
ich habe euren rat befolgt und habe alles neu installiert.
vorher natürlich sicherheits backup.
Windows 1 Festplatte
ubuntu eine Festplatte und von dort startet grub (auch windows)
ich habe sehr viel gelernt und bedanke mich
so jetzt versuche ich trotzdem Battlefield 1942 auf ubuntu zum laufen zu bekommen