Tried to install of the LiveCD by running the installer via the ICON on the desktop.
Used Cfdisk to manually partition my drive. Wrote the partition table, enabled swap and after clicking on OK to got the next step of "Select and Install Partions" is when the below Error shows.
In CFdisk I just created 3 primary partitions as a test for two cameras.
/dev/sda1 Boot = 128MB type=83/linux bootflag=set
/dev/sda3 Root = 18GB type=83/linux
/dev/sda2 Swap = 1GB type=82/linux swap
Code: Select all
larchin error
This Error Could Not Be Handled:
Traceback (most recent call last):
File "/opt/larchin/modules/gtk/guimain.py", line 252, in changed_cb
mainWindow.setStage(s)
File "/opt/larchin/modules/gtk/guimain.py", line 161, in setStage
self.mainWidget = stages[stagename].Widget()
File "/opt/larchin/modules/stages/selpart.py", line 61, in __init__
self.setDevice)
File "/opt/larchin/modules/gtk/selpart_gui.py", line 130, in __init__
self.newdevice(None)
File "/opt/larchin/modules/gtk/selpart_gui.py", line 137, in newdevice
self.setdev_cb(d)
File "/opt/larchin/modules/stages/selpart.py", line 106, in setDevice
partobj.set_newformat(format)
File "/opt/larchin/modules/gtk/selpart_gui.py", line 244, in set_newformat
install.filesystems.index(self.existing_format))
ValueError: list.index(x): x not in list
This is a 20GB drive to test with.
If I were to create / and /var partitions which one should have more space? I'm assuming VAR but I'm not sure. Would this work better for effeciency or should I just stick with boot, root, and swap?
Thanks for any help.