

Akuna, you are right. I tried the lxde version you made and also the final lxde and xfce versions.Akuna wrote:To clarify: the above link is for the LXDE version even though the title of this thread is for Xfce and the problem raised by Ike could be relevant to both versions.![]()
Anyways, we are very close to release final on both editions.
Code: Select all
RAMDISK: gzip image found at block 0
RAMDISK: incomplete write (541 != 32768)
write error
---
Write protecting the kernel read-only date : 2464 K
attempt to write beyond end of device.
Code: Select all
root[boot]# ./install-on-USB.sh
Error: the post MBR gap is missing or not large enough (63 sectors).
Yours appears to be of 32 sectors.
Suggestion: slightly move the first partition (/dev/sdd1) to reach the gap size.
Do you want to slightly reduce this partition to free some space for
the required post-MBR-gap?
Command to run: parted /dev/sdd resize 1 63s 4014077s
Continue? [y/N] y
umount2: Device or resource busy
umount: /media/disk: device is busy.
(In some cases useful info about processes that use
the device is found by lsof(8) or fuser(1))
umount2: Device or resource busy
WARNING: you are attempting to use parted to operate on (resize) a file system.
parted's file system manipulation code is not as robust as what you'll find in
dedicated, file-system-specific packages like e2fsprogs. We recommend
you use parted only to manipulate partition tables, whenever possible.
Support for performing most operations on most types of file systems
will be removed in an upcoming release.
Error: Partition /dev/sdd1 is being used. You must unmount it before you modify
it with Parted.
Please unplug the USB key, re-plug in and re-run this script
===
root[~]# cd ..
root[~]# umount /dev/sdd1
root[~]# parted /dev/sdd resize 1 63s 4014077s
WARNING: you are attempting to use parted to operate on (resize) a file system.
parted's file system manipulation code is not as robust as what you'll find in
dedicated, file-system-specific packages like e2fsprogs. We recommend
you use parted only to manipulate partition tables, whenever possible.
Support for performing most operations on most types of file systems
will be removed in an upcoming release.
Error: Unable to satisfy all constraints on the partition.
Yes. I did!damNageHack wrote:ikke, have you tried the final release of LXDE Live from sept 16th?
Code: Select all
dd if=/dev/sdd of=usbkey1Ikke bs=1M && xz usbkey1Ikke
Agree. Filesystem is FAT16, Linux ID 6.JRD wrote:Seems like parted cannot resize your filesystem.
What filesystem do you use on the second USB key ?
Looked at the psrtition with fdisk (Am not used to 'gparted'). Seems OK. Reformatted the stick again in a Windows machine but I got the same error :JRD wrote:One solution would be to recreate the partition table on this USB key with Gparted by example. Standard ms-dos partition table will make the first partition starts at sector 64, which is required for grub2 to be installed.
Code: Select all
root[boot]# ./install-on-USB.sh
Error: the post MBR gap is missing or not large enough (63 sectors).
Yours appears to be of 32 sectors.
Suggestion: slightly move the first partition (/dev/sdd1) to reach the gap size.
Do you want to slightly reduce this partition to free some space for
the required post-MBR-gap?
Command to run: parted /dev/sdd resize 1 63s 4014077s
For the second problem, It could be that the error is mine.JRD wrote:About your first USB key, I don't understand the error.
First problem solved. Used the xfce livecd to repartition that usb-stick with fdisk. And also 'mkfsdos' was there to format the stick one more time. And now it worked. Then copy everything from the livecd to the stick and install grub2 with the tool you provide.ikke wrote:So for the first problem I should like to find a way to have a 'post MBR gap' of 63 sectors instead of the one of 32 which I seem to have now on that usb-stick.
Thank you for attention.ikke wrote: It could be that the error is mine.
What should be the grub entry for grub1 (menu.lst) and the one for grub2 (grub.cfg) you are using now?