28.03.2024, 12:10 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
bryan_e_boone
Titel:   BeitragVerfasst am: 30.08.2006, 18:06 Uhr



Anmeldung: 05. Jan 2006
Beiträge: 118

itle Debian GNU/Linux, kernel 2.6.17-slh64-smp-1 Default
root (hd0,1)
kernel /boot/vmlinuz root=/dev/sda2 ro ramdisk_size=100000 lang=us apm=power-off nomce vga=0x317
boot

title Debian GNU/Linux, kernel 2.6.17.6-slh64-smp-1
root (hd0,1)
kernel /boot/vmlinuz-2.6.17.6-slh64-smp-1 root=/dev/sda2 ro ramdisk_size=100000 lang=us apm=power-off nomce vga=0x317
boot

title Debian GNU/Linux, kernel 2.6.17-slh64-smp-1
root (hd0,1)
kernel /boot/vmlinuz-2.6.17-slh64-smp-1 root=/dev/sda2 ro ramdisk_size=100000 lang=us apm=power-off nomce vga=0x317
boot

title Debian GNU/Linux, kernel 2.6.17-rc4-git9-slh64-smp-1
root (hd0,1)
kernel /boot/vmlinuz-2.6.17-rc4-git9-slh64-smp-1 root=/dev/sda2 ro ramdisk_size=100000 lang=us apm=power-off nomce vga=0x317
boot

title Debian GNU/Linux, kernel 2.6.16.20-slh64-smp-1
root (hd0,1)
kernel /boot/vmlinuz-2.6.16.20-slh64-smp-1 root=/dev/sda2 ro ramdisk_size=100000 lang=us apm=power-off nomce vga=0x317
boot

_________________
What is, is
 
 Benutzer-Profile anzeigen Private Nachricht senden AIM-Name MSN Messenger  
Antworten mit Zitat Nach oben
bryan_e_boone
Titel:   BeitragVerfasst am: 30.08.2006, 18:07 Uhr



Anmeldung: 05. Jan 2006
Beiträge: 118

Still limping along...
I debating on putting Kanotix back on the internal drive and running Solaris in VMWare.
-Bryan

_________________
What is, is
 
 Benutzer-Profile anzeigen Private Nachricht senden AIM-Name MSN Messenger  
Antworten mit Zitat Nach oben
SteveR
Titel:   BeitragVerfasst am: 31.08.2006, 05:16 Uhr



Anmeldung: 19. Aug 2006
Beiträge: 40
Wohnort: Vermont
Bryan, that's only part of it. Below is my own menu.lst. (I have 2 internal HDs and a usb hd with / starting on the second partition of Sda. Therefore Sda2 or according to grub (hd2,1)) You didn't give the lines further up in menu.lst, like the upper ones I've bolded -- they also have disk designations, and those aren't comments despite the single #. I don't see any initrd lines. Also my 2005-04 Kanotix kernel is named very differently than yours -- maybe you are using a different Kanotix version and it has a different naming convention, I don't know. Anyway here's mine :

# 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.
default 1

## 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
gfxmenu (hd2,1)/boot/message

## 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 optons 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 specifiv 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=root=/dev/sda2 ro ramdisk_size=100000 lang=us apm=power-off nomce acpi=off vga=0x317

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

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

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

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery mode) 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

## ## End Default Options ##

title Debian GNU/Linux, kernel
root (hd2,1)
kernel /boot/vmlinuz root=/dev/sda2 ro ramdisk_size=100000 lang=us apm=power-off nomce acpi=off vga=0x317
initrd /boot/initrd.img
boot

title Debian GNU/Linux, kernel 2.6.14-kanotix-9
root (hd2,1)
kernel /boot/vmlinuz-2.6.14-kanotix-9 root=/dev/sda2 ro ramdisk_size=100000 lang=us apm=power-off nomce acpi=off vga=0x317 nodma
initrd /boot/initrd.img-2.6.14-kanotix-9
boot

### END DEBIAN AUTOMAGIC KERNELS LIST
title Windows 95/98/ME (hda1)
root (hd0,0)
makeactive
chainloader +1
 
 Benutzer-Profile anzeigen Private Nachricht senden Website dieses Benutzers besuchen  
Antworten mit Zitat Nach oben
bryan_e_boone
Titel:   BeitragVerfasst am: 31.08.2006, 13:03 Uhr



Anmeldung: 05. Jan 2006
Beiträge: 118

