Boot Linux from FlashROM using OBP (OpenSPARC T1 FPGA)

Hi,
I'd like boot Linux from flashROM using OPB. So, which device identifier should I use?
Thanks,
Alex.
Edited by: Alexis_VM on Nov 27, 2009 3:56 AM

I think that module replacement is difficult, what for do you want to do that?
As to FPGA T2 implementation - I have passed through the synthesis of the 1.3 implementation with Altera Quartus: it is totally asynchronous (even under ifdef FPGA blocks), infers latches instead of RAM blocks and thus can be fit in the largest StratixIV-E only. That is for the only core. So the mininmum of the work to make it suitable for FPGA is synchronous redesign of all memory structures, and that could be reasonable because memory structures in the T1 FPGA implementation are far imperfect still despite of the fact that it (T1) could be fit in medium-sized FPGA.

Similar Messages

  • How can I boot linux from usb drive and/or dvd drive on a windows 8 laptop please?

    Hi all,
    Could someone describe how to set my windows 8 laptop to boot linux from usb and or dvd drive step by step please? I have HP laptop. Thank you.

    http://www.cisco.com/en/US/prod/collateral/modules/ps6247/prod_qas0900aecd80232483.html
         Q. What sizes of USB Flash sticks are supported?
         A. USB Flash sticks are supported in 64, 128, and 256 MB sizes. No other sizes are supported.
         Q. Can I use any USB memory stick for this application?
         A. No. Only Cisco USB memory sticks are supported.
    Q. Can I boot an image directly from the USB Flash module?
    A. Yes. USB drivers have been added to rommon, starting with version 12.4(13r)
         Q. Can I format the USB Flash module on the router?
    A. Yes. You can format the module on either a router or a PC. You must  specify "FAT16 file system" as the file system for the PC format process  to use.
    If your setup satisfies above conditions you can get the router to boot up with the IOS on the USB flash
    If you are in ROMMON mode, use 'dev' to find out the name of the USB Flash (should be usbflash0).
    set BOOT=usbflash0:
    If you are in the router,
    boot system flash usbflash0:

  • THERE are Macbooks can boot linux from a usb stick linux?

    THERE are Macbooks can boot linux from a usb stick linux? like a usb stick with Fedora or ubuntu...

    Mid 2011 MacBook Air.
    I have gotten linux running on an older mac, but I think I had to use rEFIT
    http://refit.sourceforge.net/

  • Need to boot Linux from USB

    I have been trying to get this to work for a while now but it appears with the current firmware it is just not possible to boot a Linux OS from a usb drive.
    Is this true? or is there a way it can be done?
    Basically I work in a forensic computing lab and as our portable forensic machines we have a total of 16 MacBook Pro's all the same spec set up to dual boot WinXP and Leopard.
    So far they've been excellent giving us the benefits of both OS's to run the different forensic tools on.
    My problem is i need to boot a linux distro from a portable drive (USB or Firewire is fine but USB would be better) for a particular purpose.
    As you can imagine, our system gets filled with loads of rubbish and we need to clean them regularly so i have created an install from a wiped drive containing everything we need on the drive. I have then created some scripts in Linux that use dcfldd to create an image of the entire drive and compress it to about 13GB.
    I also created another script that puts the image back on the internal drive.
    This basically allows me to put clean "forensically" secure images back on the laptops within about an hour. i can also then update any software etc before creating a new up to date image.
    Currently I have to use a Linux boot CD to start the laptop with an external drive attached holding the scripts and image. i would like to just have a bootable thumb drive that holds everything and be able to start from it by holding the option key, put the image on the internal drive and reboot. its very quick except from the booting and running from CD whereas a small puppy linux build or similar would be very quick. And because we sometimes have to do this onsite speed is a major issue.
    Am i correct in thinking that the firmware just doesn't allow it or has anyone managed to get this to work?
    If it is the firmware, does anyone know if there is an update on the horizon that will remedy this problem?
    I should state i have tried many linux builds (using MBR and GPT options etc) and refit and nothing allows the drive to boot with refit stating the firmware has limited support for legacy systems on USB.
    I also know that I CAN (and have tried) using a Mac OS installed on the USB drive but it appears to have its own problems. it is fine when the internal drive is empty but because in my case it has an OS on it the system actually seems to use some of the components of the internal drive so when trying to image over it i get conflicts. The Mac OS also takes a lot of room on the drive when i just want a stream lined OS for this job.
    The main reason i don't want to use Mac OS though is that i plan to later add images for our doing our lab machines which are PCs and would therefore not boot the Mac OS.
    If anyone can help with this I would be grateful.
    Cheers
    Chris

    Most Linux distros will not boot from USB devices as is. I believe you're in luck with Ubuntu because there are some methods of running it from USB flash drives that just may do the trick for you. I ran across this when looking into putting Ubuntu on my MSI Wind.
    Boot and run Linux from a USB flash memory stick | USB Pen Drive Linux.webloc;
    On the Ubuntu site look for information in the documentation for installing on pendrives.
    I'm pretty sure that the methods for booting from USB flash drives will apply to any USB drive. From what I learned Linux simply isn't set up to boot from a flash drive or USB drive without some effort on the part of the installer. I've never done this myself so I can't tell you what to do only some pointers to where you may find how to do it.
    After my experience using Ubuntu on my Wind I decided it wasn't worth the effort involved. OS X is simply much better than Linux in every respect. I just wasn't interested in becoming any geekier than I already am. I had enough of that 20 years ago!

  • Problem booting Linux from JTAG on PicoZed

    Forums: 
    General Questions
    I'm trying to boot my PicoZed board to Linux from JTAG. It's close, but I'm missing something.
    I can successfully boot from SD Card with these same files, so it seems the problem lies elsewhere.
    Here are the steps, I'm following:
    * Set SW1 to JTAG boot mode.
    * XMD Console commands
      - connect arm hw
      - dow zynq_fsbl.elf
      - run
      - fpga –f fpgabits.bit
      - dow u-boot.elf
      - run
    * Stop u-boot from auto-booting in terminal
    * XMD Console command
      - stop
      - dow –data image.ub 0x1000000
      - con
    * From u-boot type
      - bootm 0x1000000
    * Linux boot hangs with last lines
      - [drm] Initialized drm 1.1.0 20060810
      - brd: module loaded
      - loop: module loaded
    The next lines that Linux is supposed to print has to do with the QSPI, but I'm not sure what else to do.
    When successfully booting from the SD Card, I'm using BOOT.BIN with the same FSBL, FPGA Bits and u-boot.
    I'm also using the same image.ub file.
    Any suggestions on what to try next?
    --Jeff

    The DTS is in the image.ub file.  I will try the steps in the pdf and let you know if it helps.
    Here is the boot information from when u-boot loads/runs the image.ub file:
    reading image.ub
    8639064 bytes read in 749 ms (11 MiB/s)
    ## Loading kernel from FIT Image at 01000000 ...
    Using 'conf@1' configuration
    Trying 'kernel@1' kernel subimage
    Description: PetaLinux Kernel
    Type: Kernel Image
    Compression: gzip compressed
    Data Start: 0x010000f0
    Data Size: 8620511 Bytes = 8.2 MiB
    Architecture: ARM
    OS: Linux
    Load Address: 0x00008000
    Entry Point: 0x00008000
    Hash algo: crc32
    Hash value: 9a258a1a
    Verifying Hash Integrity ... crc32+ OK
    ## Loading fdt from FIT Image at 01000000 ...
    Using 'conf@1' configuration
    Trying 'fdt@1' fdt subimage
    Description: Flattened Device Tree blob
    Type: Flat Device Tree
    Compression: uncompressed
    Data Start: 0x01838bb4
    Data Size: 17256 Bytes = 16.9 KiB
    Architecture: ARM
    Hash algo: crc32
    Hash value: a1140b0d
    Verifying Hash Integrity ... crc32+ OK
    Booting using the fdt blob at 0x1838bb4
    Uncompressing Kernel Image ... OK
    Loading Device Tree to 07ff8000, end 07fff367 ... OK
    --Jeff
     

  • Booting Linux from External Harddrive

    I recently installed Kubuntu 8.04 on an external USB hard drive... all self contained. I can go to any PC, hit F-whatever for the boot menu, and boot right to my external hard drive.
    However, the hard drive doesn't show up when I plug it into a Mac and hit "Option" for the boot options. I have a MacBook Intel Core 2 Duo with Mac OS X 10.4.11.
    Any ideas? I'd like to make minimal changes to the Mac (otherwise it would defeat the point of my self-contained Linux install)
    Thanks!
    Erik

    I have booted Debian from a 2GB USB stick on my intel Macbook Pro. When I hold down the option key at startup I see Mac, Windows (bootcamp), and Windows (the usb stick). No problems.

  • [SOLVED] Trying to install Arch Linux from harddisk using /dev/sda2

    Hi
    I'm trying to install Arch using my swap partition, following this wiki entry: https://wiki.archlinux.org/index.php/Ha … stallation
    What I've done:
    Downloaded ISO: archlinux-2010.05-netinstall-i686.iso
    Command: swapoff /dev/sda2
    Command: fdisk /dev/sda and changed the system type to 83 (Linux) on /dev/sda2
    Now it looks like:
    Command (m for help): p
    Disk /dev/sda: 250.1 GB, 250059350016 bytes
    255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x00017e5b
    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 1060289 530144+ 83 Linux
    /dev/sda2 1060290 3164804 1052257+ 83 Linux
    /dev/sda3 3164805 105579179 51207187+ 83 Linux
    /dev/sda4 105579180 488392064 191406442+ 83 Linux
    It complained about device was busy, but it still seemed to have changed the system type, so I did partprobe as it wrote.
    WARNING: Re-reading the partition table failed with error 16: Device or resource busy.
    The kernel still uses the old table. The new table will be used at
    the next reboot or after you run partprobe(8) or kpartx(8)
    Syncing disks.
    [root@swamp ~]# partprobe
    <no output>
    Next I did:
    [root@swamp ~]# dd if=archlinux-2010.05-netinstall-i686.iso of=/dev/sda2
    327680+0 records in
    327680+0 records out
    167772160 bytes (168 MB) copied, 4.3025 s, 39.0 MB/s
    [root@swamp ~]# mkdir /mnt/sda2
    [root@swamp ~]# mount /dev/sda2 /mnt/sda2
    mount: warning: /mnt/sda2 seems to be mounted read-only.
    [root@swamp ~]# ls -al /mnt/sda2
    total 150466
    dr-xr-xr-x 3 root root 240 May 16 15:54 .
    drwxr-xr-x 6 root root 4096 Nov 5 01:40 ..
    dr-xr-xr-x 3 root root 556 May 16 15:52 boot
    -r--r--r-- 1 root root 448 May 16 15:54 isomounts
    -r--r--r-- 1 root root 8192 May 16 15:54 overlay.sqfs
    -r--r--r-- 1 root root 154058752 May 16 15:54 root-image.sqfs
    And unmounted it again.
    The wiki page says to type: fsck -f /dev/sda2fsck, but I get no such file while trying to open sda2fsck.
    [root@swamp ~]# fsck -f /dev/sda2fsck
    fsck from util-linux-ng 2.18
    e2fsck 1.41.12 (17-May-2010)
    fsck.ext2: No such file or directory while trying to open /dev/sda2fsck
    The superblock could not be read or does not describe a correct ext2
    filesystem. If the device is valid and it really contains an ext2
    filesystem (and not swap or ufs or something else), then the superblock
    is corrupt, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 <device>
    Can I ignore the above and continue modifying grub?
    Thanks :-)
    Last edited by valvet (2010-11-08 14:49:07)

    fsck -f /dev/sda2fsck makes no sense because /dev/sda2fsck is not a deivce. If the wiki says that, then it is wrong. It's only doing a fsck anyway so probably not really needed. If you are just formatting th swap partition then use, mkfs.ext{234}.
    edit:
    from the wiki
    # fsck -f /dev/sda2fsck 1.40.8 (13-Mar-2008)
    e2fsck 1.40.8 (13-Mar-2008)
    Pass 1: Checking inodes, blocks, and sizes
    Pass 2: Checking directory structure
    Pass 3: Checking directory connectivity
    Pass 3A: Optimizing directories
    Pass 4: Checking reference counts
    Pass 5: Checking group summary information
    /dev/sda2: ***** FILE SYSTEM WAS MODIFIED *****
    /dev/sda2: 243/78936 files (8.2% non-contiguous), 310519/314880 blocks
    The first like should just be
    # fsck -f /dev/sda2
    Last edited by sand_man (2010-11-05 06:46:01)

  • Anyway to boot Linux from an external Firewire drive?

    So, my bootcamp partition is in use by Windows, and I'm interested in trying out linux (ubuntu in particular), what I want to know is 'Is it possible to boot off an external drive?' and if so, how would I go about doing it? Also, how would I partition my drive so that the majority of it is free storage/backup space for my Mac OS and the lesser amount is a bootable partition for linux to run off of. Thanks!

    That may have been the only combination of search terms I didn't try. But still, I figured I'd try the Apple Discussions, as they're generally full of knowledgeable people, and did not want to try this on my own for fear of screwing up my computer.

  • 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? 

  • How to install Linux from a distro instead of booting a live cd?

    Suppose you have Arch Linux installed in sda and you want to install a new copy in sdc, can you do it from your distro instead of booting with the installation cd?
    Here's my sdc (75 GB):
    /dev/sdc1 ntfs 100 MB
    /dev/sdc2 ntfs 40 GB
    those partitions are used by Windows 7, so there's another 35 GB for Linux.
    Now here's the the problem: this latest Arch Linux install media is kinda complicated because it does not provide the AIF anymore. Also, the installation method differs a little from the old ones. Until 2011.08.19 I would partition the remaining space like this:
    /dev/sdc3 extended 35 GB
    /dev/sdc5 ext2 100 MB /boot
    /dev/sdc6 swap 1 GB swap
    /dev/sdc7 ext4 15 GB /
    /dev/sdc8 ext4 19 GB /home
    However this guide http://ebalaskas.gr/wiki/archlinux/netinstall shows a different (suposedly recommended) partition table for the new method.
    So,
    1) Is it possible to install Arch Linux from an already installed distro, including GRUB2?
    2) Is it possible to use the partiton table style I provided?
    And how to do it of course.
    Thanks!

    Check this article out
    https://wiki.archlinux.org/index.php/In … ting_Linux
    Note that it says it is out of date because of pacman.  Really all you need to know is that pacman uses signed packages now, so it is now necessary to run the pacman-key stuff.  Or set SigLevel = Never in pacman.conf
    Edit: IMHO the first method is preferred because it more closely resembles a regular install.  Ergo, you will be able to semi follow the beginners guide for config and such.
    Last edited by WonderWoofy (2012-08-17 03:42:12)

  • Can't boot from DVD using C key

    I desperately need to use DiskWarrior on my startup disk. I have used it on my secondary internal hard disk with no problems. A couple of years ago my Apple keyboard went up on me and I needed a replacement immediately (I worked from home), so I ran out to OfficeDepot and bought a Microsoft keyboard that had software with it to make it run with a Mac. It has done fine for me. However, when trying to boot from DiskWarrior, I hold the C key down and it doesn't boot from the DVD, it just boots from my internal startup disk. I was able to install Mac OS X 10.4 with the DVD and this keyboard, however. DiskWarrior tech support dudes tell me it is the fault of the Microsoft keyboard. I'm not so sure (since I installed 10.4 with this keyboard). I don't want to buy an Apple keyboard "just in case." But perhaps this is a known issue by somebody "out there." Any help would be appreciated (before my startup disk explodes altogether). Thanks!

    I have 3 Microsoft keyboards, going back to my G4 MDD. Usually plugged into an Apple Display, but on some occassions I've had to plug it directly into front USB port (or rear, front is accessible).
    The one thing that I would do, is not just "zap PRAM" from cold boot, but boot into the Open Firmware screen and RESET-NVRAM, and see if that helps. Force the device ID list to be rebuilt, and does a more complete job than zapping can.
    There have been a lot of major problems with Apple USB hub type support. I too was troubleshooting an issue and got the "run around."
    The only time I've seen where someone could not boot from a DVD/CD was when the hard drive in the system directory was severely corrupt - OS X looks to find any and all bootable devices even when you boot from CD or another drive. And a damaged journaling file is even harder to fix usually.
    Outside of the G4 PCI model (1999, early '00) a G4 can boot from Firewire, any problem I'd guess was a defective FW port; some FW cases themselves.
    I never really use DW CD. Always always clone your system; create an Emergency boot drive to work from - and used only in emergency so you know it works and isn't just a backup. And, of course, a backup of your working system.
    USB cables can flake out. Even new. The USB extension cable Apple includes being one such that has been known to be the culprit. So doubt and verify any cables and devices.
    One G5 owner has a LaCie drive not even connected, but the FW cable was, hanging out the back, and would cause:
    slow boot sometimes; kernel panic other times; pull the cable, life is back to normal again. FW cables and devices (not sure if LaCie has the market cornered or not) that "wipe out" FW ports, cause shorts, should be avoided (maybe banned).
    I've used an MS keyboard for about 4 yrs on my G4, still running 10.4.11. Ever since my Apple split ergonomic keyboard died, and I've got 4 Apple Pro keyboards sitting around (I can palm a basketball but don't like typing on small keyboards). Currently use MS 3000 and 4000 keyboards.
    There are lots of reports of Leopard where the system is not responding, but the mouse able to move, but no interaction - can't launch anything or even bring up the Force Quit dialogue. The system being totally non-responsive, and people force shutdown, with high potential of leaving the directory in disrepair.
    Mac OS 10.2.5 was suppose to fix and solve USB hub problem. That updated lasted less than two weeks. USB issues have been around, as have Firewire problems. Even Windows Vista can loose track of and get confused by unplugging/replugging devices multiple times that it looses the device ID.

  • If i create a partition for Windows 7, and boot up in Windows using Boot Camp, can I still access the files from the Mac partition (Photo's Music etc.)

    If i create a partition for Windows 7, and boot up in Windows using Boot Camp, can I still access the files from the Mac partition (Photo's Music etc.)

    JDFitch wrote:
    Ok Great,
    Will installing Boot Camp drivers allow me to both read and write to the OS X Volume from windows?
    This is important as if it will it means i can make the windows partition a lot smaller and keep all my files on the OS X partition which would be preferable.
    Jon
    No, OSX will be read only (from Windows) and vice versa. (you can install 3rd party utilities on either or both partitions, to make read/write possible)

  • When I call VI on Linux from Teststand on Windows using TCP/IP I get "file not found error".any sugeestions?

    I am trying to execute a VI running on Linux from Teststand running on windows 2000 prof ,both running on two different machines.I used TCP/IP for the interface using the following steps on Labview VI:tools>options>VIserver>TCP/IP and gave the ip address of both the machines.When I gave the file path as c:\home\test.vi in Edit labview Vi call window(the Vi in linux is stored in /home/test.vi)and also in remote vi path:/home/test.vi,I get a file not found error.The teststand version is 3.0 and labview is 7.0.Any idea why this is happening and any solutions?

    priya guru,
    Here is a knowledge base that addresses your question: �How do I call test VIs that reside on a non-Windows platform from TestStand?�
    You also need to set TCP/IP Access found in Tools->Options->'VI Server: TCP/IP Access'. Make sure that you list the IP address in the Access List to allow TCP/IP access to that machine. Finally you need to specify which VIs are accessible to remote applications. Open up Tools->Options->'VI Server: Exported VIs' and provide paths to the VIs you wish to be remotely accessible.
    I have attached an example VI that demonstrates VI Server in action. Please post back if you are still having problems. Good luck!
    Cr
    aig H.
    National Instruments
    Attachments:
    Remote_Run_--_VI_Server.zip ‏88 KB

  • If leopard won't boot from dvd, use disk utility mount to partition

    wanted to share a way that i successfully installed os 9, tiger, and leopard on 1 hard drive. first of all, leopard was the only installation that i had difficulty with. it would not boot off the original dvd, no matter if i held down the 'c' key or the option key, so this is what i did after a lot of reading on the internet to try and troubleshoot this issue.
    First thing i did was partition my internal hard drive in 3 partitions using disk utility. the 3rd partition was around 9gb. I installed os9 first on the 1st partition, i then installed tiger on that same partition. then i put in my leopard dvd, and opened up disk utility. and clicked on "restore", and dragged the dvd image as the "source", and chose the 9gb partition as the destination, and clicked on restore. then, i changed the "startup disk" to start from the 9gb where i just restored the image, and rebooted, and went through the leopard setup and chose the 2nd partition as the place to install. this should work with the dvd, or if you made an image from the dvd. I hope this helps someone else whose dvd won't boot, because it was very frustrating after you purchase a faster processor, and faster video card so that your system meets the requirements, and then the dvd won't boot.

    Two ways. Use another computer to restore the install disc to one of those ext HD. Then, use it to boot the other machine. Get an ext CD/DVD reader and use it to read the install disc and boot the machine. However, if both the HD and optical reader are kaput, then a trip to an Apple repair station is in order.

  • IMacs can boot Linux or Windows from usb stick

    iMacs 21' can boot Linux or Windows from usb stick? from Firewire 400 or 800 hdd/ssd? from USB HDD/SSD?
    May boot fromCD/DVD/DVDDL in internal DVD DRIVE, too?
    Exist Blu-ray drives able connect on Thunderbolt slot on iMac 21'?

    Here is the memo of the steps I followed. Hope this helps.
    <Create VHD image in temp folder at local drive>
    diskpart
    create vdisk file=C:\Temp\Win2go.vhd maximum=20480 type=fixed
    select vdisk file=C:\Temp\Win2go.vhd
    attach vdisk
    exit
    <Create partition in VHD, format in NTFS and assign drive letter "O">
    diskpart
    list disk
    select disk n (n is a number of VHD)
    clean
    create partition primary
    format fs=ntfs quick override
    assign letter=o
    active
    attribute volume set NODEFAULTDRIVELETTER
    exit
    <Execute "DISM" utility in Windows DVD and extract installer image to VHD>
    G:\sources\dism /apply-image /imagefile:G:\sources\install.wim /index:1 /applydir:O:\
    ** "G" is drive letter for Windows DVD
    ** "O" is drive letter for VHD partition
    <Write boot program into VHD>
    O:\windows\system32\bcdboot O:\windows /f ALL /s O:
    ** "O" is drive letter for VHD partition
    <Detach VHD>
    diskpart
    select vdisk file=C:\Temp\Win2go.vhd
    detach vdisk
    exit
    <Format USB thumb drive in NTFS>
    diskpart
    list disk
    select disk n (n is a number of USB thumb drive)
    clean
    create partition primary
    format fs=ntfs quick override
    active
    exit
    ** "E" is drive letter for USB thumb drive
    <Write loader into boot sector>
    G:\boot\bootsect /nt60 E:
    ** "G" is drive letter for Windows DVD
    ** "E" is drive letter for USB thumb drive
    <Copy VHD file to USB thumb drive and mount>
    copy C:\Temp\Win2go.vhd E:\
    diskpart
    select vdisk file=E:\Win2go.vhd
    attach vdisk
    exit
    <Write boot info into USB thumb drive>
    F:\Windows\system32\bcdboot F:\Windows /s E: /f ALL /v
    ** "E" is drive letter for USB thumb drive
    ** "F" is drive letter for VHD partition on USB thumb drive

Maybe you are looking for

  • Running ".sh" file from a stored procedure

    Hi, I need to call a file.sh linux bat file whit arguments from a stored procedure. How can I do? Thanks in advance...

  • Photos App keeps crashing, won´t open and I can´t view my photos anymore

    Please HELP! The new Photos App got installed and now everytime I try to open it, it crashes and I don´t know how to solve this! I used to work with a shared library between iPhoto and Aperture but most of the time I used Aperture, but when I assigne

  • Why does iPhoto keep corrupting my images?

    For the past year, iPhoto 11 has been tremendously buggy on my early 2011 15" MacBook Pro.  It started under Lion and has continued apace under Mountain Lion.  It first started going haywire and crashing every time I tried opening it after any premat

  • Upgrade software

    My iphone has no upgrade software option.  How can I upgrade to iOS 6?

  • Anything new on temp issues on the 24 IMac's??

    Got a question not necessarily an issue and I've researched it quite extensively on the net. Finding ambiguous data concerning this and if possible I'd like the feedback from you folks before calling AppleCare. After buying my new 24 inch IMac and se