Talk:Armel Debian for the Kurobox Pro - Manual install

From NAS-Central Buffalo - The Linkstation Wiki

(Difference between revisions)
Jump to: navigation, search
m (New page: ==Partitioning== You could pretty much follow this guide keystroke for keystroke to do it. It is suggested that you read the man pages for fdisk & read up on it, as well. $ fdisk /dev...)
m (Please post in Forum)
 
(10 intermediate revisions not shown)
Line 1: Line 1:
-
==Partitioning==
+
I'm a newbie to Kurobox Pro, little experienced in Linux. I followed this guide and was able to install the Armel Debian. I don't have a serial port yet and manipulated the environment variables using nvram command. I now want to have the netcat enabled so that I can play around while booting.
-
You could pretty much follow this guide keystroke for keystroke to do it.  It is suggested that you read the man pages for fdisk & read up on it, as well.
+
Is there a updated uboot that I can use to flash for this box?
-
+
-
$ fdisk /dev/'''sda'''
+
-
Command (m for help): '''n'''
+
== Please post in Forum ==
-
Command action
+
 
-
    e  extended
+
Please post your question in the Forum
-
    p  primary partition (1-4)
+
http://buffalo.nas-central.org/forums/viewtopic.php?f=18&t=5736&st=0&sk=t&sd=a&start=285
-
'''p'''
+
 
-
Partition number (1-4): '''1'''
+
To answer your question I would NOT do it this way. You really REALLY should to solder in a header for serial console access before attempting to do this.   However I am interested to know how you did this without serial console access? There was some talk of a netconsole enabled uboot on the forums as well: http://buffalo.nas-central.org/forums/viewtopic.php?f=19&t=9781
-
First cylinder (1-30401, default 1): '''<enter>''' Using default value 1
+
 
-
Last cylinder or +size or +sizeM or +sizeK (1-30401, default 30401): '''+100MB'''
+
[[User:Ramuk|Ramuk]] 00:13, 1 August 2008 (BST)
-
   
+
-
Command (m for help): '''n'''
+
-
Command action
+
-
    e   extended
+
-
    p  primary partition (1-4)
+
-
  '''p'''
+
-
Partition number (1-4): '''2'''
+
-
First cylinder (124-30401, default 124): '''<enter>''' Using default value 124
+
-
Last cylinder or +size or +sizeM or +sizeK (124-30401, default 30401): '''+10GB'''
+
-
+
-
+
-
Command (m for help): '''n'''
+
-
Command action
+
-
    e  extended
+
-
    p  primary partition (1-4)
+
-
'''e'''
+
-
Partition number (1-4): '''4'''
+
-
First cylinder (1341-30401, default 1341): '''<enter>''' Using default value 1341
+
-
Last cylinder or +size or +sizeM or +sizeK (1341-30401, default 30401): '''<enter>''' Using default value 30401
+
-
+
-
Command (m for help): '''n'''
+
-
Command action
+
-
    l  logical (5 or over)
+
-
    p  primary partition (1-4)
+
-
'''l'''
+
-
First cylinder (1341-30401, default 1341): Using default value 1341
+
-
Last cylinder or +size or +sizeM or +sizeK (1341-30401, default 30401): '''+512MB'''
+
-
+
-
Command (m for help): '''n'''
+
-
Command action
+
-
    l  logical (5 or over)
+
-
    p  primary partition (1-4)
+
-
'''l'''
+
-
First cylinder (1404-30401, default 1404): '''<enter>''' Using default value 1404
+
-
Last cylinder or +size or +sizeM or +sizeK (1404-30401, default 30401):  '''<enter>''' Using default value 30401
+
-
+
-
The default type of partition is Ext3 (83), so we only need to change the type on partition 5, to Swap (82).
+
-
Command (m for help): t
+
-
Partition number (1-7): 5
+
-
Hex code (type L to list codes): 82
+
-
Changed system type of partition 5 to 82 (Linux swap)
+
-
+
-
Write the partitions to the hard drive.
+
-
Command (m for help): w
+
-
The partition table has been altered!
+
-
+
-
Calling ioctl() to re-read partition table
+
-
$
+

Latest revision as of 23:22, 31 July 2008

I'm a newbie to Kurobox Pro, little experienced in Linux. I followed this guide and was able to install the Armel Debian. I don't have a serial port yet and manipulated the environment variables using nvram command. I now want to have the netcat enabled so that I can play around while booting.

Is there a updated uboot that I can use to flash for this box?

Please post in Forum

Please post your question in the Forum http://buffalo.nas-central.org/forums/viewtopic.php?f=18&t=5736&st=0&sk=t&sd=a&start=285

To answer your question I would NOT do it this way. You really REALLY should to solder in a header for serial console access before attempting to do this. However I am interested to know how you did this without serial console access? There was some talk of a netconsole enabled uboot on the forums as well: http://buffalo.nas-central.org/forums/viewtopic.php?f=19&t=9781

Ramuk 00:13, 1 August 2008 (BST)

Personal tools