public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Boot via floppy from cdrom
@ 2009-03-26  1:32 Tom
  2009-03-26  3:17 ` Albert Hopkins
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Tom @ 2009-03-26  1:32 UTC (permalink / raw
  To: gentoo-user

Hi

I had a very un-nice evening, trying to get my system back into a
usable state, which I eventually managed, but that is another story.

It made me realise I need a way to be able to use my cdrom drive to
boot cds.
Let me explain before you say 'huuhh!?'
I bought a new dvdwriter a couple of weeks ago, and ever since I am no
longer able to boot from cd (using that drive, its SATA). It seems its a
bios bug or something, I even contacted the vendor (ASRock) and they
sent me an updated flash image, which I was sofar unable to install,
for some strange obscure reason.(I generally do know how to flash
bioses, and strangely the 'official' bios images from their site work,
just not the one support sent me, they are now offering to send me a
pre-burnt bios chip, but I'm slighly reluctant to go that road...)

So now I'm basically thinking to myself, ok, I have a floppy drive, so
what I need is a floppy disk, with a small kernel and my sata-chipset
driver and some mechanism for then booting of a (bootable)cd lying
ready in my drive.

So, any ideas how to do something like this? Maybe something ready
made, or a convenient script.

Everything I found regarding this, was using 2.3 kernels and were
generally out of date  :(

Tom



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Boot via floppy from cdrom
  2009-03-26  1:32 [gentoo-user] Boot via floppy from cdrom Tom
@ 2009-03-26  3:17 ` Albert Hopkins
  2009-03-26 11:54   ` Tom
  2009-03-26 14:43   ` Tom
  2009-03-26 10:05 ` Neil Bothwick
                   ` (2 subsequent siblings)
  3 siblings, 2 replies; 9+ messages in thread
From: Albert Hopkins @ 2009-03-26  3:17 UTC (permalink / raw
  To: gentoo-user


Why wast your time with floppies?  Boot from a USB stick that has plenty
of storage on it for kernels and drivers.





^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Boot via floppy from cdrom
  2009-03-26  1:32 [gentoo-user] Boot via floppy from cdrom Tom
  2009-03-26  3:17 ` Albert Hopkins
@ 2009-03-26 10:05 ` Neil Bothwick
  2009-03-26 13:52 ` Michael Sullivan
  2009-03-26 21:25 ` Mick
  3 siblings, 0 replies; 9+ messages in thread
From: Neil Bothwick @ 2009-03-26 10:05 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 288 bytes --]

On Thu, 26 Mar 2009 02:32:49 +0100, Tom wrote:

> So, any ideas how to do something like this? Maybe something ready
> made, or a convenient script.

Smart Boot Manager - http://sourceforge.net/projects/btmgr/


-- 
Neil Bothwick

Planet 98% full! Delete Windows users? (Y/y)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Boot via floppy from cdrom
  2009-03-26  3:17 ` Albert Hopkins
@ 2009-03-26 11:54   ` Tom
  2009-03-26 12:12     ` Albert Hopkins
  2009-03-26 14:43   ` Tom
  1 sibling, 1 reply; 9+ messages in thread
