LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 08-16-2008, 08:20 AM   #1
nooby
Member
 
Registered: Oct 2007
Location: Stockholm Sweden
Distribution: Snow Puppy and Fluppy and Lupu frugal install
Posts: 279

Rep: Reputation: 33
Ubuntu as frugal install, iso install, img install? impossible?


Ubuntu as frugal install, iso install, img install? impossible?

I've used google and searched the net to find example how one
set up the grub menu.lst to do a frugal install of ubuntu.

I will try Linux Mint but also xubuntu and other smaller ubuntus

I've only found one example on it and I asked in the Ubuntu forum
about it but got no answer. Maybe they don't like frugal install.

Most linux users seems to prefer to do "real" or "full" install
and they maybe see frugal install as not worthy a real linux user.

I prefer to do frugal install. So it would be cool to have ubuntu too
and linux mint and other debian versions.

What search word would most likely help me find needed info on how to?

The one I found have a special id code that that distro version he used
had. I don't trust the Linux Mint has the same id or that the latest
Ubuntu 8.10.01 or something has same id code at all.

So does it always need the id code, none other linux needs that?

What is so different with ubuntu?

Quote:
title Ubuntu 8.04.1, kernel 2.6.24-19-generic (recovery mode)

root (hd0,5)

kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=5d64478e-4b2e-4c06-a74f-1a06d77a03fa ro single

initrd /boot/initrd.img-2.6.24-19-generic
what is this about?
root=UUID=5d64478e-4b2e-4c06-a74f-1a06d77a03fa
 
Old 08-18-2008, 01:58 AM   #2
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
I googled frugal install

Here ya go,

http://www.damnsmalllinux.org/wiki/i...Frugal_Install

http://en.wikipedia.org/wiki/Damn_Small_Linux
 
Old 08-18-2008, 02:31 AM   #3
nooby
Member
 
Registered: Oct 2007
Location: Stockholm Sweden
Distribution: Snow Puppy and Fluppy and Lupu frugal install
Posts: 279

Original Poster
Rep: Reputation: 33
Yes but unfortunately DSL which is a Knoppix inspired small distro
doesn't recognize my ethernet card. The big Knoppix and Kanotix failed too. So DSL is not unique in that way. But Nimblex and vector and Zen and Linux Mint took the ethernet card without problem.

I already have Puppy, Zenwalk, Vector, Nimblex, and other slackware inspired distros.

Now I want to do same kind of install for Ubuntu so I want to know
what the UUID is there for. What does it do? Has it to do with
updates? Does Linux Mint also have a unique UUID number?

Last edited by nooby; 08-18-2008 at 04:33 AM.
 
Old 08-18-2008, 05:47 AM   #4
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
That is a function of fstab, and can be replaced with the mount point volume name or hardware address /dev/sdb5 , for example.

I think minix ,etc, will make their own references to the devices.

Cheers, Glenn

Last edited by GlennsPref; 08-18-2008 at 05:50 AM.
 
Old 08-18-2008, 06:47 AM   #5
arochester
Member
 
Registered: May 2006
Distribution: Debian
Posts: 615

Rep: Reputation: 98
"Ubuntu as frugal install, iso install, img install? impossible? "

Have a look at http://www.psychocats.net/ubuntu/minimal#barebones
 
Old 08-18-2008, 08:09 AM   #6
nooby
Member
 
Registered: Oct 2007
Location: Stockholm Sweden
Distribution: Snow Puppy and Fluppy and Lupu frugal install
Posts: 279

Original Poster
Rep: Reputation: 33
GlennsPref, I look into it Thanks. Sounds reassuring.

arochester, I take a look at the link. But it says up front
that it is a installation iso and not a live iso.

It would not allow me to do a frugal install but maybe
I can use it under other circumstances than doing frugal.

Frugal install seems so alien so most users of linux
fail to get what it is. Only those who have it already
knows about it. I'm not criticising you but I doubt that
iso allow me to do frugal unless I unpack and add something
making it a live is first. That is beyong my current know how.

At the moment my harddrive has stopped working so that
is highest priority just now. Fortunately my many live
Cd let me use internet regardless of hd or not.

Last edited by nooby; 08-18-2008 at 08:15 AM.
 
Old 08-18-2008, 10:48 AM   #7
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
ftp://ibiblio.org/pub/Linux/distribu...rugalHowto.pdf
 
Old 08-18-2008, 11:43 AM   #8
nooby
Member
 
Registered: Oct 2007
Location: Stockholm Sweden
Distribution: Snow Puppy and Fluppy and Lupu frugal install
Posts: 279

Original Poster
Rep: Reputation: 33
Glenn, maybe that pdf works for somebody very good at reading such text.

I have now frugal install with Nimblex, Zenwalk, Vector, Goblinx, Puppy and many more
but I would have not been able to do any of all those I have now by following that
description. Much too difficult unless you already know or are very good at reading such.

Sorry. I appreciate your willingness to help though.

Take a look at what I cited above. Would that work for Linux Mint?

Quote:
title Ubuntu 8.04.1, kernel 2.6.24-19-generic (recovery mode)
root (hd0,5)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=5d64478e-4b2e-4c06-a74f-1a06d77a03fa ro single
initrd /boot/initrd.img-2.6.24-19-generic
Take what you suggested to use instead of UUID.

/dev/(device) In my example I have sda1 or hda1 So it would be

