You are not logged in.
Pages: 1
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
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
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
Pages: 1
[ Generated in 0.018 seconds, 8 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]