NetBoot Image with 10.4.3. won't do diskless mode

Hi all,
I have set up a NetBoot disk image containing 10.4.3. In NetBoot I have checked the diskless button, but every client that boots from this image seems to ignore the diskless setting, so I can't unmount the client's hard disk to perform an ASR on it.
What is really funny is that my old 10.3.8 image works in diskless mode, but I cannot start any recent Mac using it, of course.
Does anybody know whatis going on here?
Thanks,
Stephan

No, nothing special. I'm quite happy the net image app coming with Tiger works now - at least 98%. I had some troubles getting netboot working and in the end "messing arround" with the disk which contains the images did the trick.
I mean, all my settings belonging the server admin where allright, and after creating annother image and delteting an older one, unused one (I just didn't know what else to do) suddenly all worked perfect, and still does.

Similar Messages

  • Error creating a netboot image with System Image Utility

    Hi all !
    I am trying to create a NetBoot image from my Panther CD, to boot an old iBook.
    I am using System Image Utility version 10.4.11.
    I can create a NetInstall image, but when I create a NetBoot image SIU give me an error.
    I looked in the logs and I can see the error is generated by the script Applications/Server/System Image Utility.app/Contents/Resources/.preinstall
    This command is the culprit:
    /usr/sbin/installer -verbose -lang 'eng' -pkg '/Volumes/Mac OS X Install Disc 1/System/Installation/Packages/OSInstall.mpkg' -target /Library/NetBoot/NetBootSP0/PantBoot3.nbi/mnt -_multiDiscPath /tmp/siuInstallExtras
    The error is (as seen in the logs):
    This package requires authentication to install.
    If I take the command and run it in the terminal using sudo it goes thru, but gives another error:
    installer: Cannot install on volume /Library/NetBoot/NetBootSP0/PantBoot3.nbi/mnt because it is disabled.
    installer: Mac OS X cannot start up from this volume.
    Is this thing supposed to work ?? It seems to me SIU is buggy.
    Any help would be much appreciated.
    Regards
    Mike

    I'm not digging the new SIU at all yet. Maybe I'll get used to it in time. I couldn't get it to accept a Tiger 10.4.6 Install disc the other day to build a NetInstall. Don't know if I was doing something wrong or if it was instinctively rejecting it because I was doing something unsupported.
    I miss NetRestore. I think Mike wants use to use Automator... but I want NetRestore's automated Multicast ASR and Windows image restore. It would take a lot of work to match Mike's shrink-wrapped solution.
    Speaking of NetRestore, its creator Mike Bombich advises against use CCC for mass deployment. This may include what you're doing. It's really a backup tool, but unfortunately a lot of people got into the habit of using it for creating deployment images and these often have problems. It's the best tool for create images that you will deploy onto multiple Macs.

  • Not Enough Free Space on NetBoot Image Partition

    Since the NetBoot server isn't all that popular, I'm going to explain how it works a bit before I get into my problem.
    I assume everyone knows how it works on the client end. You choose an image and your Mac boots that image over the network. Quick, easy, painless. It's a cool system. So on the server/admin side…
    Every version of OS X Server comes with it's own System Imaging Utility. So lets say you want to make a netboot image with some utilities on it. So you take an external hard drive. Make two partitions on it. On one partition, you set it up to be the netboot image. So you install all of the utilities you want installed. You configure all of the preferences just the way you want them. Set your background image, etc, etc. On the other image, you just do a quick clean plain installation of your OS. And you also install your OS X Server Admin tools (or in case of 10.8, the Server app). So once your image-to-be is configured, you boot the second partition, and run the imaging utility. This utility will turn your volume into a netboot image. A netboot image is basically just a folder with some .plists in it, a read-only disk image of your initial volume, and a kernel or two (10.5).
    NetBoot images are read-only. So when you boot them, you can make as many changes as you want. But once you shut down, all changes are lost. Every time any mac boots a netboot image, it is booting the image exactly as it was when you made it. The changes you make are stored in shadow files on the server that you can periodically toss, since they are only used during the current active session. Once you reboot, the shadow files are useless.
    So here is the problem: When you make a netboot image from a real volume, the utility only leaves a small amount of free space on the volume. Even though the disk image is read only, the amount of free space matters because that's still all you get to use. In other words, if the .dmg file in the netboot image i just made only has 900 MB of free space in the volume, then that's all I get for free space on any machine I boot off that image. Even though the image is read only, and all of the "free space" is actually being stored as shadow files on the server, that limit is still applied. And 900 MB is not very much free space. So you can boot a utilities volume and if a program eats up a lot of ram, that virtual memory can eat up what little free HD space you have, and suddenly your netboot image is not very functional.
    Now being the clever fellow that I am, I came up with a solution to this problem last time around. I used the following command to resize the partition (and only the partition) of the .dmg file, inside the netboot image (netboot images are just folders).
    hdiutil resize -size 60g -partitiononly NetBoot.dmg
    This resized the volumes to 60 GB. But it was all blank space, so the .dmg file's size did not change. It would just mount as a read only volume with 40 GB of free space instead of a few hundred MB. This little trick worked very well. But it's not working any more. I can't figure out why. But every time I try to run this command on the .dmg file, I get an error very similar to the following:
    hdiutil: resize request 125829120 is above maximum size 18005952 allowed.
    hdiutil: resize: failed. Invalid argument (22)
    I get this error while running 10.8, 10.7, or 10.6. I get this error whether I'm trying to resize an image containing 10.8, 10.7, 10.6, 10.5, 10.4 or 10.3. I get this error whether I convert the image to a read/write image first, or even a spare image first. I get this error whether the original hard drive that volumes were on, is partitioned as APM or GUID.
    The "maximum size" listed in the error message is different for each image I try to resize. It's as if the tool is trying to fit the increase volume inside the existing free space of the image's volume. Which isn't what I'm trying to do at all.
    I've been using netboot images filled with utilities for years now. And overall it works very very well. I started back when the first macbooks came out with no firewire. I quickly realized I needed a better solution than booting my Mac into firewire mode to repair other Macs. And then when I got into it, I realized I could host images of all different OS versions. So now I can plug my MBP into a client's network, and boot any Mac they have off of a utility volume of any version of Mac OS X needed, all the way down to 10.3, all at the same time. And I also have NetInstall volumes too that let me install OS X for all these versions as well. The only real quirk I've had over the years, is this 'free' space issue. In the past (before the last time I updated my images, where I used the command above to resize the partitions and solve the problem), what I've done when I've ran into a HD pinch while working, is to immediately start deleting apps I don't think I'm going to need, right off the netbooted Mac. This frees up space on the netboot volume and the system is happy. And again it's all read only, so I'm not actually making changes to the image itself. One real half assed solution I thought of was to set up all of my netboot volumes as having a 1 GB file in their trash and not emptying it before creating a netboot image from the volume. Then when this problem came up and the OS was running out of disk space, I could just empty the trash. I'm quite sure this little trick would have worked, but it's so half-assed. I'd much rather just have more free space on the mounted disk images.

    But how did my command work so perfectly last time? Here's an image. On the left, the info window of the disk image inside my 10.7 Utilities netboot image. On the right, the info window for that disk image's mounted volume. The file is only 7 GB and the volume is a 30 GB volume with ~23 GB free. None of the free space of the volume is using up any actual disk space in the .dmg file. I did this once, there's got to be a way to reproduce this again?
    Here's the same thing with my 10.6 Utilities netboot image. Also in case I'm not being clear, these netboot images these screen shots are of, are from the last time I updated my netboot images ~11 months ago. These are not my current batch that I'm trying to finalize.

  • NetBoot Images not "seen" by MM / MBA when booting with ALT without any local bootable Volumes

    Hello Community!
    I ran into a very odd Problem trying to start Production and Service Mac Minis or Mac Book Airs from our NetBoot Server holding the ALT Key while the Startup Chime sounds. Image selection is working fine if a local Volume is present. When no local bootable Volume is available the Macs will (in 90% of the Cases) stop responding at the point where the Bootpicker should show all available NetBoot Volumes. The dropdown menu for choosing a Wireless Network is popping up but after that the spinning wheel next to it stops and the Mac wont recognize any input from mouse or keyboard.
    The EFI Startup environment is not totally stuck in these cases though, cause sometimes when you restart the NetBoot Service on the Server the NetBoot Volumes will popup on the clients screen.
    If you hold the clients "N" key instead to Start Up from the Servers Default NB Image it works like a charm. Also all the other Mac Models have no problem at all Netbooting using the Bootpicker.
    Among other things I already tried the following:
    - changing NBI index numbers
    - shortening Image names that are sent out by the Server at the BSDP ACK[LIST] step to reduce the packet size
    - deactivating all Netboot Images but one
    - setting up a second netboot Server and transferring half of the Images to it
    the Netboot Log shows that the following client - server communication is repeated over an over:
    Oct 10 16:58:47 macimgsrv.intern bootpd[20296]: DHCP INFORM [en0]: 1,10:dd:b1:ea:d1:e5
    Oct 10 16:58:47 macimgsrv.intern bootpd[20296]: ACK sent <no hostname> 192.168.2.112 pktsize 300
    Oct 10 16:58:48 macimgsrv.intern bootpd[20296]: BSDP INFORM [en0] 1,10:dd:b1:ea:d1:e5 NetBoot1271 arch=i386 sysid=Macmini6,1
    Oct 10 16:58:48 macimgsrv.intern bootpd[20296]: NetBoot: [1,10:dd:b1:ea:d1:e5] BSDP ACK[LIST] sent 192.168.2.112 pktsize 364
    Oct 10 16:58:48 macimgsrv.intern bootpd[20296]: DHCP INFORM [en0]: 1,10:dd:b1:ea:d1:e5
    Oct 10 16:58:48 macimgsrv.intern bootpd[20296]: ACK sent <no hostname> 192.168.2.112 pktsize 300
    Oct 10 16:58:53 macimgsrv.intern bootpd[20296]: BSDP INFORM [en0] 1,10:dd:b1:ea:d1:e5 NetBoot1271 arch=i386 sysid=Macmini6,1
    Oct 10 16:58:53 macimgsrv.intern bootpd[20296]: NetBoot: [1,10:dd:b1:ea:d1:e5] BSDP ACK[LIST] sent 192.168.2.112 pktsize 364
    As a next step I thought of transfering DNS, DHCP and NAT Services to another Machine, although i dont know if that will help.
    If you had the same problem or know anything that might help to solve it, i would be very happy if u share your knowledge with me
    as i am starting to get insane on this one
    thank you in advance,
    Colin Andrew

    Hello Community!
    I ran into a very odd Problem trying to start Production and Service Mac Minis or Mac Book Airs from our NetBoot Server holding the ALT Key while the Startup Chime sounds. Image selection is working fine if a local Volume is present. When no local bootable Volume is available the Macs will (in 90% of the Cases) stop responding at the point where the Bootpicker should show all available NetBoot Volumes. The dropdown menu for choosing a Wireless Network is popping up but after that the spinning wheel next to it stops and the Mac wont recognize any input from mouse or keyboard.
    The EFI Startup environment is not totally stuck in these cases though, cause sometimes when you restart the NetBoot Service on the Server the NetBoot Volumes will popup on the clients screen.
    If you hold the clients "N" key instead to Start Up from the Servers Default NB Image it works like a charm. Also all the other Mac Models have no problem at all Netbooting using the Bootpicker.
    Among other things I already tried the following:
    - changing NBI index numbers
    - shortening Image names that are sent out by the Server at the BSDP ACK[LIST] step to reduce the packet size
    - deactivating all Netboot Images but one
    - setting up a second netboot Server and transferring half of the Images to it
    the Netboot Log shows that the following client - server communication is repeated over an over:
    Oct 10 16:58:47 macimgsrv.intern bootpd[20296]: DHCP INFORM [en0]: 1,10:dd:b1:ea:d1:e5
    Oct 10 16:58:47 macimgsrv.intern bootpd[20296]: ACK sent <no hostname> 192.168.2.112 pktsize 300
    Oct 10 16:58:48 macimgsrv.intern bootpd[20296]: BSDP INFORM [en0] 1,10:dd:b1:ea:d1:e5 NetBoot1271 arch=i386 sysid=Macmini6,1
    Oct 10 16:58:48 macimgsrv.intern bootpd[20296]: NetBoot: [1,10:dd:b1:ea:d1:e5] BSDP ACK[LIST] sent 192.168.2.112 pktsize 364
    Oct 10 16:58:48 macimgsrv.intern bootpd[20296]: DHCP INFORM [en0]: 1,10:dd:b1:ea:d1:e5
    Oct 10 16:58:48 macimgsrv.intern bootpd[20296]: ACK sent <no hostname> 192.168.2.112 pktsize 300
    Oct 10 16:58:53 macimgsrv.intern bootpd[20296]: BSDP INFORM [en0] 1,10:dd:b1:ea:d1:e5 NetBoot1271 arch=i386 sysid=Macmini6,1
    Oct 10 16:58:53 macimgsrv.intern bootpd[20296]: NetBoot: [1,10:dd:b1:ea:d1:e5] BSDP ACK[LIST] sent 192.168.2.112 pktsize 364
    As a next step I thought of transfering DNS, DHCP and NAT Services to another Machine, although i dont know if that will help.
    If you had the same problem or know anything that might help to solve it, i would be very happy if u share your knowledge with me
    as i am starting to get insane on this one
    thank you in advance,
    Colin Andrew

  • Image with foreign characters in name won't display

    I have an image on my drive whose name has foreign characters ("c�pia de frente.jpg"). To display the image my JSP reads the image name from the database and generates the following html:
    <img src="../pictures/c�pia de frente.jpg">The page then displays a broken image icon for this image. Images in the same list which do not have foreign chars get displayed accurately. When I choose "show image.." in my browser I see that the image name has been rewritten into the following: c%C3%B3pia%20de%20frente.jpg. The rewriting that will display the image is instead c%F3pia%20de%20frente.jpg. I found the correct rewriting on another of my JSP where the image with the foreign chars actually gets displayed correctly although the code to generate the html is the same on both pages and looks something like this (simplified):
    <logic:iterate id="listelement" name="list" property="rows" scope="request" type="org.apache.commons.beanutils.DynaBean">
    <%         
    out.write("<img src=\"../pictures/"+listelement.get("name").toString()+"\">");
                             %>  <br>                     
                            </logic:iterate> Every image that doesn't have foreign chars in its name gets displayed accurately but images with foreign chars in their names won't display. What am I doing wrong?
    Thanks
    Niklas

    Thanks, but it doesn't seem necessary to replace foreign characters. It works without replacing in one place but not in another which is confusing. I think it is something with the enconding but can't see what the difference is between the working and non-working code. In both pages I have put <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">I'd greatly appreciate any more suggestions to solve this problem.

  • Photoshop won't open Raw images with my new Camera Canon 6D help! I use Photoshop CS5 extended version.

    Hello,
    I got a new camera and Photoshop and Lightroom won't open Raw images with my new Camera Canon 6D help! I use Photoshop CS5 extended version. and Lightroom 3

    Good news and bad news:
    The bad news is that you need CS6 or higher to open 6D RAWs. (The 6D didn't get support until Camera Raw 7.3; 7.0 premiered in CS6.) You can choose to upgrade (I'd recommend skipping CS6 and go straight for CC 2014 for $10/month) *OR*...
    ...the good news is that the DNG Converter can help you convert your RAWs into DNGs for use in CS5 and Lightroom 3.

  • OS X 10.10.2 Server. Having problems with Netboot Image

    Hey there guys, it's the first time i'm having to deal with an OS X server.
    I've made a Mac Mini into a server, and would like to use it as an Imaging Server for our Company's laptops, which are MB pro's.
    I've checked that i've updated the OS on the Mac Mini and the MacBook Pro that i took the image from to the latestth
    soo... I made the image from the laptop, got it on the Server and it's in the Library/Netboot/NetbootSP0 folder.
    The Server app picks it up, and it's set so that you can install the image on other laptops via Ethernet.
    I'm using an apple Ethernet to thunderbolt adapter for the MacBooks
    At first i thought i've messed up something with the NetBoot image, so I had to Create another one.
    First one got Recognised by the laptops when i try to Boot while pressing [Alt+N], but when it booted that way, nothing happened - it just went to the "Select language screen" that you get when turning it on for the first time.
    The second image wouldn't be recognised at all and same thing happens.
    I can give you any additional info if required, just ask me.
    Thanks

    Without any more detail it looks like you've misconfigured something somewhere? Either the workstation you've used to build the image has somehow not 'taken' properly (don't ask me to explain as it can happen sometimes for no discernible reason) or deploy studio and/or your server (amounts to the same thing) have not been configured properly and/or the network in terms of what the clients use for DNS has not been thought through properly?
    It may be none of the above but they are good places to start the debug process.
    What we need is what you're basing your private network around in terms of DNS; e.g.: server's fully qualified domain name, does it resolve on both pointers, can your clients resolve it on both pointers, have you configured deply studio's depository correctly and so-on.
    You don't need to use alt N. Either use the N key or just use the alt key to select the Boot Disk Manager. If you've valid nbis they'll show up there. DeployStudio's netboot set is just a simple, minimal, network-based bootloader. It's typically not very large. Anywhere from 2-5GB. If your nbis are larger then you've not created what you think you've created.
    Hopefully some of the questions I'm asking will start you looking in the right places?

  • Mavericks NetBoot Image won't boot (access denied symbol)?

    I'm starting the process of creating some new NetBoot Images to support Mavericks and I'm having boot issues that I've never come across before (I've been building NetBoot images for years using using OS X 10.4–10.8). I always make sure to use the latest OS version available at the time to support our latest hardware (mainly iMacs and Mac minis).
    Right now, I'm using a Mac mini (Late 2012) running OS X 19.9.3 (13D65) to build a Mavericks-based "Tool Kit" NetBoot Image (for drive recovery tasks, drive repairs, etc.). Using the same process I've always followed, I've installed/configured the Mavericks "Tool Kit" system (also OS X 19.9.3, build 13D65) itself on an external FireWire drive attached to the Mac mini, then run System Image Utility (10.9.3, build 677) from the Mac mini (internal drive) to then create the NetBoot Image (using the system on the external FireWire drive as the source).
    Everything proceeds as normal, but when I load the image onto my NetBoot Server (OS X Snow Leopard Server, dedicated to NetBoot), client machines fail to boot off the image (they attempt the NetBoot, but get the "Access Denied" flashing symbol. Normally, I'd get this when trying to boot a system pre-installed with a newer version of the OS than exists in the NetBoot Image (or, when the hardware requires a hardware-specific OS version, which isn't what the NetBoot Image is running), but that's not the case here (as I'm able to successfully boot these same machines using my 10.8 "Tool Kit" NetBoot Image).
    As well, I'm able to boot these machines from the Mavericks "Tool Kit" system via the FireWire drive directly. So, hardware is "capable" of booting the system I've built, but not when attempting to boot via my NetBoot Server.
    So, I'm wondering if anything has changed with Mavericks that would result in Mavericks-based NetBoot Images not being able to boot from images served from Snow Leopard Server? Honestly, I don't think this is the case though, because I'm able to serve DeployStudio-created Mavericks-based NetBoot images (served from the NetBoot Service running on this Snow Leopard Server box) to these same machines, without issue. The the DeployStudio created image was built using the same "Tool Kit" system as a base for the image creation. So, it really doesn't seem like an issue with Snow Leopard Server nor the Mavericks base-system I've built to create the images—it seems like it's an issue with the images created via System Image Utility.
    Anyway, I'll continue my trouble-shooting, but if anyone has any advice, it'd be greatly appreciated!
    Thanks,
    Kristin.

    In this discussion it is said that 10.9.x does not NetBoot on certain models due to a microcode issue.
    https://jamfnation.jamfsoftware.com/discussion.html?id=9836

  • Bridge CS4 won't output to pdf multiple images with same filename

    Hiya...my googling efforts have thus far failed!
    I've got CS4, and in Bridge, I created a New Smart Collection to find all filenames in a folder containing "." or ".jpg" - which in turn searched through all the subfolders like what you used to be able to do in Photoshop CS3.  Very simple stuff, but all the images are jpg's, but in multiple folders (I don't want to move them out of the folders, as the files came from an external source, and there are heaps of folders, and I don't want to pdf each subfolder seperately as it will take forever).
    The problem is that some of the files have the same filenames (again I'd prefer not to rename, as it happens a lot on this project, and they are all over the place).  So whilst Bridge will show the thumbnail images correctly in the content tabbed screen in my New Smart Collection, but once I've done the Output to PDF thing, for example, instead of showing both different images it has pdf only the first image but repeated it twice.  And this happens multiple times throughout the pdf, the more times the same filename is used, the more times the first image gets repeated.
    I know that it is messy to have multiple similar filenames, but why can't bridge just place the image anyway?  It allocated a space for it on the pdf and does show it in bridge, it just doesn't seem to survive the transfer to pdf well.
    The only other thing that I have done is use the below link (which was posted on another adobe forum thread) to create a custom pdf output template (nothing too fancy, just number of rows / columns, size, font etc).  But I've tried using the standard bridge templates and it does the same thing.
    http://www.proficiografik.com/2009/08/03/save-custom-pdf-output-template-in-adobe-bridge-c s4.html
    Any help would be appreciated...even if to tell me that I am being unreasonable!
    UPDATE 16/11/09
    Just to let you know that I seem to have resolved the bug inadvertently with one of the Adobe updates. The below is the link for the AdobeOutputModule-2.1-mul-AdobeUpdate.zip which was released on 2/19/2009 - which allows for headers & footers to be placed in the Ouput pdf. I finally installed it today, and everything seems to be working fine now (i.e. I can pdf multiple images with the same filenames and the pdf will actually show each different image rather than repeating only 1 of the images).
    Must have been a fix installed in the contact sheet templates that get installed with the update - not sure why the original version was corrupted, but I've left that with the Adobe guys (I submitted a bug report - and they were able to replicate the problem but hadn't fixed it as yet).
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=4228
    Message was edited by: djtun71 (16/11/09)

    When I click import from disc I am asked to choose a disc and then I get this message:
    The following photos will not be imported because they are already present in the catalog. To see these photos in the catalog select 'Show in Library' (the import will be canceled).
    This is followed by a long list of images. If I click 'Show in Library' I can see all the images with the same filename. And then they start to automatically write over those images with images from the disc. However they keep the same metadata and keywords from the previous images. If I click on Import and deselect the "don't reimport suspected duplicates" box, it imports only the images that don't share filenames and none of the images that do.
    Is there a way of setting the "Don't reimport suspected duplicates" box in preferences?

  • Layered image with blending mode won't display properly in Indesign CS3

    Hello,
    I'm having trouble placing a layered psd and/or tiff with blending modes into my indesign cs3 document. Basically I have a flattened image with a shadow on a white background. I've had to doctor the image a bit in photoshop and I've used the multiply blending mode to remove the white background. (I'm trying to get around having to clip the image and having to recreate the shadow). Anyone know how I can drop my layered image into indesign and have it keep the blending modes I've applied in photoshop?
    Any help would be much appreciated.

    I'll try and do my best to describe what it is I'm doing.
    I've started out with a “flat” image of a product on a white background with a shadow on it. I need to make the background transparent and so that all I’m left with is the product with the shadow on a transparent background.I want to be able to place this image over another image in indesign and have the background remain transparent.
    On the first layer I have a clipped out version of the product with no background (All by itself with no background or shadow). On the second layer I have the original “flat” image with the shadow and white background. On this layer I’ve used the multiply blending mode to remove the white background.
    Now that I have the product on one layer by itself and the product and shadow on layer two with the multiply blending mode I have an image of the product with a shadow with no background. When I place this into indesign, my image shows up with the white background as if the multiply blending mode isn’t applied.
    I’ve tried this on other images. It doesn’t appear that it lets you bring an image over with that blending mode. It's like I'd have to bring over a clipped image and then place that on top of my original image with a blending mode placed on it "in" Indesign.
    Hope that make sense?

  • 10.6.7 netboot image won't unmount internal hdd in disk utility

    I recently upgraded my snow leopard server from 10.6.6 to 10.6.7 in order to use the latest SIU to create some diagnostic images for the new MBP Early 2011.  I can create the images just fine and can netboot the early 2011 MBP to the images, but when i try and use disk utility to repair the internal hard drive it says that it can't unmount the drive.  Disk utility can unmount all external drives and repair them but not the internal drives.
    My source machine is the early 2011 MBP and I placed the 10.6.7 OS on the internal hard drive.  Once I made all the adjustments to my source machine, I put the source machine in target disk mode and connected it to my mac mini server via firewire 800.  I used the default options for creating a netboot image in SUI.  The image is created every time I try this but I can't get disk utility to unmount the internal hard drive for diagnostics.  Any ideas?
    Thanks,

    Not sure if you've tried it on more than one client...
    I've seen this occur when the HD on the client was corrupted. I had to boot from an install CD/DVD and use DU to erase the HD. Once I did that, the netinstall ran just fine.

  • System Image Utility 10.6.3 - fails when creating NetBoot image from DVD

    System Image Utility 10.6.3, trying to create a NetBoot image from a bundled installer disc that came with a 27" Late 2009 iMac (iMac11,1). Image creation fails consistently, since the image that System Image Utility creates is only 901M.
    Anyone see this before?
    Don
    --------- System Image Utility log ----------
    Workflow Started (2010-06-16 14:03:02 -0700)
    Starting action: Define Image Source
    Finished running action: Define Image Source
    Starting action: Create Image
    Starting image creation process...
    Create NetBoot Image
    Initiating NetBoot from Install Media.
    Creating working path at /Library/NetBoot/NetBootSP0/NetBoot of Mac OS X Install DVD
    Creating disk image (Size: 901 MB)
    Finalizing disk image.
    created: /Library/NetBoot/NetBootSP0/NetBoot of Mac OS X Install DVD/NetBoot.dmg
    Attaching disk image
    Installing to destination volume
    2010-06-16 14:03:38.126 installer[2365:6f03] Looking for system packages
    2010-06-16 14:03:38.129 installer[2365:6f03] no system packages found
    2010-06-16 14:03:38.130 installer[2365:6f03] No or Invalid system receipts found on /private/tmp/mnt.LjFArn
    2010-06-16 14:03:38.130 installer[2365:6f03] Attempting fallback using: /System/Library/PrivateFrameworks/SystemMigration.framework/Resources/FallbackS ystemFiles.plist
    2010-06-16 14:03:38.175 installer[2365:6f03] Finding system files...
    2010-06-16 14:03:38.619 installer[2365:6f03] Writing system path cache.
    2010-06-16 14:03:38.623 installer[2365:6f03] Error writing cache to /private/tmp/mnt.LjFArn/Library/Caches/com.apple.FindSystemFiles.plist
    2010-06-16 14:03:38.625 installer[2365:6f03] Failed to enumerate /tmp/mnt.LjFArn/Library/Caches, cannot prune (
    "com.apple.userpictureCache"
    installer: Package name is Mac OS X
    installer: Installing at base path /private/tmp/mnt.LjFArn
    installer: The install failed (There is not enough space on this disk to install the selected items. Deselect at least 6.46 GB and try again.)
    Script is done.
    NetBoot creation failed.
    Image creation process finished...
    Stopping image creation.
    Image creation failed.

    Brian Nesse wrote:
    Hi Don, here's my guess...
    The 901 number is additional space added in the scripts. This indicates that the source image size was 0.
    Since you are making a NetBoot from Install media, under the covers the installer process is being run to create a NetBoot volume. The media shipped with the 27" iMac is most likely CPU specific and thus the installation fails because you are trying to create the image (i.e. install the system) on an unsupported CPU.
    In order to produce a NetBoot from the install media, you'll have to create it on the 27" iMac.
    Hi Brian,
    Thanks for the response. This makes perfect sense. I'll give this a try and shout back!
    Thanks,
    Don

  • I've been editing images with ease for a long time but now the changes are not being saved.

    I've been editing images with ease for a long time but now the changes are not being saved.
    Also, it is not liking me adding a large ammount of images in one go?

    Remember: we cannot see your machine. There are 9 different versions of iPhoto and they run on 8 different versions of the Operating System. The tricks and tips for dealing with issues vary depending on the version of iPhoto and the version of the OS.  So to get help you need to give as much information as you can. Basic things like :
    - What version of iPhoto.
    - What version of the Operating System.
    - Details. As full a description of the problem as you can. For instance: 'iPhoto won't export' is best explained by describing how you are trying to export, and so on.
    - History: Is this going on long? Has anything been installed or deleted?
    - Are there error messages?
    - What steps have you tried already to solve the issue.
    - Anything unusual about your set up? Or how you use iPhoto?
    Anything else you can think of that might help someone understand the problem you have.

  • NetBoot images are not showing up in the Startup Disk window

    I have created a few Netboot images, enabled them and placed them in the correct place.
    They don't show up in the Startup Disk window.
    I have noticed that bootparamd is not running, and that after a while also bootpd disappeared.
    Strange, no?
    (I started them back up and it didn't make a difference.)
    Message was edited by: marc herman

    It looks like the NFS exports has separate entries for both:
    /Volumes/xxxxx
    /Volumes/xxxxx/Library/NetBoot/NetBootSP0
    and that's not allowed. You can't separately export a directory and one of its subdirectories on the same file system.
    It sounds like maybe the Server Admin tools are confused. If you don't really need /Volumes/xxxxx exported, then I think just deleting that share should fix things up.
    If you can't get the tools to straighten things out, you could override all the NFS exports with your own defined in /etc/exports. There's an exports(5) man page that describes the format and creating an /etc/exports file will override anything in NetInfo (10.4 and earlier).
    If you want to export both directories, they just need to be listed in the same exports entry, like:
    /Volumes/xxxxx /Volumes/xxxxx/Library/NetBoot/NetBootSP0
    This causes the "/Volumes/xxxxx" file system to be exported and allows only the directories "/Volumes/xxxxx" and "/Volumes/xxxxx/Library/NetBoot/NetBootSP0" to be mounted.
    HTH
    --macko

  • NetBoot Images Not Recognized by Server

    I can use SIU to create NetBoot images from my install package just fine.   They end up in the Library/NetBoot/NetbootSP0 directory.   But the Server NetInstall images pane tells me that "No images available" regardless of where I place them.  The client sharepoints are available in the File Share service. I've followed the instructions from multiple sources (the all say essentially the same thing) to no avail.
    Now I'm just stuck.  This should be working, but I can't figure out what I'm missing.

    I'm not sure if I am answering the correct question or not...
    And my experience was on 10.6.8 server, with NetRestore rather than NetBoot.  Nevertheless I'll mention what I found in case it is helpful as they are very nearly the same process.
    I had awful problems in the past getting the whole process to work, it seems that it matters which machine you use to do the imaging.  What I found worked was to:
    - clone the disc you want to image onto a USB disc.  I can't remember what I used to do this, would have been either ditto or SuperDuper!  (I found in the past that CarbonCopy Cloner worked less well)
    - plug the USB disc into the server and run Disk Image Utility on the server
    For me this was the "Eureka" moment that made the whole thing suddenly work.
    Also I should mention that I found that it matters which network switch you use.  A TPLink switch didn't pass something that was needed for the NetRestore process to work, whereas an HP Procurve switch worked fine.
    HTH

Maybe you are looking for

  • Posting payroll results to FI : error F5 808

    Hi all, While posting payroll results to FI, we have the following error F5 808 Field Assign. is a required field for G/L account XXXX 1111111111 XXXX is the company code 1111111111 is the account number The field "Assignement" is set to required in

  • Database Session hangs around for 20 minutes after logout

    We used HTML DB 1.6.0.00.87 to create a custom data warehouse reporting application. For some reason once you log out of HMTL_DB, the database session does not go away until 20 minutes later. I have tested it several times and it is consistent at 20

  • RSS Portlet

    Hi, I am currently using Weblogic 7.0. Does weblogic provide a RSS portlet for Content Syndication on the web. The "WorldNews" porltet available with SamplePortal of Bea Weblogic. throws an error on accessing that particular page(on which the World N

  • 2.0 View PowerPoint, Not Keynote?

    Why is Apple going to allow PowerPoint, Word and Excel viewing, but no mention of Keynote, Pages or Numbers? Have Mac users become the red-headed step-child? http://www.apple.com/pr/library/2008/03/06iphone.html "In addition to these new iPhone netwo

  • InDesign CS3 - textbox format issue

    Using ID CS3 on Windows XP Pro. Hopefully a basic one for someone out there, but has been bugging me all day. I created a text frame on the pasteboard (outside of my page) with 6pt font and 7pt leading. All good. But when i drag the text box onto my