from=/dev/sda1/linuxmint/LinuxMint-5-r1.iso

and maybe like this?

title LinuxMint
root (hd0,0)
kernel /linuxmint/vmlinuz from=/dev/sda1/linuxmint/LinuxMint-5-r1.iso vga=791
initrd /linuxmint/initrd.gz


or like this

title LinuxMint
root (hd0,0)
kernel /linuxmint/vmlinuz from=/mnt/hda1/linuxmint/LinuxMint-5-r1.iso vga=791
initrd /linuxmint/initrd.gz

some want dev and some want mnt I have noe clue on why some what this and other that.

Are there nobody who cared to make easy to follow explanations for when it is dev and
when it is mnt?

If there is none then I will sooner or later try to make such text. Later I guess,
as a noob one are not the best to do such descriptions. One know too little.
 
Old 08-19-2008, 07:05 AM   #9
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
http://www.tuxfiles.org/linuxhelp/fstab.html

http://linux.byexamples.com/archives...tab-with-uuid/

Last edited by GlennsPref; 08-19-2008 at 07:41 AM. Reason: fstab and uuidgen
 
Old 08-19-2008, 02:21 PM   #10
nooby
Member
 
Registered: Oct 2007
Location: Stockholm Sweden
Distribution: Snow Puppy and Fluppy and Lupu frugal install
Posts: 279

Original Poster
Rep: Reputation: 33
Glenn, jay, very informative. Sad nobody have told me such things before.
So then Ubuntu don't really need the uuid at all as you said. It is only
a much safer way to keep track of the hardware for the software. It find
the right one even if one rearrange things hardware vice.

But ubuntu must be different in other ways then. Cause when I search using
google I find utterly few example of menu.lst examples on how to do frugal.

Ubuntu is famous for their free "live" cd and other distros with live cd
seems not so hard to get going frugally. Only saving could be problematic.
 
Old 08-19-2008, 07:55 PM   #11
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
Well, I thought your grub file might work, I can't find it now, but a few days ago I came across a page that talked about making a rescue floppy from your own linux install, and it talked about grub and lilo. It can be done.

See how you go, regards, Glenn
 
Old 08-19-2008, 08:10 PM   #12
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
(oops, double post) sorry, GW

Last edited by GlennsPref; 08-19-2008 at 08:24 PM. Reason: Edited, double post.
 
Old 08-20-2008, 01:49 AM   #13
nooby
Member
 
Registered: Oct 2007
Location: Stockholm Sweden
Distribution: Snow Puppy and Fluppy and Lupu frugal install
Posts: 279

Original Poster
Rep: Reputation: 33
I will test it some day but my hard disk show signs on giving in so
have to concentrate on chosing what to back up and what to scrap from it.

After that is done I will just see what happens if one try using ls as a
way to get what numbers my set up have as UUID. And use it and see if it
try to do a full install or just a frugal one. What is it that determine that? A script?
 
Old 08-20-2008, 11:35 AM   #14
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
I would disagree that no other iso needs uuid. The latest Fedora uses it too. It has been introduced to counter the troubles that result from the switch to libata, which makes hdx appear as sdx. Personally, I like to (re)LABEL my partitions.
 
Old 08-20-2008, 12:15 PM   #15
nooby
Member
 
Registered: Oct 2007
Location: Stockholm Sweden
Distribution: Snow Puppy and Fluppy and Lupu frugal install
Posts: 279

Original Poster
Rep: Reputation: 33
I didn't make any bookmarks but I read yesterday that ***Debian Live Project had used UUID but for one version they stopped using it but it could be me not getting it. ***

*** is my way to show me is kind of not sure about the accuracy of my memory.

Here is a comment on it, that I found doing a hasty search?
It support my take that it is not as easy as they say.

http://etbe.coker.com.au/2008/07/08/...uid-vs-device/

Quote:
Label vs UUID vs Device
that text mention most likely same or similar questions me read about.

Quote:
Someone asked on a mailing list about the issues related to whether to use a label, UUID, or device name for /etc/fstab.

The first thing to consider is where the names come from. The UUID is assigned automatically by mkfs or mkswap, so you have to discover it after the filesystem or swap space has been made (or note it during the mkfs/mkswap process). For the ext2/3 filesystems the command “tune2fs -l DEVICE” will display the UUID and label (strangely mke2fs uses the term “label” while the output of tune2fs uses the term “volume name“). For a swap space I don’t know of any tool that can extract the UUID and name. On Debian (Etch and Unstable) the file command does not display the UUID for swap spaces or ext2/3 filesystems and does not display the label for ext2/3 filesystems. After I complete this blog post I will file a bug report.
He take up more such situations where one could have problem finding the UUID before it is established?

Last edited by nooby; 08-20-2008 at 12:21 PM.
 
  


Reply

Tags
fstab



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
wingrub and frugal install... assasukasse Linux - Desktop 1 03-05-2009 07:43 AM
Frugal install for different distros of Linux. nooby Linux - Software 4 08-15-2008 02:14 AM
Linux in one folder (frugal install) mobius11 Linux - General 1 12-08-2007 04:05 PM
Manual Frugal Install Rªdical_£D DamnSmallLinux 11 09-17-2006 12:01 PM
Compactflash frugal install Sparkfist DamnSmallLinux 0 03-02-2005 02:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 04:15 PM.

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