_______________________________________________
64studio-users mailing list
64studio-users@64studio.com
http://lists.64studio.com/mailman/listinfo/64studio-users
_______________________________________________
64studio-users mailing list
64studio-users@64studio.com
http://lists.64studio.com/mailman/listinfo/64studio-users
09-26-2008, 10:55 AM
Ryan Gallagher
Ah, I wish I had not formatted my hard drive now hehe.* I'll wait for
the new build then but it would have been good for them to have let us
know that a bit more up front.
Thanks for letting me know, I wish I had posted here sooner, I thought
it was something dumb I was doing :-D
Talk to you soon,
Ryan.
Steve Paine wrote:
Yup. This is the problem that others are having.
Canonical are aware.
I'm sure a fix will filter through in the bext build so hold on for a
bit!
S.
On Fri, Sep 26, 2008 at 12:31 PM, Ryan
Gallagher <ryan@iomain.com> wrote:
Hiya,
I am able to run it just fine in the live version. *At first I tried to
install it into a 20GB partition I had created for this but that failed
with an error 15 on reboot. *I liked it so much I decided to format the
whole hard drive and install it, unfortunately it still does not boot
and gets an error 15 upon reboot. *I have tried about 15 times using
different settings in the partitions on install. *I have also
reformatted in Ubuntu 8.04 and then tried again but no luck. *Anyone
else having a problem with the install? *Any ideas on what is going
wrong? *It is a Q1 Ultra which has no trouble running MID and 8.04.
Thanks,
Ryan.
--
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile
--
Steve 'Chippy' Paine
Promoting mobile computing devices *to
over 220,000 people per month through
UMPCPortal.com
--
Ryan Gallagher
CEO
ConnectMeAnywhere Limited
Call me local ... Reach me worldwide!
UK London: +44 (0)207 099 1077
USA Palo Alto: +1 650.644.1303
www.connectmeanywhere.com
www.expatreach.com
CONFIDENTIALITY NOTICE
This message and any attachment are confidential and may be privileged
or otherwise protected from disclosure and solely for the use of the
person(s) or entity to whom it is intended. If you have received this
message in error and are not the intended recipient, please notify the
sender immediately and delete this message and any attachment from your
system. If you are not the intended recipient, be advised that any use
of this message is prohibited and may be unlawful, and you must not copy
this message or attachment or disclose the contents to any other person.
--
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile
09-26-2008, 12:08 PM
Emmet Hikory
Ryan Gallagher wrote:
> Ah, I wish I had not formatted my hard drive now hehe. I'll wait for
> the new build then but it would have been good for them to have let us
> know that a bit more up front.
>
> Thanks for letting me know, I wish I had posted here sooner, I thought
> it was something dumb I was doing :-D
The workaround I used for this was to boot again on the USB stick,
and run the following commands. You may need to adjust to taste:
--
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile
09-26-2008, 12:37 PM
Ryan Gallagher
That's great, I will try this right now.
Thanks!
Ryan.
Emmet Hikory wrote:
Ryan Gallagher wrote:
Ah, I wish I had not formatted my hard drive now hehe. I'll wait for
the new build then but it would have been good for them to have let us
know that a bit more up front.
Thanks for letting me know, I wish I had posted here sooner, I thought
it was something dumb I was doing :-D
The workaround I used for this was to boot again on the USB stick,
and run the following commands. You may need to adjust to taste:
To: Ubuntu Mobile <ubuntu-mobile@lists.ubuntu.com>
Subject: Re: [Fwd: Re: Install not working properly- Error 15 upon reboot]
Date: Fri, 26 Sep 2008 21:08:24 +0900
Ryan Gallagher wrote:
> Ah, I wish I had not formatted my hard drive now hehe. I'll wait for
> the new build then but it would have been good for them to have let us
> know that a bit more up front.
>
> Thanks for letting me know, I wish I had posted here sooner, I thought
> it was something dumb I was doing :-D
The workaround I used for this was to boot again on the USB stick,
and run the following commands. You may need to adjust to taste:
To: Ubuntu Mobile <ubuntu-mobile@lists.ubuntu.com>
Subject: Re: [Fwd: Re: Install not working properly- Error 15 upon reboot]
Date: Fri, 26 Sep 2008 21:08:24 +0900
Ryan Gallagher wrote:
> Ah, I wish I had not formatted my hard drive now hehe. I'll wait for
> the new build then but it would have been good for them to have let us
> know that a bit more up front.
>
> Thanks for letting me know, I wish I had posted here sooner, I thought
> it was something dumb I was doing :-D
The workaround I used for this was to boot again on the USB stick,
and run the following commands. You may need to adjust to taste:
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile
--
Steve 'Chippy' Paine
Promoting mobile computing devices *to
over 220,000 people per month through
UMPCPortal.com
--
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile
09-26-2008, 02:02 PM
Emmet Hikory
I wrote:
> The workaround I used for this was to boot again on the USB stick,
> and run the following commands. You may need to adjust to taste:
>
>
> sudo apt-get install aptitude
> aptitude download linux-image-2.6.27-4-generic
> sudo mount /dev/sda1 /mnt
> sudo cp linux-image*deb /mnt
> sudo chroot /mnt /bin/bash
> dpkg -i linux-image*deb
> exit
> sudo umount /mnt
> sudo reboot
Ryan Gallagher wrote:
> Ok I tried this but when I get to step two (aptitude download
> linux-image-2.6.27-4-generic) I get the following error (copied by hand):
>
> Err http://archive.ubuntu.com intrepid/main linux-image-2.6.27-4generic
> 2.6.27.4.5
> 404 Not found [IP: 91.189.88.80]
Oops. You probably want to update your apt-cache. Running `sudo
apt-get update` before `aptitude download ...` should do it.
--
Emmet HIKORY
--
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile
09-26-2008, 02:05 PM
Ryan Gallagher
Ok I managed to work out how to run
sudo aptitude update
and it worked after that, installng now.
Thanks,
Ryan.
-----Original Message-----
From: Emmet Hikory <persia@ubuntu.com>
To: Ubuntu Mobile <ubuntu-mobile@lists.ubuntu.com>
Subject: Re: [Fwd: Re: Install not working properly- Error 15 upon reboot]
Date: Fri, 26 Sep 2008 21:08:24 +0900
Ryan Gallagher wrote:
> Ah, I wish I had not formatted my hard drive now hehe. I'll wait for
> the new build then but it would have been good for them to have let us
> know that a bit more up front.
>
> Thanks for letting me know, I wish I had posted here sooner, I thought
> it was something dumb I was doing :-D
The workaround I used for this was to boot again on the USB stick,
and run the following commands. You may need to adjust to taste:
Subject: Re: [Fwd: Re: Install not working properly- Error 15 upon reboot]
Date: Fri, 26 Sep 2008 15:12:09 +0100
Heh, I managed to work this out before reading your reply :-D
I downloaded it fine but when I ran the dpkg I got a few errors although it did complete and now it is back to error 15.* I will try and document the errors later on when I get the chance to try again.
Thanks again for the very fast help.
Ryan.
-----Original Message-----
From: Ryan Gallagher <ryan@iomain.com>
To: Emmet Hikory <persia@ubuntu.com>
Cc: Ubuntu Mobile <ubuntu-mobile@lists.ubuntu.com>
Subject: Re: [Fwd: Re: Install not working properly- Error 15 upon reboot]
Date: Fri, 26 Sep 2008 15:05:18 +0100
Ok I managed to work out how to run
sudo aptitude update
and it worked after that, installng now.
Thanks,
Ryan.
-----Original Message-----
From: Emmet Hikory <persia@ubuntu.com>
To: Ubuntu Mobile <ubuntu-mobile@lists.ubuntu.com>
Subject: Re: [Fwd: Re: Install not working properly- Error 15 upon reboot]
Date: Fri, 26 Sep 2008 21:08:24 +0900
Ryan Gallagher wrote:
> Ah, I wish I had not formatted my hard drive now hehe. I'll wait for
> the new build then but it would have been good for them to have let us
> know that a bit more up front.
>
> Thanks for letting me know, I wish I had posted here sooner, I thought
> it was something dumb I was doing :-D
The workaround I used for this was to boot again on the USB stick,
and run the following commands. You may need to adjust to taste:
--
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile
09-26-2008, 02:57 PM
Emmet Hikory
Ryan Gallagher wrote:
> Ok it downloads and unpacks fine, then it gets into trouble (see
> below). Any ideas?
Hrm. If just rebooting doesn't fix it for you, you might try
running through the install again, select "Continue using the CD" (yes,
it's not a CD), and doing the apt-get update; apt-get install aptitude
... stuff at that point to see if you can get it working (chroot to
/target in this case, I think). Aside from that you could try to make
the chroot more robust with something like `mount -t proc proc /proc`.
In the worst case, installing Ubuntu Desktop, installing the
ubuntu-mobile package, and uninstalling the ubuntu-desktop package ought
to work. Mind you, I've not tried any of these: for me it just worked
with the forced installation of the kernel.
On another note, once one has a booted working system, it's probably
a good ideal to `apt-get install linux` to make sure to track kernel
upgrades for security fixes, etc.
--
Emmet HIKORY
--
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile