LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 04-12-2009, 07:04 AM   #16
Retrievil_Knievil
Member
 
Registered: Mar 2004
Location: Stavanger, Norway
Distribution: Gentoo, Slackware/SLAX, Knoppix, CentOS, IPCop & DSL
Posts: 138

Rep: Reputation: 21

Yes, but ext3 should be written without spaces, here is a line from my fstab:
-----------------------------------------------------------------
/dev/sda3 /newsys ext3 defaults 0 1*
-----------------------------------------------------------------

After that, just do Ctrl-o + Enter, and reboot with fingers crossed...

* You should always use 1 here on your root filesystem, to make sure it is checked first. All others should have 2. Also, if you have no options after the "file system" field, defaults will be used, so you should not change anything here unless things does not work.

Last edited by Retrievil_Knievil; 04-12-2009 at 07:05 AM. Reason: Tabulators do not work...:)
 
Old 04-12-2009, 07:09 AM   #17
Retrievil_Knievil
Member
 
Registered: Mar 2004
Location: Stavanger, Norway
Distribution: Gentoo, Slackware/SLAX, Knoppix, CentOS, IPCop & DSL
Posts: 138

Rep: Reputation: 21
Tried to explain the different fields in my last post, but tabs do not work, so it got a bit confusing. What I meant was this:

The first field is the drive/partition you want to mount. ("/dev/sda5")
The second is where you want to mount it (in your case "/")
The third is your filesystem. (You should use "ext3")
The fourth is mount options, defaults should do nicely here.
The fifth defines wether the filesystem should be dumped.
The sixth defines the check order for the drives, your root drive should always have 1 here, and all others have 2 if you want them to be checked. Use 0 for removable drives or drives you do not want to check.
 
Old 04-12-2009, 07:10 AM   #18
pinged
LQ Newbie
 
Registered: Apr 2009
Posts: 14

Original Poster
Rep: Reputation: 0
hasnt changed

Hi Retrievil ,
just booted , but still no change
grub is still trying to boot from the former UUID blah blah . i guess the changes didn't stay put , OR this is not solution to this exact issue ..
will i have to re install ubuntu 8.10 .?? is htat the only option left now . and am i only going to come across these same issues/ errors again ? hmm

i wonder if i booted from the install cd correctly because i was in Gnome desktop and then went to terminal .. should i have choose option boot from first hard drive instead ?

Last edited by pinged; 04-12-2009 at 07:26 AM.
 
Old 04-12-2009, 07:28 AM   #19
Retrievil_Knievil
Member
 
Registered: Mar 2004
Location: Stavanger, Norway
Distribution: Gentoo, Slackware/SLAX, Knoppix, CentOS, IPCop & DSL
Posts: 138

Rep: Reputation: 21
Hmm....well, if you've not updated your kernel or changed something there...I am stumped... If you have not changed much or done anything to your install, I'd try to install it again.

Since it did not "take" the change, it would suggest to me that your kernel simply does not see the partition, or that something is wrong with your config elsewhere. Maybe your grub.conf? How far does the startup come before it halts?

But anyway, if you have no information on your pc that you need to take backups of, I'd reinstall anyway, as it's probably faster than to search for errors on the install. I'd still go into the fstab one more time though, just to see that the changes were in fact written. If they were not, I'd simply try again

Still, cannot help but worry about your first partition, if you only have Linux on this pc, there really should be no need for a FAT partition there? It might be a restore-partition for the laptop though, IBM and others always have a separate partition for Windows/Setup in case you break your windows...
 
Old 04-12-2009, 07:37 AM   #20
Retrievil_Knievil
Member
 
Registered: Mar 2004
Location: Stavanger, Norway
Distribution: Gentoo, Slackware/SLAX, Knoppix, CentOS, IPCop & DSL
Posts: 138

Rep: Reputation: 21
Hang on... Have you got a "root=" string in your kernel configuration?

Can you check the file /boot/grub/grub.conf? (or /boot/grub/menu.lst)

If you point grub to a partition that does not exist, you could get the same type of errors, I believe.

