Search found 9 matches
- Mon Jun 27, 2005 3:11 pm
- Forum: UBCD V4 Support & Troubleshooting
- Topic: Adding Astrumi linux to UBCD??
- Replies: 14
- Views: 165608
Charles, I found the solution; it seems I was all around it. In summary, there are two methods that will work. 1) copy the austrumi iso to UBCD images directory and rename it to a simple, standard name like austrumi.iso. The mkisofs options I was using were changing the multiple periods in the origi...
- Sun Jun 26, 2005 2:45 pm
- Forum: UBCD V4 Support & Troubleshooting
- Topic: Adding Astrumi linux to UBCD??
- Replies: 14
- Views: 165608
Re: Adding Astrumi linux to UBCD??
I'm not familiar with Astrumi so am not familiar with it's boot files or configuration. Clearly it's linux, but there's more than one way to startup a linux system. I might suggest you leave a message on the CDShell forums inquiring about how to set the runlevel using the isolinux command. OK, I po...
- Sun Jun 26, 2005 8:57 am
- Forum: UBCD V4 Support & Troubleshooting
- Topic: Adding Astrumi linux to UBCD??
- Replies: 14
- Views: 165608
Re: Adding Astrumi linux to UBCD??
OK, then I don't know what that 4 is for. Try changing it back to "...ramdisk_start=0 4" and changing ".. init /etc/linuxrc .." to "... init=/etc/linuxrc 5 ..." Bottom line it you want to get it to boot in runlevel 5. I tried that, but it still won't start X. Near the ...
- Sat Jun 25, 2005 5:17 pm
- Forum: UBCD V4 Support & Troubleshooting
- Topic: Adding Astrumi linux to UBCD??
- Replies: 14
- Views: 165608
Re: Adding Astrumi linux to UBCD??
> > if ($lastKey == key[f5]); then isolinux bzImage > initrd=initrd.gz cdcache dolivecd rw init=/linuxrc > root=/dev/ram0 devfs=nomount load_ramdisk=1 prompt_ramdisk=0 > ramdisk_start=0 4 "...ramdisk_start=0 4" Change the 4 to a 5 and it should run xwindows. At first I thought it worked, ...
- Sat Jun 25, 2005 3:20 pm
- Forum: UBCD V4 Support & Troubleshooting
- Topic: Adding Astrumi linux to UBCD??
- Replies: 14
- Views: 165608
Ok, I tried the other method and everything works except astrumi boots into console mode. However, all I have to do is issue the command startx and everything loads just fine. It works!! All I did to get it to work was copy everything from asturmi.iso to the appropriate directories in UBCD except fo...
- Sat Jun 25, 2005 2:20 pm
- Forum: UBCD V4 Support & Troubleshooting
- Topic: Adding Astrumi linux to UBCD??
- Replies: 14
- Views: 165608
Hi Charles, Your first suggestion worked. I was able to boot astrumi properly even using qemu runing under XP. Unfortunately, the solution breaks all the mini linux distros listed in bootdsk.scn, except for one listed as [F7] Recovery Is Possible (RIP) V3.1 that distro uses bcdw boot /images/rip.img...
- Sat Jun 25, 2005 12:24 pm
- Forum: UBCD V4 Support & Troubleshooting
- Topic: Adding Astrumi linux to UBCD??
- Replies: 14
- Views: 165608
- Sat Jun 25, 2005 11:48 am
- Forum: UBCD V4 Support & Troubleshooting
- Topic: Adding Astrumi linux to UBCD??
- Replies: 14
- Views: 165608
Re: Adding Astrumi linux to UBCD??
Try the following: [snip] - Copy all files from the Astrumi /isolinux dir to an /isolinux dir on UBCD Hi, thanks for the quick reply. If I do the copy to the isolinux directory from astrumi, it's isolinux.cfg and boot.cat files will overwrite the ones that are already there in that directory. Won't...
- Sat Jun 25, 2005 11:06 am
- Forum: UBCD V4 Support & Troubleshooting
- Topic: Adding Astrumi linux to UBCD??
- Replies: 14
- Views: 165608
Adding Astrumi linux to UBCD??
Hi, I've been trying to add Astrumi linux (see http://cyti.latgola.lv/ruuni/index_en.html ) to UBCD (basic version), but have had no luck. I tried adding the astrumi ISO to /images and then made an entry in custom.scn like so if ($lastKey == key[f4]); then diskemu \images\astrumi.iso I also tried if...