public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: cytang <cytang_cn@yahoo.com.cn>
To: linux-mtd@lists.infradead.org
Subject: grub cannt  boot from doc millennium
Date: Mon, 27 May 2002 20:31:49 +0800 (CST)	[thread overview]
Message-ID: <20020527123149.40310.qmail@web14405.mail.yahoo.com> (raw)

I searched the mail archive with keyword "grub"
but I only find just one detailed howto : 
http://lists.infradead.org/pipermail/linux-mtd/2001-October/003475.html
Accroding to it ,step by step  on my DoC millennium
(8M), but  I still end up with failure.
My all steps as follow, did I miss something?
1.make a new kernel with DOC support with 2.4.2-2
kernel source  on my RH7.1 box
2.tar zxvf grub-0.90.tar.gz
3.cd grub-0.90; 
  patch -p0 < /usr/src/mtd/grub/grub-0.90-doc.patch
4. rm configure;
   autoconf
5. make ; make install;
6. cp stage2/pre_stage2 /usr/src/mtd/grub
7. cd /usr/src/mtd/grub; make ; cp grub_firmware
/usr/src/mtd/util/
8. cd /usr/src/mtd/util; make ;
9. ./eraseall /dev/mtd0 
10 ./nftl_format /dev/mtd0 98304   
11  fdisk /dev/nftla
     n
     p
     1<Enter><Enter>
     w
     mke2fs /dev/nftla1
     ./doc_loadbios /dev/mtd0 grub_firmware
 
12. # this part install grub on hard disk
   
    mkdir /boot/grub; 
    cp ~/grub-0.90/stage1/stage1  /boot/grub/;
    cp ~/grub-0.90/stage2/stage2  /boot/grub/;
    vi /boot/grub/menu.lst
    timeout 30
    default 0
    fallback 1
    #For booting linux kernel with doc support from
harddisk
    tile linux
    root (hd0,0)
    kernel /boot/bzImage-doc  root=/dev/hda5
    #For booting linux kernel from doc
    tile linuxondoc
    root (dc0,0)
    kernel /boot/bzImage-doc  root=/dev/nftla1
13 grub
   root (hd0,0)
   setup (hd0)
14 reboot

enter grub console : (I dont know why not enter menu
select )
root (dc0,0)
error 21: selected disk does not exist

only 
     root (hd0,0)
     kernel /boot/bzImage-doc root=/dev/hda5 
can boot

_________________________________________________________
Do You Yahoo!? 
摊开你的掌心 让我看看你
http://sweepstakes.yahoo.com/2002cnuser

             reply	other threads:[~2002-05-27 12:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-27 12:31 cytang [this message]
2002-05-27 13:45 ` grub cannt boot from doc millennium Ilguiz Latypov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020527123149.40310.qmail@web14405.mail.yahoo.com \
    --to=cytang_cn@yahoo.com.cn \
    --cc=linux-mtd@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox