Oct 31, 2025 - 06:41 PMDeutsch | English
Hello unlogged user [ Register | Log in ]

Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
Cube
Post subject: Wie Kanotix zusätzlich installieren ?  PostPosted: Oct 03, 2006 - 04:08 PM



Joined: Feb 17, 2006
Posts: 55
Location: Berlin
Wie kann ich Kanotix neben meinem Ubuntu richtig installieren ? Und zwar so das ich beim Systemstart zwischen beiden wählen kann
das zeigt mir fdisk -l

Quote:

Device Boot Start End Blocks Id System
/dev/hda1 * 1 1824 14651248+ 83 Linux
/dev/hda2 1825 12161 83031952+ 5 Extended
/dev/hda5 1825 2128 2441848+ 82 Linux swap / Solaris
/dev/hda6 2129 12161 80590041 83 Linux
 
 View user's profile Send private message  
Reply with quote Back to top
besenmuckel
Post subject: Wie Kanotix zusätzlich installieren ?  PostPosted: Oct 03, 2006 - 04:35 PM



Joined: Mar 28, 2004
Posts: 1169
Location: Wolfenbuettel
Du brauchst mindestens eine extra partion für kanotix. Dort kanotix installieren(hier richtige partion auswählen), den Bootmanager in die root-partion(nicht mbr) angeben. Unter der menue.lst in ubunto einen neuen eintrag erstellen für kanotix(den eintrag kannst du aus der /boot/grub/menue.lst von kanotix nehmen). Es ist auch möglich grub in den mbr zu schreiben, dann entsprechend ubuntu-eintrag in der menue.lst von kanotix-grub schreiben. Nach der installation sind von der cd etwa 2,3 gb belegt, grösse der partition deinen bedürfnissen anpassen. Sollte aber nicht unter 3 gb sein.

_________________
probieren geht über studieren
 
 View user's profile Send private message Send e-mail  
Reply with quote Back to top
ockham23
Post subject: RE: Wie Kanotix zusätzlich installieren ?  PostPosted: Oct 03, 2006 - 04:51 PM



Joined: Mar 25, 2005
Posts: 2133

Das logische Laufwerk hda6 mit gparted von der Kanotix-CD verkleinern und ein weiteres logisches Laufwerk hda7 für Kanotix anlegen. Installiere grub wie von besenmuckel geschrieben in den MBR, eine entsprechende Option dafür gibt's im Kanotix-Installer. Dann die Datei /boot/grub/menu.lst auf der Root-Partition von Ubuntu (oder in der separaten Boot-Partition) um folgenden Eintrag ergänzen:
Code:
title      Kanotix-2006-01-RC4 (hda7)
chainloader    (hd0,6)+1

_________________
And I ain't got no worries 'cause I ain't in no hurry at all (Doobie Brothers, "Black Water").
 
 View user's profile Send private message  
Reply with quote Back to top
Cube
Post subject: Re: RE: Wie Kanotix zusätzlich installieren ?  PostPosted: Oct 03, 2006 - 06:23 PM



Joined: Feb 17, 2006
Posts: 55
Location: Berlin
ockham23 wrote:
Das logische Laufwerk hda6 mit gparted von der Kanotix-CD verkleinern und ein weiteres logisches Laufwerk hda7 für Kanotix anlegen. Installiere grub wie von besenmuckel geschrieben in den MBR, eine entsprechende Option dafür gibt's im Kanotix-Installer. Dann die Datei /boot/grub/menu.lst auf der Root-Partition von Ubuntu (oder in der separaten Boot-Partition) um folgenden Eintrag ergänzen:
Code:
title      Kanotix-2006-01-RC4 (hda7)
chainloader    (hd0,6)+1


Also einfach am ende der menu.lst von Ubuntu hinzufügen ?
Und wie sieht es aus wenn ich die RC4 irgendwann dann mal auf die final update,muss ich dann wieder etwas in der menu.lst ändern oder ist das jetzt nur einmalig ?
 
 View user's profile Send private message  
Reply with quote Back to top
ockham23
Post subject: RE: Re: RE: Wie Kanotix zusätzlich installieren ?  PostPosted: Oct 03, 2006 - 06:43 PM



Joined: Mar 25, 2005
Posts: 2133

Der Eintrag kommt hinter
Code:
### end Debian automagic kernels list
Wenn du die Final installierst, musst du
- grub wieder in die Root-Partition schreiben lassen und
- "title Kanotix-2006-01-RC4 (hda7)" in "title Kanotix-2006-01 (hda7)" ändern.
Letzteres ist aber nur Kosmetik, da sich das Laden mit dem chainloader-Befehl nicht ändert.

_________________
And I ain't got no worries 'cause I ain't in no hurry at all (Doobie Brothers, "Black Water").
 
 View user's profile Send private message  
Reply with quote Back to top
Cube
Post subject:   PostPosted: Oct 03, 2006 - 07:33 PM



