Arch install from hard disk(without boot-cd)

I was refering to this page to install Arch from the 0.7 base.iso without writing the ISO file to a cd. I use grub-0.94 and placed the following lines in 'menu.1st':
title archcd
root (hd0,7)
kernel /isolinux/vmlinuz root=/dev/hda7 BOOTMEDIA=cd
initrd /isolinux/initrd.img
I formatted /dev/hda7 as a 250 MB partition with ext2, which grub correctly identified(I had some problems with this, but Pechorin helped me out), and then used the 'dd' command to copy the iso to this partition.
  But on booting, grub identifies the partition correctly but does not seem to be able to find any files on the partition(I went into the command line since selecting from the menu did not work, but it still gives the same error)
Error 15: File/Directory not found

I've never tried this before, and I only briefly read that Arch wiki you mention.  However, why can't you just use the "loop" device to mount the .iso file and run it from there?
mount -t iso9660 -o ro,loop /path/wombat(?).iso /mnt/cdrom
Then, install from `/mnt/cdrom` as if it were a CD.  I don't understand the necessity for all that other stuff.  I mount .iso files all the time using the loop device.  It's only when I need to modify the .iso itself will I copy the .iso contents to a temp directory (or partition).  I don't see why you would need to modify the .iso contents, since it's just emulating a CD anyway.

