Welcome to Eric Hameleers (Alien BOB)'s Wiki pages.
Trace:
Differences
This shows you the differences between two versions of the page.
|
slackware:setup [2008/02/14 17:49] alien Changes in LILO explanation |
slackware:setup [2009/01/28 19:34] (current) alien Add explicit error message |
||
|---|---|---|---|
| Line 38: | Line 38: | ||
| * First issue: \\ When you finish the installation and the README prompts you to __''perform a chroot into the new | * First issue: \\ When you finish the installation and the README prompts you to __''perform a chroot into the new | ||
| - | installation''__, there is one command missing. As a result, there will not be a ''/dev/mapper/cryptroot'' available inside the //chroot// and therefore the attempt to install LILO will fail.\\ Please change the list of commands that goes like <code> | + | installation''__, there is one command missing. As a result, there will not be a ''/dev/mapper/cryptroot'' available inside the //chroot// and therefore the attempt to install LILO will fail with the error <code> |
| + | Fatal: Illegal 'root' specification: /dev/mapper/cryptroot | ||
| + | </code> Please change the list of commands that goes like <code> | ||
| mount -o bind /proc /mnt/proc | mount -o bind /proc /mnt/proc | ||
| mount -o bind /sys /mnt/sys | mount -o bind /sys /mnt/sys | ||