Re: [OpenBSD] Installation à partir du disque dur
>Sur sparc, il est possible d'installer a partir du disque dur, en
>copiant l'image sur une partition (typiquement swap) et apres reboot
>sur celle ci.
>
>cf INSTALL.sparc:
>
>If you don't have a floppy drive you can copy the floppy
>installation image "floppy40.fs" or the mini-root "miniroot40.fs"
>onto the hard disk you intend to boot on. Traditionally, the
>way to do this is to use dd(1) to place the bootable filesystem
>image in the "swap" partition of the disk (while running in
>single user mode), and then booting from that partition.
oui en fait j'ai tenté quelquechose comme ça:
dd if=cdrom40.fs of=/dev/hda5
ant@s2300 $ file cdrom40.fs cdrom40.fs: x86 boot sector, code offset
0x3c, OEM-ID " OpenBSD", sectors/cluster 2, reserved sectors 0, Media
descriptor 0xf8, hidden sectors 16, serial number 0x0, label: "UNIX
LABELU", BSD disklabel
Je trouvais que ça se prêtait bien à être écrit directement sur une
partition, vu le résultat sur des partitions que j'ai déjà, et qui
bootent:
[ dd if=/dev/... , puis]
$ file hda*
hda: x86 boot sector
hda1: x86 boot sector, code offset 0x52, OEM-ID "NTFS ",
sectors/cluster 8, reserved sectors 0, Media descriptor 0xf8, heads
255, hidden sectors 63, dos < 4.0 BootSector (0x80)
hda2: x86 boot sector, code offset 0x58, OEM-ID " mkdosfs",
sectors/cluster 16, Media descriptor 0xf8, heads 16, sectors 19518974
(volumes > 32 MB) , FAT (32 bit), sectors/FAT 9522, serial number
0x453a7a25, label: " "
$ file sda sda: x86 boot sector, code offset 0x48
>Mais comme tu cite FAT32 et i386, je suppose que cette plateforme
>ne te concerne pas, et je ne peux rien dire de plus par ce que je
>n'ai jamais installe OpenBSD que sur des sun4m.
le FAT32 ou ext2 c'était juste pour entreposer les fichiers tar.gz
pour la suite de l'install .. si j'arrive jusque là ça sera déjà bien.
--
antoine
|