Files
oldlinux-files/Linux-0.98/Yggdrasil-0.98.3/usr/local/lib/menus/starting
2024-02-19 00:21:16 -05:00

57 lines
2.0 KiB
Plaintext

Before you can install Linux on your hard drive, you must partition your
drive, and put a file system on it. Roughly, this entails:
- Create a Linux/Minix partition with "fdisk" on your hard drive and reboot.
- Make a file system on the partition with "mkfs".
- Use "doinstall /dev/PART", where PART is your partition, to start
the installation. For example "doinstall /dev/hda2".
This last step will ask you to put a formatted floppy in the drive
so that BOOT DISK can be prepared for you, so have one ready ahead of time.
When the installation is complete, and you reboot from this floppy, you
will be using Linux from your hard drive.
Before you begin, however, you may wish to type "menu" and browse the
Instructions submenu. But make sure you exit "menu" before you start
the install process. You can also print files from there using "P",
or you can use "cat README > /dev/lp1" or "cat README > /dev/lp2".
Your first task after the base install is done, should be to make backup
copies of all of your disks (Look in the "User Commands" menu).
In fact, you should make sure all disks are write protected first,
before you start the installation.
**************** EXAMPLE PARTITIONING PROCEDURE **************************
/# fdisk
Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 2
First cylinder (500-977): 500
Last cylinder or +size or +sizeM or +sizeK (500-977): 977
Command (m for help): t
Partition number (1-4): 1
Hex code (type L to list codes): 81
Command (m for help): v
Command (m for help): p
Disk /dev/hda: 5 heads, 17 sectors, 977 cylinders
Units = cylinders of 85 * 512 bytes
Device Boot Begin Start End Blocks Id System
/dev/hda1 1 1 499 20000 4 DOS
/dev/hda2 1 1 7 30000 81 Linux/MINIX
Command (m for help): w
reboot now before doing anything else
/#
...<after the reboot>
/# mkfs /dev/hda2 30000
/# doinstall /dev/hda2