SliTaz SliTaz Forum

You are not logged in.

#1 2015-02-24 09:48:52

willbuild
Member
Registered: 2015-02-22
Posts: 23

errors in the 64 iso

Hi

As I did note in my first message ttp://forum.slitaz.org/topic/build-the-actual-slitaz-rolling-entirely-from-sources I did meet difficulties installing on the 64 laptop and I am knowing now the reason: the iso generates a wrong menu.lst file!!! the end ..64 appears 2 time in the real file name but not in the menu.lst (probably is the real file name wrong but the result is the same: you can' t start after the installation!).

Offline

#2 2015-02-27 07:24:18

az_ua
Moderator
Registered: 2014-05-02
Posts: 284

Re: errors in the 64 iso

Mistake in /usr/sbin/tazinst (line 1818)

http://hg.slitaz.org/tazinst/rev/d6c762627d62

cp $i $TARGET_ROOT/boot/$KERNEL${i#*bzImage}

should be

cp $i $TARGET_ROOT/boot/$KERNEL${i#*bzImage*}

or maybe just

cp $i $TARGET_ROOT/boot/$KERNEL

Can anyone perform install tests for all 4 variants?

32iso, 64iso with .../$KERNEL${i#*bzImage*}

32iso, 64iso with .../$KERNEL

Edit from admin:

http://hg.slitaz.org/tazinst/file/d6c762627d62/tazinst#l1818

Offline

#3 2015-03-02 23:24:05

kjm
Member
Registered: 2015-03-02
Posts: 1

Re: errors in the 64 iso

Managed to edit the files and try those altered texts, no go so far. The 32 bit rolling core doesn't have this small boot issue and runs Google Chrome very well, SliTaz 5.0 is looking good!

Offline

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

Board footer

Powered by FluxBB
Modified by Visman

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