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)

Similar Messages

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

  • Booting Arch-ISO from USB-Stick in UEFI mode fails

    Hi there,
    I'm running an Asrock H77M-ITX UEFI mobo. On this system I've already installed Arch on a Samsung 830 SSD (GPT formatted) - but in BIOS legacy mode because I've written the Arch-ISO image with "dd" to an USB-Stick (and UEFI boot mode wasn't even presented at boot).
    Out of curiosity I've re-formatted the stick and copied Arch-ISO following https://wiki.archlinux.org/index.php/Un … B_from_ISO.
    Now I could start the ISO in UEFI mode, but it failed to start gummiboot with the "No loader found. Configuration files in \loader\entries\*.conf are needed." error message, concerning a problem with gummiboot.
    Following some advice on the forum, I did this:
    - install refind-efi 0.4.7-2
    - copy /usr/lib/refind/refindx64.efi to [USB]/EFI/boot and renaming it to bootx64.efi (i.e. replacing the original bootx64.efi from gummiboot)
    - Create a new file in the same directory ([USB]/EFI/boot/) called refind.conf
    - Add this to it:
    textonly
    scanfor manual
    menuentry Arch {
    loader /arch/boot/x86_64/vmlinuz
    initrd /arch/boot/x86_64/archiso.img
    options "gpt loglevel=7 add_efi_memmap none=UEFI_ARCH_x86_64"
    With this I can launch Arch-ISO from the USB-Stick in UEFI mode and I can choose Arch from rEFIND. Then Arch-ISO starts booting but it always stops at the same point with this message:
    sd 6:0:0:0: [sdb] No Caching mode page present
    sd 6:0:0:0: [sdb] Assuming drive cache: write through
    sd 6:0:0:0: [sdb] Attached SCSI removable disk
    ERROR: '/dev/disk/by-label/' device did not show up after 30 seconds ...
    Falling back to interactive prompt
    You can try to fix the problem manually, log out when you are finished
    sh: can't access tty: job control turned off
    [rootfs /]#
    sdb is the USB-Stick from which I start Arch-ISO. Again - I didn't use dd to write the ISO to the stick.
    Maybe this is pretty easy to solve, but I have to admit that I'm somewhat stuck
    Last edited by swordfish (2012-11-19 21:31:43)

    WonderWoofy wrote:See what the difference is between archiso and archboot maybe?  Seriously, have you made any effort whatsoever?
    Of course. Read:
    The "Main Page" ( https://www.archlinux.org/ ) states:
    "You've reached the website for Arch Linux, a lightweight and flexible Linux® distribution that tries to Keep It Simple."
    "Keep It Simple". Yeah!
    In line with that, the "The Arch Way" page ( https://wiki.archlinux.org/index.php/The_Arch_Way ) states:
    "The following five core principles comprise what is commonly referred to as the Arch Way, or the Arch Philosophy, perhaps best summarized by the acronym KISS for Keep It Simple, Stupid."
    The ArchWiki ( https://wiki.archlinux.org/ ) links to several other pages, such as these:
    The "Forum Etiquette" page ( https://wiki.archlinux.org/index.php/Forum_Etiquette ) states under "Ineffective Discussion":
    "Arch is a Do It Yourself community" and "treat others as you would be treated; respect them and their views". I am very much a "do it yourself" person -- that's why I like The Arch Way. I also go by the Golden Rule stated here.
    Now, everyone is a newbie at some time. I and other posters here are obviously newbies with respect to ArchLinux. Even experts were newbies at one time. Newbies, by definition, do not necessarily know what they're doing, or where to find information. Hence, Arch's "Beginners' Guide" and such. Hence, posts on this board from newbies asking for help.
    As regards initial installation of ArchLinux, and consistent with the above, the FAQ ( https://wiki.archlinux.org/index.php/FAQ ), under "Q) Arch needs an installer. Maybe a GUI installer", states:
    "A) Since installation doesn't occur often (read the rest of this article to know more about what rolling release means), it is not a high priority for developers or users. The Installation Guide and Beginners' Guide have been fully updated to use the command-line method. If you're still interested in using an installer, consider using Archboot."
    So the basic installation instructions explicitly state that Archboot is not needed.
    The "Installation Guide" ( https://wiki.archlinux.org/index.php/Installation_Guide ) says nothing about either Archboot or Archiso.
    The "Beginners Guide" ( https://wiki.archlinux.org/index.php/Beginners%27_Guide ) says nothing about either Archboot or Archiso.
    The "Archboot" page ( https://wiki.archlinux.org/index.php/Archboot ) is consistent with the above information, because it states:
    "Archboot is a set of scripts to generate bootable media for CD/USB/PXE.
    It is designed for installation or rescue operation."
    The "Archiso" page ( https://wiki.archlinux.org/index.php/Archiso ) states:
    "Archiso is a small set of bash scripts that is capable of building fully functional Arch Linux based live CD and USB images. It is a very generic tool, so it could potentially be used to generate anything from rescue systems, install disks, to special interest live CD/DVD/USB systems, and who knows what else."
    So the pages describing both Archboot and Archiso clearly state that these tools are oriented towards already-existing installations -- even though it seems that they might be used, in certain circumstances, for initial installations.
    I happen to be very new at playing around with installing Linux distros (although I've used Unix/Linux as a regular user for more than 30 years), and am brand new with respect to ArchLinux. I only began playing with it this past Saturday. So I would expect a bit of useful help as opposed to "RTFM!" I will soon get past the need to RTFM for basic tasks, but I have a way to go.
    The fact is that for me and a number of other new ArchLinux users, the installation guides simply do not work. C.f. my post https://bbs.archlinux.org/viewtopic.php?id=153170 . I've done a lot of googling as well as searching the archives on this board, and others have come up against the same show-stopping installation problems that I have. I and others have posted to several recent threads on this board, trying to get past the problems, so far with no success.
    Now, the.ridikulus.rat had written:
    "You guys are using Archboot's kernel options for Archiso. Thats the issue in both the cases."
    Given that neither of these sets of scripts were used by me or swordfish, this comment is not useful.
    Given the above, can you or anyone else tell us what Archiso or Archboot might do to help us with our installation problems? Also, can you tell us how we, as newbies, ought to have found out how these might help?
    Alan

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

  • Install arch voodoo from usb flash memory

    I am interested in anybody crazy enough to try this tutorial I made http://wiki.archlinux.org/index.php/Ins … ash_memory , I tested it with my hardaware and until now it was worked out great, but i am looking for second opinions.
    I also posted an updater script that will update the install packages, so you can always carry a freshly updated arch install, anybody willing to test it on any spare usb flash memory or external hd they might have, please do so.
    Cheers!
    Last edited by thewonka (2007-02-18 07:16:52)

    tried out your wiki guide works ok here ... on a 256mb pendrive will say sed command caught me out [could you say in guide what you changed! in menu.lst]
    Ok checked pendrive on Laptop boots fine :-) [0.8!!!]
    thanks for sharing ;-)
    Last edited by Mr Green (2007-02-18 09:33:21)

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

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

  • How to boot from USB flash drive - Portege R500

    Hi,
    I have a Portege R500 running Windows XP, brought about 2 years ago, and recently contracted a worm virus that has infected some of the start up files as the minute I log in it logs out again, even in safe mode! Quickest way I can think of sorting it is to reformat it with the XP recovery disc and reinstall windows.
    Problem!! The CD/DVD drive on the laptop stopped working a while ago, have tried pretty much everything in the thread on this site but had no luck.
    So my plan was to boot from a USB flash drive and do it that way. However in the boot settings I only have the options of HDD / FDD / CD-ROM / LAN, neither of these will work. Does anyone know how to boot from USB flash drives?
    Any help would be really appreciated

    Hi
    As far as I know it should be possible to boot from USB FDD
    Im not sure if you would be able to boot from USB flash drive but its definitely worth a try
    Generally you could try to press F12 button when notebook powers up.
    Then a boot menu should appear on the display and you should see all bootable devices.
    PS: As far as I know the USB booting was available in ToshibaHWSetup (Toshiba tool which changes the BIOS settings in windows OS.) Therefore I assume booting from USB should be possible.
    Greets

  • Re: Can i boot Satellite L10-102 from USB flash disk?

    hello everybody, i wonder whether it's possible or not to boot my good-old laptop via usb flash disk? do you think my laptop's bios support this feature?
    lol... sorry i forgot feedback part... well people are looking at what i asked, but no one writes back.
    I think it would be better at least admins direct members to the sources where they can find some info.
    Message was edited by: inbigtrouble

    Hi
    I doubt you could boot from USB flash disk
    As I remember the older notebook series support the booting from HDD, ODD, LAN and USB FDD drive (diskette). The booting from USB flash disk is not supported.
    Greets

  • Does KT880 boot from USB Flash Disk?

    Does KT880 boot from USB Flash Disk?
    Your real experience?

    I would like to buy this board.
    So that is why I am searching for proved experience.

  • Strange screen colors while booting Arch Linux (i686)

    I'm trying to install Arch on an old computer via usb live,
    when I start the first option "Boot Arch Linux i686" at the beginning seems to work then stops and appears:
    Arch Linux 3.17.6-1-arch (tty1)
    archiso login: root (automatic login)
    at this point the pixels begin to change from black to white. until the monitor becomes completely white and black horizontal line appears at the center.
    you have any idea what could be the problem?
    Thanks for  help
    Last edited by Enrico87 (2015-01-28 19:06:27)

    Enrico87 wrote:actually i have installed Debian
    What??  The first post clearly said archlinux, but if this is debian, you are asking in the wrong place.  Did you just use debian because the arch iso was unusable?  Did these visual distrubances completely prevent login?
    can you link me the article?
    Not likely.  Is your google broken?
    EDIT: in hindsight this post was more abrupt than needed for a new-comer to the forums.  Please pardon the tone - but the content was exactly as intended.  We are happy to help when it is needed, but archlinux users are expected to be able to do some of their own research.  If you really need the wiki link provided to you, you most likely would never be happy with archlinux.
    Last edited by Trilby (2015-01-28 20:12:45)

  • Toshiba 40SL733g - How to play video files from USB flash memory

    When I plug my USB flash memory in USB port, Media Player menu shows up with two options : Photos and Settings.
    How do I make my TV recognize and play video files from USB flash memory?
    Flash is on FAT32.
    I have tried to play avi, mp4 and mkv files but nothing happens. It looks like flash is empty.
    Could you please help me solve this problem.
    Thanks!

    bzunic, have you updated the firmware for your model?.
    With my own set, (32RL900A), the instruction manual said that certain buttons on the remote control were "unused", however, after the first firmware update, the previously "unused" buttons were used, (In our case, Time Shift, Record, and so on).
    The reason I talk about this is, these features became available after a firmware upgrade, and were not mentioned in the user manual, in our case, and a later download of the instruction manual for our model actually gave the instructions for the use of these features, which were shown as "not available", in the original instruction manual supplied with the TV, but became available after the firmware upgrade.
    Let us know how it all works out ............
    donhe7

  • Can't boot install disk from usb drive

    I bought a macbook pro back in late 2007 and up until now im getting ready to sell it. So now while restoring to factory settings, i wiped off the hard drive and i need to reinstall my install discs which i still have. However, the cd drive doenst work on the laptop. It hasnt worked since i can remember. I already imaged the instal disk into a usb flash drive and tried booting from there. When i turn it on and hold "option," it reads the flash drive as a backup, but it wont boot from it. I click the flash drive, and it loads, but then the apple logo gets replaced by a "no symbol."
    I have a new macbook pro, but not a firewire cable or an external cd/dvd drive. Anyone know how i can get the old laptop to boot from the usb?
    BTW, the install cd's are for tiger, but i installed snow leopard when it came out. Im not sure if i still have the cd for snow leopard, but i dont think that would help since the cd drive doenst work. Do i need to buy an external cd drive to reinstall my operating system?

    chonke wrote:
    the install cd's are for tiger, but i installed snow leopard when it came out. Im not sure if i still have the cd for snow leopard
    Well that's your problem you used Tiger and the firmware was changed to prevent booting from the older operating system once you upgraded to Snow Leopard.
    You will need a copy of the Snow Leopard disks, the white one's online at Apple will work
    Then you need to follow this to make a 10.6 install USB
    http://www.maciverse.com/install-os-x-snow-leopard-from-usb-flash-drive.html
    Here are the instructions to install Snow Leopard, I advise zero erasing the entire drive first, this will clear any bad sectors and make the install work perfectly when you sell it and not get call back (although the cd drive is dead of course)
    You might be able to extract the free iLife off the Tiger disks, then Software Update fully to bring it up to date using Pacifist from CharlesSoft.
    How to erase and install Snow Leopard 10.6
    BTW, you can't boot/install off a external optical, only internal.

  • Booting 'Arch Linux' Error 15: File not found

    Booting 'Arch Linux'
    root (hd0,0)
    Filesystem type is ext2fs, partition type 0x83
    kernel /vmlinuz26 root=/dev/sda3 ro vga=792
    Error 15: File not found
    Press any key to continue...
    It's the message that Grub send me choose any option.
    Can I solve or I need to format and reinstall?

    donniezazen,
    Note that you responded to a three year old thread.  I cannot tell if you are having a problem, but I doubt this thread has any bearing on it.
    Closing.  If you are having an issue, please open a new thread.  Our policy
    Thanks

Maybe you are looking for