[SOLVED] Clone Archlinux to USB flash drive

Hello,
I want to clone an existing Archlinux installation (x86-64)  from a hard drive to a 32 GB USB flash drive. I want to be able to boot from the USB stick on my Win7 labtop.
I already took some measures to prepare my hard drive (with gparted). After moving all movies, pics etc to external stores and shrinking the home drive (sda4), it now looks like this:
- sda1 Boot (small)
- sda2 Swap (small)
- sda3 Root ( ca.8GB)
- sda4 Home (ca. 22GB)
I tried to take an image of the entire hard-disk (ca. 250GB) with clonezilla and restore it to the USB flash drive, but got an error message - original disk to big (250GB vs 32GB), besides only ca 30GB of the 250GB being assigned to partitions.
Now I'm looking for a way to bring only the necessary partitions from the harddisk to the USB stick, hoping to have exactly the same Archlinux configuration as a bootable installation on the USB stick afterwards (bootable on a Win7 labtop ... and maybe from my main Archlinux machine too). There is a wiki article about the topic, but its rather about installing a fresh system than cloning an existing system. The related questions on the forum (searching in 'installation' for 'clone usb') did not answer my question.
Maybe somebody did successfully what I'm planning to do and can give me some tips?
Last edited by 4on6 (2012-04-16 12:57:01)

4on6 wrote:Create two new partitions - with gparted p.ej.? And do I have to worry about the filesystems - must they be the same like for the original partitions on my hard-disk?
I prefer Gparted, it's easy as cake
The filesystems don't have to be the same as the original partitions. I prefer ext4 (universally supported) or jfs (uses very little CPU), but I recommend you ext4.
In fact, you can use a hard drive instead of a flash drive and this is how you clone a Linux installation manually!
4on6 wrote:So I mount both - source and destination partitions (/mnt/dest/ suggests it ...)?
Yes. I mount the source partition in /mnt/source and the destination partition in /mnt/dest, and then I issue
rsync -av /mnt/source/ /mnt/dest
and wait for it to finish. Then I unmount the partitions and mount the other ones and repeat the same thing.
4on6 wrote:I create that /boot folder on the flash drives root partition, right? Won't that cause problems later on with rsync, when I update the installation and there is an additional folder on the target partition?
Since the root directory you'll aready copy on the flash disk won't have the /boot directory, simple do a
mkdir /mnt/dest/boot
while your destination partition is still mounted. Unmount the source root partition, mount the boot one and then type:
rsync -av /mnt/source/ /mnt/dest/boot
and GRUB and the kernel will be copied to the /boot folder on the destinaton partition on the flash disk.
Make sure that in /mnt/dest/etc/fstab you comment out the line for mounting the /boot partition, if any.
4on6 wrote:I've seen those UUIDs as output of a linux command (mount? fdisk?), but I don't recall which one - how do I get these UUIDs?
Use Gparted, right click any partition and click Information. In the window that appears, in the middle you can double-click the UUID and press Ctrl-C to copy it. Then you can paste it in the text editor and use it for /etc/fstab or /boot/grub/menu.lst. That's why I love Gparted for such stuff.
4on6 wrote:Do I send this command from the live Arch-CD, and is it the only command necessary (I have not much experience with grub)?
Yes, since Arch uses GRUB 1 on the installation CD you can uste the command I gave you to reinstall GRUB on the flash disk with the settings you already entered for the /boot/grub/menu.lst file.
Make sure you boot the CD in 64 bit mode if the Arch you installed is 64 bit. Just to be safe.
4on6 wrote:I will ...
Be very careful, I didn't and lost ALL my files by mistake in typing. Triple-check the directory you are currently working in! ALWAYS make a backup!
4on6 wrote:Great that this is possible, hope I manage to get it done. Thanks again.
You're welcome. Please inform me if this little tutorial suited you so I can make a wiki entry for it, if the admins allow.

