28.03.2024, 08:18 UhrDeutsch | English
Hallo Gast [ Registrierung | Anmelden ]

Neues Thema eröffnen   Neue Antwort erstellen
Vorheriges Thema anzeigen Druckerfreundliche Version Einloggen, um private Nachrichten zu lesen Nächstes Thema anzeigen
Autor Nachricht
jbs1136
Titel: Grub question  BeitragVerfasst am: 25.07.2006, 21:28 Uhr



Anmeldung: 15. Jul 2006
Beiträge: 136
Wohnort: Spanaway, Wa
I am new to Kanotix and so far like. I have kanotix64 installed on the harddrive. My question concerns which choice should I make when booting up. When grub loads I am presented with these choices:

Debian GNU/Linux, Kernal
Debian GNU/Linux, Kernal 2.6.14-Kanotix64-9

The other choice is windows, which I don't want. I have an AMD Athalon64 processor and want to run 64 bit. Is there a difference between the two?

Thanks,

John
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
towo2099
Titel: Grub question  BeitragVerfasst am: 25.07.2006, 21:32 Uhr



Anmeldung: 23. Sep 2004
Beiträge: 612

Zitat:
Is there a difference between the two?

No.

_________________
Ich bin nicht die Signatur, ich Putz' hier nur Winken
Nach Diktat spazieren gegangen Auf den Arm nehmen
 
 Benutzer-Profile anzeigen Private Nachricht senden E-Mail senden Website dieses Benutzers besuchen  
Antworten mit Zitat Nach oben
jbs1136
Titel: RE: Grub question  BeitragVerfasst am: 25.07.2006, 21:37 Uhr



Anmeldung: 15. Jul 2006
Beiträge: 136
Wohnort: Spanaway, Wa
Wow, quick answer. So I can choose either one and have the same thing? I don't understand why it would be there more than once if they are the same. Sorry about the questions, just wondering and trying to learn.


John
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
towo2099
Titel: RE: Grub question  BeitragVerfasst am: 25.07.2006, 21:45 Uhr



Anmeldung: 23. Sep 2004
Beiträge: 612

When u install new kernels, then the menu makes sense.

_________________
Ich bin nicht die Signatur, ich Putz' hier nur Winken
Nach Diktat spazieren gegangen Auf den Arm nehmen
 
 Benutzer-Profile anzeigen Private Nachricht senden E-Mail senden Website dieses Benutzers besuchen  
Antworten mit Zitat Nach oben
jbs1136
Titel: RE: Grub question  BeitragVerfasst am: 25.07.2006, 22:22 Uhr



Anmeldung: 15. Jul 2006
Beiträge: 136
Wohnort: Spanaway, Wa
okay, thanks.

John
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
Swynndla
Titel: RE: Grub question  BeitragVerfasst am: 26.07.2006, 03:43 Uhr



Anmeldung: 05. Dez 2005
Beiträge: 414
Wohnort: Auckland, New Zealand
The top linux choice is just a link to the most recent kernel that you've installed. When you install other kernels, there may be many choices, but the top default one will point to the last one you installed.

_________________
Linux is evolution, not intelligent design - Linus Torvalds
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
testdriver
Titel: RE: Grub question  BeitragVerfasst am: 26.07.2006, 04:54 Uhr



Anmeldung: 26. Jul 2006
Beiträge: 5

When the list is to long you allways can edit the "/boot/grub/menu.lst" file and comment the ones you dont wanna use alltrough best is to keep atleast one extra kernel option open for savety incase something breakes in the running kernel

Eample: This kernel can be picked
Code:

title           Debian GNU/Linux, kernel blabal
root            (hd1,0)
kernel          /boot/vmlinuz root=/dev/hdb1 ro ramdisk_size=100000 lang=us apm=power-off nomce nosmp noapic vga=791
initrd          /boot/initrd.img
boot


This kernel not
Code:

#title           Debian GNU/Linux, kernel blabla
#root            (hd1,0)
#kernel          /boot/vmlinuz-2.6.16.16-kanotix-1 root=/dev/hdb1 ro ramdisk_size=100000 lang=us #apm=power-off nomce nosmp noapic vga=791
#initrd          /boot/initrd.img-2.6.16.16-kanotix-1
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
jbs1136
Titel: RE: Grub question  BeitragVerfasst am: 26.07.2006, 06:51 Uhr



Anmeldung: 15. Jul 2006
Beiträge: 136
Wohnort: Spanaway, Wa
Thanks for the info. Probably be awhile before that happens.

John
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
slh
Titel: RE: Grub question  BeitragVerfasst am: 26.07.2006, 13:54 Uhr



Anmeldung: 16. Aug 2004
Beiträge: 1905

...and using update-grub which is called upon every new kernel install, the kernel list is refreshed again for each installed kernel.

Just remove old kernels after you've ensured that the new one works (or keep only a certain amount of old kernels).
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
piper
Titel: RE: Grub question  BeitragVerfasst am: 26.07.2006, 19:25 Uhr
Team Member
Team Member


Anmeldung: 03. Mai 2005
Beiträge: 1544
Wohnort: out there somewhere
You can always change the name too,

Debian GNU/Linux, Kernal............

I just use "kanotix" in its place

Too remove old kernels just do

remove-all-kernels-completely

If you don't want windows to show (won't be able to boot to) comment out that line

example

### END DEBIAN AUTOMAGIC KERNELS LIST
title Windows XP
chainloader (hd0,0)+1

change it to

### END DEBIAN AUTOMAGIC KERNELS LIST
#title Windows XP
chainloader (hd0,0)+1

_________________
h2's d-u script
h2's rdiff-backup script
 
 Benutzer-Profile anzeigen Private Nachricht senden Website dieses Benutzers besuchen  
Antworten mit Zitat Nach oben
jbs1136
Titel: RE: Grub question  BeitragVerfasst am: 27.07.2006, 03:30 Uhr



Anmeldung: 15. Jul 2006
Beiträge: 136
Wohnort: Spanaway, Wa
Thanks alot. Adding to my notes.

John
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
Beiträge vom vorherigen Thema anzeigen:     
Gehe zu:  
Alle Zeiten sind GMT + 1 Stunde
Neues Thema eröffnen   Neue Antwort erstellen
Vorheriges Thema anzeigen Druckerfreundliche Version Einloggen, um private Nachrichten zu lesen Nächstes Thema anzeigen
PNphpBB2 © 2003-2007 
 
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.