Boot 2011.08.19 installation media from grub2 via loopback

I have been trying to get the new installation media to boot from grub2 using loopback. The kernel and ramdisk load fine but it fails when it gets to the loopback mounting hook. I receive the following error message:
::Setup a loop device from iso/archlinux-2011.08.19-core-dual.iso located at device /dev/disk/by-label/MULTIBOOT
losetup: /dev/loop0: No suck file or directory
It then tries booting of of a CD, fails, and throws me to the minimal shell.
Has anyone gotten loopback booting of the install media working?
My grub2 entries are:
set drive_label=MULTIBOOT
menuentry "ArchLinux 2011.08.19 i686" {
set isofile="iso/archlinux-2011.08.19-core-dual.iso"
loopback loop /$isofile
echo 'loading kernel...'
linux (loop)/arch/boot/i686/vmlinuz lang=en locale=en_US.UTF-8 ramdisk_size=75% img_dev=/dev/disk/by-label/$drive_label img_loop=$isofile
echo 'loading ramdisk...'
initrd (loop)/arch/boot/i686/archiso.img
menuentry "ArchLinux 2011.08.19 x86_64" {
set isofile="iso/archlinux-2011.08.19-core-dual.iso"
loopback loop /$isofile
echo 'loading kernel...'
linux (loop)/arch/boot/x86_64/vmlinuz lang=en locale=en_US.UTF-8 ramdisk_size=75% img_dev=/dev/disk/by-label/$drive_label img_loop=$isofile
echo 'loading ramdisk...'
initrd (loop)/arch/boot/x86_64/archiso.img
Last edited by billyburly (2011-08-27 19:48:24)

You are welcome.
Oh, but in your case you also need to remaster iso. (I was think when I test these things directly with qemu, passing arguments -kernel/-initrd/-append )
mkdir -p /tmp/archlinux/{mnt,iso}
mount /path/to/your/archlinux-2011.08.19-core-dual.iso /tmp/archlinux/mnt
cp -a /tmp/archlinux/mnt/* /tmp/archlinux/iso
umount /tmp/archlinux/mnt
Now repack initramfs in /tmp/archlinux/iso/arch/boot/{i686,x86_64}/archiso.img
cd /tmp/archlinux/iso/arch
find -type f ! -name checksum.md5 -print0 | xargs -0 md5sum > checksum.md5
mkisofs -r -l \
-b isolinux/isolinux.bin -c isolinux/boot.cat \
-uid 0 -gid 0 \
-udf -allow-limited-size -iso-level 3 \
-input-charset utf-8 -p "prepared by mkarchiso" \
-no-emul-boot -boot-load-size 4 -boot-info-table \
-publisher "Arch Linux <http://www.archlinux.org>" \
-A "Arch Linux Live/Rescue CD" \
-V "ARCH_201108" \
-o "/tmp/archlinux/archlinux-2011.08.19-core-dual.iso" "/tmp/archlinux/iso"
isohybrid "/tmp/archlinux/archlinux-2011.08.19-core-dual.iso"
cd /tmp
rm -r /tmp/archlinux/iso
Good Luck.
Last edited by djgera (2011-08-27 23:02:20)

Similar Messages

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

  • Booting ISO from Grub2 without Loopback support

    I am trying to boot an archlinux install ISO from grub2 menu, but I have no loopback support.  I am not sure how I got to this point, but I installed Ubuntu first (just to test out the system and make sure that UEFI works fine.  Then I booted the ISO file just fine, (I used grub-config to modify the bootup).  During the install, I used cgdisk to redo my partition tables.  After that, cgdisk said something about the partitions not taking effect until I rebooted... after reboot, I now get the grub console and nothing else.  UEFI bios will not allow booting USB, so the only way I can do this is via this grub console.
    The only things I did were; create a new partition at the end of the drive to store my ISO file and mkfs.ext4 /dev/sda2... The UEFI partition is still intact from ubuntu (i did not format that one).
    I tried following this guide, http://wiki.grml.org/doku.php?id=rescueboot ,but it wasn't successful.
    insmod part_msdos
    insmod ext2
    set root='(hd0,4)'
    linux /arch/boot/x86_64/vmlinuz boot=live findiso=/archlinux-2014.01.05-dual.iso toram
    initrd /arch/boot/x86_64/archiso.img
    When I try to set the linux variables, i get an error that says /arch/boot/x86_64/vmlinuz cant be found.
    I tried putting a livecd onto a usb drive, but when I get all of the parameters set and type boot, it just reboots the machine and goes right back to the grub console. 
    Any help would be greatly appreciated.

    I really don't understand why you would go find some random guide and not check our wiki.

  • How to create Windows 8 installation media from Hidden Recovery partition

    My laptop (HP Envy 15- j048tx) came pre-installed with a Windows 8 (OEM) on UEFI GPT partition. Somehow I messed up with the pre-installed Windows 8 and made a clean update to Windows 8.1 (Pro) after enabling Legacy BIOS as the boot method in the CMOS setup. Then i realise that the 8.1(pro) doesn't have Windows product key and hence could not be activated. Before I change the boot method from UEFI to BIOS, trying being cautious, i managed to make a copy of the Recovery partition (22.6 GB) to a USB drive. FYI, While I was still using the pre-installed OEM OS, I also tried to create a recovery DVD (which requires 6 DVD) but I gave it up after burning only the first Disc (Disc-1 of 6.)
    Now i'm trying to go back to the default Windows 8 provided by the OEM, as I believe, it has with it a product key embedded somewhere in the BIOS. However, I cannot load the Windows from the copy of the recovery partition I've made earlier. Here's what i've worked around unsuccesfully: Burned an ISO of the Disc-1 (recovery DVD) with 'Image Burn', Edited the ISO file with 'WinISO' and added the entire 22.6 GB file from the recovery partition and then generated a USB Installation drive in GPT partition style with 'Rufus'. I disabled the Legacy BIOS mode, enabled Secured boot and tried to re-install Windows 8 but a message pop-up showing "Selected boot image did not authenticate. Press <enter> to continue."
    I've tried to look-up the HP site to see if I can get help or to order HP recovery Disc (reluctantly though), but, guess, the site's support section was probably having some problem!
    Inspite of all my failed attempt, i'm still hopeful that something can be done to go back to the original OEM Windows from the back-up copy of the recovery partition I have with me. I shall be very grateful if somebody can help me get this mess sorted, while, keeping the ordering of HP Recovery Disc as a last resort.

    Hi @Renz75 
    Welcome to the HP Forums!
    It is a terrific place to find answers and tips!
    For you to have the best experience in the HP forum I would like to direct your attention to the HP Forums Guide Learn How to Post and More
    I understand that you copied the recovery partition to a USB drive before you accidentally did a clean install of Windows 8.1 pro  but  you did not have an activation key for that version.
    When you copied the recovery partition to the USB drive did you use Windows 8 to format the USB for Windows 8 before you copied the recovery manager.  If not it will not work properly.
    If you did format the USB correctly you can try this.
    Format the drive creating the necessary partitions first. Now try coping the recovery manager to the one partition . Once you have it copied  then try to access the recovery manager to do a full recovery back to factory.
    If this was unsuccessful please contact HP support to obtain a recovery kit.
    Please call our technical support at 800 474 6836. If you live outside the US/Canada Region, please click the link below to get a support number for your region.
    World Wide Phone Support
    Best of Luck!
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • How to eject installation media?

    This question is for an intel iMac24 with bluetooth keyboard and mouse.
    I'm trying to find a way to eject the MacOSX installation media
    from the DVD drive without installing MacOSX.
    I don't want to make any changes to the internal hard drive,
    I just want to remove the install media from the DVD drive.
    I tried holding down the option key, but when the system
    is powered on it just launches into the installer again. Similarly,
    the eject key has on effect. There's no manual eject button on
    the DVD drive.
    If there's no way to eject the MacOSX install media without
    completing the installation, would anyone be able
    to point me to instructions on completing the installation
    to an external firewire drive (instead of the internal drive),
    so that I could leave the internal drive unaffected?
    Thanks for reading. I've another operating system installed
    on the internal drive, and it'd be great if I could leave it
    untouched.

    Hi Simon,
    Thanks for your advice. I tried using a wired mouse
    as you suggested, and it still continues on into the
    OSX installation.
    I talked with Apple Care on the phone, and they suggested
    the same thing as you did, as well as booting the machine
    while holding down the "Option" key.
    They also suggested using the menu to quit from the installer,
    and click on the (if I remember correctly) "Startup Device"
    button, but my internal hard drive didn't show up in
    the list of choices.
    I also noticed that if I try to continue with the MAC OSX
    installation, that mt internal hard drive doesn't show up
    in the list of destination devices. Nor does an external
    firewire disk show up, when I plug in one of those. Should
    an external firewire disk be allowed as a MAC OSX installation
    targed device? If so, then perhaps I could complete the install
    and then eject the media that way?
    Anyways, the Apple Care folks have suggested that bringing
    the machine in to an Apple Store is the only way to fix it.
    Hopefully they'll be able to get the installation media out
    Happy new year, and thanks for your advice.
    Thanks,
    Peter.

  • CS4 Master Collection Updated Installation Media

    I am setting up a remote deployment package for CS4 Master Collection using the Development Tool Kit to use with SCCM.
    I was initially using the 4 installation media provided using the steps provided in the documentation. However, they are clearly outdated now and require updating. If i download the Installation media from the http://helpx.adobe.com/creative-suite/kb/cs4-product-downloads.html webpage will these have the current updates installed or will the client systems have run the updates still?
    I did find the remote updating tool but it states it is for CS5 and above. Is there a similar tool for CS4?
    Thanks for any assistance.

    Moving this discussion to the Enterprise Deployment for Creative Cloud, Creative Suite forum'
    Mikey_it please be aware the installers available at Download CS4 products are for retail licenses.  If you are deploying the software then it is likely you have a volume license.  In this case you will want to download the volume license installation files from https://licensing.adobe.com/.

  • How to get Installation Media for Windows 7 Home Basic?

    I Have a Lenovo G470 laptop which previously came with Genuine Windows 7 Home Basic. But Once My OS was corrupted and I take my laptop to Lenovo Service Center, they installed Windows 7 Home Premium In my laptop. I never faced any Activation Issue after that.
    Few days ago my laptop was again corrupted and I Downloaded Windows 7 Home Premium ISO and burned it in a DVD and had a clean installation in my laptop, but this time Activation Issue occurred. I tried to get help from Microsoft technical support, they told me to ask for Installation media from Lenovo. When I contacted Lenovo technical support they told me that they do not provide any installation media. They charge a amount of 850 and also formats all data on HDD.
    How they Succeed to activate Windows 7 Home Premium OS in a Windows 7 Home Basic base laptop without any Activation Issues.
    Why Lenovo Don't Provide Installation Media when I am having a Valid Product Key?

    Hi ashikns7, 
    Welcome to Sony Community!
    How did you upgrade to Windows 8? did you try to reformat  the computer usingthe partition on the hard drive?
    Try the steps on the link below:
    How to reformat the computer using F10
    https://us.en.kb.sony.com/app/answers/detail/a_id/35585/c/65,66/kw/factory%20reset%20using%20f10
    You can also purchase the Vaio Recovery Disc from the country of origin. 
    For further assistance regarding your concern, please contact the Sony offices/Sony representative offices nearest to your place of residence in Asia Pacific region http://www.sony-asia.com/countryselector.html?hpid=countryselector:AsiaPacific. Due to proximity, they are in a better position to respond to your questions or concerns.
    Regards,
    Jen
    If my post answers your question, please mark it as "Accept as Solution"
     

  • Oracle 10gR2 installation Media

    Hi,
    I can see on OTN where I can download Oracle 10gR2 for all platforms, and I can see on oraclepartnernetwork where I can request installation media be shipped for 10gR1.
    Where do I request official installation media from Oracle for 10gR2???
    Cheers for any feedback

    You want the CDs? You can get a media pack from http://store.oracle.com/
    If you just wante the images you probably need to go to edelivery.
    ~Jer

  • Can't boot from windows 7 usb installation media

    When trying to boot from windows 7 usb installation media no efi boot option availiable. Using "boot from efi file" option whith each and every .efi file on installation media results in a message saying "The selected boot device failed. Press <Enter> to Continue". 
    USB installation media created using original windows 7 iso image and couple diskpart commands(resulting in clean flash storage with a single active primary partition) plus simple copying of the iso image's contents on usb flash. 
    Enabling/Disabling SecureBoot doesn't have any impact whatsoever. 
    Installation boots from aforementioned media successfully when CSM enabled, though i would really prefer installing Windows 7 in uefi mode. Which microsoft claims Windows 7 supports. 
    Any help or suggestions would be much appreciated. Thanks in advance. 
    PS: my disappointment in this particular HP notebook is unspeakable. Aside from issue of the current topic, It keeps defaulting to windows boot manager when dual-booting windows & linux no matter what i do, and windows 8.1 Pro is constantly BSODing whenever i try to run fullscreen games on high-performance GPU whith every graphics driver i could possibly install (including both hp's own and amd's). Found silly workarounds for both of these issues, however still hate HP treating it's customers that way.

    Booting from USB 2.0 port or DVD with SecureBoot disabled gets me to a screen saying "starting windows", just before the actual setup begins and then system simply hangs. Still unable to install. Thanks for your suggestion though.

  • Booting T3-2 servers from downloaded Sol-11-1111 text installer media

    Hello, I have attempted to boot my new T3-2 servers from an ISO on a DVD. Each time I get an error stating that the file doesn't appear to be executable. This same DVD worked on a T3-1 server. My issue is that the compressed onboard install media that runs when you startup the drive isn't complete. I tried to create the IPS to update and install packages and rsync, pkgrepo, pkgrecv, among other commands, were not found. When I installed my T3-1's everything was there. Very frustrating, I tried connecting a USB DVD drive up but no joy, it still won't see it even after using the alias found with devalias. This was something I had to do with some older Sun hardware that wouldn't boot from the internal drives like this one.
    Any one have some information?
    I have googled and searched the Oracle docs but nothing.
    ej

    Hello
    I have question regarding installation Sun OS to T3-1 server. For Element Managament Syatem supported only this rel.
    Now I faced with problem when can't install Sun 10 10/09 using internal dvd. And cant install from external Pioner DVD drive. Quiestion is did you have any recommendation how I can do this. Recommendation from sun doc to add in ehci.conf not helped to me, installation not started, so I try to find another way how?
    Thanks in advance.
    Will be gratefull for any recomendation

  • [SOLVED]Hanging after booting from installation media

    Yesterday I booted from a rw-DVD got to the terminal and could execute commands, connect to the internet and use elink etc no problem. I didn't go through with installation as I wanted to read up more on partitioning my drives for dual booting before actually doing so.
    Trying the same thing today, and it hangs soon after I boot, regardless of whether I do anything. Printing the following:
    nouveau E[ DRM] failed to idle channel 0xcccc0000 [DRM]
    pci_pm_runtime_suspend(): nouveau_pmops_runtime_suspend+0x0/0xf0 [nouveau] returns -16
    INFO: rcu_preempt detected stalls on CPUs/tasks: { 6} (detected by 1, t=18002 jiffiess, g=974, c=973, q=604)
    This is without me typing anything. If I try to execute a command quickly after booting it sometimes works, but after a couple of minutes it will complain of a soft lockup.
    I've tried burning another disk, and using a USB installation media, but the same thing happens. Any thoughts?
    Edit: Trying to run it on a laptop with i7-4700MQ, 16GB ram, and Intel(R) HD Graphics 4600 / NVIDIA GeForce GTX 770M
    Second Edit: Booted with nomodeset, which worked and allowed me to install. Just trying to sort out the sodding boot loaders now...
    Last edited by glfharris (2014-07-11 22:42:31)

    Welcome to the forum.
    First of all, you should get in the habit of using [ code ] tags when posting code, not [ quote ] tags (well, unless you want to apply some styling to it, like bold, italic, etc).
    This is wrong:
    # umount /dev/sdc
    This is correct:
    # umount /dev/sdc1
    You were trying to unmount the drive as a whole, which obviously isn't mounted, instead of the first (and probably only) partition. Had you followed the advice from the note to use blkid and check if it's mounted, this wouldn't have happened. But the fact that a DVD produced that error puzzles me... I have no experience with UEFI, but I think you need to press F10, F11, or something like that, to able able to get to a UEFI boot menu, and choose the optical unit as source.
    I hope you used a BitTorrent client when downloading the ISO, and not some direct link (which are prone to CRC errors). If you used a direct link, then check the MD5 and make sure that it matches the one from the Download page. For future reference, torrents are checked while they're being downloaded.

  • Windows 7 Installation Media Only Boots into Recovery

    Ever since I've updated to Windows 8, I have been really pleased. Everything works fine but when I was automatically updated to windows 8.1, I wasn't happy. I mostly use my PC for gaming and emulating my favourite classic game consoles. But windows 8.1 either
    doesn't allow games to play, and makes my emulators run at 15 FPS (normally they run at 55-60). And now, I cant install Graphics drivers! I used to be able to on windows 8. 8.1 will not let me run any of my old Windows 7 Apps either,
    So, after spending hours backing up my date, ready to start a fresh windows 7 installation, I figured out that I cannot upgrade, or even start the installation from the USB drive!
    I had lots of issues with Windows Vista and used the same installation media to fix the OS. Now, the installation ONLY boots into recovery mode!
    Luckily, I use Debian KDE on the side, So I am able to use my computer, but not play any games.
    Is there any way to have the installation media boot into Win7 Setup?

    Hi,
    Could you provide with a screen shoot?
    Please test the USB drive in another pc.
    If it is the same issue, it would be caused by the USB  drive.
    And then follow the steps to create a bootable USB drive.
    Create a Bootable USB Flash Drive
    http://technet.microsoft.com/en-us/library/jj200124.aspx
    Hope this helps,
    Ada Liu
    TechNet Community Support

  • Cant Install Tiger From Original Installation Media After Hard Drive Failure.

    I have this MacBook:
    http://everymac.com/systems/apple/macbook/specs/macbook-core-2-duo-2.16-black-13 -mid-2007-specs.html
    Hard Drive failed (no boot, nasty clicking sound).
    I installed a new hard drive. Tried to install Snow Leopard from a retail disk - it would boot from the disc and I would get partway through the installation before stalling.
    After doing research, I realized I needed to install from the original installation media (tiger) and then upgrade to a newer OS.
    I dont have the Original installation media, called up Apple - paid their fees, got the 4 installation discs and no pressing C while booting, or pressing the option key will get the computer to boot from that installation disc.
    I just get a folder with a ?
    I know the drive works fine, because it booted normally from the Snow Leopard disc.
    I know the new disc Apple sent is good, because I put it in my other computer (iMac) and saw the installer and was able to open the PDF readme.
    Now im stuck - cant reinstall the OS because I cant get it to boot off the disc!
    When holding down the C button during boot, I can hear the disc drive making noise - but all i get this that blinking folder with a ?

    I could not boot into time machine's external drive. I used my snow leopard disk to install and and then Mavericks from app store. Then migration assistant.
    I am thinking about a backup to my backup.
    thanks for the help.

  • Can't boot arch installation media with nvidia 9600GT – nouveau error

    Hello!
    I recently tried Arch Linux and was very pleased with the performance and distro philosophy. I've managed to install it on my laptop following the beginners guide. Though, today I tried the same thing on my desktop computer and can't even reach the installation command line. This desktop have a nvidia 9600GT graphics card installed.
    I leave my process here for better understanding:
    Boot computer with installation media (I'm using the archlinux-2013.08.01-dual.iso);
    Select Boot Arch Linux (x86_64) option from the menu;
    Kernel starts to boot and then it gives me the following right after the Triggering uevents message:
    nouveau E[ PFIFO][0000:02:00.0] DMA_PUSHER - ch 1 [DRM] get 0x000000000 put 0x0000000000 ib_get 0x00000000 ib_put 0x00000001 state 0xa0000000 (err: IB_EMPTY) push 0x00406040
    the boot process freezes and I have to manually shutdown the computer.
    Just to be sure, I tried the same installation media on a different computer and it boots normally.
    I'm thinking of swaping the graphics card temporarily just for the initial installation. After that I could install the nvidia drivers and connect this graphic card back on. But sadly I'm one graphics card short.
    Can you help me?
    Thank you in advance.

    cfr wrote:
    Welcome to Arch.
    Try editing the kernel command line and adding nomodeset. This should force the OS to fall back to an alternative because nouveau requires modesetting, if I remember correctly.
    Wow! That solved it! Thank you.

  • [SOLVED] USB Installation Media Boot Problems

    Hi all,
    I'm having trouble creating a live USB stick that my new (to me) HP Elitebook
    2730p laptop can boot successfully. Here is what I've tried so far:
    1. dd with the latest stable Arch installation media
    In other words:
    # dd if=/path/to/archlinux*.iso of=/dev/sdb
    Result: I can boot with the USB stick on my old Dell laptop (which is running
    Arch) without issue, but can't with the new HP. The BIOS will freeze if the USB
    stick is inserted, and will only unfreeze after I remove it.
    2. dd with a recent Arch installation media snapshot
    The snapshot is ``archlinux-2012.06.05_04-00-01-core-x86_64.iso''. I
    install the image to the USB stick with the same dd method above,
    and I get the same behavior: works fine on the old Dell, but freezes the BIOS of
    the new HP.
    3. dd with an old lubuntu iso
    This time, I used an old lubuntu iso
    (lubuntu-11.10-desktop-amd64.iso) with dd. This method
    worked without a problem -- both my old Dell and my new HP would boot it without
    complaint.
    3. unetbootin with the latest stable Arch installation media
    Creating the USB stick with unetbootin allows me to boot the stick with the new
    HP, but the boot fails to the ramfs prompt after ``Waiting 30 seconds for device
    /dev/disk/by-label/ ...'' (notice how there's nothing after ``by-label/'').
    Adding ``vmalloc=448M'' to the end of the unetbootin boot entry makes no
    difference.
    4. Image Writer for Windows
    The ``USB Installation Media'' wiki page suggests using ``Image Writer for
    Windows'' to create a bootable USB stick. I tried this method using Windows 7
    Professional, and the result was the same as attempts 1 and 2: the USB stick
    freezes the HP's BIOS.
    Other notes
    I've checked the md5sums of all the isos I've tried
    I've updated the BIOS on the HP laptop
    I've used the same USB stick for each of the above situations
    The new HP laptop does not have an optical drive, and I don't own an
    external one
    In attempts 1, 2, and 4, I noticed that cfdisk shows that the partition
    that contains the installation files has both the ``Bootable'' and ``NC'' flags
    set. The cfdisk man page says that the latter flag stands for ``Not Compatible
    with DOS or OS/2''. I can actually remove this flag by using the ``Maximize''
    option in cfdisk, which actually makes the USB stick bootable by the HP
    computer's BIOS, but the boot eventually fails to the ``ramfs prompt
    thingy'' after saying ``ERROR: '/dev/disk/by-label/ARCH_201108' found, but the
    filesystem type is unknown''
    In attempt 3 (the lubuntu one), I noticed that cfdisk shows a bit of free
    space in front of the partition that contains the lubuntu files. The ``NC'' flag
    is not present when I run cdisk.
    My current theory is this: I believe my new HP's BIOS is unhappy with the
    ``isohybrid-nature'' of the Arch installation media. Is there any way I can
    confirm this, or obtain ``non-isohybrid'' Arch media?
    As you might imagine, this has been pretty frustrating. Any help would be
    greatly appreciated!
    Daniel
    Last edited by bebeababa (2012-06-10 15:04:43)

    bebeababa wrote:
    DSpider wrote:
    Adding ``vmalloc=448M'' to the end of the unetbootin boot entry makes no difference.
    Duh. That's for booting it from RAM (with MEMDISK) in case it doesn't map the entire file, which for some reason it didn't for the i686 iso on my computer. I probably should've specified it when I wrote the article. I'll add it tomorrow morning.
    Speaking of which, have you tried it?
    https://wiki.archlinux.org/index.php/US … O_from_RAM
    Because you only seem to be using dd ("Image Writer" is the same) and Unetbootin (which had various problems since forever). The correct syntax for dd is:
    $ sudo dd if=archlinux.iso of=/dev/sd[x]
    Warning: Make sure to use /dev/sdx and NOT /dev/sdx1. This is a very common error!
    https://wiki.archlinux.org/index.php/US … _USB_drive
    Haven't tried the ``Boot the entire ISO from RAM'' method yet. I'll give that a shot next.
    The ``Boot the entire ISO from RAM'' method worked like a charm! Thanks,
    DSpider!
    Marking thread [SOLVED].

Maybe you are looking for