Categories
Latest News
- Curiously Strong Power Supply Design
- ATTiny44 Based Shifty VU Meter Controller (MAKE2008)
- Curiously Strong TriAmp Speaker Selection
- Grow LED Array Rev.2 Results AKA Why Rev.3
- Grow LED Array Prototype Rev. 2
- MAKE 2008 Grow LEDs Array Prototype Design
- Stereo Audio IO Landing Pad for Olimex SAM7-H256: Assembled
- Jabra BT125 Bluetooth Headset Teardown
- ASUS Tech Support Confirms Two Year Hardware Warranty Details. I’m Getting 2GB.
- Booting An ISOLINUX LiveCD From Eee PC’s SD Card Reader
Monthly archives
Search
ASUS Tech Support Confirms Two Year Hardware Warranty Details. I’m Getting 2GB.
Today I contacted ASUS Notebook Support (510-739-3777 Ext. 5110) twice in order to confirm the details of my Eee PC 4G warranty. I talked to James the first time, and Clinton the second time. Both were very helpful and quick with the information needed to answer my questions. I was only asked for the serial number on my Eee PC. This is what I learned:
- 2 Year Hardware Warranty
- 6 Month Battery Warranty
- ASUS is not responsible for for software misconfiguration, such as troubleshooting an alternative operating system.
- ASUS Support will help you restore your Eee PC to its default Xanadros Linux state.
- Installing 2GB SO-DIMM will not void your warranty.
- Operating system and program disc writes, referred to by ASUS Support as “normal computer usage,” does not void your warranty. This means using swap, pagefiles, persistent system logs, programs that do heavy disc writes, and modern journaling filesystems like NTFS, ext3, and reiserfs will not void your Eee PC’s hardware warranty.
It was noted by ASUS Support that in the event of an SSD failure, they would have a difficult time actually finding the cause of the failure. In many cases it would be impossible. Also, in the case of 2GB RAM installation, you would return your Eee PC to ASUS with the original RAM SODIMM. ASUS Support, regarding the 2GB SODIMM: “We would ask you to send the Eee PC back like it originally came.”
I honestly think it’s insane to run a non-journaling filesystems on a laptop. The technology was developed to deal with precisely the type of situations a filesystem on a laptop will encounter, and both Microsoft and GNU/Linux builders have adopted journaling filesystems for primary storage use. If your SSD burns out because of heavy disc writes or first generation manufacturing defects, ASUS Support says they will take care of you.
Posted by rmrubin
Posted in: Eee PC
Comments Off
January 2008
Booting An ISOLINUX LiveCD From Eee PC’s SD Card Reader
This is a simple method to boot an ISOLINUX-based LiveCD from the SD card reader of the Asus Eee PC small-footprint notebook computer. It can be used to boot Linux LiveCDs or installation CDs based on the ISOLINUX CDROM bootloader. It is non-destructive, and will work if files already exist on the SD card. Demonstration is from a WinXP/Cygwin environment with a SYSLINUX Windows binary package, but it should work from a GNU/Linux system as SYSLINUX is available for both platforms. This method should work for computers besides the Eee PC and with other types of usb storage media, such as memory sticks, CF cards, and hard drives.
This method is recommended over the usb booting method described on disc 2 of the Slackware 12 Installation CD. With the boot method described here you can use the SD as a normal storage device. You do not have use a separate storage medium for the package sets, or do a net-based installation, because you can store the package sets on the SD card itself. Also, you wont have to wait for the 23MB usbboot.s image to load.
Tested on Eee PC 4G:
- eeeXubuntu LiveCD - Boots to desktop. No further testing.
- SystemRescueCD LiveCD - Normal functionality. Includes cfdisk for nLite pre-install.
- Damn Small Linux LiveCD - Boots to desktop. No further testing.
- Slackware 12 Install CD - Normal functionality. Mount SD and specify package set dir.
- Gentoo Minimal Install CD - System init failure after kernel init. Sadness.
Needed:
- SD card with enough capacity for your LiveCD image files.
- PC to format and copy files from an .iso image to an SD card.
- SYSLINUX package for your operating system.
- Your Eee PC.
Overview:
- Format the SD card.
- Copy files from ISOLINUX LiveCD image to SD.
- Adjust the ISOLINUX files for use with SYSLINUX.
- Make the SD bootable with SYSLINUX.
- Boot from SD on the Eee PC.
Step 1: Format the SD card.
Insert the SD card into your PC and wait for the hardware to be detected. If you want to start with a clean SD card, you should format it now. In Windows, you do this by right-clicking the drive in the My Computers window and selecting “Format…”. Select FAT or FAT32 filesystem, and check Quick Format to save time and lengthen SD life. The card will be made bootable later with SYSLINUX. In Linux you would use mkdosfs and it would also be a good time to use a program like cfdisk to make the SD partition bootable. Please note that most SD cards come pre-formatted, and this method is non-destructive. It does not require you to format the card at all if its capacity is adequate.
Step 2: Copy files from ISOLINUX LiveCD image to SD.
All files must be copied from the .iso LiveCD image to the root of the formatted SD card. In Windows, you can use a program like 7-Zip to open the .iso image like an archive, or Daemon Tools to mount the .iso as an emulated CDROM drive. In Linux you would use the command “mount -t iso9660 -o loop /path/file.iso /mnt/dir” to mount the image onto a directory. You will also need to mount the SD card device: “mount -t auto /dev/sdx1 /mnt/dir”. Once you have copied all files from the .iso CD image onto the SD card you can delete the CD image. In Linux you should unmount the image first.
Step 3: Adjust the ISOLINUX files for use with SYSLINUX.
Find the “isolinux” directory on the SD drive. It might be in another location besides the root directory, such as “/boot”. When you locate it, copy all files from the “isolinux” directory to the root directory of the SD card. Rename the file “isolinux.cfg” to “syslinux.cfg”. You should not need to edit the file. If you are running Linux, you can unmount the SD card now. You should have made the SD card bootable with a program like cfdisk by now.
Step 4: Make the SD bootable with SYSLINUX.
Download the SYSLINUX package for your operating system. If you are using Linux, check your distribution package sets for a SYSLINUX build or read the available build and installation documentation. In Windows, simply download the binary package and unzip. The following was done in Windows on a Cygwin/bash shell, however it should be very similar in Linux:
$ cd /d/software/free/system/syslinux/syslinux-3.60/win32/
$ ./syslinux.exe -a g:
Do not use the “-s” option, as specified in other SYSLINUX for usb examples. It installs SYSLINUX in a slow/safe mode that can make booting take a very long time, and is not needed for booting from the Eee PC SD card reader. Be aware that the “-a” option to make the partition bootable is not available in the Linux version. This is why you must use a program like cfdisk to make the partition bootable before attempting to boot from the SD card.
Step 5: Boot from SD on the Eee PC.
If the Eee PC was on, shut it down. Remove the prepared SD card from the PC and insert it into the Eee PC’s card reader. Press the power button to start the Eee PC, and tap the Esc key a few times during the POST screen to load the boot device selection menu. Select “USB:USB2.0 CardReader SD0″ and hit Enter. This should load the ISOLINUX system from your SD card. Note that although some kernels may boot and initialize correctly, the host system may not detect your hardware correctly and may fail trying to find files on the SD. If the system was setup to boot from a framebuffer VGA console, the kernel will immediately present you with a message asking you what screen mode you would like to use. They range from 80×25 to 80×60 characters resolution. You must specify the screen mode with a hex value. My suggestion is using F02, or 80×43 characters VGA console resolution.
Posted by rmrubin
Posted in: Eee PC
Comments Off
January 2008