Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8420 - missing in x86-install guide
Summary: missing in x86-install guide
Status: RESOLVED FIXED
Alias: None
Product: Websites
Classification: Unclassified
Component: [OLD] Articles (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: John Davis (zhen) (RETIRED)
URL: http://gentoo.org/doc/build.html
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-26 13:15 UTC by Torgeir Hansen
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Torgeir Hansen 2002-09-26 13:15:49 UTC
Code listing 49:
# mke2fs /dev/fd0
# mount /dev/fd0 /mnt/floppy
# mkdir /mnt/floppy/boot
# cp /usr/share/grub/i386-pc/stage1 /mnt/floppy/boot/grub
# cp /usr/share/grub/i386-pc/stage2 /mnt/floppy/boot/grub

this is obviously missing `mkdir /mnt/floppy/boot`, or one would first copy the
file stage1 to the _file_ grub, and the same with stage2. ;)
Comment 1 Stoyan Zhekov (RETIRED) gentoo-dev 2002-10-07 22:36:37 UTC
I think grub is dir so better is:
...
# mkdir -p /mnt/floppy/boot/grub
# cp /usr/share/grub/i386-pc/stage1 /mnt/floppy/boot/grub/
# cp /usr/share/grub/i386-pc/stage2 /mnt/floppy/boot/grub/

If is OK for you will add it to the guide.
Comment 2 John Davis (zhen) (RETIRED) gentoo-dev 2002-10-07 23:10:07 UTC
Yeah, I will take care of it..

//ZhEN
Comment 3 Stoyan Zhekov (RETIRED) gentoo-dev 2002-10-09 21:18:04 UTC
fixed in the cvs