PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Lfs



Seiten : [1] 2

Nokey
16.04.09, 12:53
Hey Leute :)
Hat jemand vielleicht Ahnung von LFS?
Ich hab versucht mir selber eins zu erstellen aber ich komme nicht weiter irgendwie bekomme ich nur Fehler.
Kann mir vielleicht jemand helfen also ne kleine Einweisung geben was man beachten sollte (PC Hardware/Software etc).
BTW. Ich benutze Debian als Host System.

marce
16.04.09, 12:58
(1) Handbuch aufmerksam lesen, verstehen und befolgen
(2) "ich bekomme nur Fehler" - sind die geheim?

Nokey
16.04.09, 13:06
Das Handbuch habe ich aufmerksam gelesen.
Mein Fehler ist: Ich kan die Glibc nicht installieren. ich ahbe auch schon andere Versionen von der glibc probiert aber es geht einfach nicht :/

marce
16.04.09, 13:09
Muss eine komische Version sein, die als Fehlermeldung

es geht nicht
an der Konsole ausgibt.

Ich bekomme da

[root@web1 ~]# ich will Glibc installieren
-bash: ich: command not found
[root@web1 ~]#

Nokey
16.04.09, 13:11
Okay mein Glibc fehler hat sich behoben :D

Manoman
16.04.09, 13:13
was für ein LFS ? das hier ?
Version SVN-20090413 (http://www.linuxfromscratch.org/lfs/view/development/index.html)

tippst du die Kommandons ein ? oder copy & paste ?

ich finde das Buch ziemlich idiotensicher, beim Fehler fang von vorne an !

Viel Spass !

gropiuskalle
16.04.09, 13:18
Kann mir vielleicht jemand helfen also ne kleine Einweisung geben [...]

LFS *ist* die Einweisung. ;)

trequ
17.04.09, 14:12
Ups, falschen Thread erwischt, sry.

Nokey
17.04.09, 22:31
okay jetzt bin ich schon ein erhebliches Stück weiter gekommen. :)
Mein jetziges problem ist:
Ich soll den Linux API header installieren. soweit so gut nur
1) wo soll ich den hernehmen?
Wenn ich jetzt in der Konsole : cd /mnt/lfs/sources/linux-2.6.22.5
eingebe bekomme ich:
bash: cd: /mnt/lfs/sources/linux-2.6.22.5: No such file or directory

Meine momentane Umgebung sieht wie folgende aus:
http://img513.imageshack.us/img513/9541/bildschirmfototerminal.png

Ich hoffe ihr könnt mir helfen!

PS: Ja der Pfad wäre der richtige! ^^ nur um Missverständnisse vorweg zu beseitigen
PSS: Mein LFS version ist 6.3 .. mit 6.4 hatte ich nur Probleme :/

quinte17
17.04.09, 22:51
man könnte als alternative auch noch einen
ls -la /mnt/lfs/sources/ | grep linux
machen um zu sehen welche sourcen denn da sind?
der sed weiter oben hat ja auch nicht funktioniert...
und dass der pfad stimmt halte ich für ein gerücht ;)

ich glaube eher du hast allgemein noch ein paar wissenslücken bezüglich linux und dessen konsole.

im lfs-buch steht weiter vorne normalerweise, dass alle befehle relativ zu dessen entpackten paketen eingegeben werden müssen. so auch der "sed" befehl. der nicht klappen kann weil das verzeichnis nicht stimmt.
des weiteren hilft ein sudo recht wenig wenn man eh schon root ist ;)

wünsche dir noch viel glück ;)

Nokey
17.04.09, 22:57
Hab's gefunden... mir war kurzweilig unklar das ich praktisch schon im /mnt/lfs drinnen bin. so hat mir ein cd sources schon das gewünschte Ergebniss geliefert <.<...
Aber jetzt läufts ^^..
Vielen dank fürs Glück wünschen.. ich brauchs glaube ich...

