PDA

View Full Version : bootloading an iso file from ext2 filesystem (not using cd)



jacksonon
10-13-2005, 12:16 PM
Hello
I'm having the same problem, but for me the system "can't mount cd-rom filesystem" and got into mini-linux (only support for mount, cat, no ls, no /bin...).
Can be possible that my problem is related to be an SCSI disk? (the machine is a cluster server... can't be possible to use other disk :cry: )

my /boot/grub/grub.conf:

title Knoppix ISO from HD
kernel /cluster-images/linux init=/etc/init ro ramdisk_size=100000 initrd=/cluster-images/minirt.gz console=tty0 console=ttyS0,115200n8 bootfrom=/dev/sda2 2 lang=en apm=power-off nofirewire nousb nomce noeject home=/dev/sda2 myconf=/dev/sda2 vga=normal BOOT_IMAGE=knoppix

initrd /cluster-images/minirt.gz

Wich is the idea
To run image downloaded from net and update our system only reinstalling the iso :)
In my configuration, minirt (now in /boot/cluster-images/minirt.gz) is taken from knoppix CD - subdirectory ISOLINUX and bootfrom tried specifying full path or just using /KNOPPIX/KNOPPIX names for automatically selection, none of this possibilities worked.

Any Idea?

Thanks a lot.

rwcitek
10-13-2005, 08:35 PM
Any Idea?
The boot command may be longer that what linux can handle, which is 255 characters. To confirm this try booting again and at that minimal shell type "cat /proc/cmdline" Do you see the same line that you see in your grub.conf line?

Regards,
- Robert
http://www.cwelug.org

jacksonon
10-14-2005, 11:29 AM
Any Idea?
The boot command may be longer that what linux can handle, which is 255 characters. To confirm this try booting again and at that minimal shell type "cat /proc/cmdline" Do you see the same line that you see in your grub.conf line?

Regards,
- Robert
http://www.cwelug.org
Thanks, I'll try to do this possibility.

meanwhile I tested saving configuration script (saveconfig) booting in CD mode, but was impossible even when the partititon ext2 (/dev/sda2) was mounted, the system replyes that there is no partition suitable, may be I'm having problems because of using SCSI disk as primary?



Regards,
George.