Showing posts with label os. Show all posts
Showing posts with label os. Show all posts

Wednesday, August 24, 2011

"linux clone file system method "copy procedure

Dari:
https://bitcointalk.org/index.php?topic=7374.280
purpose:
There's going to be a HDD installer included on the final version. The reason why I decided not to post instructions on how to install to a local HDD is because of LinuxCoin being in testing. If you really want to you could try formatting you HDD as ext4 then ...


mkdir /mnt/hdd
mount /dev/sdXX /mnt/hdd
cp --preserve -R /{bin,boot,dev,etc,home,lib,lib32,opt,root,run,sbin,selinux,srv,usr,var} /mnt/hdd
mkdir /mnt/hdd/{media,proc,sys,tmp}
mount -o bind /dev /mnt/hdd/dev
mount -t proc /proc /mnt/hdd/proc
chroot /mnt/hdd
apt-get install grub2
grub-install /dev/sdX
exit

 

Sunday, May 22, 2011

Jika error menjalankan NetBSD dan OpenBSD di virtualbox

http://forums.virtualbox.org/viewtopic.php?f=1&t=26275

Re: BSD and problems installing

by jgribbin » 6. Sep 2010, 10:36
I have to start it in a terminal window (actually alt-f2 works as well) w/ :

[jimg@dartangnan ~]$ VBoxSDL --norawr0 --startvm NetBSD

There are 2 dashes in front of the switches, you only appear to have 1.

I do this for both the install and to run it after the install. I had to connect the install ISO to do the install, then disconnect the ISO to run the installed OS. Running Virtual Box in this manner appears to eliminate the opportunity to use F12 to select the boot medium.

I am doing this on Fedora 12. If doing this in Windows, i suspect you should be able to do "start run" then enter what I have. I don't have a Windows box at the moment to check it.

The --norawr0 tells it there is no ring 3, at least according to the
documentation. --norawr3 would mean it has no ring 0. I know this sounds
backwards, but that's what the documentation I found says.

I believe this "ring" stuff has to do with protected modes in the processor. I'm not enough of a CPU guru to be certain.

Maybe someone on the list knows how to put this in Virtual Box's setup so that it can be
started in the usual way Virtual Box is set up for.

Jim G

---------------------------------------------------------------------------------------------------------------------------------
http://www.virtualbox.org/manual/ch03.html#id457899
OpenBSD

Requires hardware virtualization to be enabled. Versions 3.7 and later are supported. Guest Additions are not available yet.