[1] Archiv / MLD 2.x / General / Multiboot Mld Und Zenslack
 

Offline dm666

  • Newbie
  • *
  • Posts: 9
    • View Profile
Multiboot Mld Und Zenslack
« on: February 27, 2009, 13:10:50 »
Hallo allerseits,

ich versuche MLD und Konnis Zenslack auf einer Platte zu betreiben, habe aber nicht geschafft Zenslack vom Grub des MLD zu starten, kommt immer eine Fehlermeldung dass ein Dateityp nicht passt. Die genauer Fehlermeldung poste ich später.

Wie wäre denn die Grub-Syntax wenn Zenslack auf hda1 ist? MLD startet ja.

Habe sowas probiert:

title           Zenslack
root            (hd0,0)
kernel          /boot/vmlinuz root=/dev/hda1 ro
savedefault
 
Hat jemand eine Multibootumgebung mit MLD am laufen??

Thanks
dm666

Offline clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20359
    • View Profile
    • ClausMuus.de
Multiboot Mld Und Zenslack
« Reply #1 on: February 27, 2009, 14:46:37 »
Soweit sieht's jedenfalls schon mal richtig aus. Allerdings kenne ich nicht die von Zenslack benötigten Bootparameter.

Claus
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline dm666

  • Newbie
  • *
  • Posts: 9
    • View Profile
Multiboot Mld Und Zenslack
« Reply #2 on: February 27, 2009, 17:24:02 »
Habs eben nochmal probiert.

Fehlermeldung lautet:
 
error2: bad file or directory type.

folgendes steht in meiner menu.lst:

title Zenslack
        root (hd0,0)
        kernel /boot/vmlinuz root=/dev/hda1 ro
        savedefault  


zusätzlich hab ich probehalber noch diese Zeile zugefügt:


initrd /boot/initrd.splash


immer die gleiche Fehlermeldung.


Die lilo.conf vom Zenslack lautet:

timeout = 5
default = Linux
boot = /dev/hda

image=/boot/vmlinuz
  label = Linux
  root = /dev/hda1
  append = "splash=silent"
  initrd = /boot/initrd.splash
  read-only

Offline dm666

  • Newbie
  • *
  • Posts: 9
    • View Profile
Multiboot Mld Und Zenslack
« Reply #3 on: February 27, 2009, 17:49:38 »
Das Problem ist wohl, daß die Inodesize des Zenslack-Filesystems 256 ist.
Damit kommt der Grub von MLD nicht klar. Ist wohl eine ältere Grub Version.

Weiß jemand, wie ich das Lilo vom Zenslack konfigurieren muß, damit ich damit MLD starten kann?

Offline clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20359
    • View Profile
    • ClausMuus.de
Multiboot Mld Und Zenslack
« Reply #4 on: February 27, 2009, 22:41:53 »
und ich hätte gedacht das es am "savedefault" liegt... Lass die Zeile mal weg.

Beim Lilo musst Du das so machen wie Du bereits geschrieben hast. Nur das alles was hinterm Kernel steht in die append Zeile kommt, und die root= Zeile weck bleibt.

Claus
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline dm666

  • Newbie
  • *
  • Posts: 9
    • View Profile
Multiboot Mld Und Zenslack
« Reply #5 on: March 01, 2009, 18:27:28 »
Habe jetzt die lilo.conf vom Zenslack so hinbekommen dass MLD auch bootet.
Bloß bleibt MLD dann beimbooten hängen, nachdem der Fortschrittsbalken ganz durchgelaufen ist.

Die messages sehen aber normal aus hier ein"tail":

Mar  1 00:28:41 (none) user.info kernel:   General self-test: passed.
Mar  1 00:28:41 (none) user.info kernel:   Serial sub-system self-test: passed.
Mar  1 00:28:41 (none) user.info kernel:   Internal registers self-test: passed.
Mar  1 00:28:41 (none) user.info kernel:   ROM checksum self-test: passed (0x04f4518b).
Mar  1 00:28:52 (none) user.debug kernel: eth0: no IPv6 routers present
Mar  1 00:29:05 (none) user.info kernel: Adding 524280k swap on /mnt/hda4/swap.  Priority:-1 extents:139 across:15184528k
Mar  1 00:36:03 (none) authpriv.info dropbear[5409]: Running in background
Mar  1 00:36:03 (none) daemon.debug xinetd[5424]: Reading included configuration file: /etc/xinetd.d/telnetd [file=/etc/xinetd.conf] [line=49]
Mar  1 00:36:03 (none) daemon.notice xinetd[5424]: xinetd Version 2.3.14 started with libwrap loadavg options compiled in.
Mar  1 00:36:03 (none) daemon.notice xinetd[5424]: Started working: 1 available service

Und hier ist meine lilo.conf, die MLD-partiton hda3 ist beim zenslack auf /hda3 gemountet:

timeout = 4
prompt
#default = MLD
default = Zenslack
boot = /dev/hda

image=/boot/vmlinuz
  label = Zenslack
  root = /dev/hda1
  append = "splash=silent"
  initrd = /boot/initrd.splash
  read-only

image=/hda3/mld/boot/kernel
  label =MLD
  root = /dev/hda3
  append = "sys_dir=/mnt/hda3/mld splash=silent quiet showopts"
  initrd = /hda3/mld/boot/initramfs
  read-only


Wieso bleibt der bootvorgang stecken?
 

Offline dm666

  • Newbie
  • *
  • Posts: 9
    • View Profile
Multiboot Mld Und Zenslack
« Reply #6 on: March 01, 2009, 19:06:37 »
Nu gehts...

hab MLD nochmal drüber installiert und lilo vom Zensalck nochmal laufen gelassen. Worans lag weiß ich nicht, aber was solls...

Thanks Claus!!!

Offline clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20359
    • View Profile
    • ClausMuus.de
Multiboot Mld Und Zenslack
« Reply #7 on: March 02, 2009, 12:51:25 »
Schön das es geht...
Eine Sache fällt mir aber auf. In dem MLD Konfigurations Bereich ist die Angabe "root = /dev/hda1" zu viel. Ob sie wirklich stört weiß ich nicht, und auch nicht ob die ganz weck gelassen werden darf. Nur bei Grub darf es die nicht geben.

Claus
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline dm666

  • Newbie
  • *
  • Posts: 9
    • View Profile
Multiboot Mld Und Zenslack
« Reply #8 on: March 02, 2009, 22:24:19 »
Hi Claus,
hast recht, geht genauso auch ohne "root=..."
scheint aber auch nix auszumachen.
thanks
DM

[1] Archiv / MLD 2.x / General / Multiboot Mld Und Zenslack
 



Users Online Users Online

0 Members and 1 Guest are viewing this topic.