Nokey
18.04.09, 00:17
Jetzt hab ich ein konkretes prolblem bei der Installation von GCC 4.1.2:


GCC_FOR_TARGET='/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include -isystem /usr/i686-pc-linux-gnu/sys-include' \
mkinstalldirs='/bin/sh ../../gcc-4.1.2/gcc/../mkinstalldirs' \
/bin/sh mklibgcc > tmp-libgcc.mk
mv tmp-libgcc.mk libgcc.mk
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \
/bin/sh ../../gcc-4.1.2/gcc/mkconfig.sh tconfig.h
/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include -isystem /usr/i686-pc-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../gcc-4.1.2/gcc -I../../gcc-4.1.2/gcc/. -I../../gcc-4.1.2/gcc/../include -I../../gcc-4.1.2/gcc/../libcpp/include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time -fno-omit-frame-pointer \
-c ../../gcc-4.1.2/gcc/crtstuff.c -DCRT_BEGIN \
-o crtbegin.o
In file included from ../../gcc-4.1.2/gcc/crtstuff.c:68:
../../gcc-4.1.2/gcc/tsystem.h:90:19: error: stdio.h: No such file or directory
../../gcc-4.1.2/gcc/tsystem.h:93:23: error: sys/types.h: No such file or directory
../../gcc-4.1.2/gcc/tsystem.h:96:19: error: errno.h: No such file or directory
../../gcc-4.1.2/gcc/tsystem.h:103:20: error: string.h: No such file or directory
../../gcc-4.1.2/gcc/tsystem.h:104:20: error: stdlib.h: No such file or directory
../../gcc-4.1.2/gcc/tsystem.h:105:20: error: unistd.h: No such file or directory
In file included from /sources/gcc-build/./gcc/include/syslimits.h:7,
from /sources/gcc-build/./gcc/include/limits.h:11,
from ../../gcc-4.1.2/gcc/tsystem.h:108,
from ../../gcc-4.1.2/gcc/crtstuff.c:68:
/sources/gcc-build/./gcc/include/limits.h:122:61: error: limits.h: No such file or directory
In file included from ../../gcc-4.1.2/gcc/crtstuff.c:68:
../../gcc-4.1.2/gcc/tsystem.h:111:18: error: time.h: No such file or directory
make[2]: *** [crtbegin.o] Error 1
make[2]: Leaving directory `/sources/gcc-build/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory `/sources/gcc-build'
make: *** [all] Error 2


Kann mir jemand helfen?

HirschHeisseIch
18.04.09, 01:31
http://www.linuxfromscratch.org/pipermail/lfs-support/2007-October/033740.html

retak
18.04.09, 07:50
Da bekommt man doch grade Lust, mal das eigene LFS wieder auszugraben. Ja, das gcc-build sollte man immer löschen, bevor man einen neuen Versuch unternimmt. Das steht auch irgendwo ganz am Anfang in der Anleitung IMO ;)

HirschHeisseIch
18.04.09, 09:35
Been there, done that...

Was mich vom LFS wieder weg bewegt hat (schon nach kurzer Zeit) war das, was danach kommt (mittlerweile auch erst nach BLFS)...
Ich hab echt wenig Lust, die Abhängigkeiten manuell aufzulösen. Und wenn ich mir nen Paketmanager ins System bastle, könnt ich auch gleich $SOURCE-DISTRI einsetzen. ;)

Nokey
18.04.09, 10:29
Danke euch :)
Wird später noch erklärt wie man einen Packetmanager einbaut?

HirschHeisseIch
18.04.09, 10:36
Nein.

Vielleicht im BLFS (müsstest selbst nachgucken), aber im LFS ist das nicht mit drin.

derguteweka
18.04.09, 10:58
Moin,


Danke euch :)
Wird später noch erklärt wie man einen Packetmanager einbaut?

