SliTaz SliTaz Forum

You are not logged in.

#1 2019-12-11 18:53:59

gibor
Moderator
Registered: 2011-04-30
Posts: 1,067

Boot live with rootfs splitted

Hello, I wanted to launch the last iso rolling live through the grub (1), but I do not get the graphics.

In the past it was possible to extract vmlinuz and rootfs from the isos and launch them from the grub menu,

but now it looks like it doesn't.

What has changed?

My steps were these:

mount -o loop slitaz-rolling.iso /vfs <<< (vfs is a temporary folder)

cd /vfs

cp -ar * /media/disk/boot/rolling/ <<< (folder on a separate partition for launching the live)

umount /vfs

grub menu.lst

title SliTaz rolling live

root (hd0,5)

kernel /boot/rolling/boot/vmlinuz-3.16.55-slitaz kmap=it

initrd /boot/rolling/boot/rootfs4.gz /boot/rolling/boot/rootfs3.gz /boot/rolling/boot/rootfs2.gz

/boot/rolling/boot/rootfs1.gz

from the analysis of the various rootfs.gz, Xorg is in file 3, but despite being loaded, from live is not accessible

ls /usr/bin/Xorg

ls: /usr/bin/Xorg: No such file or directory

What is the rootfs loading order...?

Offline

#2 2019-12-11 21:39:51

Ceel
Administrator
Registered: 2011-04-02
Posts: 1,424

Re: Boot live with rootfs splitted

Try

[c]kernel /boot/rolling/boot/vmlinuz-3.16.55-slitaz rw root=/dev/null kmap=it[/c]

Offline

#3 2019-12-12 09:52:28

gibor
Moderator
Registered: 2011-04-30
Posts: 1,067

Re: Boot live with rootfs splitted

Sorry it's my fault, in my installation I had the folder /boot/grub of version 0.97, while the one installed in the so was grub4dos 0.4.4. In the end, even though everything worked anyway, it didn't load the next rootfs in the live splitted version.

Restored the right files now it also works fine.

Offline

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

Board footer

Powered by FluxBB
Modified by Visman

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