Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 28

Thread: /dev/sr0 problem on USB

  1. #11
    Join Date
    Jun 2005
    Location
    Manchester UK
    Beans
    280
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: /dev/sr0 problem on USB

    Quote Originally Posted by harold1 View Post
    How do you disable floppy's. Can that be done with a program in the GUI?
    Disable floppy or. floppy controller in BIOS (if you don't have a floppy drive).
    BIOS (Basic Input Output System - showing off now) is a small built-in program your PC runs when you boot it up. Normally you hold down a specific F-key on boot up to enter the BIOS. Although it can vary from manufacturer to manufacturer.

    It's not a great idea to mess around in the BIOS unless you know what your doing.
    Last edited by gibbylinks; December 29th, 2009 at 09:04 AM. Reason: added word for clarity

  2. #12
    Join Date
    Dec 2009
    Beans
    1

    Re: /dev/sr0 problem on USB

    Hi,

    I think I have the same problem.
    I booted Ubuntu from a 9.10 disk (the normal version from the ubuntu website).

    From there I installed a Ubuntu system on a USB stick.

    Started my via epia system from that stick. Everything worked kind of ok, but from time to time firefox and other application frooze and the machine did not respond anymore.

    To solve those crash situations, I then installed all packages and patches, that were offered in the package manager.
    After everything had been installed, I did a reboot ....

    From now on the sytem could not start properly and I receive the /dev/sr0 error message.

    Sagir

  3. #13
    Join Date
    Aug 2009
    Beans
    824

    Re: /dev/sr0 problem on USB

    [solved]
    Reformatted the usb disk, used latest unetbootin and created usb, now it works without any errors that I can see.


    I have the same problem here but after the can't open /dev/sr0 error it drops to busybox shell and nothing happens after that.

    The error is initramfs unable to find medium containing live file system.

    When I type mount I see the usb drive is not mounted (no wonder there is no medium containing live cd ). I think I might be missing some kernel parameters at the boot menu, here is my boot menu entry for the live cd:

    Code:
    label ubuntu
    menu label Ubuntu live
    kernel /casper/vmlinuz
    append  file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash --
    Will now try without quiet and splash option but I don't see (of find any using google) option to tell it to run from usb instead of cd/dvd. Is there a list out there somewhere with valid kernel parameters? Can anyone who has this working post the entry in their syslinux.cfg?
    Last edited by amsterdamharu; January 29th, 2010 at 09:28 AM. Reason: Solved

  4. #14
    Join Date
    Feb 2010
    Beans
    3

    Re: /dev/sr0 problem on USB

    try to remove this option
    Code:
    file=/cdrom/preseed/ubuntu.seed
    and add this option
    Code:
    live-media-path=/casper/
    and add this option (to prevent the boot from hanging with infinite "stdin: error 0" outputs)
    Code:
    ignore_uuid
    full sample
    Code:
    kernel /casper/vmlinuz
    append boot=casper initrd=/casper/initrd.lz live-media-path=/casper/ quiet splash ignore_uuid --
    this work for me...

  5. #15
    Join Date
    Jan 2009
    Beans
    8

    Re: /dev/sr0 problem on USB

    Quote Originally Posted by novebeta View Post
    try to remove this option
    Code:
    file=/cdrom/preseed/ubuntu.seed
    and add this option
    Code:
    live-media-path=/casper/
    and add this option (to prevent the boot from hanging with infinite "stdin: error 0" outputs)
    Code:
    ignore_uuid
    full sample
    Code:
    kernel /casper/vmlinuz
    append boot=casper initrd=/casper/initrd.lz live-media-path=/casper/ quiet splash ignore_uuid --
    this work for me...
    It work for me too.
    Thank you very much.

  6. #16
    Join Date
    May 2010
    Beans
    1

    Re: /dev/sr0 problem on USB

    Quote Originally Posted by novebeta View Post
    try to remove this option
    Code:
    file=/cdrom/preseed/ubuntu.seed
    and add this option
    Code:
    live-media-path=/casper/
    and add this option (to prevent the boot from hanging with infinite "stdin: error 0" outputs)
    Code:
    ignore_uuid
    full sample
    Code:
    kernel /casper/vmlinuz
    append boot=casper initrd=/casper/initrd.lz live-media-path=/casper/ quiet splash ignore_uuid --
    this work for me...
    Excuse me, but i'm quite a noob. Where do i modify these parameters?

    Thanks!

  7. #17
    Join Date
    May 2007
    Location
    Sarajevo
    Beans
    19
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: /dev/sr0 problem on USB

    Normally in syslinux.cfg file, as written above, if it's simple USB with just Ubuntu.
    In some other case, it's menu.lst with multiple entries and boot options.

  8. #18
    Join Date
    Jan 2010
    Beans
    4

    Re: /dev/sr0 problem on USB

    Quote Originally Posted by SigiSi View Post
    Disable floppy or. floppy controler in BIOS (if you don't have a floppy drive).

    Many Many Thanks. This worked for me straight away. The USB stick worked on many other computers but this one had no floppy in it. Got to the installer fine now

    Cheers!!!
    Boslow

  9. #19
    Join Date
    May 2010
    Beans
    1

    Re: /dev/sr0 problem on USB

    Quote Originally Posted by SigiSi View Post
    Disable floppy or. floppy controler in BIOS (if you don't have a floppy drive).
    I had the same problem installing ubuntu 10.04 64bit and mythbuntu 10.04. This worked for me. THANKS!

  10. #20
    Join Date
    Nov 2009
    Beans
    5

    Re: /dev/sr0 problem on USB

    Quote Originally Posted by SigiSi View Post
    Disable floppy or. floppy controler in BIOS (if you don't have a floppy drive).
    Many many thanks, this worked for me too.

Page 2 of 3 FirstFirst 123 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •