LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-17-2008, 02:10 PM   #31
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55

One of your entries in grub's configuration looks like this:
Quote:
title linpus linux lite
rootnoverify (hd0,0)
kernel /boot/bzimage changes=/dev/hdc1 root=/dev/ram0 rw max_loop=255 init=linuxrc selinux=0 vga=0x311 splash=silent quiet loglevel=1 console=tty1 load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=14000 from=/dev/hdc1 acpi=force ide0=noprobe ide2=noprobe ide3=noprobe lang=en
initrd /boot/initrd.gz
I have to admit that I have never seen a config like this before - especially the changes=/dev/hdc1 part.

Looks like your system is running in a ram-disk.
To save anything you would need to mount some external device (?) - or is this what the "changes=/dev/hdc1" is for (?).

I admit that I have no clue about this and have not found it in a quick manual and info lookup.
It seems you where editing the right config-file (...it seems...) and I don't know why changes are not working.
Sorry if I caused confusion! - I'll be out and just watching now :/
Someone will know...
 
Old 07-17-2008, 02:22 PM   #32
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
Hmm, could be a knoppix beginner type hd install, which is basically a live-cd installed to your hd. Every time you boot it, it overwrites your changes from a skeleton file set.
 
Old 07-17-2008, 03:22 PM   #33
jundcb
LQ Newbie
 
Registered: Jul 2008
Posts: 21

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by makuyl View Post
Let's see grub.conf again then. While having normally booted into the hd install paste here output of "cat /boot/grub/grub.conf". And don't mount anything, just type the command.
it says no such file or directory
 
Old 07-17-2008, 03:42 PM   #34
jundcb
LQ Newbie
 
Registered: Jul 2008
Posts: 21

Original Poster
Rep: Reputation: 15
thanks for all the help jomen, makuyl

any other suggestions are welcome
 
Old 07-18-2008, 12:12 AM   #35
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,631

Rep: Reputation: Disabled
Your distro could have menu.lst file then.
Type this and see if this is available:

cat /boot/grub/menu.lst
 
Old 07-18-2008, 03:17 AM   #36
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
Preferably an "ls -l /boot/ /boot/grub/"
 
Old 07-18-2008, 09:31 AM   #37
jundcb
LQ Newbie
 
Registered: Jul 2008
Posts: 21

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by linuxlover.chaitanya View Post
Your distro could have menu.lst file then.
Type this and see if this is available:

cat /boot/grub/menu.lst
no such file or directory



[linpus@LINPUS ~]$ ls -l /boot/ /boot/grub/
ls: /boot/grub/: No such file or directory
/boot/:
total 72
drwxr-xr-x 4 root root 4096 Jun 3 07:54 boot
drwxr-xr-x 14 root root 4096 Jul 18 18:20 changes
-r--r--r-- 1 root root 704 Mar 21 04:46 COPYRIGHT
drwxrwxrwt 6 linpus linpus 4096 Jul 12 21:01 data
-rw-r--r-- 1 root root 17992 Jul 23 2007 GPL
drwxr-xr-x 7 root root 4096 Jun 3 08:01 images
-rw-r--r-- 1 root root 389 Jul 23 2007 LICENSE
-rw-r--r-- 1 root root 243 Jul 23 2007 livecd.sgn
drwx------ 2 root root 16384 Jun 3 07:52 lost+found
drwxr-xr-x 2 root root 4096 Apr 10 23:50 manual
-rw-r--r-- 1 root root 232 Mar 21 05:01 README
 
Old 07-18-2008, 02:11 PM   #38
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
This is not a real hd install, is it? That would explain all the problems editing grub and such.
Is this like knoppix can be installed, a live-cd like setup running from your hd with an extra partition so save data to?
If so, and you like linux, I would suggest installing a real hd install, not a live-cd like thingy you cannot customize.
Or have you by chance booted from the cd again? If yes, show the output of those commands when running the hd install.
 
Old 07-18-2008, 05:01 PM   #39
jundcb
LQ Newbie
 
