Author Topic: [Solved] 2010 myliveced fail  (Read 653 times)

Offline saiyuki

  • Full Member
  • ***
  • Posts: 51
[Solved] 2010 myliveced fail
« on: April 19, 2010, 10:02:42 AM »
Hi. I tried to make a copy of my 2010 install but i got some errors, and the burning to disk failed even though the checksum tallied up.

In terminal i typed - [root@localhost ~]# unmount -a

The error i got was - bash: unmount: command not found.

I continued with - [root@localhost ~]# mylivecd --lzma livecd.iso

and got the error - Subroutine run_program::formatError redefined at /usr/lib/libDrakX/common.pm line 8

It continued and made the iso file which i burned to disk. At 94% it failed, so i thought it's time to come here  ???

Any help please.

Regards
« Last Edit: April 20, 2010, 01:28:30 AM by Texstar »

Offline Texstar

  • Administrator
  • Super Villain
  • *****
  • Posts: 12657
Re: 2010 myliveced fail
« Reply #1 on: April 19, 2010, 10:06:46 AM »
Hi. I tried to make a copy of my 2010 install but i got some errors, and the burning to disk failed even though the checksum tallied up.

In terminal i typed - [root@localhost ~]# unmount -a

The error i got was - bash: unmount: command not found.

I continued with - [root@localhost ~]# mylivecd --lzma livecd.iso

and got the error - Subroutine run_program::formatError redefined at /usr/lib/libDrakX/common.pm line 8

It continued and made the iso file which i burned to disk. At 94% it failed, so i thought it's time to come here  ???

Any help please.

Regards

The command is umount -a not unmount -a. Also make sure you don' t have any smb or nfs shares mounted or even set to start at boot.

umount -a
mylivecd --lzma --md5sum livecd.iso

Subroutine run_program::formatError redefined at /usr/lib/libDrakX/common.pm line 8 <--- You can ignore this.

Check to make sure your ISO is not over 700 mb if using a CDR and burn it at the lowest speed you can set in your burning software such as 8X.
« Last Edit: April 19, 2010, 10:08:19 AM by Texstar »

Thanks to everyone who donates. You keep the servers running.
Follow me on Twitter for the latest development info.

Offline saiyuki

  • Full Member
  • ***
  • Posts: 51
Re: 2010 myliveced fail
« Reply #2 on: April 19, 2010, 10:31:34 AM »
umount......... oops

Many thanks for the info, and many thanks for an awesome release  8)

Regards