Homer S
06-19-2003, 11:18 PM
OK... Here is where I am.
I backed up the original hard drive with mfsbackup (2 versions: -a and -f 4138, interestingly the same size). I also backed up the 3.1.0 kernel partition and 3.1.0 ext2 partition. I then restored the 3.1.U5 image and backed up those kernel and ext2 partitions. My drive now looks like this in part:
3: 3.1.0 kernel (killinitrd'ed)
4: 3.1.0 ext2
6: 3.1.U5 kernel
7: 3.1.U5 ext2
I added updatesoftware=false to the bootparams. I tested it and it boots into 3.1.U5 without backgrounds on the menus, I didn't bother doing a clean and strip since I won't be using this version very long! ;-}
I then made a ROMFS.IMG with the following in a new /img directory on my FAT32 drive:
hacks (see below for listing)
kmonte.o
monte
hacks listing between quotes:
"/sbin/insmod kmonte.o
monte /dev/hda3 root=/dev/hda4"
The resulting file was 20480 bytes in length so I sent it to hda16 with this command:
dd if=ROMFS.IMG of=/dev/hdb16 bs=20480 count=1
OK... Here is the question... What do I add to the bootparams to hook the new stuff on hda16 to fire the monte into 3.1.0?
Thanks,
Homer Out
I backed up the original hard drive with mfsbackup (2 versions: -a and -f 4138, interestingly the same size). I also backed up the 3.1.0 kernel partition and 3.1.0 ext2 partition. I then restored the 3.1.U5 image and backed up those kernel and ext2 partitions. My drive now looks like this in part:
3: 3.1.0 kernel (killinitrd'ed)
4: 3.1.0 ext2
6: 3.1.U5 kernel
7: 3.1.U5 ext2
I added updatesoftware=false to the bootparams. I tested it and it boots into 3.1.U5 without backgrounds on the menus, I didn't bother doing a clean and strip since I won't be using this version very long! ;-}
I then made a ROMFS.IMG with the following in a new /img directory on my FAT32 drive:
hacks (see below for listing)
kmonte.o
monte
hacks listing between quotes:
"/sbin/insmod kmonte.o
monte /dev/hda3 root=/dev/hda4"
The resulting file was 20480 bytes in length so I sent it to hda16 with this command:
dd if=ROMFS.IMG of=/dev/hdb16 bs=20480 count=1
OK... Here is the question... What do I add to the bootparams to hook the new stuff on hda16 to fire the monte into 3.1.0?
Thanks,
Homer Out