Booting IOS Image from PCMCIA flash on Catalyst 6500 in Native Mode

I have a couple 6500 switches (Sup 720/MSFC 3) to upgrade. They are currently running IP Base, but I'd like to run Advanced Enterprise in order to use the full Firewall features.
Since the images are over 70 MB, I will need to boot from the PCMCIA flash cards (disk0 and disk1). The problem is, when trying to boot from those devices, I get "bad magic number" (wasn't able to capure the exact output, sorry). I tried "boot disk0:" and "boot bootflash:" with the same problems. Finally, did a "boot sup-bootflash:" and it loaded my old image. It appeared as if the bootstrap wasn't recognizing any filesystem other than sup-bootflash.
In know in Mixed mode, you must first boot a small boot image for the MSFC, then IOS, i.e.:
boot bootldr bootflash:
boot system flash disk0:
How should the boot from disk0 be handled in Native IOS?

Hello,
In native IOS you just need to specify the boot system.
boot system flash disk0:blahblahblah.SX4.bin
Patrick Laidlaw

Similar Messages

  • Boot camp install from USB Flash Drive

    Hi Folks,
    I recently purchased a new Macbook Air. It has 10.8.3.
    I used the Boot Camp Assistant to set up the computer for Boot Camp. It went through all the steps: First, it formatted my USB Flash Drive. Next, it copied Windows installer crap from the my ISO to the USB Drive. Next, it downloaded the Apple Drivers and put them on the USB drive. Next, it restarted in order to boot from the USB drive.
    This is where I hit a wall. The computer will not bpt from the Flash Drive. It is as if the control panel has set the startup disk to "BOOTCAMP" instead of the flash drive. So when the computer restarts, it just says "No bootable device - insert boot disk and press any key."
    How can I get it to boot from the flash drive?
    Thanks In Advance
    Andy
    Corrected the error message to exact phrase.

    Hmmm... interesting... My sites I found suggested otherwise. I tried three diferent brands of jump drives and none of them actually booted the Macbook Air. The Boot Camp Assistant used them all just fine, but booting was the issue. Glad you got it to work. Would you mind posting what brand you used so other reading this thread in the future could learn?
    Also, were you just using the BCA or, did you do some other process to make it bootable first? Since the BCA formats the drive, I would think any process done ahead of time would be thwarted (as mine were).
    Thanks!

  • T400s Linux/Windows dual boot with Linux from Esata Flash Drive

    This project is about a dual boot Windows/Linux system without using the normal dual boot changes in the bootloader of the windows hard drive. When I started this I found bits and pieces of information on the web but no complete description so I wrote this post.
    I have done a dual boot system on my previous Thinkpad where I had partitioned the hard drive between Linux and windows. For this project I wanted to leave the windows hard drive absolutely intact and unaltered, and boot Linux from a flash drive in the esata port on the back of the T400s. Obviously this uses the F12 boot list function key to boot from the flash. The advantage of this is that Windows is totally unaltered and when I need Linux, I plug in the esata flash drive, hit F12 during the boot cycle and select booting from the esata flash drive. The reason for Esata rather than USB is simply speed. I have a nice fast Linux installation.
    I used the OCZ esata flash drive but suspect any of the alternatives will work. It did not need the accessory usb cable because the Thinkpad powered the esata flash directly.
    To boot from the esata drive I had to make the following changes in the bios
        I left the esata flash plugged in as I went into the bios
        Bios>config>Serial ATA and changed the Sata controller mode option to compatibility
        Restart and back into the Bios
        Bios>startup>boot - in my case the esata flash drive showed up as ATA HDD2 and was excluded from the boot order so I had to un-exclude it and move it to the point in the boot order that I wanted.
    Next I downloaded a linux installation iso and put it on a CD - in my case opensuse. Then booted from the CD
    From now on this instructions are specific to opensuse and yast but can be generalized to whatever Linux is being used.
    In my case yast came up with a good set of suggestions for automatically partitioning the flash drive but then crashed during the partitioning itself. So I rebooted and specified the partitions manually.
        A fat32 partition left as a partition which both windows and Linux could see (in my case about 20% of the drive) (/dev/sdb1)
        An extended partition with the remainder of the drive (/dev/sdb2) which contains the following logical partitions
        A linux Swap partition of 2GB (/dev/sdb5)
        A linux /home partition –the remainder of the drive (/dev/sdb6)
        A linux /root partition of 8GB (/dev/sdb7)
    Yast automatically suggested mount points of C,D,E for the windows partitions. Unfortunately because of the way the Thinkpad hard drive was laid out Yast had C assigned the ThinkPad Service partition and D assigned to the SW_Preload (or main windows partition). However there was an edit function that allows for the reversal of those mount points so that the windows C drive is mounted in Linux as Windows/C thereby avoiding confusion. I had already backed up and removed the Thinkpad factory install data so I did not have to deal with that. Yast suggested Windows/E for the mount point of the FAT32 partition on the flash drive, which I accepted.
    The yast install configurator made all this manual selection easy, and after the manual configuration the partitioning worked perfectly.
    Next step was Linux user configuration which went fine
    Next was booting.
    In the section management tab
        delete the windows 1 and 2 options (since we are not dual booting directly)
    In the boot loader installation tab
        uncheck boot from mbr ( this stops the install from installing Grub and dual boot on the windows c drive
        check boot from root partition (this installs grub and all associated files in the Linux root partition (/dev/sdb6)
    I believe that the correct procedure at this point is to click Boot Loader installation details which will bring up the Grub device map. In the device map there will be a line for the fixed hard drive (aka the windows drive) and a line for the esata flash drive. When the installer started up these were in hard drive and esata drive order. However when we boot directly from the flash the esata drive will be grub drive hd0 and the fixed hard drive will be grub hd1. The device map order needs to be changed to reflect this ie the esata drive should be first not second.
    I did not do this and ended up initially doing Grub command line editing to boot and later manually editing the grub files using information I had previously learned the hard way and through google.
    At this point let the installer go ahead and install Linux. After doing this it should come back and tell you to reboot. Do not do it yet because we need to install the MBR into the flash drive.
    I suspect that there is a way of doing this in Yast running from the Live CD but it was not obvious to me so I used the manual method that I have used before.
    Open a root terminal
    Mount /dev/sdb6 to /mnt/sdb6 (my linux root)
    Touch /mnt/sdb6/boot/grub/flag
    The purpose of this is when we go looking later at the grub command prompt we need an easy to find unique file
    Start grub and do the following
    #grub
                grub> find /boot/grub/flag
                    (hd1,5)    -- the result of the find in my example
                grub> root (hd1,5)   -- using the result of the find in my example
                grub> setup (hd1)   -- install mbr -- my example parameters - if you get this wrong you will trash some other drive!!!
                      hopefully grub announces success
                grub> quit
    Reboot and select the flash drive. In my case I still had the grub devicemap wrong and had to edit the grub commands during boot to tell grub how to find the correct partition and then edit them again after booting
    Typical linux install issues that we all always seem to have and can be solved with a little (or a lot of) google research.
    As I said at the beginning I now have an untouched windows installation and a nice fast Linux installation. I hope that this will be of some use to someone.

    Hi chrissh
    i tried this exact procedure... on the exact same notebook (T400s). However, as soon as I set the 
        Bios>config>Serial ATA to "compatibility", I cannot use my default Windows installation! I immediately get the "blue screen of death".
    I doubt I did anything differently since this is the first step of your procedure and my laptop is brand new!
    any idea? 

  • Saving images from a flash website?

    I need the user to be able to SAVE images which is in the image gallery of my flash website?
    Is it possible to make the SaveAs box pop when clicked on each image?

    you want to enable the user to download an image file from your server?  if yes, use the filereference class.  if no, what is it that you want?

  • Booting Arch Linux from usb flash [SOLVED]

    I have instaled Arch Linux on usb flash (filesystem is ext2) I have regenerated initrd (mkinitcpio -p) with usb hook (HOOKS="base udev usb ide scsi sata filesystems"), but Arch Linux stop booting with error:  unable mount dev/disk/by-uuid/my-uuid After  pressing Control-D  in recovery shell  Caps Lock and Scroll Lock leds blink on my keyboard
    I have tried booting  from label (dev/disk/by-label/my-label) I have got same error
    Please help me
    PS Please forgive me for my English
    Last edited by vav (2011-02-13 12:42:59)

    GRUB is installed on the usb flash drive
    menu.lst:
    # Config file for GRUB - The GNU GRand Unified Bootloader
    # /boot/grub/menu.lst
    # DEVICE NAME CONVERSIONS
    # Linux Grub
    # /dev/fd0 (fd0)
    # /dev/sda (hd0)
    # /dev/sdb2 (hd1,1)
    # /dev/sda3 (hd0,2)
    # FRAMEBUFFER RESOLUTION SETTINGS
    # +-------------------------------------------------+
    # | 640x480 800x600 1024x768 1280x1024
    # ----+--------------------------------------------
    # 256 | 0x301=769 0x303=771 0x305=773 0x307=775
    # 32K | 0x310=784 0x313=787 0x316=790 0x319=793
    # 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
    # 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
    # +-------------------------------------------------+
    # for more details and different resolutions see
    # http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution
    # general configuration:
    timeout 5
    default 0
    color light-blue/black light-cyan/blue
    # boot sections follow
    # each is implicitly numbered from 0 in the order of appearance below
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    # (0) Arch Linux
    title Arch Linux
    root (hd2,0)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/1e3753e6-01f4-4153-a36a-07a81c552ee0 ro
    initrd /boot/kernel26.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd2,0)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/1e3753e6-01f4-4153-a36a-07a81c552ee0 ro
    initrd /boot/kernel26-fallback.img
    # (2) Windows
    #title Windows
    #rootnoverify (hd0,0)
    #makeactive
    #chainloader +1
    Last edited by vav (2011-02-13 08:06:27)

  • Boot Installation media from USB flash/Pen Drive?

    Hi there,
    The hardrive on my X60 died. Died so badly that even Resue and Recovery wouldn't start yet alone Windows (even in safe mode).
    I have a new hard drive and installation media en route from Lenovo (laptop was under warranty)
    The problem is that the installation media is on CD/DVD and my laptop does not have an optical drive.
    So my questions are:
    1. Can the installation media be installed from a USB Pen/Flash drive? (the BIOS does support USB booting)
    2. Does anyone have experience of this or instructions?
    On a side note I find it slightly irritating that even under warranty Lenovo won't supply me software/hardware that will return my laptop to its original state without the user, me, potentially having to buy an external optical drive. The warranty support chap said "you'll just need to buy an external USB optical drive" - *sighs*
    Cheers
    Lawrence

    Tnx 4 ur reply RX-8.
    I bought the lappie used. It had BIOS ver. 103 when I bought it, so I upgraded to ver. 111 and it kept on booting from pen drives just fine.
    A few days after I bought it, the internal HDD failed with S.M.A.R.T. ID 5, something about reallocated sectors count. I got an exact replacement for the dead HDD. When I installed it, I unplugged the lappie's battery, then plugged the battery back in before I buttoned it all up. I think THAT was the start of my USB flash pen drive boot problem.
    The new HDD is fine. It passes the HGST Drive Fitness Test with long SMART test, which takes between 2 and 3 hours.
    I tried the EC update. Inside the zip file was a TXT file with a link to an MSI page that has a PDF file on how to do the EC update. I had that PDF open on another machine when I did the EC update so I could follow the instructions exactly.
    After an F9 on the UEFI screen to restore defaults and an F10 to save the UEFI config, I rebooted and everything seemed OK. I then used a pin to force a reset. For the second time, I unplugged the lappie and waited a few minutes for the EC memory to clear.
    I still have the same problem. I can't boot from a USB flash pen drive.
    I'm enclosing shots of my USB config with XHCI enabled and disabled. I tried to boot from a pen drive with both XHCI settings. No joy. Will I ever be able to boot from a USB flash pen drive again?
    I should also mention that I have a portable HDD with a USB 3 interface that boots just fine on other machines but won't boot on the GS60 Ghost. The LED on the portable HDD comes on and the lappie screen just sits there with a blinking underscore cursor.

  • How do you save an image from Adobe Flash Scene7 (without printscreen)?

    Here is an example of what I am looking to do.
    I want to figure out how to locate and save the original (LARGE) image shown here in the zoom box.
    http://walmart.scene7.com/walmart/flash_zoom.jsp?company=WalMart&sku=15571806&config=WalMa rt/zoom_config&default=1113000251129&title=My%20Little%20Pony%20Bundle&categoryid=4171
    Any ideas?
    Thanks in advance...

    you can use the bitmapdata class'es draw() method to create a scaled image that you want.  you can then save it using one of the third party bitmap save classes and server-side script.

  • Capturing images from a DV tape that was recorded LP mode

    I was not able t capture footgae in a DV/DVCam deck with a tape that was recording ussing LP mode. Any answers on how to capture LP footage in Final Cut Pro 5

    Any other sugestion on how to capture footage that was recorded LP mode?<<</div>
    Beg, borrow or rent another deck, connect the two via Firewire, then playback the original LP recording in one device while recording in SP mode on the other device. Capture the new tape in FCP.
    -DH

  • CS-MANAGER: Catalyst 6500 in VSS mode not supported????

    We have recently moved from CSM 3.2 to CSM 3.3.1 Service Pack 3.
    We are now trying to add a Cisco Catalyst 6513 configured in VSS mode using 12.2(33)SXI5 software. When we try to add th device from network, it starts Discovering the configurations, and when it reaches the 15%, we got the message "Discovery Failed - Invalid Device: Catalyst in VSS mode is not Supported"
    I´ve attached to this post the screenshot showing the error
    Any idea of what can i do to manage this device on CSM??
    BEst Regards,
    Nicolás

    Hello Nicolas
    VSS is not supported even in the latest CSM release 4.1 AFAIK
    http://www.cisco.com/en/US/docs/security/security_management/cisco_security_manager/security_manager/4.1/compatibility/information/csmsd410.html
    Check with your Cisco account team whether it is going to be added anytime soon.
    Please rate if you find the input helpful.
    Regards
    Farrukh

  • Can the 1841 router boot from system image from usbdisk?

    I have a cisco1841 router with 32M CF card installed.
    Now , i want boot a system image larger 32M from usbdisk.
    First  i insert the 128M usb flash disk to the 1841 router and format it, then i can see the device from dir command.
    Second copy the larger ios image from tftp to the usb disk and successed,i can see the image with " dir usbflash0:" command.
    Third  i use this command "boot system " ,but there is no selection of  "usbflash0: "
    Does someone tell me that can the cisco 1841 router  boot the system image from usb disk when reboot the router.
    by the way the  System Bootstrap, Version 12.4(13r)T

    I have test that , the 1841 router can boot from usb disk。
    but there is a problem that when the router reload.
    before the second " program load complete.........................."
    there is about 3 minutes to wait.
    So , the router boot from usb disk take long time than from CF card.
    when use usb disk ,the hole progress of reloading the router will take about 300S.
    It's too long .
    Does something wrong?

  • Extracting resourse like .ai & png files from a flash project

    Hi! I have been assined the task of extracting the images from old flash projects and am having a devil of a time doing so.
    There are lots of programs that you can extract info out of the swf files, but these don't give you the original .ai Ilustrator files that may have been used to create the presentation with, or png files with transparent backgrounds.
    Is there a plug-in in Flash that allows you to capture these items in the document?  when I drag the item from the library (lets say a .ai file) to the stage and right click and copy it, it only gives me part of the item when I paste it back into illustrator... and when I drag the PNG resource to photoshop I get it with a background I do not want.
    any help on this would be great!!!!
    I have both cs3 and cs4 so a solution in either one would be great!

    Well that is kinda what I've been doing, only its not quite that simple as doing it that way makes an image of what is on the entire stage.  What I have to do is create a new project copy over all my library items to the new project, and pull over each one individually and do it that way.... if you have a lot of items in your library (which I do a lot of times since these contain a lot of animation sequenced into individual frames) this process can be quite tedious.  Yes you can save out to .ai illustrator files this way as well.
    I was hoping for something a little more... automatic or at least where I don't have to drop each item individually on a stage, reposition, ect...
    But yes, the previous post is one way of doing it with some fooling around with.

  • Cisco Prime Infra 2.1 fails to import an image from file

    We have a standard Cisco Prime Infrastructure 2.1 install. The software repository has been built up by importing the IOS images from the discovered network devices. To implement netflow capabilities on some 3750X switches we need to upgrade the IOS on the chassis and the NM card C3KX-SM10G. I was able to download from Cisco Support the 3750X IOS .tar file and import it from my machines local file system. However, the modules tar file c3kx-sm10g-tar.150-2.SE6.tar fails on the upload from my local file system. When I look at the import rob results they are as follows:
      Image collection from source     SUCCESS
      Copying Image to Staging Location     SUCCESS
      Copying Image to Repository     FAILURE
    I've tried to import just the .bin file but this also fails at the same stage as above.
    I've also tried to scp the file directly into the backend file structure with no success into the folder /opt/CSCOlumos/conf/ifm/swim/jobs with the other images (oddly noticed the above .tar file for the 3750X isn't listed with the other .bin files - although is available through the webGUI).
    I need to distribute the NM .tar file across multiple switches and I'd prefer to use Cisco Prime for the job. Any help would be gratefully received.
    Thanks.

    I had (still have?) the same problem with it not copying the image over. I put in a ticket and they told me to upgrade to Prime Infrastructure 2.1-Device Pack 4  pi_2.1device_packs_4-40.ubf which helped but it still fails sometimes.
    I had read a post from another thread about going through software image management to distribute and that seems to work a little better, but still fails sometimes. 
    So I think that there are still quite a few issues in Prime that need worked out.
    We have over many switches that need software upgrades and I was hoping to do it quickly through Prime but I don't want to send out more then one image at a time to switch because I don't want it to fail. So it's a drawback right now, just doing one at a time to make sure it takes.

  • Extract Image from SWF

    Is it possible to extract an image from your Flash
    application? For example, if I had a simple interactive logo
    designing SWF with a 'Save logo' button, could I implement some
    functionality to save the current logo (a section of the visible
    application) as an image file and store it on my server? How might
    I achieve this?
    Thanks in advance! Any help would be much appreciated.

    You could use BitmapData to get the bitmap information from
    the SWF. Then you could use Remoting of some sort (like amfphp) -
    which now supports ByteArrays. With this you could communicate to
    the server and save your bitmap data :) Or you could do it directly
    with posting as shown with example/source here:
    http://www.quasimondo.com/archives/000572.php

  • Pull image from library with AS3?

    Hello, I'm a fairly experienced AS2 programmer transitioning
    in progress to AS3 programmer. I'm using Flash CS4 as my IDE with
    Actionscript 3 and Flash Player 10. I'm working on a bigger project
    but the area I'm struggling in is dynamically pulling an image from
    the flash library (already loaded). I've been finding the same
    answers to my question all over and they seem to keep producing the
    same error so apparently I'm just not getting some little detail. I
    have an image loaded in the library called test1.jpg. I've right
    clicked on it and selected 'Export for ActionScript' and 'Export in
    frame 1'. The class is 'MyMc' and the Base class is
    'flash.display.BitmapData'. My code is attached.
    and it produces the following errors:
    quote:
    1136: Incorrect number of arguments. Expected 2.
    1067: Implicit coercion of a value of type MyMc to an
    unrelated type flash.display:DisplayObject.
    What is the deal. I've posted on other forums and get the
    same reply. I'm really struggling with why CS4 is acting this way.
    AS3 is proving very difficult to transition to.

    Alaskan57,
    > The MyMc name actually came from a tutorial I was
    > trying to follow... they were using movieclips but I
    > wanted to adapt their tutorial to Images
    Makes sense. :) And again, the name *as a name* (as a
    string) doesn't
    really matter, but it's always important to consider what
    sort of object
    you're dealing with, whether by inheritance or not, because
    they all have
    their own unique characteristics ( ... otherwise they
    wouldn't be different
    types of object!).
    > Yea, I remember learning AS2 and how difficult it was...
    > but AS3 I think has that beat as I'm not very familiar
    > with OOP programming in general. But I'll get there :)
    You will; it just takes time. Everything I know is something
    I scraped
    from online tutorials, read from books, or asked of friends
    on IM.
    Eventually, the principles of OOP finally gelled in my head.
    To me, OOP is
    more about organization than anything else. It's not
    something magical or
    mystical (which took me a while to believe!) ... it's just a
    way of
    arranging code into reusable nuggets called objects. Each
    object is defined
    by its class, and generally speaking, classes organize their
    functionality
    into properties, methods, and events. Those three basic
    categories refer
    respectively to characteristics the object has, things the
    object can do,
    and things the object can react to.
    > Thanks for your explanations... I learned a lot!
    Glad to hear that. :)
    > BTW, you said I did not need to import the
    flash.display.*
    > class.
    That's only true when you're dealing with timeline code. In
    custom
    classes, especially in AS3, you have to import just about
    everything. But
    if you're in a keyframe of the timeline, you only have to
    import classes
    outside of the flash package (such as, for example, the fl
    package, which
    tends to hold components; the air package, which holds AIR
    APIs, etc.).
    > Is there some online information that would go into more
    detail
    > about why I should import a class or why I wouldn't need
    to?
    imports are required when Flash needs to know how to define
    the objects
    you're referring to. If you're using 3rd party classes, like
    TweenLite,
    then you would need to import those packages/classes ...
    because Flash has
    no idea what a TweenLite object is without that information.
    In custom
    class files, you have to import everything that isn't a part
    of the core
    functionality (that is, anything that isn't a part of the Top
    Level items
    listed here ...
    http://help.adobe.com/en_US/AS3LCR/Flash_10.0/index.html
    > I've been wanting to try out TweenLite as well as other
    classes but
    > can seem to figure out this whole import when I need to
    thing.
    It certainly doesn't hurt anything to import packages; it
    only "hurts"
    when you fail to import a package that needs it, so to play
    it safe you
    could import everything. Just bear in mind that anything that
    truly needs
    importing must be imported for every frame in which you refer
    to that
    package's class(es). If a keyframe in your timeline
    instantiates a
    TweenLite object in frame 10, you'll have to do the import
    there. You
    should be able to *use* that instance in any frames after
    that, even without
    another import. If you then decide to instantiate *another*
    instance in,
    say, frame 100, you'd have to re-import the TweenLite class
    in frame 100.
    > PS, I have your book (but it's at home at the moment :))
    Thanks for the purchase!
    David Stiller
    Contributor, How to Cheat in Adobe Flash CS3
    http://tinyurl.com/2cp6na
    "Luck is the residue of good design."

  • Do I need IOS firewall feature set on Catalyst 6500 for FW blade?

    Hi all,
    If I install a FW blade in Cat6500, should I need to have the IOS firewall feature set on Cat6500 itself?
    Thanks and Regards,
    mak

    Nope.
    The FWSM uses it's own OS based on PIX OS. While it uses SVIs configured in the MSFC, it otherwise runs autonomously from the Sup and MSFC, even in Native mode.
    Let me know if this helps by rating the post.
    Michael

Maybe you are looking for

  • Newly created images will not display in Firefox 8 for Mac. Same images appear in other browsers. Why?

    1. Specific new images are uploaded but will not display in Firefox 8 on my Mac with OS 10.6.8. (Does appear in other browsers, e.g., Chrome and Opera, and appears on Firefox 8 for PC.) Also, other images on the page display. 2. I have cleared cache,

  • Creative Cloud Desktop Download Error.

    I cannot install any applications because all I get is this screen: I've been through all the suggested troublshooting and nothing works.

  • Do 2008 Mac Pro CPU's need to be a matched pair?

    I have a 2008 Mac Pro with a single 2.8ghz Intel Xeon CPU. I purchased a 3.0 Xeon CPU and when I have both installed, it wont get past the gray Apple loading screen. Each processor works perfect if only one is installed. But the issue is when BOTH ar

  • SNMP Trap on AP Max associations reached

    Hi all, I want to be able to send snmp traps to my NMS alerting our NOC to when we reach our configured max-associations on an ap.  We currently use both 1130 AG and 1140-2N in autonomous mode, no controller.  I have found a debug command "debug dot1

  • Syslog errors

    I see the following errors in the syslog all the time. Leopard 10.5.3 Mac MIni PPC - all patches current. Airport Extreme Base station 7.3.1 NAT box not checked in AEBS NAT screen Connect to the internet via Verizon DSL, PPPoE, DCHP from Verizon. Thu