Joined: Feb 17, 2006
Posts: 55
Location: Berlin
So ich habe Kanotix RC4 auf hda7 installiert und darauf geachtet das grub in den mbr geschrieben wird ich habe auch den Eintrag am ende der menu.lst von Ubuntu gemacht,aber leider startet jetzt nur noch Kanotix,das auswählen von Ubuntu ist nicht mehr möglich.
Ich hoffe ihr könnt mir weiterhelfen.

fdisk -l zeigt nun folgendes:

Quote:

Gerät boot. Anfang Ende Blöcke Id System
/dev/hda1 * 1 1824 14651248+ 83 Linux
/dev/hda2 1825 12161 83031952+ 5 Erweiterte
/dev/hda5 1825 2128 2441848+ 82 Linux Swap / Solaris
/dev/hda6 2129 10886 70348603+ 83 Linux
/dev/hda7 10887 12161 10241406 83 Linux



und das ende meiner menu.lst sieht wie folgt aus:

Quote:

### END DEBIAN AUTOMAGIC KERNELS LIST

title Kanotix-2006-01-RC4 (hda7)
chainloader (hd0,6)+1
 
 View user's profile Send private message  
Reply with quote Back to top
Gnu77
Post subject: Re: Wie Kanotix zusätzlich installieren ?  PostPosted: Oct 03, 2006 - 07:43 PM



Joined: Nov 22, 2005
Posts: 275
Location: Köln
besenmuckel wrote:
Du brauchst mindestens eine extra partion für kanotix. Dort kanotix installieren(hier richtige partion auswählen), den Bootmanager in die root-partion(nicht mbr) angeben. Unter der menue.lst in ubunto einen neuen eintrag erstellen für kanotix(den eintrag kannst du aus der /boot/grub/menue.lst von kanotix nehmen). Es ist auch möglich grub in den mbr zu schreiben, dann entsprechend ubuntu-eintrag in der menue.lst von kanotix-grub schreiben. Nach der installation sind von der cd etwa 2,3 gb belegt, grösse der partition deinen bedürfnissen anpassen. Sollte aber nicht unter 3 gb sein.


Du hättest diesen Tip genau lesen sollen.
Dort steht den Bootmanager in die root-partion(nicht mbr) angeben.


Musste in die /boot/grub/menue.lst unter Kanotix halt nun Dein
Ubuntu adden.

MFG Gnu77
 
 View user's profile Send private message Send e-mail ICQ Number 
Reply with quote Back to top
ockham23
Post subject:   PostPosted: Oct 03, 2006 - 07:48 PM



Joined: Mar 25, 2005
Posts: 2133

Auweia, da hab ich was angerichtet, denn "in den MBR wie von Besenmuckel geschrieben" musste natürlich "in die Root-Partition" heißen. Vorschlag zur "Schnellreparatur": Kanotix-CD booten, Kanotix-Installer starten und "Wiederherstellung einer bestehenden Kanotix-Installation" auswählen. Als wiederherzustellende Installation aber nicht hda7, sondern die Ubuntu-Root-Partition angeben. Dann in der Datei /boot/grub/menu.lst auf der Ubuntu-Partition den Eintrag für Kanotix einfügen.

_________________
And I ain't got no worries 'cause I ain't in no hurry at all (Doobie Brothers, "Black Water").
 
 View user's profile Send private message  
Reply with quote Back to top
Gnu77
Post subject:   PostPosted: Oct 03, 2006 - 07:51 PM



Joined: Nov 22, 2005
Posts: 275
Location: Köln
oder einfach die alte ubuntu partition mounten (dev/hda1) und seinen Eintrag aus dieser /boot/grub/menue.lst
anschauen und dieses dann unter Kanotix bei der menue.lst da zuschreiben.

MFg gnu77
 
 View user's profile Send private message Send e-mail ICQ Number 
Reply with quote Back to top
ockham23
Post subject:   PostPosted: Oct 03, 2006 - 07:57 PM



Joined: Mar 25, 2005
Posts: 2133

Um den vorherigen Zustand wieder herzustellen:
1. Kanotix-CD booten.
2. Datei /boot/grub/menu.lst auf der Ubuntu-Partition in menu.old umbennen.
3. Kanotix-Installer starten und "Wiederherstellung einer bestehenden Kanotix-Installation" auswählen. Als wiederherzustellende Installation aber nicht hda7, sondern die Ubuntu-Root-Partition angeben.
4. Dann die neue /boot/grub/menu.lst auf der Ubuntu-Partition löschen und menu.old wieder in menu.lst umbennen.
5. Schließlich in dieser menu.lst auf der Ubuntu-Partition den Eintrag für Kanotix einfügen.

_________________
And I ain't got no worries 'cause I ain't in no hurry at all (Doobie Brothers, "Black Water").
 
 View user's profile Send private message  
