Lowyat.NET Forums

Welcome Guest ( Log In | Register )

LYN wins Intel-Lenovo-Tangs Blogathon challenge. Thank you everybody!
90 Pages « < 3 4 5 6 7 > »  
RSS feedBump TopicReply to this topicStart new topicStart Poll

Outline · [ Standard ] · Linear+

> [Help!] Ubuntu Problems, everything related to ubuntu goes here

viper_1129
post Aug 29 2006, 04:13 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #81


Casual
***

Group: Junior Member
Posts: 349
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Jan 2005





I've inserted the Live CD and proceed to Install. Set 2 partition:
1 ext3 partition
1 swap partition

after installation, when the system is about to boot, it says
"No bootable device -- insert boot disk and press any key"

Can someone tell me if i did anything wrong?
Must the swap partition be part of primary partition?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
kons
post Aug 29 2006, 04:32 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #82


smallpox
Group Icon
Linux & Networking

Group: Moderator
Posts: 3,789
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Oct 2004
From: linux/kernel/panic.c





YOu need a /boot partition too.

cheers!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
viper_1129
post Aug 30 2006, 08:38 AM
Show posts by this member only |This post's rating (0+, 0-) | Post #83


Casual
***

Group: Junior Member
Posts: 349
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Jan 2005





May I know how do I do that? During installation, even though i had 2 partitions (one formatted as ext3 n the other as linux-swap), i could only assign '/' to ext3 partition and swap to the other linux-swap partition.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
RAMChYLD
post Aug 30 2006, 09:48 AM
Show posts by this member only |This post's rating (0+, 0-) | Post #84


Getting Started
**

Group: Junior Member
Posts: 228
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: May 2005
From: Klang





Did you go through the setting up LILO or GRUB screen? Usually most distro will put you through this screen during install.

Anyways, you can try this:

1. Boot from Ubuntu CD
2. Determine the type of Bootloader Ubuntu uses
3. Install the bootloader using the CD

I only have advance experience with LILO, so cannot help much if you're using GRUB, sorry.

This post has been edited by RAMChYLD: Aug 30 2006, 09:49 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Bl1ZZ4RDX
post Aug 30 2006, 09:57 AM
Show posts by this member only |This post's rating (0+, 0-) | Post #85


Newbie
*

Group: Junior Member
Posts: 47
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Jul 2005
From: Subang Jaya SS15





As Far as I know, Ubuntu use GRUB for their Boot Loader. I have it dual boot in my office's P.C. It's kinda complicated to create partitions and such things for a dual boot as Ubuntu doesn't really have user friendly Installation interface. However, for a single O.S, it's so simple. Do you dual booted your system ? Or is it the only O.S on the P.C ?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
viper_1129
post Aug 30 2006, 10:14 AM
Show posts by this member only |This post's rating (0+, 0-) | Post #86


Casual
***

Group: Junior Member
Posts: 349
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Jan 2005





I left half of my HDD empty for future alternate OS. So currently its only a single boot. and yes it is suppose to boot with GRUB. However, nothing comes out when I manually edit the partition disk. So now each time I have to have the CD inside to load the menu and select "Boot From Hard Disk". Hopefully anyone of you can help me out with this problem.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Bl1ZZ4RDX
post Aug 30 2006, 10:28 AM
Show posts by this member only |This post's rating (0+, 0-) | Post #87


Newbie
*

Group: Junior Member
Posts: 47
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Jul 2005
From: Subang Jaya SS15





I see. If u can boot from the H/D from CD that means your installation is correct, the only problem is perhaps the GRUB wasn't installed correctly, or there was an error while installing it. Now what you have to do is just re-install the Grub. Here is what I think you should do : http://doc.gwos.org/index.php/Restore_Grub ( remember : DO NOT FORMAT or then it means installing it all over again ) then make sure that the GRUB is installed in MBR. Hopefully that helps.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
oshiri
post Aug 31 2006, 10:53 AM
Show posts by this member only |This post's rating (0+, 0-) | Post #88


On my way
****

Group: Senior Member
Posts: 695
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Nov 2004




QUOTE
YOu need a /boot partition too.

Not necessary anymore, you can have a single partition linux.(not including swap partition)

I believe grub isn't installed or not properly installed.
Since you have a livecd, I would suggest you follow this instruction:

1. Boot using livecd.
2. mount your installed linux partition
3. chroot to that partition
4. run : grub-install /dev/hda

Example:
Your linux partition = /dev/hda1

# mount -rw /dev/hda1 /mnt/hda1
# chroot /mnt/hda1
# mount -t proc /proc proc
# check or edit if necessary /boot/grub/menu.lst
# grub-install /dev/hda
# umount /proc
# exit

then reboot.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
xboss182
post Aug 31 2006, 11:44 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #89


Getting Started
**

Group: Junior Member
Posts: 119
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Jan 2003
From: ~Raudhah~






QUOTE(jlchannel @ Aug 27 2006, 08:05 PM)


thanks for da info..
already check it before...
but too hard to learn from it..hehehe.. biggrin.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
xboss182
post Sep 2 2006, 09:00 AM
Show posts by this member only |This post's rating (0+, 0-) | Post #90


Getting Started
**

Group: Junior Member
Posts: 119
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Jan 2003
From: ~Raudhah~






felas..
still hav someting wanna teach me??
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
aizatto
post Sep 2 2006, 12:49 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #91


Getting Started
**

Group: Junior Member
Posts: 65
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Jul 2005





QUOTE(xboss182 @ Aug 31 2006, 11:44 PM)
thanks for da info..
already check it before...
but too hard to learn from it..hehehe.. biggrin.gif
*



Its not too hard to read, the steps are pretty straight foward. Use it as a FAQ, nothing more. For example, if your looking for installing Azureus, or something.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Snyy
post Sep 4 2006, 12:38 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #92


On my way
****

Group: Senior Member
Posts: 563
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Jan 2003
From: Sitiawan/ Subang Jaya/ USJ






hi, i have a question. recently i just try up the ubuntu live cd. i found out i can't mount my C drive. what is the problem?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Techy
post Sep 8 2006, 01:54 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #93


Getting Started
**

Group: Junior Member
Posts: 108
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Jun 2006




Is there anybody out there know how to solve problem in package dependencies? There are so many dependencies that i gotta install one by one....Hope there is solution...i am totally newbies here
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
metalhead
post Sep 8 2006, 01:57 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #94


fR0M tH3 cRaDl3 t0 3NsLaVe
******

Group: Senior Member
Posts: 1,672
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Jan 2003
From: Dusk: Till: Dawn:





how do u install the software? download from the internet and install .... you can try to install them using the Synaptic Package Manager ..it's easier and it check and install all the dependencies package when u install the application u wan ...
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Techy
post Sep 8 2006, 01:59 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #95


Getting Started
**

Group: Junior Member
Posts: 108
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Jun 2006




ya i use synaptic...but it cannot search most of the software that i want....

QUOTE(metalhead @ Sep 8 2006, 01:57 PM)
how do u install the software? download from the internet and install .... you can try to install them using the Synaptic Package Manager ..it's easier and it check and install all the dependencies package when u install the application u wan ...
*


User is offlineProfile CardPM
Go to the top of the page
+Quote Post
metalhead
post Sep 8 2006, 02:34 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #96


fR0M tH3 cRaDl3 t0 3NsLaVe
******

Group: Senior Member
Posts: 1,672
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Jan 2003
From: Dusk: Till: Dawn:





have u check ur package repositories? check (mark) the other repositories in the option and reload .... then search the application u wan again ....
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
linkeong
post Sep 9 2006, 01:42 AM
Show posts by this member only |This post's rating (0+, 0-) | Post #97


Enthusiast
*****

Group: Senior Member
Posts: 730
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Apr 2005





You can use YUM to update, it will auto install all the dependencies. Other method is just force the installation, it works but sometimes things starts to break.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
mokona_modoki
post Sep 9 2006, 02:01 AM
Show posts by this member only |This post's rating (0+, 0-) | Post #98


Getting Started
**

Group: Junior Member
Posts: 266
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Jul 2006





QUOTE(linkeong @ Sep 9 2006, 01:42 AM)
You can use YUM to update, it will auto install all the dependencies. Other method is just force the installation, it works but sometimes things starts to break.
*


Err.. yum is for RPM based right (eg: fedora, rhel) ?
Btw, what so hard with apt-get smile.gif
To upgrade
CODE
apt-get update && apt-get dist-upgrade

To Install software one by one
CODE
apt-get install software

To search software name
CODE
aptitude search software

Open a console(command line) and type the command above. You may need internet connection though.

This post has been edited by mokona_modoki: Sep 9 2006, 02:14 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
linkeong
post Sep 9 2006, 02:44 AM
Show posts by this member only |This post's rating (0+, 0-) | Post #99


Enthusiast
*****

Group: Senior Member
Posts: 730
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Apr 2005





Totally forgot about apt-get, it is quite useful too. Havent used it in a long time because always using yum
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
xboss182
post Sep 9 2006, 12:12 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #100


Getting Started
**

Group: Junior Member
Posts: 119
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Jan 2003
From: ~Raudhah~






QUOTE(Snyy @ Sep 4 2006, 12:38 PM)
hi, i have a question. recently i just try up the ubuntu live cd. i found out i can't mount my C drive. what is the problem?
*



huhu...anybody plz???
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

90 Pages « < 3 4 5 6 7 > » 
Bump TopicReply to this topicTopic OptionsStart new topic
 



----debug section please ignore----
Lo-Fi Version Time is now: 24th November 2009 - 12:39 AM
All Rights Reserved 2003-2009 Vijandren Ramadass (~living on a prayer~)