Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
bootable m68k images
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on Alternative Architectures
View previous topic :: View next topic  
Author Message
mart_man00
Apprentice
Apprentice


Joined: 29 Jan 2003
Posts: 245

PostPosted: Sun Sep 14, 2003 4:20 am    Post subject: bootable m68k images Reply with quote

Are there any bootable m68k images of Gentoo, Linux or any BSD that i can just dd?

Id like to have a working system up. Has any progress been made? A website i can follow?

Thanks
_________________
"Idiot's just can't use it right" is no excuse to tolerate something being more tedious than necessary.
Back to top
View user's profile Send private message
Jeedo
Apprentice
Apprentice


Joined: 02 May 2003
Posts: 202
Location: Akureyri, Iceland

PostPosted: Sun Sep 14, 2003 6:58 am    Post subject: Reply with quote

I was going to install NetBSD onto a Macintosh SE until i found the system was probably too crappy, plus i didnt have 800K floppy disks for it, but their site is pretty good, just go to netbsd.org and click on the mk68 link
Back to top
View user's profile Send private message
bahkyp
Tux's lil' helper
Tux's lil' helper


Joined: 19 Jul 2002
Posts: 86
Location: Sydney Australia

PostPosted: Tue Nov 22, 2005 4:01 am    Post subject: Reply with quote

There is emile! You can boot from diskette to debian now. Hope this will get some gentoo going in this area.

http://emile.sourceforge.net/

And as long as you know which USB drive your diskette is in you can dd a bootdisk from MacOS X.

Code:
Open the terminal program.
Plug in USB diskette drive.
insert a diskette.
Check disk name on desktop in this case "NO_NAME". If it doesn't appear try console to see what happened.

$ mount

/dev/disk0s2 on / (local)
devfs on /dev (local)
fdesc on /dev (union)
<volfs> on /.vol (read-only)
/dev/disk0s3 on /Volumes/switch (local)
automount -fstab [371] on /Network/Servers (automounted)
automount -static [371] on /automount (automounted)
/dev/disk1 on /Volumes/NO_NAME (local, nodev, nosuid)

In this case it is /dev/disk1. You need to unmount it so that dd can write effectivly.

$ sudo unmount /dev/disk1

cd the directory that the disk-image is in

$ cd emile/

And write the image to diskette.

$ sudo dd if=emile-rescue-0.9.bin of=/dev/disk1 bs=512 conv=sync

2880+0 records in
2880+0 records out
1474560 bytes transferred in 192.337579 secs (7667 bytes/sec)


And you have you floppy to boot unix on a old mac! This works for me, your mileage may vary.
_________________
I'm so small, I can fit under the door.
I was here yesterday, this is a recording.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on Alternative Architectures All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum