Re: bootloaders and USB

2010-06-29 Thread Robert A. Lerche
What I have done is to build a grub CD that also includes copies of the kernel and initrd from the desired root device. Grub can then use the same BIOS I/O to start the kernel and the kernel will have the device support for the BIOS-inaccessible root device. --

Re: bootloaders and USB

2010-06-29 Thread Eric Miller
whoa...THAT's what I need I think. can you post an iso of that cd so I can use it as a reference? On Tue, Jun 29, 2010 at 11:02 AM, Robert A. Lerche r...@msbit.com wrote: What I have done is to build a grub CD that also includes copies of the kernel and initrd from the desired root device.

Re: bootloaders and USB

2010-06-29 Thread Robert A. Lerche
whoa...THAT's what I need I think. can you post an iso of that cd so I can use it as a reference? OK, you can fetch: http://msbit.com/osdv/sample-grub.iso It is grub plus the Ubuntu 9.04 kernel. You can interrupt the boot sequence and edit the kernel line to specify the desired root

bootloaders and USB

2010-06-28 Thread JimD.
do most of the standard bootloaders (grub/,lilo, etc) have the ability to boot to usb even when the BIOS doesn't natively support boot to usb or floppy emulation? A qualified no. The qualifier is you could use a plop cd to boot to USB. --

Re: bootloaders and USB

2010-06-28 Thread Andrew Benton
On 28/06/10 00:35, Eric Miller wrote: do most of the standard bootloaders (grub/,lilo, etc) have the ability to boot to usb even when the BIOS doesn't natively support boot to usb or floppy emulation? I don't think so. I don't know about lilo. I don't think that grub has the drivers to do

Re: bootloaders and USB

2010-06-28 Thread Smartboy
On Mon, Jun 28, 2010 at 5:12 AM, Andrew Benton b3n...@gmail.com wrote: On 28/06/10 00:35, Eric Miller wrote: do most of the standard bootloaders (grub/,lilo, etc) have the ability to boot to usb even when the BIOS doesn't natively support boot to usb or floppy emulation? I don't think so. I

Re: bootloaders and USB

2010-06-28 Thread Eric Miller
i'm trying to avoid using plop, the interface is very ugly and this is for a professional project. plop functions perfectly thoughit just looks like a video game from 1985. could I do a full boot into a small linux like tinycore and then do some kind of scripted chroot? On Mon, Jun 28, 2010

Re: bootloaders and USB

2010-06-28 Thread Neal Murphy
On Monday 28 June 2010 10:05:33 Eric Miller wrote: i'm trying to avoid using plop, the interface is very ugly and this is for a professional project. plop functions perfectly thoughit just looks like a video game from 1985. could I do a full boot into a small linux like tinycore and

Re: bootloaders and USB

2010-06-28 Thread Eric Miller
If plop functions perfectly, extract its files, extract its initrd/initramfs and create a better one. At least examine how they made it work. it's a binary file, compiled. On Mon, Jun 28, 2010 at 10:29 AM, Neal Murphy neal.p.mur...@alum.wpi.eduwrote: On Monday 28 June 2010 10:05:33 Eric Miller

Re: bootloaders and USB

2010-06-28 Thread Danny Engelbarts
On Monday 28 June 2010 01:35:40 Eric Miller wrote: do most of the standard bootloaders (grub/,lilo, etc) have the ability to boot to usb even when the BIOS doesn't natively support boot to usb or floppy emulation? Most standard bootloaders do not, i believe the smartbootmanager would be able

bootloaders and USB

2010-06-27 Thread Eric Miller
do most of the standard bootloaders (grub/,lilo, etc) have the ability to boot to usb even when the BIOS doesn't natively support boot to usb or floppy emulation? -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the