Sorry,
I assumed it was all comments... Let me get it again...
Also, during boot I change sda2 to sdb2 and in fstab I had changed the mount from sda2 to sdb2. I'll send it again when I mount reiser again.
Thanks for having a look
 
 Benutzer-Profile anzeigen Private Nachricht senden AIM-Name MSN Messenger  
Antworten mit Zitat Nach oben
bryan_e_boone
Titel:   BeitragVerfasst am: 01.09.2006, 14:12 Uhr



Anmeldung: 05. Jan 2006
Beiträge: 118

# 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.
default 0

## 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
gfxmenu (hd0,1)/boot/message

## 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/sda2 ro ramdisk_size=100000 lang=us apm=power-off nomce vga=0x317

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

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

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

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery mode) 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

## ## End Default Options ##

title Debian GNU/Linux, kernel 2.6.17-slh64-smp-1 Default
root (hd0,1)
kernel /boot/vmlinuz root=/dev/sda2 ro ramdisk_size=100000 lang=us apm=power-off nomce vga=0x317
boot

title Debian GNU/Linux, kernel 2.6.17.6-slh64-smp-1
root (hd0,1)
kernel /boot/vmlinuz-2.6.17.6-slh64-smp-1 root=/dev/sda2 ro ramdisk_size=100000 lang=us apm=power-off nomce vga=0x317
boot

title Debian GNU/Linux, kernel 2.6.17-slh64-smp-1
root (hd0,1)
kernel /boot/vmlinuz-2.6.17-slh64-smp-1 root=/dev/sda2 ro ramdisk_size=100000 lang=us apm=power-off nomce vga=0x317
boot

title Debian GNU/Linux, kernel 2.6.17-rc4-git9-slh64-smp-1
root (hd0,1)
kernel /boot/vmlinuz-2.6.17-rc4-git9-slh64-smp-1 root=/dev/sda2 ro ramdisk_size=100000 lang=us apm=power-off nomce vga=0x317
boot

title Debian GNU/Linux, kernel 2.6.16.20-slh64-smp-1
root (hd0,1)
kernel /boot/vmlinuz-2.6.16.20-slh64-smp-1 root=/dev/sda2 ro ramdisk_size=100000 lang=us apm=power-off nomce vga=0x317
boot

### END DEBIAN AUTOMAGIC KERNELS LIST
#title Windows 95/98/ME (sda1)
#root (hd0,0)
#makeactive
#chainloader +1
 
 Benutzer-Profile anzeigen Private Nachricht senden AIM-Name MSN Messenger  
Antworten mit Zitat Nach oben
SteveR
Titel:   BeitragVerfasst am: 01.09.2006, 15:25 Uhr



Anmeldung: 19. Aug 2006
Beiträge: 40
Wohnort: Vermont
Your drive designations are consistent throughout assuming one drive only. Don't connect any usb memory sticks, flash cards, etc before trying to boot with this Menu.lst, because they can shift your Sda to Sdb. Hot plug a memory stick, etc only after booting fully from a USB HD.

Still don't see any "initrd" lines. (Red in mine). Sure you followed the FAQ instructions for setting up a USB drive?

Like I say, I'm using 2005-04, so I don't know what the vmlinuz names are in the 64 bit version you are using, but they have the name "xxxxxKanotix"xxxxetc. in mine. Don't know if that is a convention or something that was changed. Maybe someone else with your Kano version can look in their menu to compare.

I'd say that narrows it down to initrd lines or wrong vmlinuz. Since you say it works when in the computer but not in the USB enclosure, the vmlinuz name is probably correct, and the problem is the initrd.

If so, check /boot for initrd files. If found try ading their names the appropriate lines to menu.lst. If you don't fnd them, regenerate them with the steps in the FAQ. If they do exist, and you add them to menu.lst, and it still doesn't work, regenerate them from FAQ and try again. If none of the above work, start from scratch.
 
 Benutzer-Profile anzeigen Private Nachricht senden Website dieses Benutzers besuchen  
Antworten mit Zitat Nach oben
bryan_e_boone
Titel:   BeitragVerfasst am: 01.09.2006, 15:51 Uhr



Anmeldung: 05. Jan 2006
Beiträge: 118

OK...
So I need to make the modification while the internal and external drive are active?
Usually I had disabled the internal drive just to make sure I didn't blow anything away that I needed;)
I'll give it a try today.

_________________
What is, is
 
 Benutzer-Profile anzeigen Private Nachricht senden AIM-Name MSN Messenger  
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.