Page 1 of 1

Installation failed with error code `1`

Posted: 26 May 2015, 18:54
by Lucas
Hi,

Could someone help me solving this installation problem, please?

I`ve got this message:

Installing Porteus to /dev/sdb1
WARNING: Make sure this is the right partition before proceeding.

Type 'ok' to continue or press Ctrl+c to exit.
ok
Flushing filesystem buffers...

Installation failed with error code '1'.
Please ask for help on the Porteus forum: www.porteus.org/forum
and provide the information from /media/Porteus 3_1/boot/debug.txt

Exiting now...
cat: /media/Porteus 3_1/boot/syslinux/lilo.menu: No such file or directory


and the debug report is:

device: /dev/sdb
partition: /dev/sdb1
partition number: 1
partition mount point: /media/Porteus 3_1
installation path: /media/Porteus 3_1/boot
subfolder:
filesystem: ext4
bootloader: lilo
error code: 1
system: mint 3.2.0-23-generic i686
mount details: /dev/sdb1 /media/Porteus\0403_1 ext4 rw,nosuid,nodev,relatime,user_xattr,barrier=1,data=ordered 0 0
full partition scheme:

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x95a76c40

Device Boot Start End Blocks Id System
/dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
/dev/sda2 206848 976771071 488282112 7 HPFS/NTFS/exFAT

Disk /dev/sdb: 63.4 GB, 63416827904 bytes
64 heads, 32 sectors/track, 60479 cylinders, total 123860992 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0008b8c8

Device Boot Start End Blocks Id System
/dev/sdb1 32 123860991 61930480 83 Linux


Thank you all,

Lucas.

Re: Installation failed with error code `1`

Posted: 26 May 2015, 19:42
by Slaxmax
1 - Format your partition with gparted or kde partition if you use (kde)
2 - fix permission in your partition to install
ex to install in sda1:

Code: Select all

root@porteus:/# chmod -R 7777 /mnt/sda1
3 - Copy the boot and porteus folder to you partition
4 - Enter in terminal as root in boot folder copied to your partition and execute the script
ex:

Code: Select all

root@porteus:/mnt/sda1/boot# ./Porteus-installer-for-Linux.com 

Re: Installation failed with error code `1`

Posted: 26 May 2015, 22:18
by brokenman
Looks like udisks problem. Unmount your device and remount manually then try again.

Code: Select all

umount /dev/sdb1
mkdir /mnt/sdb1
mount /dev/sdb1 /mnt/sdb1

Re: Installation failed with error code `1`

Posted: 27 May 2015, 02:48
by Ed_P
@Lucas, were you running the install as Root or Guest? I think it has to be run as root.