You are not logged in.

#1 2006-10-21 16:38:37

jayhel
Member
From: Canada
Registered: 2006-10-19
Posts: 11

Improvement to the installation script

I am surprised to see a separate /boot partition in ext2!
What for???
It adds some useless complexity.
It lacks the ability to mount safely a saved /home partition without taking the risk of formatting it by mistake.
It is much more important then a ext2 /boot separate partition!
Most of the community uses lilo by default: I would suggest to stick with the majority.
It has already the Slackware look.
Why not put also the  functionnality.
It's been working well for years and it is safe/straightforward to use

Offline

#2 2006-10-21 18:06:00

rawfuzz
Member
Registered: 2006-10-07
Posts: 16

Re: Improvement to the installation script

jayhel wrote:

I am surprised to see a separate /boot partition in ext2!
What for???
It adds some useless complexity.
It lacks the ability to mount safely a saved /home partition without taking the risk of formatting it by mistake.
It is much more important then a ext2 /boot separate partition!
Most of the community uses lilo by default: I would suggest to stick with the majority.
It has already the Slackware look.
Why not put also the  functionnality.
It's been working well for years and it is safe/straightforward to use

:?

Offline

#3 2006-10-21 18:06:16

PJ
Member
From: Sweden
Registered: 2005-10-11
Posts: 602

Re: Improvement to the installation script

It is possible to install Arch with lilo. Where is the problem?

I am not totally sure about this but I think that it is easier to setup grub with an ext2 partition. I haven't tried it in any other way. If you are going to use a precompiled kernel you will probably see that grub is a better alternative (there are no hooks in pacman which runs lilo after a kernel update).

Which community? Linux or Arch? I would like to see some numbers. I don't think that the majority of the Arch community are lilo users. 

There is already a thread which is about improving the installer.
http://bbs.archlinux.org/viewtopic.php?t=24321

Offline

#4 2006-10-21 20:38:43

1c3d0g
Member
Registered: 2006-07-05
Posts: 81

Re: Improvement to the installation script

rawfuzz wrote:

:?

Exactly. lol

Jayhel: who died and made you Einstein?

jayhel wrote:

Most of the community uses lilo by default: I would suggest to stick with the majority.

Where in God's name did you pull that statistic from? Making blinded statements like that is just pure ignorance. :!:

Offline

#5 2006-10-21 21:27:08

patroclo7
Member
From: Bassano del Grappa, ITALY
Registered: 2006-01-11
Posts: 915

Re: Improvement to the installation script

You can choose freely among grub and lilo, although your statistics on usage is groundless.

You are not forced to have a separate /boot partition, you can define all the partition you like. You can also mount a preexisting partition as /home without formatting it, you are explicitly asked if you want to format any partition you mount. It is quite obvious that this option is not allowed if you choose the default partitioning, but the manual selection is really simple.


Mortuus in anima, curam gero cutis

Offline

#6 2006-10-21 22:15:44

chrismortimore
Member
From: Edinburgh, UK
Registered: 2006-07-15
Posts: 655

Re: Improvement to the installation script

Note: this is all based on other distributions I've used, I don't know Arch's particular reason for it.

The idea behind it is that ext2 is "more compatible" than ext3.  Although ext3 can be mounted transparently as ext2, bootloaders are fussy.  Anyway, for a secure system, the /boot partition shouldn't be mounted rw unless changes are being made to it, so you don't ever have to worry about data corruption from power loss, etc.  So yeah, basically it doesn't matter.  ext2 is a perfectly safe partition.

jayhel wrote:

It lacks the ability to mount safely a saved /home partition without taking the risk of formatting it by mistake.

How on earth did you manage that?  There is an amazing system in place to stop this happening, look:
To mount the partition: mount /home
To format the partition: mke2fs /dev/[node]
Clever, ain't it...

And for the record: I'm a grub user myself.


Desktop: AMD Athlon64 3800+ Venice Core, 2GB PC3200, 2x160GB Maxtor DiamondMax 10, 2x320GB WD Caviar RE, Nvidia 6600GT 256MB
Laptop: Intel Pentium M, 512MB PC2700, 60GB IBM TravelStar, Nvidia 5200Go 64MB

Offline

#7 2006-10-21 23:48:45

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: Improvement to the installation script

He's not fuzzing about the choice of Ext2 but about having a separate /boot. Maybe he's hever heard about encrypted filesystems, LVM and the like.


1000

Offline

#8 2006-10-22 00:20:55

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Improvement to the installation script

Iirc the separate boot partition is only mandatory when using auto-prepare hard disk and this overwrites also an existing /home partition if it is on the same disk.

On the other hand imo auto-prepare is ment for newbies. Users that have an existing /home partition should know enough to skip the auto-prepare and set things up the way they want.

For the record : i also use grub on 3 systems.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#9 2006-10-22 00:53:59

rawfuzz
Member
Registered: 2006-10-07
Posts: 16

Re: Improvement to the installation script

jayhel wrote:

I am surprised to see a separate /boot partition in ext2!
What for???
It adds some useless complexity.
It lacks the ability to mount safely a saved /home partition without taking the risk of formatting it by mistake.
It is much more important then a ext2 /boot separate partition!
Most of the community uses lilo by default: I would suggest to stick with the majority.
It has already the Slackware look.
Why not put also the  functionnality.
It's been working well for years and it is safe/straightforward to use

dude, seriously, I'm totally confused. What's your point? ext2 is used because the kernel doesn't need journaling (if you want to use a different FS, go on, be my guest, nobody's stopping you), /boot is in a different partition because 1) Once the kernel is compiled, you have no reason whatsoever to touch it. 2) If your root partition gets corrupted, your kernel is safe.

As for the /home - /boot correlation.. huh?
Lilo WAS used by the majority, most distro's come with GRUB these days. If you want Lllo, feel free to install & use it. Oh, and please show me some statistics to backup your statement.

PS: Do your own partitioning scheme.

Offline

#10 2006-10-22 04:04:55

jayhel
Member
From: Canada
Registered: 2006-10-19
Posts: 11

Re: Improvement to the installation script

Thank you for your in input.
It gives me a feel of the folks I am with.
Personnally I feel confortable with the installer.
And now with grub.
I like Archlinux already very much.
It runs so fast on my Centrino laptop! 8)

Offline

#11 2006-10-22 12:16:05

yankees26
Member
From: Connecticut, USA
Registered: 2006-09-29
Posts: 190

Re: Improvement to the installation script

Who are you?  And what have you done with jayhel??

This reminds me of: http://bash.org/?152037

Offline

Board footer

Powered by FluxBB