From: "Kitty Litter" <n8kl@insightbb.com>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Subject: progress on booting debian installer from USB stick
Date: Thu, 13 Nov 2008 20:24:14 -0500 [thread overview]
Message-ID: <7DFC0DECCE2D4C60BBB1B0D3FCB7F4A8@randy3> (raw)
1. format stick with mkdosfs -I /dev/sdf
2. install syslinux syslinux /dev/sdf
3. Mount the memory stick.
4. Mount latest install image with mount image.iso /mnt -o loop
5. copy vmlinuz to the stick from /mnt/install.amd
6 copy initrd.gz to the stick from /mnt/install.amd/gtk
7. Create syslinux.cfg on the stick containing lines such as:
serial 0
default vmlinuz
append initrd=initrd.gz speakup.synth=audptr
8. copy image.iso to the stick, all files to the root directory.
9. copy the module loop.ko to the stick which might be difficult unless you
happen to have it from a previous install. The loop module is not in initrd,
maybe it could be included?
10. Boot from the stick and if all goes well the installer will talk.
11. Go to shell with alt-f2 enter. Mount the stick and copy loop.ko to
/lib/modules/kernel_version/drivers/block and do depmod.
12. Mount the image.iso to /cdrom and go back to installer with alt-f1.
I didn't actually complete the install, I got to the partitioner which I
could not back out of and did a halt from the shell. If I'm still alive
tomorrow will try making another initrd with alsa and a few more modules.
next reply other threads:[~ UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
Kitty Litter [this message]
` Samuel Thibault
` Kitty Litter
` Samuel Thibault
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=7DFC0DECCE2D4C60BBB1B0D3FCB7F4A8@randy3 \
--to=n8kl@insightbb.com \
--cc=speakup@braille.uwo.ca \
/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 read-only IMAP folder(s) and NNTP newsgroup(s).