[Bug 815659] Re: alternate install from USB-Stick fails because it expects CD-ROM
Kristján Friðjónsson
815659 at bugs.launchpad.net
Tue Jul 26 00:53:38 UTC 2011
Thank you Joe.
This worked with one minor adjustment that took some serious headwork on
my behalf. In the end the only thing I needed to change was this:
ln -s ../sda1 cdrom0 (where sda1 is your USB stick)
to
ln -s ../sdb cdrom0 (where sdb is your USB stick)
Much obliged
Kristján
On Mon, 2011-07-25 at 17:25 +0000, Joe Burgess wrote:
> Switch to the second virtual console during the first couple of
> dialogs
> (when asked about your preferred language for the installation etc.)
> by
> pressing the ""ALT-2"". Do the following:
>
> *
>
> mkdir /cdrom /dev/cdroms
> *
>
> cd /dev/cdroms
> *
>
> ln -s ../sda1 cdrom0 (where sda1 is your USB stick)
> *
>
> mount -t vfat /dev/cdroms/cdrom0 /cdrom
>
> Then switch back to the first virtual console by pressing ""ALT-1"".
> Continue installing Ubuntu as if you were running from CD.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to debian-installer in Ubuntu.
https://bugs.launchpad.net/bugs/815659
Title:
alternate install from USB-Stick fails because it expects CD-ROM
Status in “debian-installer” package in Ubuntu:
New
Bug description:
After downloading the ubuntu-11.04-alternate-i386.iso and putting it
on a USB-Stick with UNetbootin and then booting it into the install
menu everything is fine. Only after choosing basically any type of
install mode with or without adding the boot option
INSTALL_MEDIA_DEV=/dev/sda1 and choosing screen, location and
keyboard, install fails because CD-ROM drive can not be found.
Obviously when installing from USB stick you don't want to have to
burn iso to CD and perhaps even having to search for an external CD-
ROM drive.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/815659/+subscriptions
More information about the foundations-bugs
mailing list