I figured it out now :)
Main Topics
Browse All TopicsHi everyone,
I have a netbook computer with an internal solid state drive that Slackware 12.2 picks up as HDA.
I have the drive partitioned into the following partitions:
HDA1 - NTFS - Windows XP Partition
HDA2 - EXT3 - Linux BOOT Partition
And I have an internal SDHC card reader. If I load these modules with modprobe or insmod (mmc_core, sdhci, sdhci-pci, mmc_block) and if I make nodes as follows in Linux:
mknod /dev/mmcblk0 b 179 0
mknod /dev/mmcblk0p1 b 179 1
I can mount and use the SD card by mounting /dev/mmcblk0p1 to a folder, say, /mnt/mmc
I have created an INITRD.GZ file that contains the modules needed to detect the MMC card, and updated my lilo.conf accordingly so that the INITRD.GZ file is used, but it still won't boot a slackware 12.2 installation I installed on /dev/mmcblk0p1 .
I'm thinking that if somehow, during bootup, after the SD modules have been loaded from INITRD.GZ, I can somehow have a script run before lilo attempts to boot from /dev/mmcblk0p1 (which it probably doesn't see) to execute the mknod commands shown above. Basically, this whole project is for the sake of having XP mainly on my solid state drive, and Slackware Linux on my SDHC card. Any help is appreciated.
Thank you all in advance.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: mrcustardPosted on 2009-09-03 at 20:30:21ID: 25256678
Does the bios in your system allow the SD card to be a bootable device? If so that's what you will need to change, but I honestly don't believe you will be able to do this ...