all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* My experiences with partitioning according to the manual
@ 2017-09-18  8:18 Hartmut Goebel
  2017-09-19 11:47 ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: Hartmut Goebel @ 2017-09-18  8:18 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 1558 bytes --]

Hi,

I tried installing GuixSD on a fresh (virtual) machine and found that
the instructions about partitioning the hard-disk are quite confusing.

I'm not sure if it's worth, updating the manual, since the graphical
installer may be here soon. But I want to share my experience to show
that we strongly need the graphical installer :-)

  *

    The first example is of a partitioning program is "cfdisk". I do non
    know this program, tried it and failed terrible. cfdisk seems to
    expect some script (huh?) to execute.

  *

    The first step in the instructions should be to (optionally)
    initialize the partition table (for the case this is a fresh disk).

      o

        Should this a GPT partition table?

      o Which commands to issue?
      o        parted mklabel gpt
  *

    How to align the first partition (with parted)?

  *

    How big should the boot partition be? Mine seems to have been too
    small, so I got warnings when formatting as FAT32.

  * FMPOV for the users it would be easier to have a list of commands to
    issue, like this:

# parted /dev/sda
mkpart primary fat32 1024s 20MB
mkpart primary ext2 20MB 100%
set 1 esp on
name 1 boot
name 2 my-root
quit

# mkfs.fat -F32 /dev/sda1
# mkfs.ext4 -L my-root /dev/sda2

My next step will be to try out the graphical installer.

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goebel@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |


[-- Attachment #2: 0xBF773B65.asc --]
[-- Type: application/pgp-keys, Size: 14855 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-09-22 14:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-18  8:18 My experiences with partitioning according to the manual Hartmut Goebel
2017-09-19 11:47 ` Ludovic Courtès
2017-09-19 13:37   ` Hartmut Goebel
2017-09-22 14:18     ` Ludovic Courtès
2017-09-20 15:47   ` Marius Bakke

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.