Registered: Jul 2008
Posts: 21

Original Poster
Rep: Reputation: 15
its a real hd install, and its impossible for me to boot from the cd by chance since ive got a mini laptop and it doesnt have a cdrom, im only using an external cdrom and its not plug in, besides i dont have a livecd of linpus. like i said i got this pre installed
 
Old 07-18-2008, 06:54 PM   #40
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
naah - it is not a "real hd install" in the sense that is normally understood...

They made it somehow possible to boot a thing which looks like an image - like a live-cd - from harddisk.
A real hd install would look different.

Can you even save files, make changes which will be there next time you boot?
...plugging in a usb thumb-drive or similar for that purpose does not count

I'm afraid you will have to install a real distribution - even linpus if you must - or you will have to ask them to explain to you how this thing works (and lets not forget: how it is kept up to date/how it is upgraded).
 
Old 07-19-2008, 02:59 AM   #41
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
At this stage, my advise is to wipe the hd. Make three partitions, five if you want a separate home and a FAT partition to move data between windows and linux.
1:st partition: windows
2:nd partition: linux /
3:rd partition: linux swap
4:th partition: linux home
5:th partition: FAT for moving stuff. Nowadays not needed with large usb thumbdrives and external disks.

Get a nice and easy distro to start out with: Ubuntu, Kubuntu, Mandriva or some such. If someone says get Debian, Slackware or Gentoo, ignore him .
A good distro to start out with has good documentation, like this: http://ubuntuguide.org/wiki/Ubuntu:Hardy
Give us the specs of your laptop and well see what it should run on.
 
Old 07-19-2008, 02:10 PM   #42
jundcb
LQ Newbie
 
Registered: Jul 2008
Posts: 21

Original Poster
Rep: Reputation: 15
heres my specs
Processor VIA C7-M 1.0 GHz
Memory 1GB DDR2
motherboard qci il1
Harddisk 40GB
64mb vc


i just installed puppy linux on another pc, looks easy to use and fast. with my specs i dont think i can run some of the other distribution
 
Old 07-20-2008, 02:22 AM   #43
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
Puppy is based on debian, so you can install also packages from debian. No quite as straightforwardly as with pure debian, but doable. If that's what you want to install, do it. You can always install something else when you grow tired of it. Most people install a forked distro like puppy first, and eventually move on towards the mother distro. I dare say yours will be debian in a year or two.
Those are not bad specs, you can run almost any linux, even with gnome or kde although they might not "fly". If you want something lighter, try this http://www.xubuntu.org/ . Full blown distro with large package repositories running a light window manager.
Another one with kde or xfce is http://sidux.com/ . They have an active support forum with bug warnings and such, and easy to use package installing/upgrading scripts. Also works as a live-cd so you can try it out.
 
Old 07-20-2008, 07:35 AM   #44
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
I have not followed all of this post but beware those laptops....so have a recovery partition linked to bios and any change to partition table attempts a restore from the recovery partition.

use a live cd to check your true partitions before wiping the mbr please.

good luck
 
Old 07-25-2008, 12:39 PM   #45
shridhar005
Member
 
Registered: Jul 2008
Posts: 90

Rep: Reputation: 17
Angry

What I have told you was login as root.
Then edit /etc/grub.conf
The reason behind it is that its a softlink ,so its as good as editing actual file.
If anyone knows any issues regarding it post it with proof.
 
  


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
i want to increase system boot time adam_blackice Fedora 4 09-10-2006 04:22 PM
Fresh Install Of Distr From Network - Boot Menu, Need to pull up a menu of OS dist to SupermanInNY Linux - Distributions 0 01-22-2006 11:48 AM
XP/Fedora dual boot timeout alaneh Fedora 2 08-08-2005 09:17 PM
change the timeout on boot billb Linux - General 7 12-25-2004 09:40 PM
Increase boot times: have hotplug run in background? r_jensen11 Slackware 4 09-18-2004 07:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:25 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