Hi, I would like to install CRUX on the machine without CD-ROM (and floppy), but with many USB ports. I found usb img file for CRUX 2.7, but not sure how can I use it. When I copy img onto whole USB (i.e. dd if=crux-2.7.img of=/dev/sdb) I get AFAIR "boot error". When I put it onto partition and use "gujin" [1] as a boot loader I cannot boot as well (different error which I don't remember). Is it something wrong with MBR? I use the same stick as Debian installer previously. How to fix or diagnose the issue? Any suggestion will be welcome. Any suggestion will be welcome. Cheers, Wawrzek [1] http://psychoticspoon.blogspot.com/2009/01/booting-multiple-livecds-from-sin... -- Wawrzyniec Niewodniczański vel Wawrzek Larry or LarryN Linux User #177124 E-MAIL: wawrzek@gmail.com PhD in Quantum Chemistry WWW: http://wawrzek.name MSc in Molecular Engineering JID: wawrzek@jabber.wroc.pl
On Sun, 17 Oct 2010 20:51:30 +0100 Wawrzyniec Niewodniczański wrote:
Hi,
I would like to install CRUX on the machine without CD-ROM (and floppy), but with many USB ports. I found usb img file for CRUX 2.7, but not sure how can I use it. When I copy img onto whole USB (i.e. dd if=crux-2.7.img of=/dev/sdb) I get AFAIR "boot error". When I put it onto partition and use "gujin" [1] as a boot loader I cannot boot as well (different error which I don't remember).
Is it something wrong with MBR? I use the same stick as Debian installer previously.
I used USB stick to install Crux-2.7 without problems, once I used non-broken stick :). Maybe it is a problem with img file?You could make your own, if you have Crux-2.7.iso, using make_usbdisk script from http://crux.nu/~sepen/usbdisk/. Pedja --
On Mon, Oct 18, 2010 at 01:11:19AM +0200, Predrag Ivanovic wrote:
On Sun, 17 Oct 2010 20:51:30 +0100 Wawrzyniec Niewodniczański wrote:
Hi,
I would like to install CRUX on the machine without CD-ROM (and floppy), but with many USB ports. I found usb img file for CRUX 2.7, but not sure how can I use it. When I copy img onto whole USB (i.e. dd if=crux-2.7.img of=/dev/sdb) I get AFAIR "boot error". When I put it onto partition and use "gujin" [1] as a boot loader I cannot boot as well (different error which I don't remember).
Is it something wrong with MBR? I use the same stick as Debian installer previously.
I used USB stick to install Crux-2.7 without problems, once I used non-broken stick :). Maybe it is a problem with img file?You could make your own, if you have Crux-2.7.iso, using make_usbdisk script from http://crux.nu/~sepen/usbdisk/.
Pedja
You could also try "isohybrid" from opt/syslinux. I just tried it and it works great! http://syslinux.zytor.com/wiki/index.php/Doc/isolinux#HYBRID_CD-ROM.2FHARD_D... -- /Fredrik Rinnestam
Hello, On 10/18/10 01:11, Predrag Ivanovic wrote:
On Sun, 17 Oct 2010 20:51:30 +0100 Wawrzyniec Niewodniczański wrote:
Hi,
I would like to install CRUX on the machine without CD-ROM (and floppy), but with many USB ports. I found usb img file for CRUX 2.7, but not sure how can I use it. When I copy img onto whole USB (i.e. dd if=crux-2.7.img of=/dev/sdb) I get AFAIR "boot error". When I put it onto partition and use "gujin" [1] as a boot loader I cannot boot as well (different error which I don't remember).
Is it something wrong with MBR? I use the same stick as Debian installer previously. I used USB stick to install Crux-2.7 without problems, once I used non-broken stick :). Maybe it is a problem with img file?You could make your own, if you have Crux-2.7.iso, using make_usbdisk script from http://crux.nu/~sepen/usbdisk/. Try to reinstall syslinux with the '-s' option to install a "safe, slow and stupid" version of SYSLINUX bootloader. This version may work on some very buggy BIOSes on which SYSLINUX would otherwise fail. To do this just type: # syslinux -s /dev/sdb
Best regards, -- Jose V Beneyto | http://sepen.mine.nu/
On Monday 18 October 2010 4:51:30 am Wawrzyniec Niewodniczański wrote:
Hi,
I would like to install CRUX on the machine without CD-ROM (and floppy), but with many USB ports. I found usb img file for CRUX 2.7, but not sure how can I use it. When I copy img onto whole USB (i.e. dd if=crux-2.7.img of=/dev/sdb) I get AFAIR "boot error". When I put it onto partition and use "gujin" [1] as a boot loader I cannot boot as well (different error which I don't remember).
Is it something wrong with MBR? I use the same stick as Debian installer previously.
How to fix or diagnose the issue? Any suggestion will be welcome. Any suggestion will be welcome.
If you have another machine in the same network you might want to boot via nfs instead. I use it frequently and it saves me lots of time when I have to install many machines Alan
participants (5)
-
Alan Mizrahi
-
Fredrik Rinnestam
-
Jose V Beneyto
-
Predrag Ivanovic
-
Wawrzyniec Niewodniczański