From: Tom @ 2009-03-26 11:54 UTC (permalink / raw
  To: gentoo-user

> Why wast your time with floppies?  Boot from a USB stick that has
> plenty of storage on it for kernels and drivers.

Bios doesn't support it :(

Tom



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Boot via floppy from cdrom
  2009-03-26 11:54   ` Tom
@ 2009-03-26 12:12     ` Albert Hopkins
  0 siblings, 0 replies; 9+ messages in thread
From: Albert Hopkins @ 2009-03-26 12:12 UTC (permalink / raw
  To: gentoo-user

On Thu, 2009-03-26 at 12:54 +0100, Tom wrote:
> > Why wast your time with floppies?  Boot from a USB stick that has
> > plenty of storage on it for kernels and drivers.
> 
> Bios doesn't support it :(
> 

So was this machine manufactured 10 years ago or are you *that* good in
choosing crappy hardware?





^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Boot via floppy from cdrom
  2009-03-26  1:32 [gentoo-user] Boot via floppy from cdrom Tom
  2009-03-26  3:17 ` Albert Hopkins
  2009-03-26 10:05 ` Neil Bothwick
@ 2009-03-26 13:52 ` Michael Sullivan
  2009-03-26 21:25 ` Mick
  3 siblings, 0 replies; 9+ messages in thread
From: Michael Sullivan @ 2009-03-26 13:52 UTC (permalink / raw
  To: gentoo-user

On Thu, 2009-03-26 at 02:32 +0100, Tom wrote:
> Hi
> 
> I had a very un-nice evening, trying to get my system back into a
> usable state, which I eventually managed, but that is another story.
> 
> It made me realise I need a way to be able to use my cdrom drive to
> boot cds.
> Let me explain before you say 'huuhh!?'
> I bought a new dvdwriter a couple of weeks ago, and ever since I am no
> longer able to boot from cd (using that drive, its SATA). It seems its a
> bios bug or something, I even contacted the vendor (ASRock) and they
> sent me an updated flash image, which I was sofar unable to install,
> for some strange obscure reason.(I generally do know how to flash
> bioses, and strangely the 'official' bios images from their site work,
> just not the one support sent me, they are now offering to send me a
> pre-burnt bios chip, but I'm slighly reluctant to go that road...)
> 
> So now I'm basically thinking to myself, ok, I have a floppy drive, so
> what I need is a floppy disk, with a small kernel and my sata-chipset
> driver and some mechanism for then booting of a (bootable)cd lying
> ready in my drive.
> 
> So, any ideas how to do something like this? Maybe something ready
> made, or a convenient script.
> 
> Everything I found regarding this, was using 2.3 kernels and were
> generally out of date  :(
> 
> Tom
> 

Smart Boot Manager (http://sourceforge.net/projects/btmgr/)




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Boot via floppy from cdrom
  2009-03-26  3:17 ` Albert Hopkins
  2009-03-26 11:54   ` Tom
@ 2009-03-26 14:43   ` Tom
  1 sibling, 0 replies; 9+ messages in thread
From: Tom @ 2009-03-26 14:43 UTC (permalink / raw
  To: gentoo-user

> > > Why wast your time with floppies?  Boot from a USB stick that has
> > > plenty of storage on it for kernels and drivers.  
> > 
> > Bios doesn't support it :(
> >   
> 
> So was this machine manufactured 10 years ago or are you *that* good
> in choosing crappy hardware?

I regular y excel in choosing crappy hardware :-;

However, the board does date back to 2004, don't know when it was first
released though.

The bord/bios is actually supposed to boot off sata, just for that to
work I need to set the controller to non-raid mode in the bios.
Doing that upsets my WinXP install, which is also a non-option.

So basically I'm stuck with the 'via floppy' method, which is nice,
reminds me of the 'good old times' ;)

Tom



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Boot via floppy from cdrom
  2009-03-26  1:32 [gentoo-user] Boot via floppy from cdrom Tom
                   ` (2 preceding siblings ...)
  2009-03-26 13:52 ` Michael Sullivan
@ 2009-03-26 21:25 ` Mick
  2009-03-27  1:15   ` Tom
  3 siblings, 1 reply; 9+ messages in thread
From: Mick @ 2009-03-26 21:25 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 380 bytes --]

On Thursday 26 March 2009, Tom wrote:

> It seems its a
> bios bug or something, I even contacted the vendor (ASRock) and they
> sent me an updated flash image, which I was sofar unable to install,
> for some strange obscure reason.

Mentioning the obvious just in case ... have you run a checksum on it?  
Perhaps they should email it again to you?
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Boot via floppy from cdrom
  2009-03-26 21:25 ` Mick
@ 2009-03-27  1:15   ` Tom
  0 siblings, 0 replies; 9+ messages in thread
From: Tom @ 2009-03-27  1:15 UTC (permalink / raw
  To: gentoo-user

> Mentioning the obvious just in case ... have you run a checksum on
> it? Perhaps they should email it again to you?

No, I just sent them my request. If that was the problem, I'm going to
cry, and pull my hair out ;-)

Thanks...hoping...

Tom



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-03-27  1:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-26  1:32 [gentoo-user] Boot via floppy from cdrom Tom
2009-03-26  3:17 ` Albert Hopkins
2009-03-26 11:54   ` Tom
2009-03-26 12:12     ` Albert Hopkins
2009-03-26 14:43   ` Tom
2009-03-26 10:05 ` Neil Bothwick
2009-03-26 13:52 ` Michael Sullivan
2009-03-26 21:25 ` Mick
2009-03-27  1:15   ` Tom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox