9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "ron minnich" <rminnich@gmail.com>
To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu>
Subject: [9fans] booting THNX when you can't boot usb
Date: Fri, 21 Sep 2007 06:54:54 -0700	[thread overview]
Message-ID: <13426df10709210654o5df6613ej1fb275911032e3cf@mail.gmail.com> (raw)

To boot THNX when you can't boot USB.
1. Put the hard drive back in your laptop (sorry!)
1a. start it booting from the hard drive
1b. wait for it too boot.
1c. Hang on
1d. not yet.
1e. almost there
1f. running init scripts
1g. ...
1h. You can get lower interest rates now at ...
1i. OK, log in.
2. mount the usb stick e.g. mount /dev/sdb1 /mnt
3. mkdir /boot/thnx
4. cp /mnt/boot/* /boot/thnx
5. Add the following line to /boot/grub/menu.lst
title           tiny horrible NOT xen -- sdb1
        root            (hd0,0)
        kernel /boot/thnx/vmlinuz-2.6.23-rc5 ro root=LABEL=/THNX rhgb vga=ask \
                                                   reserve_vector=64
init=/bin/bash
        initrd /boot/thnx/initrd-2.6.23-rc5.img

Reboot and select tiny horrible etc. to boot.

ron


             reply	other threads:[~2007-09-21 13:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-21 13:54 ron minnich [this message]
2007-09-22 23:48 ` john
2007-09-24  1:48   ` ron minnich
2007-09-24  2:57     ` john
2007-09-24  5:23       ` ron minnich

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=13426df10709210654o5df6613ej1fb275911032e3cf@mail.gmail.com \
    --to=rminnich@gmail.com \
    --cc=9fans@cse.psu.edu \
    /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;
as well as URLs for NNTP newsgroup(s).