9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] booting THNX when you can't boot usb
@ 2007-09-21 13:54 ron minnich
  2007-09-22 23:48 ` john
  0 siblings, 1 reply; 5+ messages in thread
From: ron minnich @ 2007-09-21 13:54 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-09-24  5:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-21 13:54 [9fans] booting THNX when you can't boot usb ron minnich
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

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).