Hello, a little inconvenience, with slitaz-rolling-core6.iso install (ext3 or ext4 partition on an usb), When using saving changes from desktop menu (lzma, haven't tried others), rootfs.gz is created in / (while I suppose it should be then automatically copied to /home/boot backing up and replacing the existing gz file, what doesn't happen). When using slitaz-rolling.iso (32 bit) install to the same usb partition, everything works just fine. Some bug in the script of 64bit Version!?
Rolling-core64 - rootfs.gz saved to / instead of /home/boot
(6 posts) (2 voices)-
Posted 6 years ago #
-
Hello, the same problem still exists:
-Installed latest Rolling-core64 iso with "Create a LiveUSB" to an ext2 (same result with ext4) partition.
-'tazusb writefs lzma' creates rootfs.gz file in '/' instead of '/home/boot/'Posted 6 years ago # -
tazusb conditional fails for /home/boot/bzImage on 64bit kernel which has /home/boot/bzImage64
When conditional fails fresh rootfs.gz is written to /
Boot slitaz,open terminal,verify /home is mounted to flash drive:
touch /home/boot/bzImage
Conditional should succeed and fresh rootfs.gz will be written to /home/bootPosted 6 years ago # -
@mojo - thanks for the advise
Tried it - unfortunately doesn't work on core64 (also tried on 32 bit version - same).I have a frugal install currently on a ext4 partition, booting with grub4dos 1.7.
Few weeks ago I also tried installing from inside slitaz to a Live USB (ext2-4, with same failure). I recall it all worked perfectly (at least on core32 I used then) before the switch to the new kernel half year ago.Attach the complete screenshot of what i tried today, hope it may help to figure it out somehow.
Posted 6 years ago # -
@aledie
You entered the wrong command.
Type this and hit Enter:
sudo touch /home/boot/bzImage
Before you run
sudo tazusb writefs lzma
Posted 6 years ago # -
Thanks, mojo! it works now :)
my wrong earlier was to input actual kernel name used bzImage64.
Another way to fix the problem is just renaming the kernel (sudo mv /home/boot/bzImage64 /home/boot/bzImage) and editing bootloader's menu.lst.Posted 6 years ago #
Reply
You must log in to post.