Similar Messages

  • [Solved]USB Flash Drive inaccessible.

    Hi there.
    I have installed Arch Linux on my Sony laptop and I have configured it so that most stuff works. The only problem I'm facing now, is that my USB Flash Drive won't show up when I plug it in. I have tried restarting ehci service, but it does not solve anything. I had this problem many years ago with another computer running Linux, but I can't remember how it got solved. Connecting a USB-mouse works perfectly but not a flash drive. The drive is a FAT32 formatted Kingston.
    This is my dmesg log:
    [ 109.300651] usb 2-1.3: new high-speed USB device number 4 using ehci_hcd
    [ 109.613294] Initializing USB Mass Storage driver...
    [ 109.613459] scsi7 : usb-storage 2-1.3:1.0
    [ 109.613577] usbcore: registered new interface driver usb-storage
    [ 109.613579] USB Mass Storage support registered.
    [ 110.614456] scsi 7:0:0:0: Direct-Access Generic Flash Disk 8.07 PQ: 0 ANSI: 2
    [ 110.616674] sd 7:0:0:0: [sdc] 8237056 512-byte logical blocks: (4.21 GB/3.92 GiB)
    [ 110.617821] sd 7:0:0:0: [sdc] Write Protect is off
    [ 110.617835] sd 7:0:0:0: [sdc] Mode Sense: 03 00 00 00
    [ 110.618550] sd 7:0:0:0: [sdc] No Caching mode page present
    [ 110.618561] sd 7:0:0:0: [sdc] Assuming drive cache: write through
    [ 110.621899] sd 7:0:0:0: [sdc] No Caching mode page present
    [ 110.621908] sd 7:0:0:0: [sdc] Assuming drive cache: write through
    [ 110.787723] sdc: sdc1
    [ 110.880634] sd 7:0:0:0: [sdc] No Caching mode page present
    [ 110.880647] sd 7:0:0:0: [sdc] Assuming drive cache: write through
    [ 110.880655] sd 7:0:0:0: [sdc] Attached SCSI removable disk
    Running openbox with PCManFM. Any clues how to solve this?
    Last edited by light (2013-03-17 21:26:26)

    s1ln7m4s7r wrote:
    For what i can see from the log  there is no problem.
    Have you tried to manually mount it? To see if it is a PCManFM issue. Also, have you checked this:
    https://wiki.archlinux.org/index.php/PC … ge_devices
    Hi.
    I tried installing gvfs, apparently I uninstalled it for some reason before.   But it did not help mounting the flash drive. So I tried mounting it manually and it worked (Yaay!). But it complained that my flash drive was not mentioned in fstab. So I looked in fstab and the only ones listed is my root partion "/" and "/home". So how do I add USB mounting to fstab? I'm a little bit confused.
    And one off-topic question: Shouldn't my "/var" partion also be mentioned in fstab?
    Thanks for helping me
    Edit: This is how fstab looks right now
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # /dev/sda2 LABEL=/
    UUID=ed07bdb6-61c6-4cc7-b98d-122a869046f1 / ext4 rw,relatime,data=ordered 0 1
    # /dev/sda4 LABEL=/home
    UUID=7448100b-682b-430f-9e59-327ce6f9f22c /home ext4 rw,relatime,data=ordered 0 2
    Last edited by light (2013-03-17 20:54:38)

  • Restore SSD from USB Flash Drive Clone

    Hi,
    My sister bought me a 512gb Samsung 830 SSD which I wanted to format using a 32gb USB flash drive which I'm using as a boot disk (Clone of my orginal hard disk using Carbon Copy). However, When I open up the Disk Utility and go to restore the SSD using the USB Flash drive I get an error "The startup disk can't be used as a restore source: To use this disk as a source, restart your computer using the recover system, and open the Disk Utility again." I've restarted several times but always get the same response. What am I doing wrong?

    I figured it out, I actually needed 3 things:
    1) Carbon Copy Cloner
    2) 32GB San Disk Cruzer USB drive
    3) Plugable USB 3.0 HDD Docking Station
    Step 1: Cloned my old hard drive and created image unto my desktop
    Step 2: Format USB drive and restore USB flash drive using Carbon Copy cloner
    Step 3: Shut down compter, remove usb drive and install ssd drive into computer               (http://www.ifixit.com/Guide/MacBook-Pro-17-Inch-Unibody-Hard-Drive-Replacement/3 401/1)
    Step 4: Install old hard drive into Plugable USB 3.0 HDD Docking Station
    Step 5: Connect Plugable USB 3.0 HDD Docking Station with your old hd installed in it to USB port
    Step 6: Start PC....allow the computer to book from the Plugable USB 3.0 HDD Docking Station
    Step 7: Connect USB Flash drive to Macbook
    Step 8: Open Carbon Copy Clone and restore the USB flash drive onto the ssd drive
    Step 9: Once complete....shutdown macbook pro and disconnect both the USB flash drive and the Plugable USB             3.0 HDD Docking Station
    Step 10: Turn on macbook pro, it should boot from ssd now (It's so freaking FAST!)

  • Usb flash drive read only problem [solved]

    Hi, im using spacefm, i have udevil and udisks2 installed, i can read my USB flash drive but i cannot delete files, i tried gparted that use spacefm as well and i can delete files from the usb flash drive with no problems, any ideas?
    i solved i installed ntfs-3g and i can delete files again
    thanks
    Last edited by adcdam (2013-04-08 01:01:22)

    I installed it and got this error : now my Macbook wont even see the flash drive...

  • [SOLVED]USB flash drive no longer showing up in /dev

    My USB flash drives are no longer showing up in /dev. I also don't see them in /dev/disks/... either. Dmesg outputs:
    [731969.826862] usb 1-1: new high-speed USB device number 5 using ehci_hcd
    Any ideas on where to start?
    Last edited by nadman10 (2012-09-26 22:12:22)

    ls -l outputs:
    Bus 001 Device 005: ID 0781:5530 SanDisk Corp. Cruzer
    Couldn't open device, some information will be missing
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 2.00
    bDeviceClass 0 (Defined at Interface level)
    bDeviceSubClass 0
    bDeviceProtocol 0
    bMaxPacketSize0 64
    idVendor 0x0781 SanDisk Corp.
    idProduct 0x5530 Cruzer
    bcdDevice 1.00
    iManufacturer 1
    iProduct 2
    iSerial 3
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 32
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0x80
    (Bus Powered)
    MaxPower 200mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 2
    bInterfaceClass 8 Mass Storage
    bInterfaceSubClass 6 SCSI
    bInterfaceProtocol 80 Bulk-Only
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x81 EP 1 IN
    bmAttributes 2
    Transfer Type Bulk
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0200 1x 512 bytes
    bInterval 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x02 EP 2 OUT
    bmAttributes 2
    Transfer Type Bulk
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0200 1x 512 bytes
    bInterval 1
    Bus 002 Device 002: ID 045e:0040 Microsoft Corp. Wheel Mouse Optical
    Couldn't open device, some information will be missing
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 1.10
    bDeviceClass 0 (Defined at Interface level)
    bDeviceSubClass 0
    bDeviceProtocol 0
    bMaxPacketSize0 8
    idVendor 0x045e Microsoft Corp.
    idProduct 0x0040 Wheel Mouse Optical
    bcdDevice 3.00
    iManufacturer 1
    iProduct 3
    iSerial 0
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 34
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0xa0
    (Bus Powered)
    Remote Wakeup
    MaxPower 100mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 1
    bInterfaceClass 3 Human Interface Device
    bInterfaceSubClass 1 Boot Interface Subclass
    bInterfaceProtocol 2 Mouse
    iInterface 0
    HID Device Descriptor:
    bLength 9
    bDescriptorType 33
    bcdHID 1.10
    bCountryCode 0 Not supported
    bNumDescriptors 1
    bDescriptorType 34 Report
    wDescriptorLength 72
    Report Descriptors:
    ** UNAVAILABLE **
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x81 EP 1 IN
    bmAttributes 3
    Transfer Type Interrupt
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0004 1x 4 bytes
    bInterval 10
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Couldn't open device, some information will be missing
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 2.00
    bDeviceClass 9 Hub
    bDeviceSubClass 0 Unused
    bDeviceProtocol 0 Full speed (or root) hub
    bMaxPacketSize0 64
    idVendor 0x1d6b Linux Foundation
    idProduct 0x0002 2.0 root hub
    bcdDevice 3.05
    iManufacturer 3
    iProduct 2
    iSerial 1
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 25
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0xe0
    Self Powered
    Remote Wakeup
    MaxPower 0mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 1
    bInterfaceClass 9 Hub
    bInterfaceSubClass 0 Unused
    bInterfaceProtocol 0 Full speed (or root) hub
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x81 EP 1 IN
    bmAttributes 3
    Transfer Type Interrupt
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0004 1x 4 bytes
    bInterval 12
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Couldn't open device, some information will be missing
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 1.10
    bDeviceClass 9 Hub
    bDeviceSubClass 0 Unused
    bDeviceProtocol 0 Full speed (or root) hub
    bMaxPacketSize0 64
    idVendor 0x1d6b Linux Foundation
    idProduct 0x0001 1.1 root hub
    bcdDevice 3.05
    iManufacturer 3
    iProduct 2
    iSerial 1
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 25
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0xe0
    Self Powered
    Remote Wakeup
    MaxPower 0mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 1
    bInterfaceClass 9 Hub
    bInterfaceSubClass 0 Unused
    bInterfaceProtocol 0 Full speed (or root) hub
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x81 EP 1 IN
    bmAttributes 3
    Transfer Type Interrupt
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0002 1x 2 bytes
    bInterval 255

  • [solved] Suddenly no permissions on specific USB flash drive

    Hi,
    since yesterday I can't delete or create new files on my primary USB flash drive.
    I then tried my other USB drive and it works without a problem.
    Both are from the same manufacturer and formated with the FAT16 file system. When I check the permissions of the files/folder I see myself as owner with read/write permissions on both drives.
    the error message on the console is:
    rm: cannot remove 'foo': Read-only file system
    I'd really like to give you more information but honestly I don't know where to look since one works and the other suddenly stopped working.
    \edit: Checked dmesg:
    [ 769.912866] FAT-fs (sdb1): error, fat_get_cluster: invalid cluster chain (i_pos 123716903)
    [ 769.912871] FAT-fs (sdb1): Filesystem has been set read-only
    Seems to be the problem. Any ideas?
    Thanks in advance!
    Last edited by Barghest (2012-06-20 07:06:48)

    I wasn't aware that FAT filesystems had a concept of file permissions or ownership...
    First of all, reboot if you recently updated your system. Because the linux package (the kernel) was also updated. Then install and use gparted to format the drive.

  • Usb flash drive not mounting when inserted (SOLVED)

    Hi,
    I am (now) using fvwm-crystal with rox as my file manager and when i insert a usb flash drive in to a usb port nothing happens. I check /media and nothing is there. Yes i do have hal started at boot.
    I reinstalled arch with xfce4.
    Last edited by theringmaster (2007-10-09 20:28:42)

    Well, there are the on-line manual pages:
    man ivman
    man IvmConfigActions.xml
    man IvmConfigBase.xml
    man IvmConfigConditions.xml
    man IvmConfigProperties.xml
    And there are examples in the default files (/etc/ivman/) provided with Ivman.
    But that you probably already know. I'm not familiar with any other docs, except maybe tutorials on the net if you count them as docs

  • How to install USB flash drive in windows 7

    Could anyone please help to install USB flash drive to Windows 7. This will enable me to hook up keyboard and mouse to my laptop. Thank you so very much for any assistance.   

    Hi,
    Could you please help us to know what is your computer, Please use the following instructions for find out the model/product of your machine:
      http://h10025.www1.hp.com/ewfrf/wc/document?lc=en&​cc=us&docname=c00033108
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Follow up question on recovery data on USB flash drive

    HP instructions say the 32 GB flash drive should NOT be branded as Windows 8 compatible.   I bought a Sandisk 32 GB yesterday for  $20 on sale,   but it says on the back it is compatible.
    Other more/or less expensive  flash drives did not address whether compatible with Windows 8.
    I have  Windows 8.1
    Thanks in advance for your help...
    This question was solved.
    View Solution.

    Hi,
    If the flash drive is listed as 'Windows 8 compatible' it cannot be used - the reason is because the HP Recovery Media creation software looks for an external device and flash drives marked Win 8 compatible show as internal drives. 
    In the example below, the 32 Gb usb flash drive 'Dave G' shows as an internal drive which cannot be used, while the usb flash drive 'Removable Disk H' would work.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • How do I browse & play .mp3 files from a USB flash drive using Labview 8.0?

    I'm a tester & want to test USB flash drives connected to PC.
    I want to browse the file system & playback the audio files, .jpeg files etc in the USB drive. I've Labview 8.0. When I searched for some examples or VIs which can detect the USB flash drive, couldn't find any. So if you could point me in the right direction, I can find a solution to my problem.
    Thanks.
    Solved!
    Go to Solution.

    You probably won't find specific examples for this.  A USB flash drive is mounted by the OS and appears as a new memory storage device to all software on the PC, including LabVIEW.  You can certainly write a LabVIEW program to open files on the stick and play/run them but I would create a VI that wrote files to the stick and then read them back and checked them for bit-level errors.  Keep in mind that your OS might be doing parity checking under the hood which would make your test rather meaningless.
    BTW, testing memory by looking at pics or listening to MP3s would be useless of course.  A human can't see or hear bit-level errors in a high bandwidth data stream.
    Using LabVIEW: 7.1.1, 8.5.1 & 2013

  • HP Mini 110-3520ca constantly restarts when trying to restore from usb flash drive

    Hi,
    I have a HP Mini 110-3520ca that I upgraded to Windows 8, but was having issues with freeze ups and shut downs so I decided to go back to Windows 7 Starter.    When I tried to restore to factory default the files were corrupted and I couldn't restore from the recovery hard drive or my external back up files.  I ordered the recovery  USB flash drive from HP and tried to restore from it.  It completes the Recovery Preparation and the Software Installation finishes, Windows starts to load, but Ithen it goes back to welcome to Recovery Manager.  When I try to start Windows without the flash drive I get an error log that is below.  Can someone tell me how to fix this or what needs to be done to get my Windows working again, any help would be greatly appreciated.
    Carol.
    Error Log: 
    Component: TDC Preinstall Diagnostic Tools for Windows 7 - TDC
    Timing: Factory Update
    This is not a Regional SKU
    This is not an RCTO P2PP SKU
    Error: Different LOC# detected:
    Error: SKU number LOC# = 00
    Error: REGSKU/OptionDashCode.ini value for ABC = 12
    Error: SKU number incorrect for this LOC#=ABC.
    Next Step: Please dash sku number with xxxxxx-12x
    Next Step: Or use EEPROM and change LOC# in either SKU Number or CTO Localization Code
    [17:16:38.37] ------------------------------------------------------------------------------------------
    ***CTO Error condition has been dtected in [Factory Update] phase !! ***
    [17:16:38.38] Suggest to create PIN-log and send to TWN PDC NB-PreinPM for further analysis ...
    [17:16:38.38] ------------------------------------------------------------------------------------------
    [17:13:54.75] Start BBOffline.cmd...
    UPDrv=[C:]
    [17:13:54.77] Set UIA Error Code to 951
    [17:13:55.39] WinPE is 32bit.
    [17:13:55.39] Starts [FixUps].
    [17:13:55.41] ---------------------------------------------------------------------
    [17:13:55.41] FixUps.cmd...
    [17:13:55.41] create overall progress info...
    [17:14:15.89] FixUps.cmd completed...
    [17:14:15.89] ---------------------------------------------------------------------
    [17:14:15.91] Starts [Tweaks for SSRD].
    [17:14:15.92] ---------------------------------------------------------------------
    [17:14:15.92] SSRD Tweaks to change user default locale...
    [17:14:15.92] Copy C:\System.sav\Util\TDC\MCPP\FBIRES\FBIUSRES.DLL.
    [17:14:16.09] Run "Dism.exe /image:C:\ /Set-SKUIntlDefaults:en-US -image:C:".
    [17:14:23.50] ---------------------------------------------------------------------
    [17:14:23.50] Launch PININST.exe for Offline ...
    [17:14:33.78] Starts [Sleep 10 sec].
    [17:14:43.86] Starts [Create RStoneFUpdate.INI].
    [17:15:20.91] Starts [create 1GB Pagefile for offline].
    Volume in drive C has no label.
    Volume Serial Number is 868D-C760
    Directory of C:\system.sav\bbv
    10/27/2014 05:15 PM 1,073,741,824 pagefile.sys
    1 File(s) 1,073,741,824 bytes
    0 Dir(s) 38,502,694,912 bytes free
    [17:15:21.04] move boot.wim from FactoryUpdate to 2ndCap.
    [17:15:21.10] Brand detection.
    [17:15:21.80] ---------------------------------------------------------------------
    [17:16:10.26] Start SysID Check...
    [17:16:13.30] Start Option Code Checks...
    SKU_DEF_COUNTRY=[39]
    SKU_DEF_SYS_LOC=[fr-CA]
    Reset country in administrator...
    Reset country in Default user...
    Reset System localed
    Deployment Image Servicing and Management tool
    Version: 6.1.7600.16385
    Image Version: 6.1.7600.16385
    Reporting offline international settings.
    Default system UI language : en-US
    System locale : fr-CA
    Default time zone : Pacific Standard Time
    User locale for default user : en-US
    Location : Canada (GEOID = 39)
    Active keyboard(s) : 0409:00000409
    Keyboard layered driver : PC/AT Enhanced Keyboard (101/102-Key)
    Installed language(s): en-US
    Type : Fully localized language.
    The operation completed successfully.
    Updated System Locale info..
    [17:16:27.37] Start PIN Tweaks...
    [17:16:28.38] ---------------------------------------------------------------------
    [17:16:28.40] PIN Tweaks to hide All for BurnBoot BBV and BBV2 on restored image...
    [17:16:28.40] ----------------------------------------
    [17:16:28.40] Tweaks for OOBE's Unattend.xml
    [17:16:28.40] to pick up the proper file...
    [17:16:28.41] ----------------------------------------
    [17:16:28.41] rename unattend.org to unattend.or_
    [17:16:28.44] ----------------------------------------
    [17:16:28.44] without Light Sensor..
    [17:16:28.48] ----------------------------------------
    [17:16:28.49] This is Restored image by SSRD [SSRD.flg]...
    [17:16:28.51] ---------------------------------------------------------------------
    [17:16:29.40] Start MIR Tweaks...
    [17:16:30.43] ---------------------------------------------------------------------
    [17:16:30.43] [MIR Tweaks] ...
    [17:16:30.43] ---------------------------------------------------------------------
    [17:16:31.44] Start Factory Update(s)...
    [17:16:33.45] Start QFE Offline installation...
    [17:16:38.13] PININST_OFF: PASSED...
    [17:16:38.21] Type C:\System.sav\Logs\BBFindEr.log...
    [17:16:38.23] Type C:\System.sav\Logs\BBFindE0.log...
    ---------- C:\SYSTEM.SAV\LOGS\PININST_OFF.LOG
    Result=PASSED
    [17:16:38.24] There was no QFE installation...
    [17:16:38.24] Check FUList.log if there is duplicate Desc...
    Couldn't access C:\System.sav\logs\FUList.log...
    [17:16:38.35] No Duplicated Desc is found... PASSED.
    [17:16:38.37] There was no Factory Update...

    Hi @Savvy58
    I did some further looking into that Error Log you posted. Basically, it means that is looking for a certain location that doesn't seem to be there. This could be a problem with the USB Recovery drive that you have. I would recommend that you contact HP. You can reach HP Total Care at 1-800-474-6836 in North America or start here if you live outside of North America.
    Please click “Accept as Solution ” if you feel my post solved your issue.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Thank you,
    BHK6
    I work on behalf of HP

  • How do i install and boot mac os 10.4 on a usb flash drive?

    i want to make a bootable flash drive for my powerbook g4 and i have a mac os 10.4 on a install disk.. i want to be able to boot from the flash drive.

    At some point in the past, when the hardware was more recent, some said they
    were able to make it work. To boot a PowerPC G4 iBook (USB2.0 ports) from a
    USB flash drive memory device. The read/write speed of the USB flash had to
    be optimal and the capacity large enough to accommodate the booting and also
    the necessity for Virtual Memory to run on the USB flash drive, as with a HDD.
    Some suggested they made a clone of a working system, boot from USB flash.
    https://www.google.com/?gws_rd=ssl#q=ibook+g4+boot+from+usb
    There still are some bits and pieces of information pointing to discussions or
    other topics of similar concept; some of the older sites aren't online any more
    where claims and 'proof' were given that this worked out OK. Figuring the older
    Apple portables were adapted to use CF or other camera memory cards, for use
    in systems prior to OS X...
    Sounds like a fun diversion, to take ones mind off weather, and other incidentals.

  • How to use USB flash drive in XFCE?

    Hello,
    How to mount/unmount USB flash drive in XFCE?
    Thanks for your help,
    Anand

    http://wiki.archlinux.org/index.php/AutoFS_HowTo might be interesting

  • Does Time Machine back up USB Flash Drive?

    I have a 128GB USB Flash Drive. The contents of this flash drive was restored from a previous external SSD (used as storage and has died on me).
    Now I would like my Time Machine to backup both my MacAir and my USB Flash Drive.
    My First Concern is
    So when I plug in my USB Flash Drive, it appears in the Exclude List.
    However, after I remove the USB Flash Drive from the exclude list and click on Save.
    I start to Back Up using Time Machine.
    Does it mean that time machine will back up my USB Flash Drive for this One Time?
    Because when I open up the Time Machine preference, the USB Flash Drive re-appears in the Exclude List again.
    Second Concern
    When I open the HDD I use for Time Machine, I noticed that the latest backup consist of both my MacAir
    and the name of my Previous External SSD (instead of my current USB Flash Drive).
    I am wondering if Time Machine recognise my current USB Flash Drive as my previous external SSD
    since I restored my contents from there.
    So is my USB Flash Drive really backed up (just that Time Machine recognise it as my previous external SSD)?
    Hope someone can share their experience and advice on this.
    (Please do not recommend other app like Carbon Copy Cloner, as I already plan to use the CCC Trial.)
    Thank you to all.

    What is the format of the volume on the flash drive? It's shown in the Finder Info window.

  • Mount a USB flash drive from a shell

    I am about six months new to Linux; I have installed my first arch system but not yet installed a desktop environment.  I am trying to mount a USB flash drive from the shell but I am not having much luck.  I have tried following the instructions in the archwiki, http://wiki.archlinux.org/index.php/USB_Storage_Devices. I am having a problem with the following command:
    mount -t vfat /dev/sda1 /mnt/usbstick
    I get an error message saying that the mount point does not exist.  I have in the /mnt directory the following:
    cd cdrom dvd fd0 f1
    (I am not sure what fd0 and fl are, if somebody could please tell me I would appreciate it.  Also I do not have a DVD-ROM on my computer is the dvd listed by default or do I have a package installed I do not need?)  I did some searching online and came across the following site, http://linuxcommando.blogspot.com/2007/ … -from.html. I followed the instructions to identify the correct partition name corresponding to the USB drive by running the following command:
    grep SCSI /var/log/messages.log
    and I get the following results:
    Dec 30 22:16:17 morgan-desktop scsi2 : SCSI emulation for USB Mass Storage divices
    Dec 30 22:16:22 morgan-desktop sd 2:0:0:0: [sdb] Attached SCSI removable disk
    The next steps in the instructions are to mount the partition to the existing mount point (directory) by using the following command.
    mkdir -p /mnt/myusb
    mount -t vfat -o rw,users /dev/sda1 /mnt/myusb
    This is where I am having a problem, I do not understand the results and how to proceed to the next step, please help me.
    One other small question what is the best command to shut down the computer as a normal user?
    Thank you
    Morgan Smith

    Ok, Lots of different advice here, let's see if I can explain it all together, and clear up a few bits...
    I'll try to explain why I'm saying what I am, it doesn't matter if you don't follow it all, commands are below.
    You are on the right lines here, but a few things missing.  Firstly, to mount the USB stick you are using the correct command, but the locations are a problem.  The command is "mount -t type what/to/mount where/to/mount".   You can find out more about the mount command with "mount --help" or "man mount"
    You have correctly identified type as vfat - this means the pen is formated as FAT.
    To find out what to mount, you can check /var/log/messages.log, the second command you posted searches trough that file and prints out lines including the phrase SCSI, and the result tells you that a usb storage device had been attached as sdb, so the correct device is /dev/sdb1.  Storage devices are named sda sdb sdc etc in the order they are attached, and the numbers refer to the partitions on the disk.
    You can mount it anywhere you want, as any existing directory, but the one you tried to use /mnt/usbstick doesn't exist, so create it, using mkdir.
    The commands you need therefore are:
    mkdir /mnt/usbstick
    mount -t vfat /dev/sdb1 /mnt/usbstick
    This will work as root.  There is also, as byte said, a program called pmount (which you can get with pacman -S pmount) which works the same way for a standard user.
    Finally, there are also a number of tools like HAL which can be used to automate the process.
    As for shutting down, as has been said you must be root or in the power group, then you can use 'halt' 'poweroff' 'reboot' or 'shutdown'. All have slightly different effects, and poweroff is probably the easiest.
    Hope this helps
    Jack

Maybe you are looking for

  • MSI GE60 2PL Cooling Question

    Hi there, I just bought a MSI GE60 Apache-629 Laptop. I Never owned a MSI Laptop but I am Very Satisfied so Far. Even though it doesn't have the NVidia GTX 860m , like the Apache Pro, I can Still Run Battlefield 4 on Medium Spec in 1920x1080. My Ques

  • Scroll bar problems ..Please help!!!!!!

    This is what the program looks like. topPanel has newItemPanel on top of it. when you click continue newItemPanel becomes invisible and newItemDescriptionPanel becomes visible. When you click continue newItemDescriptionPanel becomes invisible and pri

  • SAFARI 6 WEBSITE SAVED PASSWORD NOT WORKING

    after upgrading to Safari 6 a saved bookmarked website user name and password no longer works. seems to be just for that site. went to preferences>passwords selected site but it won't 'remove'. tried deleting and re-establishing the bookmarked site b

  • Gamma shift

    hello - I'm wondering the best way to deal with the gamma shift problem in Premiere (Mac). Clips appear differently delending on where you're viewing them, for example in the Program viewer colours are more saturated then when you open up the title w

  • Dim display on Zen Mi

    My display is very dim all of a sudden. Anyone else experience this? This is my second Micro, the first one froze all the time.