Author Topic: Weird Bootdisk Needed  (Read 3047 times)

0 Members and 1 Guest are viewing this topic.

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Weird Bootdisk Needed
« on: August 18, 2006, 04:08:03 pm »
I need a floppy bootdisk that says "boot from the CD-ROM", but I'm not sure where to get one that does that, and I'm not exactly sure even what to search for...

[edit]
Newby sucks at giving me the bootdisk.
« Last Edit: August 18, 2006, 04:13:59 pm by rabbit »

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Weird Bootdisk Needed
« Reply #1 on: August 18, 2006, 04:17:37 pm »
That's a tricky problem, because the BIOS doesn't really know how to work a CDRom. 

I'm not exactly sure what your eventual goal is, but the common way is to put a small Linux kernel (vmlinuz or whatever) on the disk and boot that, somehow.  There's lots of guides to doing that. 

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: Weird Bootdisk Needed
« Reply #2 on: August 18, 2006, 06:10:32 pm »
Hm.  So basically what I want to do is boot to vmlinuz and then mount the CD-ROM and then run the installer?  I'm still not sure about the last part, but I'll find out soon enough.

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: Weird Bootdisk Needed
« Reply #3 on: August 20, 2006, 05:11:36 pm »
Okay, I've got the bootdisk, but when I dd the image to the floppy, it doesn't work right.  I guess that's because I don't know WTF I'm doing.  How do I dd it?

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Weird Bootdisk Needed
« Reply #4 on: August 22, 2006, 11:29:21 am »
I probably have no idea what's going on here, but would MSCDEX and sys a: do the trick here?
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Weird Bootdisk Needed
« Reply #5 on: August 26, 2006, 12:22:01 am »
Why was this trashed? He answered rabbit's question as to where it needs to be written on the floppy. He didn't say the specific dd command, but he did give information.
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: Weird Bootdisk Needed
« Reply #6 on: August 26, 2006, 06:36:42 am »
Why was this trashed? He answered rabbit's question as to where it needs to be written on the floppy. He didn't say the specific dd command, but he did give information.

...none of which was helpful.
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: Weird Bootdisk Needed
« Reply #7 on: August 26, 2006, 10:05:12 am »
Wow...that was useless.  I don't think I'd be much of a ....me...if I didn't know where bootsectors go.  They go in the middle, right?

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Weird Bootdisk Needed
« Reply #8 on: August 26, 2006, 08:51:49 pm »
You do know that a bootsector can call another bootsector, right? And that said bootsector could be in the middle, right?
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: Weird Bootdisk Needed
« Reply #9 on: August 27, 2006, 03:14:18 pm »
You do know that a bootsector can call another bootsector, right? And that said bootsector could be in the middle, right?

That wouldn't actually be a boot sector, though.  It would have code related to booting.

A boot sector is called by the BIOS.
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.