Similar Messages

  • How to install from hard disk

    i have the mac os x tiger on my hard disk , but no startup disc due to the fact that i had to reinstall my os while repartioning my drive. my question is how do i make a startup disk, or choose to install from the hard drive spot?

    my question is how do i make a startup disk...If your iMac shipped with Tiger, boot from the Tiger DVD or the iMac restore disc and reinstall.

  • Installing from hard disk

    I downloaded 8.0.5 etc.
    I get this error while running ./orainst /c
    ./orainst: ./orainst.cm: No such file or directory
    Here is the environment:
    PWD=/oralnx/8.0.5/orainst
    GROUP=dba
    ORACLE_HOME=/oralnx/8.0.5
    ORACLE_BASE=/oralnx/prog
    ORACLE_SID=cind
    ORACLE_TERM=vt100
    TMPDIR=/var/tmp
    null

    Binty (guest) wrote:
    : John Koo (guest) wrote:
    : : Chris Yong (guest) wrote:
    : : : Binty (guest) wrote:
    : : : : I downloaded 8.0.5 etc.
    : : : : I get this error while running ./orainst /c
    : : : : ./orainst: ./orainst.cm: No such file or directory
    : : : : Here is the environment:
    : : : : PWD=/oralnx/8.0.5/orainst
    : : : : GROUP=dba
    : : : : ORACLE_HOME=/oralnx/8.0.5
    : : : : ORACLE_BASE=/oralnx/prog
    : : : : ORACLE_SID=cind
    : : : : ORACLE_TERM=vt100
    : : : : TMPDIR=/var/tmp
    : : : you are missing the LD_LIBRARY_PATH environment setting.
    : : : it should be set to
    : : : LD_LIBRARY_PATH=$ORACLE_HOME/lib
    : : : if that still doesn't work try
    : : : LD_LIBRARY_PATH=$ORACLE_HOME/lib:<your installation
    dir>/lib
    : : : see the installation documentation for more details
    : : It is because you haven't installed the required glib
    library!
    : : I have tried it three times before I can get glib installed
    : : properly ! Now it is your turn to the road of nightmare !
    : I did download the binary version of
    : glibc(glibc-2.0.bin.i386.tar.gz) and installed it. It did go
    past
    : the 1st step and then complained about Resources. I don't have
    : four disks but four logical partitions.
    : ./orainst
    : A problem occurred with the Oracle Installer. Try reinstalling
    it
    : from
    : distribution media. Or, you can provide the following message
    to
    : Support
    : to debug the problem:
    : User Interface Failure: Cannot open Resource File
    : Result: User Interface Failure: Cannot open Resource File
    : !!!!!!!!!!!!!#############$$$$$$!!!!!!!@@@@@@@@@@
    : Binty
    Okay I have the same problem as Binty has/had. I get the "User
    Interface Failure: Window System Startup" message.
    Anyone know how to get around this?
    In general this install proccess has me feeling abused!
    Jeff
    null

  • VirtualBox from hard disk, nvidia glx conflict

    Howdy folks, I recently started getting into arch linux and set it up for dual booting. Being a graphics engine developer for multiple platforms I began to work on adding support for linux.
    What I was trying to set up was so that I can use VirtualBox to load my arch install from hard disk, which I have gotten running, so that I can use virtual box to test if things work when developing simultaneously for windows, and boot over to arch for performance optimization type stuff.
    The problem I am having however is that in VirtualBox I can not get the glx extensions to load, looking at the log file it's definitely trying to load the nvidia glx extensions. My PC has an Nvidia Geforce 9600GT, so for proper support in arch I of course installed the drivers for it.
    As per suggested in the wiki I removed the xorg.conf (actually just renamed it), along with a few other files in /etc/X11/xorg.conf.d that were causing problems in virtual box (mainly the 20-nvidia.conf file). I have verified it does boot into arch with full 3D support as it did when the xorg.conf was in place. But still having the problems getting the glx extension to load when inside VirtualBox.
    I would greatly appreciate any help ya'll can provide, being able to load my arch install from virtual box would make developing this graphics engine of mine so much easier. But I still want to be able to boot into arch. Having to use a VirtualBox instance booting from a virtual hard disk is a real pain since it add to the places I need to sync up source code.

    I think you misunderstood ngoonee. Just trying to get open gl working from within virtual box, I know it's only serving as a layer over the graphics stuff.
    The problem however is that to allow gpu acceleration when I boot into it, the nvidia driver will need to remain there. But it appears the glx in the nvidia driver will not play nice with what virtual box needs.
    Idea is to use the same arch install for both virtual box and the dual boot.
    Last edited by chronosifter (2010-07-21 04:28:54)

  • Godane's Archlinux boot from hard disk but it can't login in with slim

    I download Godane's archiso-live-2009-09-24.iso , i havent cdrom , so i boot it from hard disk .
    I extract iso to drive C: (fat32) ,two folder is "boot" "archiso-live"
    my menu.lst  is :
    title Boot archiso-live Desktop
    root (hd0,0)
    find --set-root /boot/initrd.img
    kernel /boot/vmlinuz  elevator=deadline ramdisk_size=60% aufs nonfree=no vga=791
    initrd /boot/initrd.img
    load=overlay.lzm
    The iso can be boot from hd ,but there isnt slim . only is console...
    what can i do with this problem??

    I think your problem is that load=overlay.lzm is in the wrong place.
    Here is what i should look like:
    title Boot archiso-live Desktop
    root (hd0,0)
    kernel /archiso-stable/boot/vmlinuz elevator=deadline lang=en_US keyb=us load=overlay,mesa usbdelay=5 nonfree=no xdisplay=old xdriver=no from=/dev/sda3/archiso-stable changes=/dev/sda3/changes session=xfce cdname=archiso-live
    initrd /archiso-stable/boot/initrd.img
    I use 'from' boot option so i can boot from my hard drive more easier. The way its booted above is for 2009-12-08 version of my archiso-live. Just thought you should know.
    I hope this helps. And sorry for it being so late.

  • Can't boot from hard disk or from windows 7 recovery dvd

    I have a 970A-G46 motherboard.
    I can't boot from hard disk or from a windows 7 recovery dvd.
    If I move the hard drive to another PC, it boots fine.
    If I put the DVD in another PC's dvd drive, it can be accessed.
    This machine will boot from an Ubuntu dvd and I can then access the HD directories and the recovery dvd.
    What do I need to do?
    Help and thanks

      "I can't boot from hard disk or from a windows 7 recovery dvd."
     What is that DVD from? Is it from a previous computer of some kind? Same question for HDD and the OS on it.

  • Installing New Hard Disk

    I started my G4 one day and all I got was the bong and a complete gray screen. It couldn't find the startup disk. I assume my hard disk has crashed.
    I would like to purchase a new one and install it myself. Will I lose all of the personal information that is stored on my G4?
    I have never installed a hard disk and wonder if there is anything else I need to do before attempting this installation?

    Do you have your OSX install Discs?
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair. Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.
    I would like to purchase a new one and install it myself.
    Here's the type you need for internal to the AGP...
    http://eshop.macsales.com/search/3.5InternalIDE/ATA
    Note, you'll only be able to use 128-132GB of any drive.
    Another option would be a Firewire Drive without the limitation...
    http://eshop.macsales.com/search/firewire+drives
    Will I lose all of the personal information that is stored on my G4?
    Unknown, but it may be possible to recover it, especially if you get a big Firewire 400 Drive.
    You must repair the HD, if Disk Utility or fsck should fail to repair it, your best bet is DiskWarrior from Alsoft, you'll need the CD to boot from if you don't have another boot drive...
    http://www.alsoft.com/DiskWarrior/
    Your best bet is DiskWarrior, you need the CD/DVD though.
    http://www.alsoft.com/DiskWarrior/
    But others that may work…
    Drive Genius 2…
    http://www.prosofteng.com/products/drive_genius.php
    TechTool Pro 4…
    http://www.micromat.com/index.php?option=com_content&task=view&id=31&Itemid=83
    Data Rescue II...
    http://www.prosofteng.com/products/data_rescue.php
    This one would require another HD with plenty of space to recover to.
    I have never installed a hard disk and wonder if there is anything else I need to do before attempting this installation?
    Let us know which way you decide to go, then we can be more explicit if need be.

  • Noise from hard disk

    Hi, everyone.
    I bought a new mackbook pro in this Jan. Recently, I hear some not continuously noise from hard disk, especially when i open a file in hard disk or verify the hard disk. Is something wrong with my hard disk?
    Thanks

    This hard disk clicking is a know problem for many laptops. If you search it on Google, you will find a lot of discussions about it in the Unbuntu Linux forums. In most cases, it is due to the Advanced Power Management (APM) feature of notebook hard drives. The default APM settings of these drives are aggressive so as to extend notebook battery life. As a consequence, the HD tries to park its actuator head to the ramp whenever it judges the system as idle. However, OS X or some third-party applications may access the hard disk quite often, resulting in a park/unpark cycle every few seconds.
    Every of these cycles is counted as one load/unload cycle. Most notebook drives support up to 600,000 load/unload cycles. If a hard drive parks its head every few seconds, it may shorten its life by "using up" the cycles more quickly.
    I had the same problem on my Powerbook with a Hitachi Travelstar 5K160 80GB PATA drive. I heard the frequent clicking sound right after I installed it into the laptop. The SMART status appeared to be Verified, and there was no problem with the drive itself. After searching on Google and Hitachi web site, I found the causes and solved the problem using the Hitachi Feature Tool. For other HD brands, I have no experience at all.
    Basically, Travelstar 5K160 drives have three idle modes, from which a user can set one as the deepest idle state:
    1) Active Idle: the actuator head is parked near the center of the disk, and power usage is 45-55% less than performance level. Recovery time to active mode is about 20ms.
    2) Low Power Idle: this is usually the factory default idle mode. The head is UNLOADED to the ramp and the power consumption is 60-65% less than the performance level. Recovery time is about 300ms.
    3) Low RPM idle: in this idle mode, the hard disk will spin down to a lower RPM speed. More power is saved but recovery time is much longer. (I can hear the disk spin down and spin up again a few times per minute. There is also a lag in system reaction time.)
    To get rid of the hard disk clicking, you need to set Active Idle as the deepest APM idle mode. To do it on a Hitachi hard disk, you need Hitachi Feature Tool, and a Windows laptop with the same HD interface as your drive (PATA or SATA). Sadly, the feature tool is only for Windows and Linux.
    You can download Hitachi Feature Tool 2.10 as an ISO image here: http://www.hitachigst.com/hdd/support/download.htm#FeatureTool and burn it into a bootable CD. The userguide of the tool is available on the same page.
    Then, take out your hard drive from your Macbook and install it into a Windows laptop. Boot the machine using the Feature Tool bootable CD. Choose "Change Advanced Power Mode" from the drop-down menu.
    The default value is 128 (Low Power Idle). Just increase the value toward Performance, until you see the APM mode over the value bar becomes Active Idle (starting from 192). Click OK and Exit the feature tool. Switch off the Windows laptop and take out the hard disk. Install it into your Macbook. You will not hear the clicking sound again when system is idle. The lowest APM mode will be Active Idle and hence the drive will not park its head to the ramp during operions.
    If your hard drive is a Hitachi Travelstar 5K160, you can find the 5K160 specifications version 1.1 from Hitachi web site. On page 69 of the document, it explains the APM idle modes. On page 145 about the register values of the APM modes.
    To set Active Idle as the deepest idle mode may adversely affect battery life. (I haven't yet tested it myself) However, there seem not to be a big difference than the Low Power Idle, according to the datasheet of 5K160. For this model, power consumption of Active Idle is 0.8W, while that of Low Power Idle is 0.6W, on average.
    Hope this is helpful.

  • If i upgrade  Snow Leopard  to lion, all information will be removed? from hard disk ?, if i upgrade  Snow Leopard  to lion, all informatio will be removed from hard disk ?

    if i upgrade  Snow Leopard  to lion, all information will be removed? from hard disk ?, if i upgrade  Snow Leopard  to lion, all informatio will be removed from hard disk ?

    John Hammer said it best -- backup first and always. That's why Time Machine and periodic clones of your boot drive to an external disk are so valuable.
    That said – the Lion upgrade will retain all user data, files, settings, mail, and preferences. Mind you that a few settings and their location have changed.
    Before you actually use Lion, may I recommend spending the first evening looking at every single preference panel in System Preferences.  Many of the user interface choices can be reverted back to mimic Snow Leopard if you choose.
    Relax and enjoy Lion – it is amazing.  Please holler if we can help further.

  • Adding music folder from hard disk to itunes causes the original music  to vanish

    what is causing itunes to delete original music folder from hard disk when selecting add folder to itunes

    iTunes doesn't have any automatic way of re-creating your directory structure in terms of folders and playlists in iTunes.   You will have to drag each music folder to a playlist and then arrange these in folders inside of iTunes (which I warn you can can slow down iTunes a lot).   I guess the once chance of speeding this up will be if somebody has written an Applescript to do it, but I don't remeber seeing any anywhere.

  • Use previous "Delete from hard disk" checked state?

    Is there any way for the program to use the previous "Also delete selected item(s) from the hard disk" checked state in the file deletion confirmation dialog?  It gets tedious to check it every time I want to delete a file and if I forget to do it I will have an extra file sitting on my hard disk not in my catalog.

    A quick shortcut that I use is to hit the spacebar (checks/unchecks the "delete from
    hard disk" option), then hit the enter key to complete the process.
    Michael

  • I have limited storage laptop, I want to delete music from hard-disk

    I have a limited storage laptop, I want to delete music from hard-disk and just leave it on my 60Gb ipod, BUT I dont want to have to log in as a guest every time.
    Any suggestions

    Follow the instructions in this article and then delete the songs from your computer; they will not be deleted from the iPod automatically. You should have or make another copy of the songs before deleting them from the computer, as they can easily be lost if they are only on the iPod.
    (16173)

  • Cannot delete files from hard disk (after deleting from playlists)!

    all of a sudden itunes stopped allowing me to automatically delete (with the warning) a downloaded podcast so I would have to go to the hard disk manually to delte the posdcast.
    How do I get the system back to what it was where I delete a podcast and then get the warning and say ok to delete from hard disk?
    TIA!

    Hi Chris:
    2 part response:
    I founf the problem--somehow my itunes folder was moved to a different part of my hard drive--once I moved it back I can delete.
    I can delete as follows: when I right click and click on delete, I first delete the file from itunes library--then I get prompted if I want to delete from my hard disk by sending file to recycle bin--There is also a prompt if I do not want to see the warning--which I have on as a safety precaution. So I bet the default could remove from playlist and send file to recycle bin in one move.

  • Copy a file from hard disk to a jar

    Is there any way to copy a file from hard disk to a jar file?

    hajani wrote:
    No, I want to copy a file into an other jar file (like a zip or a rar file)
    Edited by: hajani on Dec 7, 2008 4:11 AMIf you really do mean 'jar' file an not 'zip' or 'rar' then you can use class java.util.jar.JarFile and write your own code. If you don't feel like writing a load of code then and you can guarantee that the 'jar' executable is going to be available then you could use Runtime.exec() or it's cousin ProcessBuilder. If you mean a 'zip' file then you could use class java.util.zip.ZipFile and write a load of code. If you mean a 'rar' file then you will either have to find a 'rar' class library or again use Runtime.exec().

  • How to recovery the deleted files from hard disk like images,media files

    How to recovery the deleted files from hard disk like images, media files by using c#.net

    It's important to define deleted and recovery. You can recover file from the recycle bin using the Win API. Here's an
    example in C/C++. You need to
    pinvoke SHFileOperation.

Maybe you are looking for

  • Why is synchronizing iTunes with apps no longer working?

    Ever since my last iPhone update, I have not been able to synchronize apps from iTunes to my iPhone 4.  I now have to buy and move my apps directly from my phone, not from iTunes.  Has anyone else had this problem or know how to solve it?

  • Photosmart plus b209a-m with osx 10.8.4 not recognize wireless

    I had photosmart plus b209a printer with my macbook pro. It has wireless, but I have no idea how to set up it? I didn't install the cd, because I found out I just plug in the usb with my macbook pro will print it. Do I need to install cd first, but I

  • How do I hide the pen line I made a text pathway with?

    Hi, I drew a line with the pen then curved it into an 'S' shape, to make a text pathway.  My text is now nicely sitting in an 'S' shape but when I make the line beneath it 100% transparent the text goes transparent too. Many thanks Sophie

  • SAPbobsCOM.Documents.Lines.Text ReadOnly

    I'm trying to do something like this oSapInvoice.Lines.Text = oDocDett.Text where oSapInvoice is a SAPbobsCOM.Documents, but the Text property is readonly. How can I do to copy the column "Item Details" (Text property) in a document line using the SD

  • Reader X does not work!

    My new Win 7 (64 bit) with Reader X installed, will not read my Wells Fargo Bank Statements. With Reader 9, it read the pdf statement just fine. I called Adobe and got the $39.00 bit, which I'm not happy about. I can't find on the Adobe web site how