יש לי xtreamer Ultra
והייתי מעונין שכל הUSB שקיבלתי איתו יעלה מהכונן הקשיח כולל מערת ההפעלה ULTRA OS
במקום מה USB
יש אפשרות להעתיק אותו או להתקין הכל לצד WIN 7 שיושב אצלי כבר בדיסק הקשיח
התקנת ULTRA OS על הדיסק קשיח ולא שימוש דרך ה diskonkey
מצאתי סוף סוף מדריך הלכתי לפי המדריך וזה עובד מצוין מומלץ!!
(סליחה שזה באנגלית)
Xtreamer OS Install on HDD
1. Plug xtreamer usb device
2. Boot into Ultra OS
3. Open Terminal
4. Type the following:
sudo passwd root
(use 'ultra' as password)
sudo add-apt-repository ppa:bean123ch/burg
sudo apt-get update && sudo apt-get install burg
sudo cp /media/DRIVER/boot/burg/burg.cfg /boot/burg/burg.cfg
sudo cp -R /media/DRIVER/boot/burg/themes/fortune_ultra /boot/burg/themes/
sudo apt-get install gparted
sudo gparted
5. Note there should already be two partitions
- System Reserved (sda1)
- Windows (sda2)
6. Make the follow partitions:
8000 mb of ext4 (this is for Xtreamer OS - sda3)
Extended partition of rest of space (this is to fix the partition limit of only allowing 4 partition per drive - sda4)
Rest of space use NTFS (this is what i added so windows can access or linux mainly just storage space)
7. Reboot xtreamer
8. As soon as you see bootloader, press letter 'e' on the keypad
9. Go to line starting: linux and press End button, just after =ywrap add word: ' single' so it becomes 'y=wrap single'
10. Press F5 to commit change (fn+5 on the mini keyboard)
11. Press enter to boot into Ultra OS recovery
12. Wait until linux boots up to Recovery menu: select root and press Enter, enter a password 'ultra'
13. Type the follow commands:
killall dhclient && mount -no remount,ro /
cat /proc/partitions
(the above command let you see the different partitions you made)
dd if=/dev/sdb2 of=/dev/sda3
e2fsck -f /dev/sda3 && resize2fs /dev/sda3
e2fsck -f /dev/sda3 && resize2fs /dev/sda3
mount /dev/sda3 /mnt && mount --bind /dev /mnt/dev && mount --bind /proc /mnt/proc
chroot /mnt
burg-install /dev/sda
14. Shutdown machine
15. Unplug xtreamer usb
16. Turn on machine
17. Boot into Ultra OS
18. Open up terminal
19. Type the following commands
su
ultra
sudo gedit /boot/burg/burg.cfg
20. Find the windows part and change hd(1,1) to hd(0,1) as seen below:
menuentry "HDD" --class windows {
savedefault
insmod part_msdos
insmod ntfs
set root='(hd1,1)'
chainloader +1
}
becomes:
menuentry "HDD" --class windows {
savedefault
insmod part_msdos
insmod ntfs
set root='(hd0,1)'
chainloader +1
}
21. Save
END
(סליחה שזה באנגלית)
Xtreamer OS Install on HDD
1. Plug xtreamer usb device
2. Boot into Ultra OS
3. Open Terminal
4. Type the following:
sudo passwd root
(use 'ultra' as password)
sudo add-apt-repository ppa:bean123ch/burg
sudo apt-get update && sudo apt-get install burg
sudo cp /media/DRIVER/boot/burg/burg.cfg /boot/burg/burg.cfg
sudo cp -R /media/DRIVER/boot/burg/themes/fortune_ultra /boot/burg/themes/
sudo apt-get install gparted
sudo gparted
5. Note there should already be two partitions
- System Reserved (sda1)
- Windows (sda2)
6. Make the follow partitions:
8000 mb of ext4 (this is for Xtreamer OS - sda3)
Extended partition of rest of space (this is to fix the partition limit of only allowing 4 partition per drive - sda4)
Rest of space use NTFS (this is what i added so windows can access or linux mainly just storage space)
7. Reboot xtreamer
8. As soon as you see bootloader, press letter 'e' on the keypad
9. Go to line starting: linux and press End button, just after =ywrap add word: ' single' so it becomes 'y=wrap single'
10. Press F5 to commit change (fn+5 on the mini keyboard)
11. Press enter to boot into Ultra OS recovery
12. Wait until linux boots up to Recovery menu: select root and press Enter, enter a password 'ultra'
13. Type the follow commands:
killall dhclient && mount -no remount,ro /
cat /proc/partitions
(the above command let you see the different partitions you made)
dd if=/dev/sdb2 of=/dev/sda3
e2fsck -f /dev/sda3 && resize2fs /dev/sda3
e2fsck -f /dev/sda3 && resize2fs /dev/sda3
mount /dev/sda3 /mnt && mount --bind /dev /mnt/dev && mount --bind /proc /mnt/proc
chroot /mnt
burg-install /dev/sda
14. Shutdown machine
15. Unplug xtreamer usb
16. Turn on machine
17. Boot into Ultra OS
18. Open up terminal
19. Type the following commands
su
ultra
sudo gedit /boot/burg/burg.cfg
20. Find the windows part and change hd(1,1) to hd(0,1) as seen below:
menuentry "HDD" --class windows {
savedefault
insmod part_msdos
insmod ntfs
set root='(hd1,1)'
chainloader +1
}
becomes:
menuentry "HDD" --class windows {
savedefault
insmod part_msdos
insmod ntfs
set root='(hd0,1)'
chainloader +1
}
21. Save
END