Reply with quote Back to top
hey_ian
Post subject:   PostPosted: Oct 03, 2006 - 08:28 PM



Joined: Jan 22, 2006
Posts: 448
Location: Dresden
Verwende doch einfach den chainloader fuer Ubuntu!
title Ubuntu Dapper (hdaX)
chainloader (hd0,X)+1
Das X steht fuer die Partition wo du Dapper installiert hast.
Bei der chainloader Eingabe muss das eingegebene X um eins kleiner sein als die Partitionsnummer!
also wenn Dapper auf der hda6 liegt, muss es heissen
title Ubuntu Dapper (hda6)
chainloader (hd0,5)+1

_________________
Scanmetender[Soft] - Tender security solutions for your computer.
Scanmetender Standard - It is free! For GNU/Linux and Windows(R).
http://www.scanmetender.com
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
John
Post subject:   PostPosted: Oct 04, 2006 - 08:00 AM



Joined: Dec 10, 2004
Posts: 489
Location: Stuttgart / Kulmbach
wenn er chainloading machen will, braucht er aber den grub in der ubuntu root partition
mit livecd
grub-install --root-directory=/media/hda6 /dev/hda6

grub-install --root-directory=/media/hda7 /dev/hda
würde grub in den mbr schreiben mit der menu.lst aus hda7 (kanotix)
 
 View user's profile Send private message  
Reply with quote Back to top
Cube
Post subject:   PostPosted: Oct 04, 2006 - 04:37 PM



Joined: Feb 17, 2006
Posts: 55
Location: Berlin
ockham23 wrote:
Um den vorherigen Zustand wieder herzustellen:
1. Kanotix-CD booten.
2. Datei /boot/grub/menu.lst auf der Ubuntu-Partition in menu.old umbennen.
3. Kanotix-Installer starten und "Wiederherstellung einer bestehenden Kanotix-Installation" auswählen. Als wiederherzustellende Installation aber nicht hda7, sondern die Ubuntu-Root-Partition angeben.
4. Dann die neue /boot/grub/menu.lst auf der Ubuntu-Partition löschen und menu.old wieder in menu.lst umbennen.
5. Schließlich in dieser menu.lst auf der Ubuntu-Partition den Eintrag für Kanotix einfügen.


ok das hab ich gemacht und anschliessend ist Ubuntu automatisch gestartet.
Also habe ich die Kanotix installation nochmal neu gestartet,diesmal auch den grub richtig in die rootpartition installiert.Installation abgeschlossen und ein neustart gemacht.Leider startet jetzt nur Ubuntu und ich kann nicht Kanotix anwählen und das owohl ich auch folgenden eintrag in /boot/grub/menu.lst von Ubuntu vorgenommen habe:

Quote:

### END DEBIAN AUTOMAGIC KERNELS LIST

title Kanotix-2006-01-RC4 (hda7)
chainloader (hd0,6)+1


Wäre echt super wenn ich das noch hinkriegen könnte mit eurer hilfe
 
 View user's profile Send private message  
Reply with quote Back to top
ockham23
Post subject:   PostPosted: Oct 04, 2006 - 04:47 PM



Joined: Mar 25, 2005
Posts: 2133

Wird der Kanotix-Eintrag im Grub-Bootmenü aufgelistet? Was passiert, wenn du ihn auswählst?

_________________
And I ain't got no worries 'cause I ain't in no hurry at all (Doobie Brothers, "Black Water").
 
 View user's profile Send private message  
Reply with quote Back to top
Cube
Post subject:   PostPosted: Oct 04, 2006 - 05:12 PM



Joined: Feb 17, 2006
Posts: 55
Location: Berlin
ne ich kann nix auswählen,es startet sofort ubuntu
 
 View user's profile Send private message  
Reply with quote Back to top
datebro
Post subject:   PostPosted: Oct 04, 2006 - 05:21 PM



Joined: Sep 10, 2004
Posts: 413

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

in die menu.list eingetragen?

Gruß
Datebro
 
 View user's profile Send private message  
Reply with quote Back to top
Cube
Post subject:   PostPosted: Oct 04, 2006 - 05:58 PM



Joined: Feb 17, 2006
Posts: 55
Location: Berlin
Ich hab den Eintrag nochmal neu gemacht in der menu.lst und juhuuu es geht Smilie
Im Grub auf Esc gedrückt und siehe da....nun erscheint Kanotix.
Danke nochmal an Euch
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT + 1 Hour
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2007 The PNphpBB Group
Credits
 
Deutsch | English
Logos and trademarks are the property of their respective owners, comments are property of their posters, the rest is © 2004 - 2006 by Jörg Schirottke (Kano).
Consult Impressum and Legal Terms for details. Kanotix is Free Software released under the GNU/GPL license.
This CMS is powered by PostNuke, all themes used at this site are released under the GNU/GPL license. designed and hosted by w3you. Our web server is running on Kanotix64-2006.