0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

中古ノート、買ってみた。 その23

Last updated at Posted at 2025-09-22

概要

中古ノート買ってみた。
1FDLinux、見つけたので、やってみた。
grubで起動してみた。

環境

windows10
qemu v0.6

手順

生成

grubレガシーが起動するfloppyイメージを用意。
kernel2.6は、大きいのでkernel2.4を用意。
initrdは、VTLinuxから、拝借。

grub + kernel v2.4 + vtrl = 1FDLinux

起動方法

grubのコンソールで


root (fd0)
kernel /boot/vmlinuz root=/dev/ram0
initrd /boot/initrd.gz
boot


QEMU実行オプション

"qemu-0.6.0-windows\qemu.exe"  -L "qemu-0.6.0-windows" -m 64 -boot c -localtime -fda "bootgrub1.img"

実行結果

奇跡的に動いた。

image.png

以上。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?