View Single Post
Old 28 March 2009, 12:29   #17
hit
Registered User
 
Join Date: Jun 2008
Location: planet earth
Posts: 1,115
@Akira. IIRC , starting Icaros, it does some sort of setup, asking for usb suport, etc. if thats enabled and its recognized somehow, have a look at Tools/HDToolBox.
its a bit tricky here. it should look like: ata.device -> unit 0 -> partition 0 -> DH0/DH1
(in case of a recognized usb device you have to choose usbmss.device - i guess so)
partition 0 has to be the AROS RDB thing, the DHx are setup as FFS (or SFS). reboot aros after saving changes.
then you have to format DHX from cli ( format DRIVE=DHX NAME=WB FFS INTL ). HDToolBox again: "Switches" for DHX to make it automount/bootable.
then you can use the Tools/InstallAROS to move all files to DH0. you also have to edit DH0:boot/grub/grub.cfg, like this example (if its not done by the aros-installer - i had to add it manualy):
Code:
title AROS VBE  640x480  16bpp
root (hd0,0)
kernel /boot/aros-pc-i386.gz vesa=640x480x16 ATA=32bit floppy=disabled
quiet
boot
the guide is here: http://aros.sourceforge.net/document...stallation.php
these were the steps (those i can recall) i had to do, when i installed an aros-nightly build, to make the system boot from the virtual hdd. maybe it helps somehow.

Last edited by hit; 28 March 2009 at 12:49.
hit is offline  
 
Page generated in 0.07872 seconds with 11 queries