In Kap. 6.3 wird erklaert, warum KEIN spezieller Paktetmanager bei (B)LFS dabei ist - und das ist auch gut so. Ich will naemlich die Abhaengigkeiten manuell aufloesen. Wer einen Paketmanager braucht, sollte imho vielleicht doch eine andere "Distribution" waehlen.

Gruss
WK

Nokey
19.04.09, 15:33
Ah okay danke :)


So jetzt hab ich ein Problem was mit Lesen nicht viel zu tun hat.
Ich fahre meinen Rechner Abends runter da lief alles noch (okay ich war dabei geblieben das ich mir das mit dem Bootscript nochmal genauer anschaue weil ich das nicht verstehe.. naja das weicht jetzt vom Thema ab also weiter im Text:)
Ich fahre ihn eben hoch.
So Debian startet wunderbar.
Ich versuche via mount /dev/sda3 (sda3 ist die lfs Partition) die Partition einzuhängen und dann sagt er mir:

mount: can't find /dev/sda3 in /etc/fstab or /etc/mtab

und wenn ich probiere sie via mount /mnt/lfs einzuhängen kommt das dabei raus:

mount: can't find /mnt/lfs in /etc/fstab or /etc/mtab
praktisch der gleich Fehler.

Also schaue ich im Qparted nach woran es liegen könnte. da findet er dann auch brav die sda3 nur ich weiß nicht wie ich sie einhängen soll (ich hab das über den Root Terminal versucht...)

Vielleicht könnt ihr ja helfen.
Vielen Dank :)

HirschHeisseIch
19.04.09, 15:48
mount /dev/sda3 /mnt/lfs

quinte17
19.04.09, 17:56
hier noch die stelle im lfs buch ;)

http://oss.erdfunkstelle.de/lfs-de/6.3/online/chapter02/mounting.html

Nokey
19.04.09, 18:48
Ich hab das so wie im Buch vorgeschlagen auch versucht nur es hat nicht geklappt..
Aber jetzt ist sie eingehangen ^^

Weiß jemand was von sda3 die hd(x,x) in Grub ist?
Wenn ich zum Beispiel:

root (hd0,3)
(wie es im LFS Buch vorgeschlagen ist)
eingebe kommt folgender Fehler:

Error 21: Selected disk does not exist

:/

quinte17
19.04.09, 19:29
root (hd0,2)

bei 0 wird zu zählen begonnen
wie hier http://oss.erdfunkstelle.de/lfs-de/6.3/online/chapter08/grub.html beschrieben...

Nokey
19.04.09, 19:46
Immernoch der gleiche Fehler :(

grub> root (hd0,2)

Error 21: Selected disk does not exist

quinte17
19.04.09, 19:50
hier ist wieder mehr wissen von deinem system notwendig.


fdisk -l

könnte aufschluss darüber geben.
grundsätzlich:
- grub hat unter umständen eine andere reihenfolge der festplatten, als dann das gebootete system anzeigt. dadurch könnte es auch hd(1,2) sein...
- grub sieht auch nur festplatten die durch das bios bereitgestellt wurden. wenn also die festplatte nicht im bios eingetragen ist, kann grub nicht darauf zugreifen.

eine hilfe könnte sein sich die /boot/grub/menu.lst des schon laufenden systems anzuschauen und sich daran zu orientieren.

greetz

Nokey
19.04.09, 19:54
Das gibt mir Fdsik -l aus:


Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000001

Device Boot Start End Blocks Id System
/dev/sda1 * 1 28077 225528471 83 Linux
/dev/sda2 30072 30401 2650725 5 Extended
/dev/sda3 28078 30071 16016805 83 Linux
/dev/sda5 30072 30401 2650693+ 82 Linux swap / Solaris

Partition table entries are not in disk order


und das ist in der von meinem Hostsystem menu.lst .
Debian ist super xD:


# 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-legacy-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 change this entry to 'saved' 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 5

# 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=/dev/sda1 ro

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

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

## 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=(single-user) single
# altoptions=(single-user 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 Debian GNU/Linux, kernel 2.6.26-2-vserver-686-bigmem
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-2-vserver-686-bigmem root=/dev/sda1 ro quiet
initrd /boot/initrd.img-2.6.26-2-vserver-686-bigmem

title Debian GNU/Linux, kernel 2.6.26-2-vserver-686-bigmem (single-user mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-2-vserver-686-bigmem root=/dev/sda1 ro single
initrd /boot/initrd.img-2.6.26-2-vserver-686-bigmem

title Debian GNU/Linux, kernel 2.6.26-2-vserver-686
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-2-vserver-686 root=/dev/sda1 ro quiet
initrd /boot/initrd.img-2.6.26-2-vserver-686

title Debian GNU/Linux, kernel 2.6.26-2-vserver-686 (single-user mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-2-vserver-686 root=/dev/sda1 ro single
initrd /boot/initrd.img-2.6.26-2-vserver-686

title Debian GNU/Linux, kernel 2.6.26-2-openvz-686
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-2-openvz-686 root=/dev/sda1 ro quiet
initrd /boot/initrd.img-2.6.26-2-openvz-686

title Debian GNU/Linux, kernel 2.6.26-2-openvz-686 (single-user mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-2-openvz-686 root=/dev/sda1 ro single
initrd /boot/initrd.img-2.6.26-2-openvz-686

title Debian GNU/Linux, kernel 2.6.26-2-686-bigmem
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-2-686-bigmem root=/dev/sda1 ro quiet
initrd /boot/initrd.img-2.6.26-2-686-bigmem

title Debian GNU/Linux, kernel 2.6.26-2-686-bigmem (single-user mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-2-686-bigmem root=/dev/sda1 ro single
initrd /boot/initrd.img-2.6.26-2-686-bigmem

title Debian GNU/Linux, kernel 2.6.26-2-amd64
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-2-amd64 root=/dev/sda1 ro quiet
initrd /boot/initrd.img-2.6.26-2-amd64

title Debian GNU/Linux, kernel 2.6.26-2-amd64 (single-user mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-2-amd64 root=/dev/sda1 ro single
initrd /boot/initrd.img-2.6.26-2-amd64

title Debian GNU/Linux, kernel 2.6.26-2-686
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-2-686 root=/dev/sda1 ro quiet
initrd /boot/initrd.img-2.6.26-2-686

title Debian GNU/Linux, kernel 2.6.26-2-686 (single-user mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-2-686 root=/dev/sda1 ro single
initrd /boot/initrd.img-2.6.26-2-686

title Debian GNU/Linux, kernel 2.6.26-2-486
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-2-486 root=/dev/sda1 ro quiet
initrd /boot/initrd.img-2.6.26-2-486

title Debian GNU/Linux, kernel 2.6.26-2-486 (single-user mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-2-486 root=/dev/sda1 ro single
initrd /boot/initrd.img-2.6.26-2-486

title Debian GNU/Linux, kernel 2.6.26-1-vserver-686-bigmem
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-1-vserver-686-bigmem root=/dev/sda1 ro quiet
initrd /boot/initrd.img-2.6.26-1-vserver-686-bigmem

title Debian GNU/Linux, kernel 2.6.26-1-vserver-686-bigmem (single-user mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-1-vserver-686-bigmem root=/dev/sda1 ro single
initrd /boot/initrd.img-2.6.26-1-vserver-686-bigmem

title Debian GNU/Linux, kernel 2.6.26-1-vserver-686
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-1-vserver-686 root=/dev/sda1 ro quiet
initrd /boot/initrd.img-2.6.26-1-vserver-686

title Debian GNU/Linux, kernel 2.6.26-1-vserver-686 (single-user mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-1-vserver-686 root=/dev/sda1 ro single
initrd /boot/initrd.img-2.6.26-1-vserver-686

title Debian GNU/Linux, kernel 2.6.26-1-openvz-686
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-1-openvz-686 root=/dev/sda1 ro quiet
initrd /boot/initrd.img-2.6.26-1-openvz-686

title Debian GNU/Linux, kernel 2.6.26-1-openvz-686 (single-user mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-1-openvz-686 root=/dev/sda1 ro single
initrd /boot/initrd.img-2.6.26-1-openvz-686

title Debian GNU/Linux, kernel 2.6.26-1-686-bigmem
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-1-686-bigmem root=/dev/sda1 ro quiet
initrd /boot/initrd.img-2.6.26-1-686-bigmem

title Debian GNU/Linux, kernel 2.6.26-1-686-bigmem (single-user mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-1-686-bigmem root=/dev/sda1 ro single
initrd /boot/initrd.img-2.6.26-1-686-bigmem

title Debian GNU/Linux, kernel 2.6.26-1-amd64
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-1-amd64 root=/dev/sda1 ro quiet
initrd /boot/initrd.img-2.6.26-1-amd64

title Debian GNU/Linux, kernel 2.6.26-1-amd64 (single-user mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-1-amd64 root=/dev/sda1 ro single
initrd /boot/initrd.img-2.6.26-1-amd64

title Debian GNU/Linux, kernel 2.6.26-1-686
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-1-686 root=/dev/sda1 ro quiet
initrd /boot/initrd.img-2.6.26-1-686

title Debian GNU/Linux, kernel 2.6.26-1-686 (single-user mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-1-686 root=/dev/sda1 ro single
initrd /boot/initrd.img-2.6.26-1-686

title Debian GNU/Linux, kernel 2.6.26-1-486
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-1-486 root=/dev/sda1 ro quiet
initrd /boot/initrd.img-2.6.26-1-486

title Debian GNU/Linux, kernel 2.6.26-1-486 (single-user mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-1-486 root=/dev/sda1 ro single
initrd /boot/initrd.img-2.6.26-1-486

### END DEBIAN AUTOMAGIC KERNELS LIST

quinte17
19.04.09, 20:03
und das ist in der von meinem Hostsystem menu.lst .
Debian ist super xD:

jo, es ist wirklich nicht schlecht, wenn man sich damit auskennt. genauso wie jede andere distribution,...

bei welcher stelle sagt er denn genau dass er die partition nicht findet?
versuchst du den grad zu installieren? bitte eine "genaue" beschreibung incl. der befehle

Nokey
19.04.09, 20:26
also ich habe grub mit der Konsole gestartet (also das von LFS)
mit:

grub
danach kam ich halt in die Befehlseingabe von grub.
dann habe ich es mit

root (hd0,3)
probiert. als ich dann gescheitert bin habe ich hier nachgefragt und du meintest ich solle mal

root (hd0,2)
testen. das klappte auch nicht. Alles sah dann folgendermaßen aus:

grub> root (hd0,3)

Error 21: Selected disk does not exist

grub> root (hd0,2)

Error 21: Selected disk does not exist


PS: Bin also nach Anleitung vorgegangen.

quinte17
19.04.09, 20:45
PS: Bin also nach Anleitung vorgegangen.
wohl nicht immer ;)

dies kann mehrere ursachen haben.
zum einen könnte es sein dass nicht alle filesysteme eingebunden sind, wie hier beschrieben:
http://www.linuxfromscratch.org/lfs/view/stable/chapter06/kernfs.html
zum anderen könntest du auch mal die <tab> taste versuchen zu verwenden
wie hier (http://www.linuxfromscratch.org/lfs/view/stable/chapter08/grub.html) beschrieben


...The Tab key can be used everywhere to make GRUB show the alternatives...

was denn ein


grub
root (hd<tab>

so bringt

greetz

HirschHeisseIch
19.04.09, 21:13
Oder Du lässt das einfach bleiben, und erweiterst einfach nur den Grub der Debian-Installation um nen Eintrag fürs LFS...