You are not logged in.

#26 2013-11-07 15:05:24

buzzqw
Member
Registered: 2010-08-18
Posts: 59

Re: Archlinux Installer

there is an error if you set partition_table to auto o mbr (tested on vm)
it's ok if you set to GPT

parted creates only swap partition

BHH


HDConvertToX, AutoMen, AutoMKV author

Offline

#27 2013-11-07 16:58:21

teateawhy
Member
From: GER
Registered: 2012-03-05
Posts: 1,138
Website

Re: Archlinux Installer

Hi buzzqw,
EDIT: This issue *should* be solved now, after i changed the relevant part. I just tested it in virtualbox and the installation completed. Please download the new version and report back.
Thank you.

Last edited by teateawhy (2013-11-07 17:55:51)

Offline

#28 2013-11-09 10:01:48

buzzqw
Member
Registered: 2010-08-18
Posts: 59

Re: Archlinux Installer

thanks pal!

yes, solved the issue (tested on a new laptop)!
(using 0.49)

thanks!

BHH


HDConvertToX, AutoMen, AutoMKV author

Offline

#29 2014-03-09 08:43:19

buzzqw
Member
Registered: 2010-08-18
Posts: 59

Re: Archlinux Installer

bug:

mkfs complain about file system already on disk

must add -f on / and /home formatting

BHH


HDConvertToX, AutoMen, AutoMKV author

Offline

#30 2014-03-09 13:51:47

teateawhy
Member
From: GER
Registered: 2012-03-05
Posts: 1,138
Website

Re: Archlinux Installer

buzzqw wrote:

bug:
mkfs complain about file system already on disk
must add -f on / and /home formatting

Yes, this is a bug. However, your suggestion is not a solution for it, as the flag -f is not universally used across the different variants of mkfs.

mkfs.ext4(8)
     -f fragment-size
              Specify the size of fragments in bytes.

Wipefs is used with the intention to erase the filesystems, but apparently (according to your post) it does not manage to erase the signatures completely.

283:wipefs -a "$dest_disk"

Offline

Board footer

Powered by FluxBB