(I really hate not finding a solution to a problem, makes me sleep poorly...
 
Old 04-12-2009, 07:38 AM   #21
Retrievil_Knievil
Member
 
Registered: Mar 2004
Location: Stavanger, Norway
Distribution: Gentoo, Slackware/SLAX, Knoppix, CentOS, IPCop & DSL
Posts: 138

Rep: Reputation: 21
PS. If you "boot from first hard drive" it is the same thing as booting without cd. So you got it right..
 
Old 04-12-2009, 07:42 AM   #22
pinged
LQ Newbie
 
Registered: Apr 2009
Posts: 14

Original Poster
Rep: Reputation: 0
i ran through all your steps again , and checked the fstab changes .. i made changes this time using tab key to move under the correct headings.. and rebooted without cd , but still no luck
upon booting it reads
Boot from (hd0,4) ext3 b ba9e blah blah
starting up ...
then flashes to ubuntu page with indicator bar , then returns back to boot screen with
loading, please wait ...
gave up waiting for root device. Common problems:
- Boot args (cat /proc/cmdline)
- check rootdelay= (did the system wait long enough?)
- check root= (did the system wait for the right device?)
- missing modules (cat /proc/modules; ls /dev)

i did mention that i had installed some updates last night using the package manager ..
what do you think should i re install
if i have to re install how do i first uninstall , including the game files and the pictures i loaded to folder ?
 
Old 04-12-2009, 07:43 AM   #23
pinged
LQ Newbie
 
Registered: Apr 2009
Posts: 14

Original Poster
Rep: Reputation: 0
...

Last edited by pinged; 04-12-2009 at 07:52 AM. Reason: not necessary
 
Old 04-12-2009, 07:46 AM   #24
pinged
LQ Newbie
 
Registered: Apr 2009
Posts: 14

Original Poster
Rep: Reputation: 0
im now in busy box built in shell . how can i get to ubuntu@ubuntu from here
ps it was compaq@compaq before
 
Old 04-12-2009, 08:58 AM   #25
Retrievil_Knievil
Member
 
Registered: Mar 2004
Location: Stavanger, Norway
Distribution: Gentoo, Slackware/SLAX, Knoppix, CentOS, IPCop & DSL
Posts: 138

Rep: Reputation: 21
Busybox? compaq@compaq? Did you start your FreeDOS installation? Is it listed in the Grub menu?

I've been reading up on your laptop, seems a lot of people have trouble installing XP on it as well, since it has a relatively new SATA harddisk controller, it requires at least WinXP SP2 to install correctly. Not sure, but this could be related?

Still, if you get it to boot with the original install, I cannot figure out why it would halt after a simple update. My best guess would be that some of the kernel options are wrong, or that your kernel has been updated, and the new version lacks support for your hardware.

Either way, if you are not tired of error checking, could you post the contents of /boot/grub/menu.lst and /etc/fstab, so I can read through them?

If you are tired of error checking though, just do a reinstall, and format /dev/sda5 in the process. This will reset your ubuntu installation and remove your changes. I assume your /dev/sda1 is the FreeDOS installation that came with your computer, you can just leave that partition and you could add it to grub later, to be able to dual boot the systems. /dev/sda6 could also be left unchanged, just add the swap space during install (if it is not done automatically)
 
Old 04-13-2009, 06:57 PM   #26
pinged
LQ Newbie
 
Registered: Apr 2009
Posts: 14

Original Poster
Rep: Reputation: 0
Hiya Retrievil ,

I did a re install . i hope that has re formatted the sda5 partition automatically. i was nt sure when i was asked about the partition options so i choose full disk. the install program then made 2 separate partitions , one being swap and the other i cant really remember now.

Mmm u got me thinking about the free-dos and if that was on sda1 i may have been able to boot up with that. but i started to get really lost when started to talk about kernel 's ?? and configuration etc ... i'm sure this problem has something to do with a) a conflict with my computer hardware and the upgrades or b) the upgrades/updates themselves. thank you for taking your time to look in to my little problem.

i will proceed with caution now with any new packages to install. which brings me to one last question. is there a forum or website which might list any errors with the packages or troubles like i have had because of my laptop somewhere ?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ALERT! /dev/sda5 does not exist! mrlinus Linux - Software 3 04-13-2009 12:34 AM
Volume has problems including no uuid in /dev/disk/by-uuid abejarano Linux - Hardware 3 12-31-2008 08:41 PM
/dev/disk/by-uuid on install disk? randomsel Slackware 6 06-29-2008 08:54 AM
ALERT! /dev/sda7 does not exist. Dropping to shell! eye2eye Ubuntu 2 07-31-2007 10:42 AM
ALERT! /dev/sda1 does not exist. - Installing on external HD nrbelex Linux - Software 5 11-17-2005 06:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 07:27 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration