CNCzone.com-The Largest Machinist Community on the net!



Home Page Mark Forums Read Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > Machine Controllers Software and Solutions > LinuxCNC (formerly EMC2)


LinuxCNC (formerly EMC2) Discuss LinuxCNC (formerly EMC2) Controlers here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 02-01-2008, 09:41 PM
 
Join Date: Dec 2007
Location: USA
Posts: 21
pepperwood is on a distinguished road
Dual Boot Linux EMCs ON One HDD???

Well Folks - I'm back again at this. Here's the situation. One PC - One HDD to install Dual EMC2 - Ubuntu 6.06 EMC2 & BDI. 4.51 EMC2 only. Dual Linux Boot System I guess you'd call it.

Have installation CD's for both. Ubuntu installs. Using its Auto partitioning. When BDI installs using its Auto partitioning it wipes out Ubuntu every time & vise versa. Contrary to what you'd expect. I'm not a whiz kid but that plus something has been left out.

Upon reboot only the last EMC will show up on startup screen. Does it make any difference which EMC is installed first. How do I get both to install & show up on the start up screen??

Not all that familiar with Installation, manual partitioning & reconfiguration but if somebody would like to give me a recipe I'll do the best I can to set up MBR, Grub, Create needed partitions & size accordingly & the necessary reconfigurating.

Yes, we're starting with a brand NEW HDD. Would like to have both EMC2 available, is all, feel comfortable knowing how to get it done for future situations.

Thank you for your patience & understanding. Your input is important & I would appreciate hearing from you.

Pete
Reply With Quote

  #2   Ban this user!
Old 02-02-2008, 05:21 AM
 
Join Date: Feb 2006
Location: usa
Posts: 52
Gads is on a distinguished road

Pepperwood
I know I can't help but someone else may be asking the same question I am. are you trying to have two versions of linux both with emc2 or ubuntu with two versions of emc ?
Good luck
Gads
Reply With Quote

  #3   Ban this user!
Old 02-02-2008, 06:01 AM
 
Join Date: Dec 2007
Location: USA
Posts: 21
pepperwood is on a distinguished road

Gads you wrote:
I know I can't help but someone else may be asking the same question I am. are you trying to have two versions of linux both with emc2 or ubuntu with two versions of emc ?

Mr. Gads - Thank you for your note. Yes - that's exactly it. Two different distros, versions, flavors, etc. of EMC2 on the same HDD. The one is 6.06 Ubuntu EMC2 version 2.2.2 CD! The other version is the BDI 4.51 EMC2 CD that I got from Sherline. Sounds simple enough but for reasons I can't comprehend will not occur. Hope that this helps. Pete
Reply With Quote

  #4   Ban this user!
Old 02-02-2008, 10:21 AM
 
Join Date: Sep 2007
Location: Canada
Posts: 16
armstrong360 is on a distinguished road

Pepperwood, the first thing you need to do is to determine what partitions each of these two distributions need. I don't run either - maybe someone else on the list can help there OR you can determine it yourself. If you open a terminal window and type 'mount
you will get something like this:
/dev/hda3 on / type ext3 (rw,noatime)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec)
udev on /dev type tmpfs (rw,nosuid)
devpts on /dev/pts type devpts (rw,nosuid,noexec)
/dev/hda1 on /boot type ext3 (rw,noatime)
/dev/hdb4 on /home/temp type ext3 (rw,noatime)

This is from my gentoo system. The hard drive partitions are the /dev/hdxx entries. If you have a single hard drive then they will be /dev/hdax (or /dev/sdax if they are scsi drives) From the list above I have three partitions / /boot and /home ( and a swap partition which doesn't show in this list) You can determine how much space is being allocatted to each by issuing a df command (disk free)
df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda3 12G 11G 608M 95% /
udev 10M 216K 9.8M 3% /dev
/dev/hda1 99M 18M 77M 19% /boot
/dev/hdb4 19G 484M 17G 3% /home/temp
shm 157M 0 157M 0% /dev/shm

I expect what you need is:

swap
/home -- same for both distributions that way you can have access to your files no matter which one is booted
/ for system a
/ for system b
/boot - this one can be shared

So install one distribution and do the manual partitioning thing - setting up partitions for both systems - you will be using all but one in this installation if it will let you create the file system on the unused partition. Once the installation is done - you need to record the information in the file /boot/grub/grub.conf. This tells grub what kernel to use and what partitions to mount as root

Now when you install the second do not do any partitioning or making of file systems. Set up the install to put the root files system ( / ) on the partition not used in the first install.

The second install will likely have over-written the grub.conf file. So you may have go go and edit back in the information you recorded before.
Reply With Quote

  #5   Ban this user!
Old 02-02-2008, 11:57 AM
 
Join Date: Feb 2006
Location: usa
Posts: 52
Gads is on a distinguished road

Hi Pepperwood
You still leave me with questions but if I understand you right you want ubuntu computer operating system and 2 different versions of emc. From what i have seen and read in the past is the BDI does the installations for you, operating system then emc during the same installation. I installed the ubuntu 6.06 emc 2.2.2 download allongside my windows xp mach3 and things worked fine. If it's true you want 2 versions of emc I think I would download the older version of emc, then setup ubuntu/emc2 then try to install the old version of emc on the same ubuntu/emc2 setup. I believe the BDI may be your problem as from what I understood this install was designed for people like myself who are new to linux/ubuntu and is probably esigned to overwrite everything it encounters. if your looking for 2 versions of linux, ubuntu & redhat for example each with thier own version of emc and to still dual boot it may still come back to the BDI being the problem. I would google the latter option to check out some of the linux dedicated sights to see if the older versions allow dual booting and how to setup.
a quick google showed a number of combinations but I didn' scan through.
Gads
Reply With Quote

Sponsored Links
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
linux will not boot CASTLEVILLE AjaxCNC Control Products 2 12-12-2007 12:46 PM
R2E4 won't boot Waynger Bridgeport and Hardinge Mills 2 07-24-2007 10:58 AM
MB1 won't boot daveelc HURCO 1 04-19-2007 08:32 PM
No boot on EZ-Mill DX2 BPT mmm2003 Bridgeport and Hardinge Mills 3 06-04-2005 10:28 AM
boot disk spuzzbutt TurboCNC 3 12-01-2004 07:39 AM




All times are GMT -5. The time now is 02:59 PM.





Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO
Template-Modifications by TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361