SliTaz SliTaz Forum

You are not logged in.

#1 2012-04-11 07:15:07

laikexpert
Member
Registered: 2012-04-11
Posts: 2

Grub4dos -USBflash SliTaz 3.0 is OK (SliTaz 4.0 dont boot) ROOTFS.GZ x4 ?

Hellou people

I love and put every new version of Slitaz on my MultiBot USBflash.

Slitaz version 3. working normaly.

This is from my menu.lst :

title Slitaz 3.0

kernel /Slitaz/boot/bzImage root=/dev/ram0 vga=791

initrd /Slitaz/boot/rootfs.gz

ALL IS OK

---------------------------------------------------------

Slitaz 4.0 dont boot

Maybe reason is new:

ROOTFS1.GZ

ROOTFS2.GZ

ROOTFS3.GZ

ROOTFS4.GZ

Please help.

----------------------------------------------------------

P.S.

SliTaz 3.0 have only one rootfs.gz

What is god combination to put in my menu.lst for SliTaz 4.0 ?

Offline

#2 2012-04-11 08:50:45

bellard
Administrator
Registered: 2011-03-28
Posts: 657

Re: Grub4dos -USBflash SliTaz 3.0 is OK (SliTaz 4.0 dont boot) ROOTFS.GZ x4 ?

If your grub supports multi initrd (the grub of SliTaz 4.0 does), try :

title Slitaz 4.0

kernel /Slitaz/boot/bzImage root=/dev/ram0 vga=791

initrd /Slitaz/boot/rootfs4.gz /Slitaz/boot/rootfs3.gz /Slitaz/boot/rootfs2.gz /Slitaz/boot/rootfs1.gz

if your grub does not support multi initrd, do first

# cat /Slitaz/boot/rootfs4.gz /Slitaz/boot/rootfs3.gz /Slitaz/boot/rootfs2.gz /Slitaz/boot/rootfs1.gz > /Slitaz/boot/rootfs.gz

And try:

title Slitaz 4.0

kernel /Slitaz/boot/bzImage root=/dev/ram0 vga=791

initrd /Slitaz/boot/rootfs.gz

Offline

#3 2012-04-11 10:05:13

laikexpert
Member
Registered: 2012-04-11
Posts: 2

Re: Grub4dos -USBflash SliTaz 3.0 is OK (SliTaz 4.0 dont boot) ROOTFS.GZ x4 ?

Thanks Bellard

I put this in my menu.lst and this work OK with my Grub4dos

title Slitaz 4.0

kernel /Slitaz/boot/bzImage root=/dev/ram0 vga=normal

initrd /Slitaz/boot/rootfs4.gz /Slitaz/boot/rootfs3.gz /Slitaz/boot/rootfs2.gz /Slitaz/boot/rootfs1.gz

Thanks I m now on SliTaz

in one laptop computer with intel integrathed graphic.

SliTaz works in this combination.

Offline

#4 2012-07-03 13:14:55

andriukas74
Member
Registered: 2012-07-03
Posts: 3

Re: Grub4dos -USBflash SliTaz 3.0 is OK (SliTaz 4.0 dont boot) ROOTFS.GZ x4 ?

How its worked in my case: usb kingston data traveler 109 8GB formated NTFS file system

slitaz-4.0.iso file  in root directory on usb drive

menu.lst looks like:

title stilaz 4.0

map /slitaz-4.0.iso (0xff) || map --mem /slitaz-4.0.iso (0xff)

map --hook root (0xff)

chainloader (0xff)

lets say if you copy slitaz-4.0.iso file to boot directory on usb drive:

title stilaz 4.0

map /boot/slitaz-4.0.iso (0xff) || map --mem /boot/slitaz-4.0.iso (0xff)

map --hook root (0xff)

chainloader (0xff)

Valentin B.

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]