Page 37 of 44

Re: MX-19 Beta 3 Feedback

Posted: Sun Oct 13, 2019 6:34 am
by Jerry3904
No it's not a problem. That file is simply not being used in MX Linux.

Re: MX-19 Beta 3 Feedback

Posted: Sun Oct 13, 2019 9:58 am
by bpr323
A new bunch of negative tests for failed "auto-install"

Re: MX-19 Beta 3 Feedback

Posted: Sun Oct 13, 2019 9:59 am
by bpr323
continued ..

Re: MX-19 Beta 3 Feedback

Posted: Sun Oct 13, 2019 10:01 am
by bpr323
continued ...

Re: MX-19 Beta 3 Feedback

Posted: Sun Oct 13, 2019 10:02 am
by bpr323
continued ...

Re: MX-19 Beta 3 Feedback

Posted: Sun Oct 13, 2019 10:29 am
by bpr323
1) It appears to me that in "full mode" minstall writes back to boot disk and "remembers" that the last attempted install was on NTFS-formatted single gpt-partitioned NVMe.
So even if I blow away all partitions with EASEUS boot USB, the NTFS comes back on the target disk.
2) installing from snapshot ISO doesn't work for me
3) the only (final ) succesfull install was when I created a single partition on the NVMe (gpt table) and formatted it with ext4
4) has anyone tested the "read-only" (dd) version of USB creator? It produces a weird single partition on USB - it boots, but fails to install.

Re: MX-19 Beta 3 Feedback

Posted: Sun Oct 13, 2019 10:34 am
by bpr323
corrupted NVMe partitions after failed auto-install onto single ext4 partition

Re: MX-19 Beta 3 Feedback

Posted: Sun Oct 13, 2019 11:48 am
by bpr323
bpr323 wrote: Sun Oct 13, 2019 10:29 am 1) It appears to me that in "full mode" minstall writes back to boot disk and "remembers" that the last attempted install was on NTFS-formatted single gpt-partitioned NVMe.
So even if I blow away all partitions with EASEUS boot USB, the NTFS comes back on the target disk.
2) installing from snapshot ISO doesn't work for me
3) the only (final ) succesfull install was when I created a single partition on the NVMe (gpt table) and formatted it with ext4 and burned a new USB from 19b3 factory ISO
4) has anyone tested the "read-only" (dd) version of USB creator? It produces a weird single partition on USB - it boots, but fails to install.

Re: MX-19 Beta 3 Feedback

Posted: Sun Oct 13, 2019 1:14 pm
by hunghung
Weired, I always use ddrescue to "burn" the MX iso to my usb stick and it never fail me. What would you do when you're on other Unix-like system and don't have MX Live USB Maker? gddrescue or the plain old dd is universal and guaranteed to always works.

Re: MX-19 Beta 3 Feedback

Posted: Sun Oct 13, 2019 1:18 pm
by hunghung
I also used to have installation failure once, also resulted in a corrupt partition table with a plain 256 MB ext4 partition. How did I solve this problem? Haha, I just reboot and try again, this time it worked ;)

p/s: I did nuke the drive with dd if=/dev/zero with bs=1M count=1000 before try again, though :happy: