| Author | Message | 
  
    | 
        
          | kataja   |  | 
        
					| Post subject: (SOLVED) Cannot install to usb, grub error  Posted: 23.02.2012, 16:43 |  | 
  
    | 
        
          | 
  
 Joined: 2012-02-23
 Posts: 8
 
 Status: Offline
 |  | 
        
          | I am running on Live USB and I would like to install aptosid tp an another one with persistent mode- I used the live usb installer tool but the installation stops with grub error about iso9660. I tried also with fll-iso2usb but same error. The usb stick should be ok, tried it as fat32 and ext2, and boot flagged.
 |  
          | 
 Last edited by kataja on 24.02.2012, 16:04; edited 1 time in total
 |  
         
	        |  |  | 
  
    |  | 
  
    |  | 
  
    |  | 
        
					| Post subject: Re: Cannot install to usb, grub error  Posted: 23.02.2012, 16:53 |  | 
  
    | 
        
          | Team Member 
  
 Joined: 2010-08-26
 Posts: 170
 
 
 |  | 
        
          |       kataja wrote: 
I am running on Live USB and I would like to install aptosid tp an another one with persistent mode- I used the live usb installer tool but the installation stops with grub error about iso9660.
I tried also with fll-iso2usb but same error. The usb stick should be ok, tried it as fat32 and ext2, and boot flagged.
 
 
 would be good to know which error it was.
 |  
          | _________________
 Why do strong arms fatigue themselves with frivolous dumbbells?
 To dig a vineyard is worthier exercise for men.
 Marcus Valerius Martialis, römischer Satiriker und Epigrammdichter
 
 Será que o diabo perdeu a virgindade?
 |  
         
	        |  |  | 
  
    |  | 
  
    |  | 
  
    | 
        
          | kataja   |  | 
        
					| Post subject: RE: Re: Cannot install to usb, grub error  Posted: 23.02.2012, 17:08 |  | 
  
    | 
        
          | 
  
 Joined: 2012-02-23
 Posts: 8
 
 Status: Offline
 |  | 
        
          | Sorry, here is it 
 aptosid@aptosid:~$ su
 root@aptosid:/home/aptosid# fll-iso2usb -D /dev/sdc -f none --iso /media/disk1part5/home/admin/apto.iso -p -- lang=en_US tz=Europe/Helsinki
 O: using partition /dev/sdc1
 O: mounting /dev/sdc1 on /tmp/install-usb.VTrPbo
 O: mount point ready: /tmp/install-usb.VTrPbo
 /tmp/install-usb.VTrPbo
 O: installing grub on /dev/sdc
 /usr/sbin/grub-setup: error: hd2 appears to contain a iso9660 filesystem which isn't known to reserve space for DOS-style boot.  Installing GRUB there could result in FILESYSTEM DESTRUCTION if valuable data is overwritten by grub-setup (--skip-fs-probe disables this check, use at your own risk).
 E: grub-install failed, root-directory=/tmp/install-usb.VTrPbo, device=/dev/sdc
 O: umounting /dev/sdc1 from /tmp/install-usb.VTrPbo
 O: mount point destroyed: /tmp/install-usb.VTrPbo
 root@aptosid:/home/aptosid#
 |  
          |  |  
         
	        |  |  | 
  
    |  | 
  
    |  | 
  
    |  | 
        
					| Post subject: RE: Re: Cannot install to usb, grub error  Posted: 23.02.2012, 17:48 |  | 
  
    | 
        
          | Team Member 
  
 Joined: 2010-08-26
 Posts: 170
 
 
 |  | 
        
          | most probably you dont want to install over /dev/sdc 
 please show us  the output of
       Code: 
fdisk -l /dev/sdc
 |  
          | _________________
 Why do strong arms fatigue themselves with frivolous dumbbells?
 To dig a vineyard is worthier exercise for men.
 Marcus Valerius Martialis, römischer Satiriker und Epigrammdichter
 
 Será que o diabo perdeu a virgindade?
 |  
         
	        |  |  | 
  
    |  | 
  
    |  | 
  
    | 
        
          | kataja   |  | 
        
					| Post subject: RE: Re: Cannot install to usb, grub error  Posted: 23.02.2012, 18:03 |  | 
  
    | 
        
          | 
  
 Joined: 2012-02-23
 Posts: 8
 
 Status: Offline
 |  | 
        
          | Here. I formatted it also as ext2 and same grub error was a result. 
 
 sudo fdisk -l /dev/sdc
 
 Disk /dev/sdc: 4016 MB, 4016046080 bytes
 66 heads, 25 sectors/track, 4753 cylinders, total 7843840 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: 0x000c40f0
 
 Device Boot      Start         End      Blocks   Id  System
 /dev/sdc1   *        2048     7843839     3920896    b  W95 FAT32
 aptosid@aptosid:~$
 |  
          |  |  
         
	        |  |  | 
  
    |  | 
  
    |  | 
  
    |  | 
        
					| Post subject: RE: Re: Cannot install to usb, grub error  Posted: 23.02.2012, 18:50 |  | 
  
    | 
        
          | Team Member 
  
 Joined: 2010-08-26
 Posts: 170
 
 
 |  | 
        
          | Please erase the first sectors 
       Code: 
  dd if=/dev/zero of=/dev/sdc bs=1M count=16
 unplug and plug the device
 after that recreate the partition
 |  
          | _________________
 Why do strong arms fatigue themselves with frivolous dumbbells?
 To dig a vineyard is worthier exercise for men.
 Marcus Valerius Martialis, römischer Satiriker und Epigrammdichter
 
 Será que o diabo perdeu a virgindade?
 |  
         
	        |  |  | 
  
    |  | 
  
    |  | 
  
    | 
        
          | kataja   |  | 
        
					| Post subject: RE: Re: Cannot install to usb, grub error  Posted: 24.02.2012, 15:32 |  | 
  
    | 
        
          | 
  
 Joined: 2012-02-23
 Posts: 8
 
 Status: Offline
 |  | 
        
          | Thank you, it worked! I left also about 50 mb extra space when partitiong. |  
          |  |  
         
	        |  |  | 
  
    |  | 
  
    |  | 
  
  
    |  |