Custom remastered install image on a thumbdrive...

I work on a LOT of PCs in my profession. I see everything from Arch, to windows, to ubuntu. I want a thumbdrive with all my tools on it that works easily from each and all platforms even as a instant recovery cd. to do this I want to load arch into an ext3 partition at the back of the thumbdrive and keep it bootable, and then at the front I want a vfat partition that can be loaded in windows. because this is a "removable device" windows will only ackoledge the first partition so it has to be fat. If I load arch into an ext partition at the end of the drive, it all works fine, except there is that little problem if writes on a flash drive... trying to alleviate that causes more and more and more frusterations.
enough!
so here's the idea... what if I dump the contents of the arch install disk onto a 10 GB ext3 partition at the end of the flash drive as previously planned, and load it as if it was an ISO imaged to the drive? well heres how far I have gotten:
boot to arch install disk on a PC with no drives but the CDrom, and the thumb drive attached. no HDDs.
partition the flash drive thusly:
cfdisk /dev/sda:
Name Flags Part Type FS Type [Label] Size (MB)
sda1 Primary vfat [MVUTILITIES] 52000.00
sda1 Primary Linux [ARCH_201308] 8000.00
sda1 Primary vfat [ARCHISO_EFI] 64.00
next format/name the partitions (though it shows above, no I did not label them in cfdisk) thusly:
# mkfs.vfat /dev/sda1 -n MVUTILITIES
# mkfs.ext3 /dev/sda1 -n ARCH_201308
# mkfs.vfat /dev/sda1 -n ARCHISO_EFI
now I get to mount the ISO and copy the contents!
# mkdir /mnt/stageing
# mkdir /mnt/archiso
# mount /dev/sr0 /mnt/archiso
# cp -a /mnt/archiso /mnt/stageing
# umount /dev/sr0
# mount /dev/sda2 /mnt/archiso
# cp -a /mnt/staging/archiso /mnt/
# umount /dev/sda2
# mount /dev/sda3 /mnt/archiso
# cp -a /mnt/staging/EFI /mnt/archiso
# cp -a /mnt/staging/loader /mnt/archiso
# umount /dev/sda3
# reboot
and this is where I'm stuck.
if the arch install CD is in the CD drive and I boot, the system loads the boot image from the cd but loads the squashfs file from /dev/sda2 (which is labeled ARCH_201308) so I get this nice little hybrid boot in which the CD is only necesary for the first loading then can be removed with no ill affects. Additionally, it is EASY to just install arch into the ext3 partition and boot, it works fine! so I know what I want to do is technically possible. can someone direct me to the next step?
what do I need to do to get a boot loader onto my thumb drive which will act EXACTLY like the original ISO did, but where the disk image is located AFTER a viable vfat partition?
UPDATE: Well that was fun... I figured out if I image the drive thusly:
# dd if=/dev/sr0 of=/dev/sda
then repartition the drive thusly:
cfdisk /dev/sda:
Name Flags Part Type FS Type [Label] Size (MB)
sda1 Primary Free Space 34.93 <--NOTE!!!
sda1 Primary vfat [MVUTILITIES] 52000.00
sda1 Primary Linux [ARCH_201308] 8000.00
sda1 Primary vfat [ARCHISO_EFI] 64.00
NOTE: there WAS 2M free space and a 32M vfat partition I just deleted the vfat AFTER adding MVUTILITIES and left it as is.
then followed the rest of my notes above... the thing actually worked!
but still, there _has_ to be a better way
Last edited by rudepeople (2013-08-10 02:24:25)

With USB, the archiso does not make an image that is able to be dd'ed to a thumbdrive and still be UEFI compatible.  To do this, you have to create a FAT32 partition, and then copy the contents over to the partition.  Then enusre that that name of the filesystem matches that of what is sepcified in the gummiboot configurations.  This is typiaclly ARCH_201308 or similar, though this can be specified with a cunstom archiso.
See the wiki page on UEFI (towards the bottom) for more info on how to create a UEFI bootable USB.
You may have to either carry two USB's or create two separate partitions on the USB... though I imagine that you could also just slap the necessary parts into the existing FAT partition you are already making in the beginning og the USB.
Edit: Okay apparently I didn't read the whole first post.  You do have these separate partitions already.  In this case, you need to ensure that the VFAT archiso partition is named what is specified in the \loader\entries directory.  Since you already have a dd'ed archiso on the USB, you are probably going to have to create a custom archiso with a different name, so that the filesystem names can be different.
Last edited by WonderWoofy (2013-08-10 04:05:05)

Similar Messages

  • Building a custom OSX install image

    SO what I'd like to do is create a custom 10.6 install image. I made an image of the install DVD but I'd like to add to the optional software installs. For example: Office, adium, etc. Anything really.
    I guess there was an app called "Slipy" back in the day but it no longer exists and I'm not too good with the Packagemaker from the Dev tools.
    If anyone could provide any insight on perhaps an alternative to Slipy or a tutorial on any way of doing this I'd be grateful.
    Thanks in advance.

    I don't know how to make a custom install image; but you can create a custom image to copy to new machines.
    First install OS X, update it as far as you can. Install MS Office and update it. Install all the rest of the software you want.
    Now comes the slightly tricker part. You need to de-license MS Office (unless you have a site-license) by removing the license file.
    Now you have boot that volume from something else, and remove the user you had to create as part of the setup, and make the setup assistant run on the next startup, assuming you want the new computer to be configured as if it were brand-new.
    http://www.macosxhints.com/article.php?story=20010827120222505
    I wouldn't bother with the last part, if you are creating an image with all the Software, say for a school- you'd want the machines to all share admin credentials to make it easier to maintain.

  • Install Image Missing from List

    I am trying to deploy Windows Embedded Standard 7 from our WDS server, built on Windows Server 2008 R2.  I've added the install.wim file from the WES7 DVD, and I can see it listed under Install Images in the WDS control panel, but it doesn't appear
    as an option on the client computer when I boot into PXE.  I've also tried restarting the WDS service, as well as the
    WDSUTIL /Update-ServerFiles command, to no avail.
    Searches have given me 3 possible causes, all of which have been ruled out:
    Wrong Architecture - I have tried both x86 and x64 client machines, and other x86 images are showing up and installing fine
    File permissions - I have double-checked that users have write access to the folder holding the WIM files - again, other images in the same folder work fine.
    HAL mismatch - the WES7 image has the same HAL type (acpiapic) as other images that are working.
    Is there something I'm missing here?  I'm using the boot.wim from the standard Windows 7 install DVD - does this make a difference?

    Hi,
    About the Embedded question please post to the Embedded support forum.
    https://social.msdn.microsoft.com/Forums/en-US/home?forum=quebecservicingdeployment
    Thanks for your understanding and support
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How to install images on zones without servers?

    We had succesfully deployed OS images on areas with WDS, PXE and all technologies related to WAIK and other related technologies.
    But we have 85 workgroup client machines, spreaded arround the country in sites with no server and only a single LAN with 3 to 10 Windows clients PCs
    How can we create a standard and make sure we can install the exact same image we use in WDS Sites in theses remote and difficult-t-manage Sites?
    It will be usefull/possible to export the store image to a stand-alone .WIM image and deploy it using a boot image in DVD or USB Flash drive and use ImageX to apply the image from a shared folder? (ttp://technet.microsoft.com/en-us/library/cc732729(v=ws.10).aspx#Boot)

    Hi,
    You can use sysprep tool create a reference image. Then you can deploy it with standard installation method, such as USB boot or WDS.
    Generally, create capture image in WDS, run sysprep on client to remove computer specified information. Reboot your computer from capture boot image and capture
    your reference image.
    For more information you can refer to:
    Creating Custom Install Images
    http://technet.microsoft.com/en-us/library/dd637993(v=ws.10).aspx
    Hope this helps.

  • What is the best way to make a custom arch install cd?

    Hello, before I start I should mention that I have been reading about various tools and looking at wiki articles.  But I have had some trouble getting started.
    What I would like is an install cd that installs the packages I choose.  I'd like this to be either automatic, or allow me to select the packages I want (which are presumably on the cd), just like in the normal way of installing arch perhaps, maybe.
    I'd just like a way of installing arch, the way it is set up now, with minimal hassle, no internet access, just pop the cd in and out comes archlinux with a nice desktop environment so I can give it to my mum without having to travel hundreds of miles to install it for her.
    "just pop the cd in and out comes archlinux with a nice desktop environment" -Ahahahahahaha, I hear you react.  Well, you know, at least I would like it to be no MORE difficult than the standard install procedure. 
    For example, is there no way I can just download the .pkg.tar.gz files I want, add 'em to the fracking archlinux iso I download from here, meddle about with a config file so pacman knows where to find the additional pkg.tar.gzips, and then run a script afterwards to copy a few configuration files to the relevant locations?  No?  Won't work? 
    At least, I have not discovered a way to do this yet.  Please can someone get me started?
    Should I maybe start HERE?
    http://wiki.archlinux.org/index.php/Qui … stallation
    It says it "may contain old, confusing and wrong information" -how unusual... 
    Larch looks pretty good, will this do what I want?
    I actually think larch is definitely the answer.  I'm gonna mark it solved.  Even though I will probably have some trouble with it.  Sorry for asking this question for the hundredth time, but, well, the forums were down yesterday (the day I was trying to do this, obviously).
    Maybe I'll leave it unsolved until I get specific errors...
    Last edited by darkbeanies (2009-09-01 16:44:00)

    darkbeanies wrote:
    Yeah, I like xfce, but I'd give her the excellent chakra if I was going to give her a ready made thing, which I might do if things go wrong...
    But that isn't what I'm trying to do.  I want to learn how to build an install disc, too.  It takes me a long time to get arch up and running.  I would like to know how to automate it so that I end up with my own personal humble distribution.
    I realize there are many alternatives to doing what I am trying to do. But there are a hundred reasons I can think of why a custom archlinux install cd made by me that goes "do you want to install y/n" and then you press y and it formats the disk, shoves the stuff on and then it works would be the best option.
    This assumes, of course, that my mum can plug in the computer, monitor, mouse, keyboard and speakers, insert the disc and press y, all of which are long shots.
    Anyway, I'm making some progress with larch now.  I can roughly see how it's going to work, it's pretty straightforward, so it would seem.
    Thanks!
    Yeah I see your point. I like archiso because he has a barebone option there, and you can build it the way you like it from there. I just had trouble getting Arch to run for me, so his iso was just easier as I am very unlearned in linux, and at 63 I dont have a lot of time, or energy to learn what it seems everyone but me knows. I still have to work to earn a living, and with a limited education I may be more dense than alot of the younger folks on here, so this just made it a little easier for me. Good luck with it, I hope you get what your after.
    Maybe have a look at ISOMaster too, it seems simple enough to use.
    Last edited by regibbs1 (2009-09-01 22:40:45)

  • WDS "The file does not contain a valid install image"

    I have WDS installed on a Windows Server 2008 R2 SP1 machine.  I can quite happily import Windows 7 Install images from the Windows 7 installation DVD, but if I try to import from the Windows Server 2008 R2 SP1 installation DVD, at sources\install.wim, I
    get:
    "The file does not contain a valid install image"
    If I run WDSUTIL from the command line I get:
    "An install image could not be found in the image file".
    I believe that the DVD is fine as I can install machines from it and mount the sources\install.wim file using DISM.
    Anyone any idea what's wrong?
    Note that the problem is not with my own images, it's with the image as supplied on media direct from Microsoft.

    Which download link did you use to get your SP1 media? From this link:
    http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=5842 ?

  • So how to specify different answer file for different install images in WDS snap-in?

    hello
    in WDS snap-in, in properties on server name, on client tab, we can define an answer file for unattended windows installation on WDS clients.
    my question is, maybe we have added multiple images in WDS snap-in (win xp image, win 7 , win 2008,...)
    now this one answer file applies to all of them ?
    so how to specify different answer file for different install images in WDS snap-in?
    thanks in advanced 

    Under the "Client" tab of WDS, you should only use an answer-file with settings relevant for the installation. This would be credentials for the WDS deployment share, international settings used during the setup and possibly also destination drive
    details (if you want the installation to take care of partitioning the disk etc). The settings relevant for unattend-files used under "Client" would only be of those in phase 1 (WinPE).
    However, if you would like to have specific unattend file for every installation, e.g. Win7, Server 2008, Win 8 etc, you can browse to the image under "Install Images" under the image Groups. There you can select properties for every image and
    have a personal unattend-file.
    hi Joel
    very cool. thanks a lot, that really helped me.
    best regards

  • Include all updates for Office 2010 PP during custom network install

    Hello...
    I'm currently doing a custom network install of Office 2010 Professional Plus 32bit edition. The custom install is working fine with the MSP file in the \Updates folder. 
    I would now like to add all of the current updates, hotfixes, and service packs to the \Update folder so that Office 2010 is completely up-to-date when being deployed. I understand that I need to put the MSP files for these updates, hotfixes, and service
    packs in the \Updates folder. 
    A couple questions:
    1 - Is there one place that I can download all of the Office 2010 PP 32bit edition updates, hotfixes, and service packs... Excluding any 64bit edition updates? A repository of some sort?
    2 - I'm assuming that if the hotfixes, and updates are downloaded as .CAB, I first need to extract it, get the .MSP file and put that into the \Updates folder?
    3 - I think Service Packs come down as .exe's??!! If so, do I just put the .exe files in the \Update folder as well or do I need to run something special to extract them like I do with the .CAB files
    I appreciate any help someone can give. If there is a better way to accomplish this, I'm open to all suggestions :) 
    Thanks... Frank

    1. Update Center for Office: http://technet.microsoft.com/en-us/office/ee748587.aspx
    2. Yes, we need to get the .MSP file (BTW, the hotfixes are download as .exe file)
    3. Yes, we need to get the .MSP file
    For your reference:
    Using the Updates folder to deploy software updates during an Office 2010 installation
    http://blogs.technet.com/b/office_resource_kit/archive/2011/05/05/using-the-updates-folder-to-deploy-software-updates-with-an-office-2010-installation.aspx
    Max Meng
    TechNet Community Support

  • Ichat starts to open, lingers a second, then 'unexpectedly' quits. I'm in Snow Leopard 10.6.8. I can't find the ichat plist in hte library, even though I've custom re-installed (even the hard way) and downloaded the latest upgrade. Que pasa?

    ichat starts to open, lingers a second, then 'unexpectedly' quits. I'm in Snow Leopard 10.6.8. I can't find the ichat plist in the library, even though I've custom re-installed (even the hard way) and downloaded the latest upgrade. Que pasa?

    crash report, not a reply:
    Process:         iChat [611]
    Path:            /Applications/iChat.app/Contents/MacOS/iChat
    Identifier:      com.apple.iChat
    Version:         5.0.3 (745)
    Build Info:      iChat-7450300~8
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [101]
    Date/Time:       2011-12-17 19:23:00.671 -0500
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          387052 sec
    Crashes Since Last Report:           18
    Per-App Interval Since Last Report:  65 sec
    Per-App Crashes Since Last Report:   18
    Anonymous UUID:                      D59E7670-AAAB-498C-AEBF-93B692A2DE09
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000004
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   ...thesis.MacinTalkSynthesizer          0x00000001159e418d MEOWReader::MEOWReader(int, void const*, char) + 35
    1   ...thesis.MacinTalkSynthesizer          0x00000001159b4246 SpeechChannelManager::UseVoice(VoiceSpec*, __CFBundle*) + 430
    2   ...thesis.MacinTalkSynthesizer          0x00000001159daf14 SEUseVoice + 71
    3   ....speech.synthesis.framework          0x00007fff85d42d4a NewSpeechChannel + 617
    4   com.apple.AppKit                        0x00007fff86ebee35 -[NSSpeechSynthesizerVars setSpeechChannelWithVoiceCreator:voiceID:] + 125
    5   com.apple.AppKit                        0x00007fff86ebc56d -[NSSpeechSynthesizerVars setSpeechChannelWithVoiceIdentifier:] + 89
    6   com.apple.AppKit                        0x00007fff86ebce7c -[NSSpeechSynthesizer initWithVoice:] + 336
    7   com.apple.iChat                         0x000000010009da09 0x100000000 + 645641
    8   com.apple.iChat                         0x000000010001b3ae 0x100000000 + 111534
    9   com.apple.IMCore                        0x00007fff865fa14c _IMPersonStatusIsOnline + 34989
    10  com.apple.IMCore                        0x00007fff865f9fee _IMPersonStatusIsOnline + 34639
    11  com.apple.IMCore                        0x00007fff865f1b78 _IMPersonStatusIsOnline + 729
    12  com.apple.iChat                         0x00000001000066ad 0x100000000 + 26285
    13  com.apple.iChat                         0x000000010001ac60 0x100000000 + 109664
    14  com.apple.IMCore                        0x00007fff865ecdaa _IMPersonStatusFromFZPersonStatus + 1525
    15  com.apple.CoreFoundation                0x00007fff8512493c __invoking___ + 140
    16  com.apple.CoreFoundation                0x00007fff8512480d -[NSInvocation invoke] + 141
    17  com.apple.CoreFoundation                0x00007fff851406e1 -[NSInvocation invokeWithTarget:] + 49
    18  com.apple.iChat.IMUtils                 0x00007fff859d82f7 -[IMLocalObject _handleInvocation:] + 182
    19  com.apple.iChat.IMUtils                 0x00007fff859d7e6f _IMRDeliverComponentArray + 138
    20  com.apple.iChat.IMUtils                 0x00007fff859d7dba _XDeliverComponentArray + 119
    21  com.apple.iChat.IMUtils                 0x00007fff859d7d23 IMRemoteObjectsMIG_server + 52
    22  com.apple.iChat.IMUtils                 0x00007fff859d7c55 _IMRServerPortCallback + 120
    23  com.apple.CoreFoundation                0x00007fff8511365e __CFMachPortPerform + 366
    24  com.apple.CoreFoundation                0x00007fff850eb6b1 __CFRunLoopRun + 5201
    25  com.apple.CoreFoundation                0x00007fff850e9d8f CFRunLoopRunSpecific + 575
    26  com.apple.HIToolbox                     0x00007fff87b757ee RunCurrentEventLoopInMode + 333
    27  com.apple.HIToolbox                     0x00007fff87b755f3 ReceiveNextEventCommon + 310
    28  com.apple.HIToolbox                     0x00007fff87b754ac BlockUntilNextEventMatchingListInMode + 59
    29  com.apple.AppKit                        0x00007fff869f2eb2 _DPSNextEvent + 708
    30  com.apple.AppKit                        0x00007fff869f2801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    31  com.apple.AppKit                        0x00007fff869b868f -[NSApplication run] + 395
    32  com.apple.AppKit                        0x00007fff869b13b0 NSApplicationMain + 364
    33  com.apple.iChat                         0x0000000100002da0 0x100000000 + 11680
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x00007fff82939c0a kevent + 10
    1   libSystem.B.dylib                       0x00007fff8293badd _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                       0x00007fff8293b7b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                       0x00007fff8293b2de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                       0x00007fff8293ac08 _pthread_wqthread + 353
    5   libSystem.B.dylib                       0x00007fff8293aaa5 start_wqthread + 13
    Thread 2:
    0   libSystem.B.dylib                       0x00007fff8293aa2a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff8293ae3c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff8293aaa5 start_wqthread + 13
    Thread 3:
    0   libSystem.B.dylib                       0x00007fff8293aa2a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff8293ae3c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff8293aaa5 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00000001010f2200  rbx: 0x00000001004c6670  rcx: 0x0000000000000000  rdx: 0x0000000000000000
      rdi: 0x00000001010f2200  rsi: 0x0000000000000000  rbp: 0x00007fff5fbfbf90  rsp: 0x00007fff5fbfbf60
       r8: 0x0000000000000017   r9: 0x00000001010f9a00  r10: 0x0000000000007000  r11: 0x0000000000000001
      r12: 0x00000001010f2200  r13: 0x00000001010f2200  r14: 0x0000000000000000  r15: 0x00000001004c70e0
      rip: 0x00000001159e418d  rfl: 0x0000000000010206  cr2: 0x0000000000000004

  • 10.4.6 Install Image Not Working

    I have been messing with these install images for hours now. I have the 10.4.6 DVD with liscenses for all our computers and have been trying to create a 10.4.6 install image. It seems as though I've been successfully creating the images, placing them in the right location, and selecting them as the Startup Disk, but my eMacs will not load them. I get the globe-in-a-box, then the grey apple screen with spinning globe below, then to a blue screen with pointer in the upper right hand corner after boot and then nothing. It just sits there forever (waited for over an hour for something to happen).
    I've read a lot of posts about issues with 10.4.6 install images. Is there a way I can update the install to 10.4.7 software to overcome these issues. What are my options? I have about 60 computers to install 10.4.6 on and I have only one set of media. I should be able to do what I'm trying to do right?

    But will that allow me to create an install image? Does the disk image utility have the ability to take an image of a system and create an install image out of it?
    My goal is to create an image that will allow me to perform an archive and install of OS X on these eMacs.

  • Custom re-install of Tiger

    I have default installed Tiger on my iBook, although I have since used the Monolingual programme to free up space taken by additional languages.
    How much space would I save by doing a 'custom' re-instal with the intent of stripping as much as possible out (eg drivers etc)?
    Is this straight forward? What would I need to re-install in addition? All my third party applications?
    I have no problems other than that I am running short of hardrive space.
    I have an external firewire drive with a bootable clone of my drive (using Super Duper) as backup.
    Thanks in advance for any advice.

    Dunstan, there's no need to do a re-install to get rid of your unwanted printer drivers. Printer drivers are in the HD/Library/Printers folder. You can safely delete any named drivers that you don't have a printer for. For example, if you have a Canon, you can remove Epson, Lexmark, Hewlett Packard & Brother drivers. Epson alone takes up close to 1gb. You can even remove specific drivers from within the manufacturer's folder. For example, if you have an Epson C86 you can safely trash any other specific drivers in the Epson folder like C46, C66 etc. If, at a later date, you buy a printer whose driver you removed they can be added from your install disk, the disk that comes with the printer or downloaded.
    (Sorry if any of that is too simplistic, it's a copy/paste from my standard reply to "How do I free up disk space" type questions).
    The rest of the standard reply goes like this:
    "For example, on my iBook, I have removed GarageBand from Applications and its Loops from HD/Library/Application Support or HD/Library/Audio. As my iBook only has a combo drive and I'm not into video editing anyway I have trashed iDVD & iMovie. (Not DVD player). I have also trashed preloaded games and World Book, and its associated files, again in Application Support.
    Language support files can be removed using Monolingual. Do not remove any English language files, though. (Already dealt with.)
    A word of warning: More cautious heads than mine advise against messing in the HD/Library, but if you stick to the examples above, i.e. GarageBand loops, World Book and printer drivers you will be OK.
    Certainly, I have had no problems with my system after removing those examples.
    Check, too, in your music folder. It is possible that you have, say, 'xyz song' in the first level of your Music folder and the same song in Music/iTunes/iTunes Library. If you are sure that you do have 'xyz song' in iTunes, it is safe to delete from 'Music'. The same principle can apply to your Pictures folder and iPhoto Library, but staying with iTunes for a moment, with iTunes open select Edit in the menu bar, then 'Show duplicate songs'. You can trash duplicates if you are sure that they are true duplicates, i.e. exact name, artist and file size.
    Some excellent advice has been posted by ~JB~, with corresponding words of caution.
    Dr Smoke has some advice here too.
    Last but by no means least, when you have finished dumping your unwanted stuff in the trash, don't forget to empty it. You haven't regained the space until you do "
    Have fun!
    Adrian

  • HT1948 USB drive with install image is showing in Startup Manager on a Mac Pro, but wont boot. Showing circle with cross strip, and shut down automatically. USB device are made and work on two different MacBook Pro, but used on Mac Pro. Any help?

    USB drive with install image is showing in Startup Manager on a Mac Pro, but wont boot. Showing circle with cross strip, and shut down automatically. USB device are made and work on two different MacBook Pro, but used on Mac Pro. Any help?

    OS X installers have always been fairly specific, hardware-wise. I haven't read anything reflecting that situation with the Recovery HD, so it may be that the Recovery HD created for the MacBook Pro does not have the necessary drivers for the Mac Pro. Obviously, nothing definitive here, but a possibility.

  • Java custom component for image generation

    I want to create a custom service for image generation. I want to send the image in response stream.
    I want to service like below :
    <img src="http://localhost/ucm/idcplg?IdcService=getImageService"/>
    Thanks in advance!!

    Hi ,
    Thank you os much for reply . really appreciate.
    I want to create a Captcha component that will generate Captcha image in reponse. I do not want to generate image in file system. Just want to use Image Stream.
    I want achieve something like below in java servlet code :
    ServletOutputStream out = httpServletResponse.getOutputStream();
    ImageIO.write(bi, "jpg", out);
    Thanks

  • WDS Install Image missing HAL details

    I have a Win2008 R2 WDS server that has been up and running for quite some time. I have a Windows 7 x86 image that is hosted on that server.
    I recently updated the Win7 image, syspreped, and uploaded to my WDS server as a new (v2) image. In the past this has always been quite simple, but for some reason i cannot get the new v2 image to display at the WDS client image selection screen.
    The WDS server allowed me to add the new v2 image to my install image group, and says its online and working properly.
    The WDS Client will only display the old v1 image and not the newly updated v2 image.
    Both images were created on the SAME computer, x86, acpi multiprocessor. I am using the SAME computer to test/deploy the image.
    The source of the problem seems to be from the install image missing the HAL details
    If i use the WDS console and drill down to my old and new install images, right click and look at the properties this is what i get:
    v1 Image: HAL Type ACPIAPIC
    v2 Image: HAL Type (ITS F"N BLANK!!!!)
    I get the same results looking at the <HAL>  </HAL> parmeters using ImageX /info blah.wim
    SO, Why the HELL does WDS/Sysprep not recognize my HAL type of my new v2 image???? I have tried 3 different computers to generate/capture the install image and ALL are missing the HAL type.
    Anyone have a clue why the WDS/SYSPREP process does not identify the HAL type and leaves me with a blank string - and hence a useless image?
    I have previously tried this KB with no change:
    "An ACPI APIC UP HAL operating system image cannot be deployed if a Windows 7 boot image or a Windows Server 2008 R2 boot image is used in the deployment process
    http://support.microsoft.com/kb/980711"
    me

    I cant post that online. Its from a secure network. So this is hand typed...
    v1 Image that works:
    <WIM>
    <TOTALBYTES>3465086</TOTALBYTES>
    <IMAGE INDEX=1>
    <NAME> WINDOWS 7 V1 </NAME>
    <DESCRIPTION> THIS IS MY DESCRIPTION </DESCRIPTION>
    <WINDOWS>
    <ARCH>0</ARCH>
    <PRODUCTNAME> Microsoft Windows Operating System </PRODUCTNAME>
    <EDITIONID>PROFESSIONAL</EDITIONID>
    <INSTALLATIONTYPE>Client</INSTALLATIONTYPE>
    <HAL>acpiapic</HAL>
    <PRODUCTTYPE>WinNT</PRODUCTTYPE>
    <PRODUCTSUITE>Terminal server</PRODUCTSUITE>
    <LANGUAGES>
    <LANGUAGE>en-US</LANGUAGE>
    <DEFAULT>en-US</DEFAULT>
    </LANGUAGES>
    <VERSION>
    <MAJOR>6</MAJOR>
    <MINOR>1</MINOR>
    <BUILD>7601</BUILD>
    <SPBUILD>18229</SPBUILD>
    <SPLEVEL>0</SPLEVEL>
    </VERSION>
    <SYSTEMROOT>WINDOWS</SYSTEMROOT>
    </WINDOWS>
    v2 Image that does NOT work:
    <WIM>
    <TOTALBYTES>3510306</TOTALBYTES>
    <IMAGE INDEX=1>
    <NAME> WINDOWS 7 V2 </NAME>
    <DESCRIPTION> THIS IS MY DESCRIPTION </DESCRIPTION>
    <WINDOWS>
    <ARCH>0</ARCH>
    <PRODUCTNAME> Microsoft Windows Operating System </PRODUCTNAME>
    <EDITIONID>PROFESSIONAL</EDITIONID>
    <INSTALLATIONTYPE>Client</INSTALLATIONTYPE>
    <VERSION>
    <MAJOR>6</MAJOR>
    <MINOR>1</MINOR>
    <BUILD>7601</BUILD>
    <SPBUILD>18229</SPBUILD>
    <SPLEVEL>0</SPLEVEL>
    </VERSION>
    <SYSTEMROOT>WINDOWS</SYSTEMROOT>
    </WINDOWS>
    Notice that the v2 image is missing the following from the xml:
    <HAL>acpiapic</HAL>
    <PRODUCTTYPE>WinNT</PRODUCTTYPE>
    <PRODUCTSUITE>Terminal server</PRODUCTSUITE>
    <LANGUAGES>
    <LANGUAGE>en-US</LANGUAGE>
    <DEFAULT>en-US</DEFAULT>
    </LANGUAGES>
    Im lost as what to try next. Anyone have any ideas why my new v2 image is missing information from the .wim file?
    me

  • MacBook Pro Net Install Image

    Hi
    I am using OSX Server 10.4.6 and have successfully created a number of NetInstall images for various Power PC macs. I have just created an image of 10.4.6 on a MacBook Pro (Intel) (note both server and Intel Mac are fully up to date via Software Update). I have installed the image on the OS X Server and enabled it. The image appears in the list of images in Server Admin. However, its architecture is listed as PowerPC and I can't change it. Also, in the clients tab, my six PowerPC images are listed, but my Intel image is not. I have checked/repaired permissions on the image to no avail.
    Needless to say, now that I wish to do a Net Install onto another MacBook, the Net Install image is not visible in the MacBook's Start Up disk preference pane, and restarting with the N key held down is not effective.
    I'll set up the new MacBook manually, in the meantime, but I would like to know where I went wrong with the Intel Image (if necessary, I'll reimage the new machine and ditch the faulty image).
    Thanks in advance
    Dave Mitchell

    Hi
    I have answered my own question. The problem was creating the image with an old version of System Image Utility (10.4.4). I downloaded the latest version of this utility (10.4.6v255) from the server after updating it, and it worked fine.
    Regards
    Dave

Maybe you are looking for

  • Best practice for modelling rediects using the threat modelling tool

    I'm in the process of modelling systems using the threat modelling tool. There services in question do a lot of redirecting and handing off to one another on the client side, including things like ACS and identify providers. If Web App A redirects to

  • E Mailed Zip Files showing up as Password Protected

    I export photos to a folder, create zip file, and then e mail them as a regular part of my business. Sometimes these show up to the recipient as a "Password Protected" file. Any idea why???

  • How to i delete my free Creative Cloud account?

    I have a free Creative Cloud account associated to a work email address however I need to delete the account so that my company can add me (using my work email) to our quota of licences. Please can you advise? Thanks

  • Problem with creating site from another computer!

    Hi I have WebDB 2.2 and Oracle8i instaled on the same computer. I have a problem to create site from another computer. There is not any process when I try to create site. There is always 0%. But I have no problem with creating site on the origin comp

  • How to 'speed up' snapshot query refreshes

    Is there a way to force snapshot queries to refresh? Is it tied to a job in the automation service? Sometimes there are little fires where i need docs to update right away and 'it'll take 15 minutes' isn't received very well...