Autor |
Nachricht |
|
Titel: Grub question
Verfasst 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 |
|
|
|
|
 |
|
Titel: Grub question
Verfasst am: 25.07.2006, 21:32 Uhr
|
|

Anmeldung: 23. Sep 2004
Beiträge: 618
|
|
Zitat:
Is there a difference between the two?
No. |
_________________ Ich bin nicht die Signatur, ich Putz' hier nur
Nach Diktat spazieren gegangen
|
|
|
|
 |
|
Titel: RE: Grub question
Verfasst 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 |
|
|
|
|
 |
|
Titel: RE: Grub question
Verfasst am: 25.07.2006, 21:45 Uhr
|
|

Anmeldung: 23. Sep 2004
Beiträge: 618
|
|
When u install new kernels, then the menu makes sense. |
_________________ Ich bin nicht die Signatur, ich Putz' hier nur
Nach Diktat spazieren gegangen
|
|
|
|
 |
|
Titel: RE: Grub question
Verfasst am: 25.07.2006, 22:22 Uhr
|
|
Anmeldung: 15. Jul 2006
Beiträge: 136
Wohnort: Spanaway, Wa
|
|
|
|
 |
|
Titel: RE: Grub question
Verfasst 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
|
|
|
|
 |
|
Titel: RE: Grub question
Verfasst 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
|
|
|
|
|
 |
|
Titel: RE: Grub question
Verfasst 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 |
|
|
|
|
 |
|
Titel: RE: Grub question
Verfasst 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). |
|
|
|
|
 |
|
Titel: RE: Grub question
Verfasst am: 26.07.2006, 19:25 Uhr
|
|
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
|
|
|
|
 |
|
Titel: RE: Grub question
Verfasst am: 27.07.2006, 03:30 Uhr
|
|
Anmeldung: 15. Jul 2006
Beiträge: 136
Wohnort: Spanaway, Wa
|
|
Thanks alot. Adding to my notes.
John |
|
|
|
|
 |
|